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

IspPlacement

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

An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.

interface IspPlacement {
IspName?: string | null;
PlacementStatistics?: PlacementStatistics | null;
}

§Properties

§
IspName?: string | null
[src]

The name of the email provider that the inbox placement data applies to.

§
PlacementStatistics?: PlacementStatistics | null
[src]

An object that contains inbox placement metrics for a specific email provider.