Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PutItemOpts

Hierarchy

  • PutItemOpts

Index

Properties

Optional ConditionExpression

ConditionExpression: undefined | string

Optional ExpressionAttributeNames

ExpressionAttributeNames: undefined | {}

Optional ExpressionAttributeValues

ExpressionAttributeValues: undefined | {}

Optional ReturnConsumedCapacity

ReturnConsumedCapacity: "INDEXES" | "TOTAL" | "NONE"

Optional ReturnItemCollectionMetrics

ReturnItemCollectionMetrics: "SIZE" | "NONE"

Optional ReturnValues

ReturnValues: "NONE" | "ALL_OLD" | "UPDATED_OLD" | "ALL_NEW" | "UPDATED_NEW"

Generated using TypeDoc