Module Values_1.CreatePartitionRequestSource

Creates a new partition.

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

    The Amazon Web Services account ID of the catalog in which the partition is to be created.

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

    The name of the metadata database in which the partition is to be created.

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

    The name of the metadata table in which the partition is to be created.

    *)
  4. partitionInput : Values_0.PartitionInput.t;
    (*

    A PartitionInput structure defining the partition to be created.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> databaseName:Values_0.NameString.t -> tableName:Values_0.NameString.t -> partitionInput:Values_0.PartitionInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.CatalogIdString.t | `Structure of (string * [> `List of [> `String of string ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `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 ]
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