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-gyr5wj9zj0fg.deno.dev/v0.2/services/ses.ts";
interface SendEmailRequest {
ConfigurationSetName?: string | null;
Destination: Destination;
Message: Message;
ReplyToAddresses?: string[] | null;
ReturnPath?: string | null;
ReturnPathArn?: string | null;
Source: string;
SourceArn?: string | null;
Tags?: MessageTag[] | null;
}

§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]