Module Values_2.ModifyIntegrationResponseSource

Modifies a Zero-ETL integration in the caller's account.

Sourcetype nonrec t = {
  1. sourceArn : Values_1.String512.t option;
    (*

    The ARN of the source for the integration.

    *)
  2. targetArn : Values_1.String512.t option;
    (*

    The ARN of the target for the integration.

    *)
  3. integrationName : Values_1.String128.t option;
    (*

    A unique name for an integration in Glue.

    *)
  4. description : Values_1.IntegrationDescription.t option;
    (*

    A description of the integration.

    *)
  5. integrationArn : Values_1.String128.t option;
    (*

    The Amazon Resource Name (ARN) for the integration.

    *)
  6. kmsKeyId : Values_1.String2048.t option;
    (*

    The ARN of a KMS key used for encrypting the channel.

    *)
  7. additionalEncryptionContext : Values_1.IntegrationAdditionalEncryptionContextMap.t option;
    (*

    An optional set of non-secret key–value pairs that contains additional contextual information for encryption.

    *)
  8. tags : Values_1.IntegrationTagsList.t option;
    (*

    Metadata assigned to the resource consisting of a list of key-value pairs.

    *)
  9. 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.

    *)
  10. createTime : Values_1.IntegrationTimestamp.t option;
    (*

    The time when the integration was created, in UTC.

    *)
  11. errors : Values_1.IntegrationErrorList.t option;
    (*

    A list of errors associated with the integration modification.

    *)
  12. dataFilter : Values_1.String2048.t option;
    (*

    Selects source tables for the integration using Maxwell filter syntax.

    *)
  13. integrationConfig : Values_1.IntegrationConfig.t option;
    (*

    The updated configuration settings for the integration.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConflictException of Values_1.ConflictException.t
  3. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  4. | `IntegrationConflictOperationFault of Values_1.IntegrationConflictOperationFault.t
  5. | `IntegrationNotFoundFault of Values_1.IntegrationNotFoundFault.t
  6. | `InternalServerException of Values_1.InternalServerException.t
  7. | `InternalServiceException of Values_0.InternalServiceException.t
  8. | `InvalidInputException of Values_0.InvalidInputException.t
  9. | `InvalidIntegrationStateFault of Values_1.InvalidIntegrationStateFault.t
  10. | `InvalidStateException of Values_0.InvalidStateException.t
  11. | `ValidationException of Values_1.ValidationException.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval make : ?sourceArn:??? -> ?targetArn:??? -> ?integrationName:??? -> ?description:??? -> ?integrationArn:??? -> ?kmsKeyId:??? -> ?additionalEncryptionContext:??? -> ?tags:??? -> ?status:??? -> ?createTime:??? -> ?errors:??? -> ?dataFilter:??? -> ?integrationConfig:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t