Values_0.BatchDeleteTableVersionResponseSourceDeletes a specified batch of versions of a table.
type nonrec t = {errors : TableVersionErrors.t option;A list of errors encountered while trying to delete the specified table versions.
*)}type nonrec error = [ | `EntityNotFoundException of EntityNotFoundException.t| `InternalServiceException of InternalServiceException.t| `InvalidInputException of InvalidInputException.t| `OperationTimeoutException of OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of EntityNotFoundException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of EntityNotFoundException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.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 ]