Module Values_0.BatchDeleteTableResponseSource

Deletes multiple tables at once. After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service. To ensure the immediate deletion of all related resources, before calling BatchDeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

Sourcetype nonrec t = {
  1. errors : TableErrors.t option;
    (*

    A list of errors encountered in attempting to delete the specified tables.

    *)
}
Sourcetype nonrec error = [
  1. | `EntityNotFoundException of EntityNotFoundException.t
  2. | `GlueEncryptionException of GlueEncryptionException.t
  3. | `InternalServiceException of InternalServiceException.t
  4. | `InvalidInputException of InvalidInputException.t
  5. | `OperationTimeoutException of OperationTimeoutException.t
  6. | `ResourceNotReadyException of ResourceNotReadyException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?errors:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `EntityNotFoundException of EntityNotFoundException.t | `GlueEncryptionException of GlueEncryptionException.t | `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `OperationTimeoutException of OperationTimeoutException.t | `ResourceNotReadyException of ResourceNotReadyException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `EntityNotFoundException of EntityNotFoundException.t | `GlueEncryptionException of GlueEncryptionException.t | `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `OperationTimeoutException of OperationTimeoutException.t | `ResourceNotReadyException of ResourceNotReadyException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of NameString.t | `Structure of (string * [> `String of NameString.t ]) list ]) list ] list ]) 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