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

CreateProgramResponse

import type { CreateProgramResponse } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface CreateProgramResponse {
AdBreaks?: AdBreak[] | null;
Arn?: string | null;
ChannelName?: string | null;
CreationTime?: Date | number | 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 of the program.

§
ChannelName?: string | null
[src]

The name of the channel that the program belongs to.

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

The timestamp of when the program was created.

§
ProgramName?: string | null
[src]

The name of the program.

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

The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.

§
SourceLocationName?: string | null
[src]

The source location name.

§
VodSourceName?: string | null
[src]

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