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

FollowModeScheduleActionStartSettings

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

Settings to specify if an action follows another.

interface FollowModeScheduleActionStartSettings {
FollowPoint: FollowPoint;
ReferenceActionName: string;
}

§Properties

§
FollowPoint: FollowPoint
[src]

Identifies whether this action starts relative to the start or relative to the end of the reference action.

§
ReferenceActionName: string
[src]

The action name of another action that this one refers to.