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

ResolverQueryLogConfigStatus

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

§Type

§
"CREATING" | "CREATED" | "DELETING" | "FAILED" | cmnP.UnexpectedEnumValue
[src]