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

Scte35WebDeliveryAllowedFlag

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

Corresponds to the web_delivery_allowed_flag parameter. A value of WEB_DELIVERY_NOT_ALLOWED corresponds to 0 (false) in the SCTE-35 specification. If you include one of the "restriction" flags then you must include all four of them.

type Scte35WebDeliveryAllowedFlag = "WEB_DELIVERY_NOT_ALLOWED" | "WEB_DELIVERY_ALLOWED" | cmnP.UnexpectedEnumValue;

§Type

§
"WEB_DELIVERY_NOT_ALLOWED" | "WEB_DELIVERY_ALLOWED" | cmnP.UnexpectedEnumValue
[src]