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

InputDeviceConnectionState

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

The state of the connection between the input device and AWS.

type InputDeviceConnectionState = "DISCONNECTED" | "CONNECTED" | cmnP.UnexpectedEnumValue;

§Type

§
"DISCONNECTED" | "CONNECTED" | cmnP.UnexpectedEnumValue
[src]