Module Values_0.BatchDeletePartitionResponseSource

Deletes one or more partitions in a batch operation.

Sourcetype nonrec t = {
  1. errors : PartitionErrors.t option;
    (*

    The errors encountered when trying to delete the requested partitions.

    *)
}
Sourcetype nonrec error = [
  1. | `EntityNotFoundException of EntityNotFoundException.t
  2. | `InternalServiceException of InternalServiceException.t
  3. | `InvalidInputException of InvalidInputException.t
  4. | `OperationTimeoutException of OperationTimeoutException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?errors:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t