The native @aws-sdk/client-dynamodb module shape adapted by the lazy arm.
This is deliberately structural so a test double can implement every command constructor without importing the optional SDK.
DynamoDBClient: new (configuration: DynamoClientConfiguration) => DynamoSdkClient
The AWS DynamoDB client constructor.
The AWS QueryCommand constructor.
The AWS ScanCommand constructor.
The AWS GetItemCommand constructor.
The AWS PutItemCommand constructor.
The AWS UpdateItemCommand constructor.
The AWS DeleteItemCommand constructor.
The AWS TransactWriteItemsCommand constructor.