interface DynamoUpdateItemCommandOutput

Output from DynamoDB UpdateItem.

Properties

readonly
optional
Attributes: DynamoAttributeMap

The persisted row when ReturnValues is ALL_NEW.

Usage

import { type DynamoUpdateItemCommandOutput } from "database-plugin/src/index.ts";