Skip to main content
Module

x/aws_api/services/dynamodb/structs.ts>PutItemInput

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

Properties

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