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

ListEmailTemplatesRequest

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

Represents a request to list the email templates present in your Amazon SES account in the current Amazon Web Services Region. For more information, see the Amazon SES Developer Guide.

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

§Properties

§
NextToken?: string | null
[src]

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

§
PageSize?: number | null
[src]

The number of results to show in a single call to ListEmailTemplates. 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 10.