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

RenewalType

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

Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.

type RenewalType = "AUTO_RENEW" | "EXPIRE" | cmnP.UnexpectedEnumValue;

§Type

§
"AUTO_RENEW" | "EXPIRE" | cmnP.UnexpectedEnumValue
[src]