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

InputDeviceType

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

The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose "HD".

type InputDeviceType = "HD" | cmnP.UnexpectedEnumValue;