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

Readiness

import type { Readiness } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";

The readiness status.

type Readiness =
| "READY"
| "NOT_READY"
| "UNKNOWN"
| "NOT_AUTHORIZED"

§Type

§
"READY" | "NOT_READY" | "UNKNOWN" | "NOT_AUTHORIZED" | cmnP.UnexpectedEnumValue
[src]