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

InputPreference

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

Input preference when deciding which input to make active when a previously failed input has recovered. If "EQUAL_INPUT_PREFERENCE", then the active input will stay active as long as it is healthy. If "PRIMARY_INPUT_PREFERRED", then always switch back to the primary input when it is healthy.

type InputPreference = "EQUAL_INPUT_PREFERENCE" | "PRIMARY_INPUT_PREFERRED" | cmnP.UnexpectedEnumValue;

§Type

§
"EQUAL_INPUT_PREFERENCE" | "PRIMARY_INPUT_PREFERRED" | cmnP.UnexpectedEnumValue
[src]