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

ResendContactReachabilityEmailResponse

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

§Properties

§
domainName?: string | null
[src]

The domain name for which you requested a confirmation email.

§
emailAddress?: string | null
[src]

The email address for the registrant contact at the time that we sent the verification email.

§
isAlreadyVerified?: boolean | null
[src]

True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.