Module Values_0.BatchGetPartitionRequestSource

Retrieves partitions in a batch request.

Sourcetype nonrec t = {
  1. catalogId : CatalogIdString.t option;
    (*

    The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

    *)
  2. databaseName : NameString.t;
    (*

    The name of the catalog database where the partitions reside.

    *)
  3. tableName : NameString.t;
    (*

    The name of the partitions' table.

    *)
  4. partitionsToGet : BatchGetPartitionValueList.t;
    (*

    A list of partition values identifying the partitions to retrieve.

    *)
  5. auditContext : AuditContext.t option;
  6. querySessionContext : QuerySessionContext.t option;
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> ?auditContext:??? -> ?querySessionContext:??? -> databaseName:NameString.t -> tableName:NameString.t -> partitionsToGet:BatchGetPartitionValueList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of ValueString.t ] list ]) list ] list | `String of CatalogIdString.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `List of [> `String of ColumnNameString.t ] list | `Map of ([> `String of ContextKey.t ] * [> `String of ContextValue.t ]) list | `String of AuditContextString.t | `Timestamp of Timestamp.t ]) 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