awscdk-construct-scte-scheduler
Version:
AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API
5 lines (4 loc) • 313 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ListSdiSourcesCommand, } from "../commands/ListSdiSourcesCommand";
import { MediaLiveClient } from "../MediaLiveClient";
export const paginateListSdiSources = createPaginator(MediaLiveClient, ListSdiSourcesCommand, "NextToken", "NextToken", "MaxResults");