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

SuppressedDestination

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

An object that contains information about an email address that is on the suppression list for your account.

interface SuppressedDestination {
Attributes?: SuppressedDestinationAttributes | null;
EmailAddress: string;
LastUpdateTime: Date | number;
}

§Properties

§

An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.

§
EmailAddress: string
[src]

The email address that is on the suppression list for your account.

§
LastUpdateTime: Date | number
[src]

The date and time when the suppressed destination was last updated, shown in Unix time format.

§

The reason that the address was added to the suppression list for your account.