Smaws_Client_DynamoDB.UpdateGlobalTableSettings
Updates 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `GlobalTableNotFoundException of Types.global_table_not_found_exception
| `IndexNotFoundException of Types.index_not_found_exception
| `InternalServerError of Types.internal_server_error
| `InvalidEndpointException of Types.invalid_endpoint_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `ReplicaNotFoundException of Types.replica_not_found_exception
| `ResourceInUseException of Types.resource_in_use_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.update_global_table_settings_input ->
(Types.update_global_table_settings_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `GlobalTableNotFoundException of Types.global_table_not_found_exception
| `IndexNotFoundException of Types.index_not_found_exception
| `InternalServerError of Types.internal_server_error
| `InvalidEndpointException of Types.invalid_endpoint_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `ReplicaNotFoundException of Types.replica_not_found_exception
| `ResourceInUseException of Types.resource_in_use_exception ])
Stdlib.result