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

MotionGraphicsActivateScheduleActionSettings

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

Settings to specify the rendering of motion graphics into the video stream.

interface MotionGraphicsActivateScheduleActionSettings {
Duration?: number | null;
PasswordParam?: string | null;
Url?: string | null;
Username?: string | null;
}

§Properties

§
Duration?: number | null
[src]

Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.

§
PasswordParam?: string | null
[src]

Key used to extract the password from EC2 Parameter store

§
Url?: string | null
[src]

URI of the HTML5 content to be rendered into the live stream.

§
Username?: string | null
[src]

Documentation update needed