UNPKG

awscdk-construct-input-switch-scheduler

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