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

EvidenceFinderEnablementStatus

import type { EvidenceFinderEnablementStatus } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
type EvidenceFinderEnablementStatus =
| "ENABLED"
| "DISABLED"
| "ENABLE_IN_PROGRESS"
| "DISABLE_IN_PROGRESS"

§Type

§
"ENABLED" | "DISABLED" | "ENABLE_IN_PROGRESS" | "DISABLE_IN_PROGRESS" | cmnP.UnexpectedEnumValue
[src]