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

Risk

import type { Risk } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";

The risk for a given workload, lens review, pillar, or question.

type Risk =
| "UNANSWERED"
| "HIGH"
| "MEDIUM"
| "NONE"
| "NOT_APPLICABLE"

§Type

§
"UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE" | cmnP.UnexpectedEnumValue
[src]