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

SuppressedDestinationSummary

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

A summary that describes the suppressed email address.

interface SuppressedDestinationSummary {
EmailAddress: string;
LastUpdateTime: Date | number;
}

§Properties

§
EmailAddress: string
[src]

The email address that's 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.