interface DynamoGetItemCommandOutput

Output from DynamoDB GetItem.

Properties

readonly
optional
Item: DynamoAttributeMap

The item, omitted when no item matches the key.

Usage

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