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

ListCustomVerificationEmailTemplatesRequest

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

Represents a request to list the existing custom verification email templates for your account.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

interface ListCustomVerificationEmailTemplatesRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

§
NextToken?: string | null
[src]

An array the contains the name and creation time stamp for each template in your Amazon SES account.