/** * DynamoDB integration client. * * @module */ export type { DynamoDBClient, DynamoDBAttributeValue, DynamoDBScanOptions, } from "./types.js"; export { DynamoDBClientImpl } from "./client.js";