include/aws@services@dynamodb_GlobalSecondaryIndexInfo.hrl
-record(global_secondary_index_info, {
index_name :: gleam@option:option(binary()),
key_schema :: gleam@option:option(list(aws@services@dynamodb:key_schema_element())),
on_demand_throughput :: gleam@option:option(aws@services@dynamodb:on_demand_throughput()),
projection :: gleam@option:option(aws@services@dynamodb:projection()),
provisioned_throughput :: gleam@option:option(aws@services@dynamodb:provisioned_throughput())
}).