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

SendEmailRequest

import type { SendEmailRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpointemail.ts";
interface SendEmailRequest {
ConfigurationSetName?: string | null;
Content: EmailContent;
Destination: Destination;
EmailTags?: MessageTag[] | null;
FeedbackForwardingEmailAddress?: string | null;
FromEmailAddress?: string | null;
ReplyToAddresses?: string[] | null;
}

§Properties

§
ConfigurationSetName?: string | null
[src]
§
Destination: Destination
[src]
§
EmailTags?: MessageTag[] | null
[src]
§
FeedbackForwardingEmailAddress?: string | null
[src]
§
FromEmailAddress?: string | null
[src]
§
ReplyToAddresses?: string[] | null
[src]