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

ReportStatus

import type { ReportStatus } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
type ReportStatus =
| "WORK_IN_PROGRESS"
| "FAILED"
| "COMPLETED"

§Type

§
"WORK_IN_PROGRESS" | "FAILED" | "COMPLETED" | cmnP.UnexpectedEnumValue
[src]