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

CopyProtectionAction

import type { CopyProtectionAction } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.

type CopyProtectionAction = "PASSTHROUGH" | "STRIP" | cmnP.UnexpectedEnumValue;

§Type

§
"PASSTHROUGH" | "STRIP" | cmnP.UnexpectedEnumValue
[src]