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

DeliverabilityTestReport

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

An object that contains metadata related to a predictive inbox placement test.

interface DeliverabilityTestReport {
CreateDate?: Date | number | null;
DeliverabilityTestStatus?: DeliverabilityTestStatus | null;
FromEmailAddress?: string | null;
ReportId?: string | null;
ReportName?: string | null;
Subject?: string | null;
}

§Properties

§
CreateDate?: Date | number | null
[src]

The date and time when the predictive inbox placement test was created, in Unix time format.

§
DeliverabilityTestStatus?: DeliverabilityTestStatus | null
[src]

The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

§
FromEmailAddress?: string | null
[src]

The sender address that you specified for the predictive inbox placement test.

§
ReportId?: string | null
[src]

A unique string that identifies the predictive inbox placement test.

§
ReportName?: string | null
[src]

A name that helps you identify a predictive inbox placement test report.

§
Subject?: string | null
[src]

The subject line for an email that you submitted in a predictive inbox placement test.