APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Amazon DynamoDB
DeleteItemInput
Amazon DynamoDB
· Schema
DeleteItemInput
DeleteItemInput schema from Amazon DynamoDB API
AWS
Database
Document Store
Key-Value
NoSQL
Serverless
Properties
Name
Type
Description
TableName
string
The name of the table from which to delete the item
Key
object
A map of attribute names to AttributeValue objects for the primary key
ConditionExpression
string
A condition that must be satisfied for the delete to succeed
ExpressionAttributeNames
object
Substitution tokens for attribute names in an expression
ExpressionAttributeValues
object
Values that can be substituted in an expression
ReturnValues
string
Determines the return values after the operation
View JSON Schema on GitHub