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

SeverityRating

import type { SeverityRating } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
type SeverityRating =
| "LOW"
| "MEDIUM"
| "HIGH"
| "CRITICAL"

§Type

§
"LOW" | "MEDIUM" | "HIGH" | "CRITICAL" | cmnP.UnexpectedEnumValue
[src]