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

GetBlacklistReportsResponse

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

An object that contains information about blacklist events.

interface GetBlacklistReportsResponse {
BlacklistReport: {
[key: string]: BlacklistEntry[] | null | undefined;
}
;
}

§Properties

§
BlacklistReport: {
[key: string]: BlacklistEntry[] | null | undefined;
}
[src]

An object that contains information about a blacklist that one of your dedicated IP addresses appears on.