interface DynamoSdkCommand

A native DynamoDB SDK command accepted by DynamoSdkClient.

Type Parameters

TInput
TOutput

Properties

readonly
input: TInput

The command request supplied to the AWS SDK.

readonly
optional
output: TOutput

The typed AWS SDK response, when a command carries one.

Usage

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