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

ResolverRuleStatus

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

§Type

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