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

GetEmailTemplateResponse

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

The following element is returned by the service.

interface GetEmailTemplateResponse {
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.