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

GetDeliverabilityDashboardOptionsResponse

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

An object that shows the status of the Deliverability dashboard.

interface GetDeliverabilityDashboardOptionsResponse {
AccountStatus?: DeliverabilityDashboardAccountStatus | null;
ActiveSubscribedDomains?: DomainDeliverabilityTrackingOption[] | null;
DashboardEnabled: boolean;
PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[] | null;
SubscriptionExpiryDate?: Date | number | null;
}

§Properties

§

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.

§
ActiveSubscribedDomains?: DomainDeliverabilityTrackingOption[] | null
[src]

An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.

§
DashboardEnabled: boolean
[src]

Specifies whether the Deliverability dashboard is enabled. If this value is true, the dashboard is enabled.

§
PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[] | null
[src]

An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.

§
SubscriptionExpiryDate?: Date | number | null
[src]

The date when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.