Module Values_2.UpdateTableRequestSource

Updates a metadata table in the Data Catalog.

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

    The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

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

    The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

    *)
  3. name : Values_0.NameString.t option;
    (*

    The unique identifier for the table within the specified database that will be created in the Glue Data Catalog.

    *)
  4. tableInput : Values_1.TableInput.t option;
    (*

    An updated TableInput object to define the metadata table in the catalog.

    *)
  5. skipArchive : Values_0.BooleanNullable.t option;
    (*

    By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.

    *)
  6. transactionId : Values_0.TransactionIdString.t option;
    (*

    The transaction ID at which to update the table contents.

    *)
  7. versionId : Values_0.VersionString.t option;
    (*

    The version ID at which to update the table contents.

    *)
  8. viewUpdateAction : ViewUpdateAction.t option;
    (*

    The operation to be performed when updating the view.

    *)
  9. force : Values_0.Boolean.t option;
    (*

    A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.

    *)
  10. updateOpenTableFormatInput : UpdateOpenTableFormatInput.t option;
    (*

    Input parameters for updating open table format tables in GlueData Catalog, serving as a wrapper for format-specific update operations such as Apache Iceberg.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> ?name:??? -> ?tableInput:??? -> ?skipArchive:??? -> ?transactionId:??? -> ?versionId:??? -> ?viewUpdateAction:??? -> ?force:??? -> ?updateOpenTableFormatInput:??? -> databaseName:Values_0.NameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.BooleanNullable.t | `Enum of string | `String of Values_0.CatalogIdString.t | `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `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 Values_0.NameString.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) list ] list | `Long of Awso.Import.Int64.t | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `Enum of string | `Map of ([> `String of Values_0.NullableString.t ] * [> `String of Values_0.NullableString.t ]) list | `String of Values_0.LocationString.t | `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t | `List of [> `Integer of Values_0.Integer.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.ColumnNameString.t | `Structure of 'a list ]) list ] list | `Map of ([> `String of Values_0.NullableString.t ] * [> `String of Values_0.NullableString.t ]) list | `String of Values_1.EncryptionKeyIdString.t ]) list ]) list ] 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 Values_0.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