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

ListEmailTemplatesResponse

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

The following elements are returned by the service.

interface ListEmailTemplatesResponse {
NextToken?: string | null;
TemplatesMetadata?: EmailTemplateMetadata[] | null;
}

§Properties

§
NextToken?: string | null
[src]

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

§
TemplatesMetadata?: EmailTemplateMetadata[] | null
[src]

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