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

ListTemplatesRequest

import type { ListTemplatesRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";
interface ListTemplatesRequest {
MaxItems?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxItems?: number | null
[src]

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

§
NextToken?: string | null
[src]

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