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

ReservationPlanStatus

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

Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.

type ReservationPlanStatus = "ACTIVE" | "EXPIRED" | cmnP.UnexpectedEnumValue;

§Type

§
"ACTIVE" | "EXPIRED" | cmnP.UnexpectedEnumValue
[src]