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

SendTemplatedEmailRequest

import type { SendTemplatedEmailRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/ses.ts";
interface SendTemplatedEmailRequest {
ConfigurationSetName?: string | null;
Destination: Destination;
ReplyToAddresses?: string[] | null;
ReturnPath?: string | null;
ReturnPathArn?: string | null;
Source: string;
SourceArn?: string | null;
Tags?: MessageTag[] | null;
Template: string;
TemplateArn?: string | null;
TemplateData: string;
}

§Properties

§
ConfigurationSetName?: string | null
[src]
§
Destination: Destination
[src]
§
ReplyToAddresses?: string[] | null
[src]
§
ReturnPath?: string | null
[src]
§
ReturnPathArn?: string | null
[src]
§
Source: string
[src]
§
SourceArn?: string | null
[src]
§
Tags?: MessageTag[] | null
[src]
§
Template: string
[src]
§
TemplateArn?: string | null
[src]
§
TemplateData: string
[src]