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

VerifyDomainIdentityRequest

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

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

interface VerifyDomainIdentityRequest {
Domain: string;
}

§Properties

§
Domain: string
[src]

The domain to be verified.