UNPKG

@aws-sdk/client-eks

Version:

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

5 lines (4 loc) 287 B
import { createPaginator } from "@smithy/core"; import { ListInsightsCommand, } from "../commands/ListInsightsCommand"; import { EKSClient } from "../EKSClient"; export const paginateListInsights = createPaginator(EKSClient, ListInsightsCommand, "nextToken", "nextToken", "maxResults");