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_DescribeLimitsOutput.hrl
Raw

include/aws@services@dynamodb_DescribeLimitsOutput.hrl

-record(describe_limits_output, {
account_max_read_capacity_units :: gleam@option:option(integer()),
account_max_write_capacity_units :: gleam@option:option(integer()),
table_max_read_capacity_units :: gleam@option:option(integer()),
table_max_write_capacity_units :: gleam@option:option(integer())
}).