Packages

Typed Gleam client for Amazon DynamoDB. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_dynamodb include aws@services@dynamodb_CreateGlobalSecondaryIndexAction.hrl
Raw

include/aws@services@dynamodb_CreateGlobalSecondaryIndexAction.hrl

-record(create_global_secondary_index_action, {
index_name :: binary(),
key_schema :: list(aws@services@dynamodb:key_schema_element()),
on_demand_throughput :: gleam@option:option(aws@services@dynamodb:on_demand_throughput()),
projection :: aws@services@dynamodb:projection(),
provisioned_throughput :: gleam@option:option(aws@services@dynamodb:provisioned_throughput()),
warm_throughput :: gleam@option:option(aws@services@dynamodb:warm_throughput())
}).