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