dynamodb_batch_execute_statement: This operation allows you to perform batch reads or writes on...

View source: R/dynamodb_operations.R

dynamodb_batch_execute_statementR Documentation

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

Description

This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL. Each read statement in a batch_execute_statement must specify an equality condition on all key attributes. This enforces that each SELECT statement in a batch returns at most a single item.

See https://www.paws-r-sdk.com/docs/dynamodb_batch_execute_statement/ for full documentation.

Usage

dynamodb_batch_execute_statement(Statements, ReturnConsumedCapacity = NULL)

Arguments

Statements

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

ReturnConsumedCapacity

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