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

CreatePrefetchScheduleRequest

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

§Properties

§

The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.

§
Name: string
[src]

The identifier for the playback configuration.

§
PlaybackConfigurationName: string
[src]

The name of the playback configuration.

§

The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.

§
StreamId?: string | null
[src]

An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration. If StreamId is specified, MediaTailor returns all of the prefetch schedules with an exact match on StreamId. If not specified, MediaTailor returns all of the prefetch schedules for the playback configuration, regardless of StreamId.