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

DomainNameStatus

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

The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.

type DomainNameStatus =
| "AVAILABLE"
| "UPDATING"
| "PENDING_CERTIFICATE_REIMPORT"
| "PENDING_OWNERSHIP_VERIFICATION"

§Type

§
"AVAILABLE" | "UPDATING" | "PENDING_CERTIFICATE_REIMPORT" | "PENDING_OWNERSHIP_VERIFICATION" | cmnP.UnexpectedEnumValue
[src]