Current section
Files
Jump to
Current section
Files
include/aws@services@dynamodb_BatchExecuteStatementInput.hrl
-record(batch_execute_statement_input, {
return_consumed_capacity :: gleam@option:option(aws@services@dynamodb:return_consumed_capacity()),
statements :: gleam@option:option(list(aws@services@dynamodb:batch_statement_request()))
}).