simpledb_batch_put_attributes {paws.database}R 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.


[Package paws.database version 0.9.0 Index]