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

SendBulkEmailResponse

import type { SendBulkEmailResponse } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

The following data is returned in JSON format by the service.

interface SendBulkEmailResponse {
BulkEmailEntryResults: BulkEmailEntryResult[];
}

§Properties

§
BulkEmailEntryResults: BulkEmailEntryResult[]
[src]

One object per intended recipient. Check each response object and retry any messages with a failure status.