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

GetSuppressedDestinationRequest

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

A request to retrieve information about an email address that's on the suppression list for your account.

interface GetSuppressedDestinationRequest {
EmailAddress: string;
}

§Properties

§
EmailAddress: string
[src]

The email address that's on the account suppression list.