SendEmailRequest
import type { SendEmailRequest } from "https://aws-api-16vtt531a2w0.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;
}