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

InspectorEvent

import type { InspectorEvent } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
type InspectorEvent =
| "ASSESSMENT_RUN_STARTED"
| "ASSESSMENT_RUN_COMPLETED"
| "ASSESSMENT_RUN_STATE_CHANGED"
| "FINDING_REPORTED"
| "OTHER"

§Type

§
"ASSESSMENT_RUN_STARTED" | "ASSESSMENT_RUN_COMPLETED" | "ASSESSMENT_RUN_STATE_CHANGED" | "FINDING_REPORTED" | "OTHER" | cmnP.UnexpectedEnumValue
[src]