Values_0.BatchDeleteTableResponseSourceDeletes 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.
type nonrec t = {errors : TableErrors.t option;A list of errors encountered in attempting to delete the specified tables.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]val 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 ]