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

LicenseStatus

import type { LicenseStatus } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
type LicenseStatus =
| "AVAILABLE"
| "PENDING_AVAILABLE"
| "DEACTIVATED"
| "SUSPENDED"
| "EXPIRED"
| "PENDING_DELETE"
| "DELETED"

§Type

§
"AVAILABLE" | "PENDING_AVAILABLE" | "DEACTIVATED" | "SUSPENDED" | "EXPIRED" | "PENDING_DELETE" | "DELETED" | cmnP.UnexpectedEnumValue
[src]