import { type Put } from "https://deno.land/x/aws_api@v0.8.1/services/dynamodb/mod.ts";
Properties
Item: { [key: string]: AttributeValue | null | undefined; }
optional
ExpressionAttributeValues: { [key: string]: AttributeValue | null | undefined; } | nulloptional
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailure | null