UpdateItemInput
import type { UpdateItemInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface UpdateItemInput {
AttributeUpdates?: {} | null;
[key: string]: AttributeValueUpdate | null | undefined;
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;
UpdateExpression?: string | null;
}§Properties
§
AttributeUpdates?: {} | null
[src][key: string]: AttributeValueUpdate | null | undefined;
§
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]