This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.
See https://www.paws-r-sdk.com/docs/dynamodb_execute_transaction/ for full documentation.
dynamodb_execute_transaction(
TransactStatements,
ClientRequestToken = NULL,
ReturnConsumedCapacity = NULL
)
[required] The list of PartiQL statements representing the transaction to run.
Set this value to get remaining results, if NextToken
was returned in
the statement response.
Determines the level of detail about either provisioned or on-demand
throughput consumption that is returned in the response. For more
information, see transact_get_items
and
transact_write_items
.