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

TestRenderEmailTemplateResponse

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

The following element is returned by the service.

interface TestRenderEmailTemplateResponse {
RenderedTemplate: string;
}

§Properties

§
RenderedTemplate: string
[src]

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