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

ListTemplatesResponse

import type { ListTemplatesResponse } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";
interface ListTemplatesResponse {
NextToken?: string | null;
TemplatesMetadata: TemplateMetadata[];
}

§Properties

§
NextToken?: string | null
[src]

A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

§
TemplatesMetadata: TemplateMetadata[]
[src]

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