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

ListCustomVerificationEmailTemplatesResponse

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

A paginated list of custom verification email templates.

interface ListCustomVerificationEmailTemplatesResponse {
CustomVerificationEmailTemplates: CustomVerificationEmailTemplate[];
NextToken?: string | null;
}

§Properties

§
CustomVerificationEmailTemplates: CustomVerificationEmailTemplate[]
[src]

A list of the custom verification email templates that exist in your account.

§
NextToken?: string | null
[src]

A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.