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

FirewallDomainListStatus

import type { FirewallDomainListStatus } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
type FirewallDomainListStatus =
| "COMPLETE"
| "COMPLETE_IMPORT_FAILED"
| "IMPORTING"
| "DELETING"
| "UPDATING"

§Type

§
"COMPLETE" | "COMPLETE_IMPORT_FAILED" | "IMPORTING" | "DELETING" | "UPDATING" | cmnP.UnexpectedEnumValue
[src]