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

GetEmailTemplateRequest

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

Represents a request to display the template object (which includes the subject line, HTML part and text part) for the template you specify.

interface GetEmailTemplateRequest {
TemplateName: string;
}

§Properties

§
TemplateName: string
[src]

The name of the template.