The native DynamoDB SDK client operations driven by the facade.
send<TInput, TOutput>(command: DynamoSdkCommand<TInput, TOutput>): Promise<TOutput>
Sends one DynamoDB command to the configured AWS endpoint.
destroy(): void
Releases resources owned by the AWS SDK client.