DeletePrefetchSchedule
Source:
src/AWS/MediaTailor/DeletePrefetchSchedule.ts
Runtime binding for mediatailor:DeletePrefetchSchedule — remove a
prefetch schedule from the bound PlaybackConfiguration (e.g. when
a live event is cancelled).
Provide the implementation with
Effect.provide(AWS.MediaTailor.DeletePrefetchScheduleHttp).
Prefetching Ads
Section titled “Prefetching Ads”const deletePrefetchSchedule = yield* AWS.MediaTailor.DeletePrefetchSchedule(config);
yield* deletePrefetchSchedule({ Name: `event-${eventId}` });