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

ListDeliverabilityTestReportsResponse

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

A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.

interface ListDeliverabilityTestReportsResponse {
DeliverabilityTestReports: DeliverabilityTestReport[];
NextToken?: string | null;
}

§Properties

§
DeliverabilityTestReports: DeliverabilityTestReport[]
[src]

An object that contains a lists of predictive inbox placement tests that you've performed.

§
NextToken?: string | null
[src]

A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in the NextToken parameter.