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

Scte35ArchiveAllowedFlag

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

Corresponds to the archive_allowed parameter. A value of ARCHIVE_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 Scte35ArchiveAllowedFlag = "ARCHIVE_NOT_ALLOWED" | "ARCHIVE_ALLOWED" | cmnP.UnexpectedEnumValue;

§Type

§
"ARCHIVE_NOT_ALLOWED" | "ARCHIVE_ALLOWED" | cmnP.UnexpectedEnumValue
[src]