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

DelegationStatus

import type { DelegationStatus } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
type DelegationStatus =
| "IN_PROGRESS"
| "UNDER_REVIEW"
| "COMPLETE"

§Type

§
"IN_PROGRESS" | "UNDER_REVIEW" | "COMPLETE" | cmnP.UnexpectedEnumValue
[src]