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

ListSuppressedDestinationsResponse

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

A list of suppressed email addresses.

interface ListSuppressedDestinationsResponse {
NextToken?: string | null;
SuppressedDestinationSummaries?: SuppressedDestinationSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A token that indicates that there are additional email addresses on the suppression list for your account. To view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass this token in the NextToken parameter.

§
SuppressedDestinationSummaries?: SuppressedDestinationSummary[] | null
[src]

A list of summaries, each containing a summary for a suppressed email destination.