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

DetectMitigationActionExecutionStatus

import type { DetectMitigationActionExecutionStatus } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
type DetectMitigationActionExecutionStatus =
| "IN_PROGRESS"
| "SUCCESSFUL"
| "FAILED"
| "SKIPPED"

§Type

§
"IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "SKIPPED" | cmnP.UnexpectedEnumValue
[src]