Module Values_2.GetPartitionsResponseSource

Retrieves information about the partitions in a table.

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

    A list of requested partitions.

    *)
  2. nextToken : Values_1.Token.t option;
    (*

    A continuation token, if the returned list of partitions does not include the last one.

    *)
}
Sourcetype nonrec error = [
  1. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  2. | `FederationSourceException of Values_0.FederationSourceException.t
  3. | `FederationSourceRetryableException of Values_0.FederationSourceRetryableException.t
  4. | `GlueEncryptionException of Values_0.GlueEncryptionException.t
  5. | `InternalServiceException of Values_0.InternalServiceException.t
  6. | `InvalidInputException of Values_0.InvalidInputException.t
  7. | `InvalidStateException of Values_0.InvalidStateException.t
  8. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  9. | `ResourceNotReadyException of Values_0.ResourceNotReadyException.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?partitions:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `EntityNotFoundException of Values_0.EntityNotFoundException.t | `FederationSourceException of Values_0.FederationSourceException.t | `FederationSourceRetryableException of Values_0.FederationSourceRetryableException.t | `GlueEncryptionException of Values_0.GlueEncryptionException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `InvalidStateException of Values_0.InvalidStateException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `ResourceNotReadyException of Values_0.ResourceNotReadyException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `EntityNotFoundException of Values_0.EntityNotFoundException.t | `FederationSourceException of Values_0.FederationSourceException.t | `FederationSourceRetryableException of Values_0.FederationSourceRetryableException.t | `GlueEncryptionException of Values_0.GlueEncryptionException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `InvalidStateException of Values_0.InvalidStateException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `ResourceNotReadyException of Values_0.ResourceNotReadyException.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 string ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `List of [> `String of string ] list | `Long of Awso.Import.Int64.t | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list | `Timestamp of string ]) list ] list | `String of Values_1.Token.t ]) 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