dynamodb_execute_transaction: This operation allows you to perform transactional reads or...

View source: R/dynamodb_operations.R

dynamodb_execute_transactionR Documentation

This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL

Description

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.

Usage

dynamodb_execute_transaction(
  TransactStatements,
  ClientRequestToken = NULL,
  ReturnConsumedCapacity = NULL
)

Arguments

TransactStatements

[required] The list of PartiQL statements representing the transaction to run.

ClientRequestToken

Set this value to get remaining results, if NextToken was returned in the statement response.

ReturnConsumedCapacity

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.