UNPKG

@aws-sdk/client-dynamodb

Version:

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

8 lines (7 loc) 372 B
import type { Paginator } from "@smithy/types"; import { QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand"; import type { DynamoDBPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateQuery: (config: DynamoDBPaginationConfiguration, input: QueryCommandInput, ...rest: any[]) => Paginator<QueryCommandOutput>;