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

PutSuppressedDestinationRequest

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

A request to add an email destination to the suppression list for your account.

interface PutSuppressedDestinationRequest {
EmailAddress: string;
}

§Properties

§
EmailAddress: string
[src]

The email address that should be added to the suppression list for your account.

§

The factors that should cause the email address to be added to the suppression list for your account.