Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeletePrefetchScheduleRequest

import type { DeletePrefetchScheduleRequest } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface DeletePrefetchScheduleRequest {
Name: string;
PlaybackConfigurationName: string;
}

§Properties

§
Name: string
[src]

The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.

§
PlaybackConfigurationName: string
[src]

The name of the playback configuration for this prefetch schedule.