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

AccelerationMode

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

Specify whether the service runs your job with accelerated transcoding. Choose DISABLED if you don't want accelerated transcoding. Choose ENABLED if you want your job to run with accelerated transcoding and to fail if your input files or your job settings aren't compatible with accelerated transcoding. Choose PREFERRED if you want your job to run with accelerated transcoding if the job is compatible with the feature and to run at standard speed if it's not.

type AccelerationMode =
| "DISABLED"
| "ENABLED"
| "PREFERRED"

§Type

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