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

include/aws@services@dynamodb_ExecuteTransactionInput.hrl

-record(execute_transaction_input, {
client_request_token :: gleam@option:option(binary()),
return_consumed_capacity :: gleam@option:option(aws@services@dynamodb:return_consumed_capacity()),
transact_statements :: gleam@option:option(list(aws@services@dynamodb:parameterized_statement()))
}).