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

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

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

§Properties

§
NextToken?: string | null
[src]

A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the position in the list of custom verification email templates.

§
PageSize?: number | null
[src]

The number of results to show in a single call to ListCustomVerificationEmailTemplates. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

The value you specify has to be at least 1, and can be no more than 50.