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

InputLossActionForUdpOut

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

Input Loss Action For Udp Out

type InputLossActionForUdpOut =
| "DROP_PROGRAM"
| "DROP_TS"
| "EMIT_PROGRAM"

§Type

§
"DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM" | cmnP.UnexpectedEnumValue
[src]