import { type DeleteItemInput } from "https://deno.land/x/aws_api@v0.8.0/services/dynamodb/structs.ts";
Properties
Key: { [key: string]: AttributeValue | null | undefined; }
optional
Expected: { [key: string]: ExpectedAttributeValue | null | undefined; } | nulloptional
ConditionalOperator: ConditionalOperator | nulloptional
ReturnValues: ReturnValue | nulloptional
ReturnConsumedCapacity: ReturnConsumedCapacity | nulloptional
ReturnItemCollectionMetrics: ReturnItemCollectionMetrics | nulloptional
ExpressionAttributeValues: { [key: string]: AttributeValue | null | undefined; } | null