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

DeleteVerifiedEmailAddressRequest

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

Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.

interface DeleteVerifiedEmailAddressRequest {
EmailAddress: string;
}

§Properties

§
EmailAddress: string
[src]

An email address to be removed from the list of verified addresses.