Skip to content

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

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