Skip to content

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).

const getPrefetchSchedule = yield* AWS.MediaTailor.GetPrefetchSchedule(config);
const schedule = yield* getPrefetchSchedule({ Name: `event-${eventId}` });