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

GetBlacklistReportsRequest

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

A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.

interface GetBlacklistReportsRequest {
BlacklistItemNames: string[];
}

§Properties

§
BlacklistItemNames: string[]
[src]

A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon Pinpoint or Amazon SES.