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

GetContactReachabilityStatusResponse

import type { GetContactReachabilityStatusResponse } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";
interface GetContactReachabilityStatusResponse {
domainName?: string | null;
status?: ReachabilityStatus | null;
}

§Properties

§
domainName?: string | null
[src]

The domain name for which you requested the reachability status.

§
status?: ReachabilityStatus | null
[src]

Whether the registrant contact has responded. Values include the following:

PENDING: We sent the confirmation email and haven't received a response yet.

DONE: We sent the email and got confirmation from the registrant contact.

EXPIRED: The time limit expired before the registrant contact responded.