Values_1.DeleteTableResponseSourceRemoves a table definition from the Data Catalog. 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 DeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.
type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `FederationSourceException of Values_0.FederationSourceException.t| `FederationSourceRetryableException of
Values_0.FederationSourceRetryableException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `ResourceNotReadyException of Values_0.ResourceNotReadyException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `FederationSourceException of Values_0.FederationSourceException.t
| `FederationSourceRetryableException of
Values_0.FederationSourceRetryableException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNotReadyException of Values_0.ResourceNotReadyException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `FederationSourceException of Values_0.FederationSourceException.t
| `FederationSourceRetryableException of
Values_0.FederationSourceRetryableException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNotReadyException of Values_0.ResourceNotReadyException.t
| `Unknown_operation_error of string * string option ]