Module Values_0.BatchGetPartitionResponseSource

Retrieves partitions in a batch request.

Sourcetype nonrec t = {
  1. partitions : PartitionList.t option;
    (*

    A list of the requested partitions.

    *)
  2. unprocessedKeys : BatchGetPartitionValueList.t option;
    (*

    A list of the partition values in the request for which partitions were not returned.

    *)
}
Sourcetype nonrec error = [
  1. | `EntityNotFoundException of EntityNotFoundException.t
  2. | `FederationSourceException of FederationSourceException.t
  3. | `FederationSourceRetryableException of FederationSourceRetryableException.t
  4. | `GlueEncryptionException of GlueEncryptionException.t
  5. | `InternalServiceException of InternalServiceException.t
  6. | `InvalidInputException of InvalidInputException.t
  7. | `InvalidStateException of InvalidStateException.t
  8. | `OperationTimeoutException of OperationTimeoutException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?partitions:??? -> ?unprocessedKeys:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `EntityNotFoundException of EntityNotFoundException.t | `FederationSourceException of FederationSourceException.t | `FederationSourceRetryableException of FederationSourceRetryableException.t | `GlueEncryptionException of GlueEncryptionException.t | `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `InvalidStateException of InvalidStateException.t | `OperationTimeoutException of OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `EntityNotFoundException of EntityNotFoundException.t | `FederationSourceException of FederationSourceException.t | `FederationSourceRetryableException of FederationSourceRetryableException.t | `GlueEncryptionException of GlueEncryptionException.t | `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `InvalidStateException of InvalidStateException.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 | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of NameString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of LocationString.t | `Structure of (string * [> `Integer of IntegerFlag.t | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of NameString.t ]) list ] list | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of LocationString.t | `Structure of (string * [> `List of [> `String of NameString.t ] list | `Long of VersionLongNumber.t | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of NameString.t | `Structure of (string * [> `String of GlueResourceArn.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) 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