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

GetPrefetchScheduleResponse

import type { GetPrefetchScheduleResponse } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface GetPrefetchScheduleResponse {
Arn?: string | null;
Consumption?: PrefetchConsumption | null;
Name?: string | null;
PlaybackConfigurationName?: string | null;
Retrieval?: PrefetchRetrieval | null;
StreamId?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the prefetch schedule.

§
Consumption?: PrefetchConsumption | null
[src]

Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.

§
Name?: string | null
[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 | null
[src]

The name of the playback configuration to create the prefetch schedule for.

§
Retrieval?: PrefetchRetrieval | null
[src]

A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

§
StreamId?: string | null
[src]

An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.