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

ThreatIntelSetStatus

import type { ThreatIntelSetStatus } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
type ThreatIntelSetStatus =
| "INACTIVE"
| "ACTIVATING"
| "ACTIVE"
| "DEACTIVATING"
| "ERROR"
| "DELETE_PENDING"
| "DELETED"

§Type

§
"INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED" | cmnP.UnexpectedEnumValue
[src]