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

CreateProgramRequest

import type { CreateProgramRequest } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface CreateProgramRequest {
AdBreaks?: AdBreak[] | null;
ChannelName: string;
LiveSourceName?: string | null;
ProgramName: string;
ScheduleConfiguration: ScheduleConfiguration;
SourceLocationName: string;
VodSourceName?: string | null;
}

§Properties

§
AdBreaks?: AdBreak[] | null
[src]

The ad break configuration settings.

§
ChannelName: string
[src]

The name of the channel for this Program.

§
LiveSourceName?: string | null
[src]

The name of the LiveSource for this Program.

§
ProgramName: string
[src]

The name of the Program.

§
ScheduleConfiguration: ScheduleConfiguration
[src]

The schedule configuration settings.

§
SourceLocationName: string
[src]

The name of the source location.

§
VodSourceName?: string | null
[src]

The name that's used to refer to a VOD source.