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

ScheduleAction

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

Contains information on a single schedule action.

interface ScheduleAction {
ActionName: string;
ScheduleActionSettings: ScheduleActionSettings;
ScheduleActionStartSettings: ScheduleActionStartSettings;
}

§Properties

§
ActionName: string
[src]

The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.

§
ScheduleActionSettings: ScheduleActionSettings
[src]

Settings for this schedule action.

§
ScheduleActionStartSettings: ScheduleActionStartSettings
[src]

The time for the action to start in the channel.