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

UpdateProgress

import type { UpdateProgress } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
type UpdateProgress =
| "PENDING"
| "IN_PROGRESS"
| "VERIFYING"
| "REBOOTING"
| "DOWNLOADING"
| "COMPLETED"
| "FAILED"

§Type

§
"PENDING" | "IN_PROGRESS" | "VERIFYING" | "REBOOTING" | "DOWNLOADING" | "COMPLETED" | "FAILED" | cmnP.UnexpectedEnumValue
[src]