Smaws_Client_Glue.BatchDeleteTableDeletes 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `GlueEncryptionException of Types.glue_encryption_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidInputException of Types.invalid_input_exception
| `OperationTimeoutException of Types.operation_timeout_exception
| `ResourceNotReadyException of Types.resource_not_ready_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.batch_delete_table_request ->
(Types.batch_delete_table_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `GlueEncryptionException of Types.glue_encryption_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidInputException of Types.invalid_input_exception
| `OperationTimeoutException of Types.operation_timeout_exception
| `ResourceNotReadyException of Types.resource_not_ready_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_delete_table_request ->
(Types.batch_delete_table_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `GlueEncryptionException of Types.glue_encryption_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidInputException of Types.invalid_input_exception
| `OperationTimeoutException of Types.operation_timeout_exception
| `ResourceNotReadyException of Types.resource_not_ready_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result