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

SuppressionListImportAction

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

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

  • PUT: add the addresses to the suppression list.
  • DELETE: remove the address from the suppression list.
type SuppressionListImportAction = "DELETE" | "PUT" | cmnP.UnexpectedEnumValue;

§Type