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

DeleteSuppressedDestinationRequest

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

A request to remove an email address from the suppression list for your account.

interface DeleteSuppressedDestinationRequest {
EmailAddress: string;
}

§Properties

§
EmailAddress: string
[src]

The suppressed email destination to remove from the account suppression list.