This operation allows you to perform batch reads and writes on data stored in DynamoDB, using PartiQL.
dynamodb_batch_execute_statement(Statements)
[required] The list of PartiQL statements representing the batch to run.
svc$batch_execute_statement( Statements = list( list( Statement = "string", Parameters = list( list( S = "string", N = "string", B = raw, SS = list( "string" ), NS = list( "string" ), BS = list( raw ), M = list( list() ), L = list( list() ), NULL = TRUE|FALSE, BOOL = TRUE|FALSE ) ), ConsistentRead = TRUE|FALSE ) ) )