Module Values_1.DeleteIntegrationResponseSource

Deletes the specified Zero-ETL integration.

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

    The ARN of the source for the integration.

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

    The ARN of the target for the integration.

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

    A unique name for an integration in Glue.

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

    A description of the integration.

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

    The Amazon Resource Name (ARN) for the integration.

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

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

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

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

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

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

    *)
  9. status : IntegrationStatus.t option;
    (*

    The status of the integration being deleted. 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 : IntegrationTimestamp.t option;
    (*

    The time when the integration was created, in UTC.

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

    A list of errors associated with the integration.

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

    Selects source tables for the integration using Maxwell filter syntax.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  4. | `IntegrationConflictOperationFault of IntegrationConflictOperationFault.t
  5. | `IntegrationNotFoundFault of IntegrationNotFoundFault.t
  6. | `InternalServerException of InternalServerException.t
  7. | `InternalServiceException of Values_0.InternalServiceException.t
  8. | `InvalidInputException of Values_0.InvalidInputException.t
  9. | `InvalidIntegrationStateFault of InvalidIntegrationStateFault.t
  10. | `InvalidStateException of Values_0.InvalidStateException.t
  11. | `ValidationException of ValidationException.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval make : ?sourceArn:??? -> ?targetArn:??? -> ?integrationName:??? -> ?description:??? -> ?integrationArn:??? -> ?kmsKeyId:??? -> ?additionalEncryptionContext:??? -> ?tags:??? -> ?status:??? -> ?createTime:??? -> ?errors:??? -> ?dataFilter:??? -> unit -> t
Sourceval 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 | `IntegrationNotFoundFault of IntegrationNotFoundFault.t | `InternalServerException of InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `InvalidIntegrationStateFault of InvalidIntegrationStateFault.t | `InvalidStateException of Values_0.InvalidStateException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval 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 | `IntegrationNotFoundFault of IntegrationNotFoundFault.t | `InternalServerException of InternalServerException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `InvalidIntegrationStateFault of InvalidIntegrationStateFault.t | `InvalidStateException of Values_0.InvalidStateException.t | `Unknown_operation_error of string * string option | `ValidationException of 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 TagKey.t ]) list ] list | `Map of ([> `String of IntegrationString.t ] * [> `String of IntegrationString.t ]) list | `String of String512.t | `Timestamp of 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