UNPKG

awscdk-construct-input-switch-scheduler

Version:
5 lines (4 loc) 305 B
import { createPaginator } from "@smithy/core"; import { ListClustersCommand, } from "../commands/ListClustersCommand"; import { MediaLiveClient } from "../MediaLiveClient"; export const paginateListClusters = createPaginator(MediaLiveClient, ListClustersCommand, "NextToken", "NextToken", "MaxResults");