Values_0.BatchDeletePartitionResponseSourceDeletes one or more partitions in a batch operation.
type nonrec t = {errors : PartitionErrors.t option;The errors encountered when trying to delete the requested partitions.
*)}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
* [> `List of [> `String of ValueString.t ] list
| `Structure of
(string * [> `String of NameString.t ]) list ])
list ]
list ])
list ]