Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/dynamodb@2012-08-10/mod.ts>UpdateItemInput

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

Properties

TableName: string
Key: { [key: string]: AttributeValue; }
optional
AttributeUpdates: { [key: string]: AttributeValueUpdate; } | null
optional
Expected: { [key: string]: ExpectedAttributeValue; } | 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
optional
ExpressionAttributeValues: { [key: string]: AttributeValue; } | null