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

include/aws@services@dynamodb_SourceTableFeatureDetails.hrl

-record(source_table_feature_details, {
global_secondary_indexes :: gleam@option:option(list(aws@services@dynamodb:global_secondary_index_info())),
local_secondary_indexes :: gleam@option:option(list(aws@services@dynamodb:local_secondary_index_info())),
sse_description :: gleam@option:option(aws@services@dynamodb:s_s_e_description()),
stream_description :: gleam@option:option(aws@services@dynamodb:stream_specification()),
time_to_live_description :: gleam@option:option(aws@services@dynamodb:time_to_live_description())
}).