Skip to main content
Module

x/aws_api/services/dynamodb/mod.ts>UpdateItemInput

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface UpdateItemInput
import { type UpdateItemInput } from "https://deno.land/x/aws_api@v0.8.1/services/dynamodb/mod.ts";

Properties

TableName: string
Key: { [key: string]: AttributeValue | null | undefined; }
optional
AttributeUpdates: { [key: string]: AttributeValueUpdate | null | undefined; } | null
optional
Expected: { [key: string]: ExpectedAttributeValue | null | undefined; } | null
optional
ConditionalOperator: ConditionalOperator | null
optional
ReturnValues: ReturnValue | null
optional
ReturnConsumedCapacity: ReturnConsumedCapacity | null
optional
ReturnItemCollectionMetrics: ReturnItemCollectionMetrics | null
optional
UpdateExpression: string | null
optional
ConditionExpression: string | null
optional
ExpressionAttributeNames: { [key: string]: string | null | undefined; } | null
optional
ExpressionAttributeValues: { [key: string]: AttributeValue | null | undefined; } | null