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

ReservationAutomaticRenewal

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

Automatic Renewal Status for Reservation

type ReservationAutomaticRenewal =
| "DISABLED"
| "ENABLED"
| "UNAVAILABLE"

§Type

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