simpledb_batch_put_attributes: The BatchPutAttributes operation creates or replaces...

View source: R/simpledb_operations.R

simpledb_batch_put_attributesR Documentation

The BatchPutAttributes operation creates or replaces attributes within one or more items

Description

The batch_put_attributes operation creates or replaces attributes within one or more items. By using this operation, the client can perform multiple PutAttribute operation with a single call. This helps yield savings in round trips and latencies, enabling Amazon SimpleDB to optimize requests and generally produce better throughput.

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

Usage

simpledb_batch_put_attributes(DomainName, Items)

Arguments

DomainName

[required] The name of the domain in which the attributes are being stored.

Items

[required] A list of items on which to perform the operation.


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