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/sesv2.ts";
interface SendEmailRequest {
ConfigurationSetName?: string | null;
Content: EmailContent;
Destination?: Destination | null;
EmailTags?: MessageTag[] | null;
FeedbackForwardingEmailAddress?: string | null;
FeedbackForwardingEmailAddressIdentityArn?: string | null;
FromEmailAddress?: string | null;
FromEmailAddressIdentityArn?: string | null;
ListManagementOptions?: ListManagementOptions | null;
ReplyToAddresses?: string[] | null;
}

§Properties

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