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

UpdateProgramTransition

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

Program transition configuration.

interface UpdateProgramTransition {
DurationMillis?: number | null;
ScheduledStartTimeMillis?: number | null;
}

§Properties

§
DurationMillis?: number | null
[src]

The duration of the live program in seconds.

§
ScheduledStartTimeMillis?: number | null
[src]

The date and time that the program is scheduled to start, in epoch milliseconds.