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

NielsenSourceWatermarkStatusType

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

Required. Specify whether your source content already contains Nielsen non-linear watermarks. When you set this value to Watermarked (WATERMARKED), the service fails the job. Nielsen requires that you add non-linear watermarking to only clean content that doesn't already have non-linear Nielsen watermarks.

type NielsenSourceWatermarkStatusType = "CLEAN" | "WATERMARKED" | cmnP.UnexpectedEnumValue;

§Type

§
"CLEAN" | "WATERMARKED" | cmnP.UnexpectedEnumValue
[src]