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

FixedModeScheduleActionStartSettings

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

Start time for the action.

interface FixedModeScheduleActionStartSettings {
Time: string;
}

§Properties

§
Time: string
[src]

Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants "T" for time and "Z" for "UTC format".