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

DecryptionMode

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

Specify the encryption mode that you used to encrypt your input files.

type DecryptionMode =
| "AES_CTR"
| "AES_CBC"
| "AES_GCM"

§Type

§
"AES_CTR" | "AES_CBC" | "AES_GCM" | cmnP.UnexpectedEnumValue
[src]