ListPrefetchSchedules
Source:
src/AWS/MediaTailor/ListPrefetchSchedules.ts
Runtime binding for mediatailor:ListPrefetchSchedules — page through the
prefetch schedules on the bound PlaybackConfiguration, optionally
filtered by StreamId or ScheduleType.
Provide the implementation with
Effect.provide(AWS.MediaTailor.ListPrefetchSchedulesHttp).
Prefetching Ads
Section titled “Prefetching Ads”const listPrefetchSchedules = yield* AWS.MediaTailor.ListPrefetchSchedules(config);
const { Items } = yield* listPrefetchSchedules({ StreamId: streamId });