UNPKG

@aws-sdk/client-dynamodb

Version:

AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native

9 lines (8 loc) 246 B
import type { PaginationConfiguration } from "@smithy/types"; import { DynamoDBClient } from "../DynamoDBClient"; /** * @public */ export interface DynamoDBPaginationConfiguration extends PaginationConfiguration { client: DynamoDBClient; }