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.4/services/sesv2.ts?docs=full";

The following elements are returned by the service.

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

§Properties

§
CustomVerificationEmailTemplates?: CustomVerificationEmailTemplateMetadata[] | null
[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 ListCustomVerificationEmailTemplates to retrieve the next 50 custom verification email templates.