DeleteItemInput
import type { DeleteItemInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface DeleteItemInput {
ConditionalOperator?: ConditionalOperator | null;
ConditionExpression?: string | null;
Expected?: {} | null;
[key: string]: ExpectedAttributeValue | null | undefined;
ExpressionAttributeNames?: {} | null;
[key: string]: string | null | undefined;
ExpressionAttributeValues?: {} | null;
[key: string]: AttributeValue | null | undefined;
Key: {};
[key: string]: AttributeValue | null | undefined;
ReturnConsumedCapacity?: ReturnConsumedCapacity | null;
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | null;
ReturnValues?: ReturnValue | null;
TableName: string;
}§Properties
§
ConditionalOperator?: ConditionalOperator | null
[src]§
Expected?: {} | null
[src][key: string]: ExpectedAttributeValue | null | undefined;
§
ExpressionAttributeValues?: {} | null
[src][key: string]: AttributeValue | null | undefined;
§
Key: {}
[src][key: string]: AttributeValue | null | undefined;
§
ReturnConsumedCapacity?: ReturnConsumedCapacity | null
[src]§
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | null
[src]§
ReturnValues?: ReturnValue | null
[src]