simpledb_put_attributes: The PutAttributes operation creates or replaces attributes in...

View source: R/simpledb_operations.R

simpledb_put_attributesR Documentation

The PutAttributes operation creates or replaces attributes in an item

Description

The PutAttributes operation creates or replaces attributes in an item. The client may specify new attributes using a combination of the Attribute.X.Name and Attribute.X.Value parameters. The client specifies the first attribute by the parameters Attribute.0.Name and Attribute.0.Value, the second attribute by the parameters Attribute.1.Name and Attribute.1.Value, and so on.

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

Usage

simpledb_put_attributes(DomainName, ItemName, Attributes, Expected = NULL)

Arguments

DomainName

[required] The name of the domain in which to perform the operation.

ItemName

[required] The name of the item.

Attributes

[required] The list of attributes.

Expected

The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.


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