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

AllocationState

import type { AllocationState } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
type AllocationState =
| "available"
| "under-assessment"
| "permanent-failure"
| "released"
| "released-permanent-failure"
| "pending"

§Type

§
"available" | "under-assessment" | "permanent-failure" | "released" | "released-permanent-failure" | "pending" | cmnP.UnexpectedEnumValue
[src]