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

ScheduleActionStartSettings

import type { ScheduleActionStartSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Settings to specify when an action should occur. Only one of the options must be selected.

interface ScheduleActionStartSettings {
FixedModeScheduleActionStartSettings?: FixedModeScheduleActionStartSettings | null;
FollowModeScheduleActionStartSettings?: FollowModeScheduleActionStartSettings | null;
ImmediateModeScheduleActionStartSettings?: ImmediateModeScheduleActionStartSettings | null;
}

§Properties

§
FixedModeScheduleActionStartSettings?: FixedModeScheduleActionStartSettings | null
[src]

Option for specifying the start time for an action.

§
FollowModeScheduleActionStartSettings?: FollowModeScheduleActionStartSettings | null
[src]

Option for specifying an action as relative to another action.

§
ImmediateModeScheduleActionStartSettings?: ImmediateModeScheduleActionStartSettings | null
[src]

Option for specifying an action that should be applied immediately.