Values_2.ModifyIntegrationResponseSourceModifies a Zero-ETL integration in the caller's account.
type nonrec t = {sourceArn : Values_1.String512.t option;The ARN of the source for the integration.
*)targetArn : Values_1.String512.t option;The ARN of the target for the integration.
*)integrationName : Values_1.String128.t option;A unique name for an integration in Glue.
*)description : Values_1.IntegrationDescription.t option;A description of the integration.
*)integrationArn : Values_1.String128.t option;The Amazon Resource Name (ARN) for the integration.
*)kmsKeyId : Values_1.String2048.t option;The ARN of a KMS key used for encrypting the channel.
*)additionalEncryptionContext : Values_1.IntegrationAdditionalEncryptionContextMap.t
option;An optional set of non-secret key–value pairs that contains additional contextual information for encryption.
*)status : Values_1.IntegrationStatus.t option;The status of the integration being modified. The possible statuses are: CREATING: The integration is being created. ACTIVE: The integration creation succeeds. MODIFYING: The integration is being modified. FAILED: The integration creation fails. DELETING: The integration is deleted. SYNCING: The integration is synchronizing. NEEDS_ATTENTION: The integration needs attention, such as synchronization.
*)createTime : Values_1.IntegrationTimestamp.t option;The time when the integration was created, in UTC.
*)errors : Values_1.IntegrationErrorList.t option;A list of errors associated with the integration modification.
*)dataFilter : Values_1.String2048.t option;Selects source tables for the integration using Maxwell filter syntax.
*)integrationConfig : Values_1.IntegrationConfig.t option;The updated configuration settings for the integration.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConflictException of Values_1.ConflictException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `IntegrationConflictOperationFault of
Values_1.IntegrationConflictOperationFault.t| `IntegrationNotFoundFault of Values_1.IntegrationNotFoundFault.t| `InternalServerException of Values_1.InternalServerException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `InvalidIntegrationStateFault of Values_1.InvalidIntegrationStateFault.t| `InvalidStateException of Values_0.InvalidStateException.t| `ValidationException of Values_1.ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of Values_1.ConflictException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IntegrationConflictOperationFault of
Values_1.IntegrationConflictOperationFault.t
| `IntegrationNotFoundFault of Values_1.IntegrationNotFoundFault.t
| `InternalServerException of Values_1.InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `InvalidIntegrationStateFault of Values_1.InvalidIntegrationStateFault.t
| `InvalidStateException of Values_0.InvalidStateException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_1.ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of Values_1.ConflictException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IntegrationConflictOperationFault of
Values_1.IntegrationConflictOperationFault.t
| `IntegrationNotFoundFault of Values_1.IntegrationNotFoundFault.t
| `InternalServerException of Values_1.InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `InvalidIntegrationStateFault of Values_1.InvalidIntegrationStateFault.t
| `InvalidStateException of Values_0.InvalidStateException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_1.ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_1.String512.t
| `Structure of
(string
* [> `Boolean of bool
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string ])
list
| `Timestamp of Values_1.IntegrationTimestamp.t ])
list ]