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

DeliverabilityDashboardAccountStatus

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

The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.

type DeliverabilityDashboardAccountStatus =
| "ACTIVE"
| "PENDING_EXPIRATION"
| "DISABLED"

§Type

§
"ACTIVE" | "PENDING_EXPIRATION" | "DISABLED" | cmnP.UnexpectedEnumValue
[src]