UNPKG

@aws-sdk/client-dynamodb

Version:

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

5 lines (4 loc) 346 B
import { createPaginator } from "@smithy/core"; import { ListContributorInsightsCommand, } from "../commands/ListContributorInsightsCommand"; import { DynamoDBClient } from "../DynamoDBClient"; export const paginateListContributorInsights = createPaginator(DynamoDBClient, ListContributorInsightsCommand, "NextToken", "NextToken", "MaxResults");