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

PricingPlan

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

Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment.

type PricingPlan = "ON_DEMAND" | "RESERVED" | cmnP.UnexpectedEnumValue;

§Type

§
"ON_DEMAND" | "RESERVED" | cmnP.UnexpectedEnumValue
[src]