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

SendEmailResponse

import type { SendEmailResponse } from "https://aws-api.deno.dev/v0.3/services/pinpointemail.ts?docs=full";

A unique message ID that you receive when Amazon Pinpoint accepts an email for sending.

interface SendEmailResponse {
MessageId?: string | null;
}

§Properties

§
MessageId?: string | null
[src]

A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.

Note: It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.