include/aws@services@dynamodb_UpdateGlobalSecondaryIndexAction.hrl
-record(update_global_secondary_index_action, {
index_name :: binary(),
on_demand_throughput :: gleam@option:option(aws@services@dynamodb:on_demand_throughput()),
provisioned_throughput :: gleam@option:option(aws@services@dynamodb:provisioned_throughput()),
warm_throughput :: gleam@option:option(aws@services@dynamodb:warm_throughput())
}).