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

ScheduleConfiguration

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

Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.

interface ScheduleConfiguration {
ClipRange?: ClipRange | null;
Transition: Transition;
}

§Properties

§
ClipRange?: ClipRange | null
[src]

Program clip range configuration.

§
Transition: Transition
[src]

Program transition configurations.