UNPKG

awscdk-construct-input-switch-scheduler

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