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

AntiAlias

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

The anti-alias filter is automatically applied to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.

type AntiAlias = "DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue
[src]