Module Values.DescribeGlobalTableSettingsOutputSource

Describes Region-specific settings for a global table. This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use Global Tables version 2019.11.21 (Current) when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you're using, see Determining the global table version you are using. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Upgrading global tables.

Sourcetype nonrec t = {
  1. globalTableName : TableName.t option;
    (*

    The name of the global table.

    *)
  2. replicaSettings : ReplicaSettingsDescriptionList.t option;
    (*

    The Region-specific settings for the global table.

    *)
}
Sourcetype nonrec error = [
  1. | `GlobalTableNotFoundException of GlobalTableNotFoundException.t
  2. | `InternalServerError of InternalServerError.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?globalTableName:??? -> ?replicaSettings:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `GlobalTableNotFoundException of GlobalTableNotFoundException.t | `InternalServerError of InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `GlobalTableNotFoundException of GlobalTableNotFoundException.t | `InternalServerError of InternalServerError.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 * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Long of PositiveLongObject.t | `String of IndexName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `List of [> `Structure of (string * [> `String of AutoScalingPolicyName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of DoubleObject.t | `Integer of IntegerObject.t ]) list ]) list ] list | `Long of PositiveLongObject.t | `String of String_.t ]) list ]) list ] list | `Long of NonNegativeLongObject.t | `String of RegionName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `List of [> `Structure of (string * [> `String of AutoScalingPolicyName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of DoubleObject.t | `Integer of IntegerObject.t ]) list ]) list ] list | `Long of PositiveLongObject.t | `String of String_.t | `Timestamp of Date.t ]) list ]) list ] list | `String of TableName.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