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

TestRenderTemplateRequest

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

§Properties

§
TemplateData: string
[src]

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

§
TemplateName: string
[src]

The name of the template that you want to render.