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

VerifyEmailAddressRequest

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

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.

interface VerifyEmailAddressRequest {
EmailAddress: string;
}

§Properties

§
EmailAddress: string
[src]

The email address to be verified.