Values_0.BatchUpdatePartitionResponseSourceUpdates one or more partitions in a batch operation.
type nonrec t = {errors : BatchUpdatePartitionFailureList.t option;The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.
*)}type nonrec error = [ | `EntityNotFoundException of EntityNotFoundException.t| `GlueEncryptionException of GlueEncryptionException.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
| `GlueEncryptionException of GlueEncryptionException.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
| `GlueEncryptionException of GlueEncryptionException.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 ]