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

PackageStatus

import type { PackageStatus } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";
type PackageStatus =
| "COPYING"
| "COPY_FAILED"
| "VALIDATING"
| "VALIDATION_FAILED"
| "AVAILABLE"
| "DELETING"
| "DELETED"
| "DELETE_FAILED"

§Type

§
"COPYING" | "COPY_FAILED" | "VALIDATING" | "VALIDATION_FAILED" | "AVAILABLE" | "DELETING" | "DELETED" | "DELETE_FAILED" | cmnP.UnexpectedEnumValue
[src]