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

InputDeviceConfiguredInput

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

The source to activate (use) from the input device.

type InputDeviceConfiguredInput =
| "AUTO"
| "HDMI"
| "SDI"

§Type

§
"AUTO" | "HDMI" | "SDI" | cmnP.UnexpectedEnumValue
[src]