awscdk-construct-input-switch-scheduler
Version:
AWS CDK Construct for scheduling input switch of MediaLive
5 lines (4 loc) • 361 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ListChannelPlacementGroupsCommand, } from "../commands/ListChannelPlacementGroupsCommand";
import { MediaLiveClient } from "../MediaLiveClient";
export const paginateListChannelPlacementGroups = createPaginator(MediaLiveClient, ListChannelPlacementGroupsCommand, "NextToken", "NextToken", "MaxResults");