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

BlacklistEntry

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

An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.

interface BlacklistEntry {
Description?: string | null;
ListingTime?: Date | number | null;
RblName?: string | null;
}

§Properties

§
Description?: string | null
[src]

Additional information about the blacklisting event, as provided by the blacklist maintainer.

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

The time when the blacklisting event occurred, shown in Unix time format.

§
RblName?: string | null
[src]

The name of the blacklist that the IP address appears on.