Module Values_2.UpdateIcebergInputSource

Input parameters specific to updating Apache Iceberg tables in Glue Data Catalog, containing the update operations to be applied to an existing Iceberg table.

Sourcetype nonrec t = {
  1. updateIcebergTableInput : UpdateIcebergTableInput.t;
    (*

    The specific update operations to be applied to the Iceberg table, containing a list of updates that define the new state of the table including schema, partitions, and properties.

    *)
}
Sourceval context_ : string
Sourceval make : updateIcebergTableInput:UpdateIcebergTableInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `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 ]) 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