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

GetDeliverabilityTestReportResponse

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

The results of the predictive inbox placement test.

interface GetDeliverabilityTestReportResponse {
DeliverabilityTestReport: DeliverabilityTestReport;
IspPlacements: IspPlacement[];
Message?: string | null;
OverallPlacement: PlacementStatistics;
Tags?: Tag[] | null;
}

§Properties

§
DeliverabilityTestReport: DeliverabilityTestReport
[src]

An object that contains the results of the predictive inbox placement test.

§
IspPlacements: IspPlacement[]
[src]

An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.

§
Message?: string | null
[src]

An object that contains the message that you sent when you performed this predictive inbox placement test.

§
OverallPlacement: PlacementStatistics
[src]

An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.

§
Tags?: Tag[] | null
[src]

An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.