GetPrefetchSchedule
Source:
src/AWS/MediaTailor/GetPrefetchSchedule.ts
Runtime binding for mediatailor:GetPrefetchSchedule — read a prefetch
schedule on the bound PlaybackConfiguration by name.
Provide the implementation with
Effect.provide(AWS.MediaTailor.GetPrefetchScheduleHttp).
Prefetching Ads
Section titled “Prefetching Ads”const getPrefetchSchedule = yield* AWS.MediaTailor.GetPrefetchSchedule(config);
const schedule = yield* getPrefetchSchedule({ Name: `event-${eventId}` });