The name of the table to contain the item
A map of attribute name/value pairs, one for each attribute
Optional
options: Partial<FacadePutItemInput>The options accepted by the original put
method, plus an optional condition
field that generates ConditionExpression
Generated using TypeDoc
Creates a new item, or replaces an old item with a new item by delegating to
DocumentClient.put
.Returns
The same response returned by
put().promise()