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.3/services/mediatailor.ts?docs=full";
interface CreateProgramRequest {
AdBreaks?: AdBreak[] | null;
ChannelName: string;
ProgramName: string;
ScheduleConfiguration: ScheduleConfiguration;
SourceLocationName: string;
VodSourceName: string;
}

§Properties

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

The ad break configuration settings.

§
ChannelName: string
[src]

The identifier for the channel you are working on.

§
ProgramName: string
[src]

The identifier for the program you are working on.

§
ScheduleConfiguration: ScheduleConfiguration
[src]

The schedule configuration settings.

§
SourceLocationName: string
[src]

The name of the source location.

§
VodSourceName: string
[src]

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