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

ControlResponse

import type { ControlResponse } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
type ControlResponse =
| "MANUAL"
| "AUTOMATE"
| "DEFER"
| "IGNORE"

§Type

§
"MANUAL" | "AUTOMATE" | "DEFER" | "IGNORE" | cmnP.UnexpectedEnumValue
[src]