Values_1.CreateIntegrationResponseSourceCreates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the SourceArn and TargetArn.
type nonrec t = {sourceArn : String512.t option;The ARN of the source resource for the integration.
*)targetArn : String512.t option;The ARN of the target resource for the integration.
*)integrationName : String128.t option;A unique name for an integration in Glue.
*)description : IntegrationDescription.t option;A description of the integration.
*)integrationArn : String128.t option;The Amazon Resource Name (ARN) for the created integration.
*)kmsKeyId : String2048.t option;The ARN of a KMS key used for encrypting the channel.
*)additionalEncryptionContext : IntegrationAdditionalEncryptionContextMap.t
option;An optional set of non-secret key–value pairs that contains additional contextual information for encryption.
*)status : IntegrationStatus.t option;The status of the integration being created. 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 : IntegrationTimestamp.t option;The time when the integration was created, in UTC.
*)errors : IntegrationErrorList.t option;A list of errors associated with the integration creation.
*)dataFilter : String2048.t option;Selects source tables for the integration using Maxwell filter syntax.
*)integrationConfig : IntegrationConfig.t option;The configuration settings.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConflictException of ConflictException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `IntegrationConflictOperationFault of IntegrationConflictOperationFault.t| `IntegrationQuotaExceededFault of IntegrationQuotaExceededFault.t| `InternalServerException of InternalServerException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t| `ValidationException of 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 ConflictException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IntegrationConflictOperationFault of IntegrationConflictOperationFault.t
| `IntegrationQuotaExceededFault of IntegrationQuotaExceededFault.t
| `InternalServerException of InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of ConflictException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IntegrationConflictOperationFault of IntegrationConflictOperationFault.t
| `IntegrationQuotaExceededFault of IntegrationQuotaExceededFault.t
| `InternalServerException of InternalServerException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Map of
([> `String of IntegrationString.t ]
* [> `String of IntegrationString.t ])
list
| `String of String512.t
| `Structure of
(string
* [> `Boolean of ContinuousSync.t
| `Map of
([> `String of IntegrationString.t ]
* [> `String of IntegrationString.t ])
list
| `String of String128.t ])
list
| `Timestamp of IntegrationTimestamp.t ])
list ]