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

GetPrefetchScheduleRequest

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

§Properties

§
Name: string
[src]

The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

§
PlaybackConfigurationName: string
[src]

Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.