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

SimulateReservedQueue

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

Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default.

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

§Type

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