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

AdminStatus

import type { AdminStatus } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
type AdminStatus = "ENABLED" | "DISABLE_IN_PROGRESS" | cmnP.UnexpectedEnumValue;

§Type

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