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

SuppressionListReason

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

The reason that the address was added to the suppression list for your account. The value can be one of the following:

  • COMPLAINT – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a hard bounce.
type SuppressionListReason = "BOUNCE" | "COMPLAINT" | cmnP.UnexpectedEnumValue;

§Type

§
"BOUNCE" | "COMPLAINT" | cmnP.UnexpectedEnumValue
[src]