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

ListVerifiedEmailAddressesResponse

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

A list of email addresses that you have verified with Amazon SES under your AWS account.

interface ListVerifiedEmailAddressesResponse {
VerifiedEmailAddresses: string[];
}

§Properties

§
VerifiedEmailAddresses: string[]
[src]

A list of email addresses that have been verified.