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

UpdateProgramRequest

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

§Properties

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

The ad break configuration settings.

§
ChannelName: string
[src]

The name of the channel for this Program.

§
ProgramName: string
[src]

The name of the Program.

§

The schedule configuration settings.