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

EventType

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

An email sending event type. For example, email sends, opens, and bounces are all email events.

type EventType =
| "SEND"
| "REJECT"
| "BOUNCE"
| "COMPLAINT"
| "DELIVERY"
| "OPEN"
| "CLICK"
| "RENDERING_FAILURE"
| "DELIVERY_DELAY"
| "SUBSCRIPTION"

§Type

§
"SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE" | "DELIVERY_DELAY" | "SUBSCRIPTION" | cmnP.UnexpectedEnumValue
[src]