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

NotificationMessageType

import type { NotificationMessageType } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
type NotificationMessageType =
| "NEW_INSIGHT"
| "CLOSED_INSIGHT"
| "NEW_ASSOCIATION"
| "SEVERITY_UPGRADED"
| "NEW_RECOMMENDATION"

§Type

§
"NEW_INSIGHT" | "CLOSED_INSIGHT" | "NEW_ASSOCIATION" | "SEVERITY_UPGRADED" | "NEW_RECOMMENDATION" | cmnP.UnexpectedEnumValue
[src]