View source: R/simpledb_operations.R
simpledb_batch_put_attributes | R Documentation |
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.
simpledb_batch_put_attributes(DomainName, Items)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.