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

Status

import type { Status } from "https://aws-api.deno.dev/v0.3/services/route53recoverycontrolconfig.ts?docs=full";

The deployment status of a resource. Status can be one of the following:

PENDING: Amazon Route 53 Application Recovery Controller is creating the resource.

DEPLOYED: The resource is deployed and ready to use.

PENDING_DELETION: Amazon Route 53 Application Recovery Controller is deleting the resource.

type Status =
| "PENDING"
| "DEPLOYED"
| "PENDING_DELETION"

§Type

§
"PENDING" | "DEPLOYED" | "PENDING_DELETION" | cmnP.UnexpectedEnumValue
[src]