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

SuppressionListDestination

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

An object that contains details about the action of suppression list.

interface SuppressionListDestination {
SuppressionListImportAction: SuppressionListImportAction;
}

§Properties

§
SuppressionListImportAction: SuppressionListImportAction
[src]

The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the suppression list.