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

WorkflowStatus

import type { WorkflowStatus } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
type WorkflowStatus =
| "NEW"
| "NOTIFIED"
| "RESOLVED"
| "SUPPRESSED"

§Type

§
"NEW" | "NOTIFIED" | "RESOLVED" | "SUPPRESSED" | cmnP.UnexpectedEnumValue
[src]