interface DynamoDeleteItemCommandInput
extends DynamoConditionExpression
Input for DynamoDB DeleteItem.
readonly
TableName: string
The physical table to write.
readonly
Key: DynamoAttributeMap
The complete primary key.
readonly
optional
ReturnValues: "ALL_OLD"
Requests the prior row so deletion can report whether it existed.