interface DynamoDeleteItemCommandOutput

Output from DynamoDB DeleteItem.

Properties

readonly
optional
Attributes: DynamoAttributeMap

The deleted row when one existed and ALL_OLD was requested.

Usage

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