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.
simpledb_put_attributes(DomainName, ItemName, Attributes, Expected = NULL)
[required] The name of the domain in which to perform the operation.
[required] The name of the item.
[required] The list of attributes.
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.