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

SuppressedDestinationAttributes

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

An object that contains additional attributes that are related an email address that is on the suppression list for your account.

interface SuppressedDestinationAttributes {
FeedbackId?: string | null;
MessageId?: string | null;
}

§Properties

§
FeedbackId?: string | null
[src]

A unique identifier that's generated when an email address is added to the suppression list for your account.

§
MessageId?: string | null
[src]

The unique identifier of the email message that caused the email address to be added to the suppression list for your account.