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

CreateEmailTemplateRequest

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

Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.

interface CreateEmailTemplateRequest {
TemplateContent: EmailTemplateContent;
TemplateName: string;
}

§Properties

§
TemplateContent: EmailTemplateContent
[src]

The content of the email template, composed of a subject line, an HTML part, and a text-only part.

§
TemplateName: string
[src]

The name of the template.