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

TestRenderTemplateResponse

import type { TestRenderTemplateResponse } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";
interface TestRenderTemplateResponse {
RenderedTemplate?: string | null;
}

§Properties

§
RenderedTemplate?: string | null
[src]

The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.