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

ResponseOutputItem

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

The output item response.

interface ResponseOutputItem {
DashPlaylistSettings?: DashPlaylistSettings | null;
HlsPlaylistSettings?: HlsPlaylistSettings | null;
ManifestName: string;
PlaybackUrl: string;
SourceGroup: string;
}

§Properties

§
DashPlaylistSettings?: DashPlaylistSettings | null
[src]

DASH manifest configuration settings.

§
HlsPlaylistSettings?: HlsPlaylistSettings | null
[src]

HLS manifest configuration settings.

§
ManifestName: string
[src]

The name of the manifest for the channel that will appear in the channel output's playback URL.

§
PlaybackUrl: string
[src]

The URL used for playback by content players.

§
SourceGroup: string
[src]

A string used to associate a package configuration source group with a channel output.