interface DynamoUpdateItemCommandInput
extends DynamoConditionExpression
Input for DynamoDB UpdateItem.
readonly
TableName: string
The physical table to write.
readonly
Key: DynamoAttributeMap
The complete primary key.
readonly
UpdateExpression: string
The update expression to apply.
readonly
optional
ReturnValues: "ALL_NEW"
Requests the persisted row after a successful update.