dynamodb_execute_transaction {paws.database} | R Documentation |
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
)
TransactStatements |
[required] The list of PartiQL statements representing the transaction to run. |
ClientRequestToken |
Set this value to get remaining results, if |
ReturnConsumedCapacity |
Determines the level of detail about either provisioned or on-demand
throughput consumption that is returned in the response. For more
information, see |