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

ScheduleEntry

import type { ScheduleEntry } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";

The properties for a schedule.

interface ScheduleEntry {
ApproximateDurationSeconds?: number | null;
ApproximateStartTime?: Date | number | null;
Arn: string;
ChannelName: string;
LiveSourceName?: string | null;
ProgramName: string;
ScheduleAdBreaks?: ScheduleAdBreak[] | null;
ScheduleEntryType?: ScheduleEntryType | null;
SourceLocationName: string;
VodSourceName?: string | null;
}

§Properties

§
ApproximateDurationSeconds?: number | null
[src]

The approximate duration of this program, in seconds.

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

The approximate time that the program will start playing.

§
Arn: string
[src]

The ARN of the program.

§
ChannelName: string
[src]

The name of the channel that uses this schedule.

§
LiveSourceName?: string | null
[src]

The name of the live source used for the program.

§
ProgramName: string
[src]

The name of the program.

§
ScheduleAdBreaks?: ScheduleAdBreak[] | null
[src]

The schedule's ad break properties.

§
ScheduleEntryType?: ScheduleEntryType | null
[src]

The type of schedule entry.

§
SourceLocationName: string
[src]

The name of the source location.

§
VodSourceName?: string | null
[src]

The name of the VOD source.