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

CreateTemplateRequest

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

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

interface CreateTemplateRequest {
Template: Template;
}

§Properties

§
Template: Template
[src]

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