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

UpdateProgramResponse

import type { UpdateProgramResponse } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface UpdateProgramResponse {
AdBreaks?: AdBreak[] | null;
Arn?: string | null;
ChannelName?: string | null;
ClipRange?: ClipRange | null;
CreationTime?: Date | number | null;
DurationMillis?: number | null;
LiveSourceName?: string | null;
ProgramName?: string | null;
ScheduledStartTime?: Date | number | null;
SourceLocationName?: string | null;
VodSourceName?: string | null;
}

§Properties

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

The ad break configuration settings.

§
Arn?: string | null
[src]

The ARN to assign to the program.

§
ChannelName?: string | null
[src]

The name to assign to the channel for this program.

§
ClipRange?: ClipRange | null
[src]

The clip range configuration settings.

§
CreationTime?: Date | number | null
[src]

The time the program was created.

§
DurationMillis?: number | null
[src]

The duration of the live program in milliseconds.

§
LiveSourceName?: string | null
[src]

The name of the LiveSource for this Program.

§
ProgramName?: string | null
[src]

The name to assign to this program.

§
ScheduledStartTime?: Date | number | null
[src]

The scheduled start time for this Program.

§
SourceLocationName?: string | null
[src]

The name to assign to the source location for this program.

§
VodSourceName?: string | null
[src]

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