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

InputSourceType

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

There are two types of input sources, static and dynamic. If an input source is dynamic you can change the source url of the input dynamically using an input switch action. Currently, two input types support a dynamic url at this time, MP4_FILE and TS_FILE. By default all input sources are static.

type InputSourceType = "STATIC" | "DYNAMIC" | cmnP.UnexpectedEnumValue;

§Type

§
"STATIC" | "DYNAMIC" | cmnP.UnexpectedEnumValue
[src]