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

PutDeliverabilityDashboardOptionRequest

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

Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

interface PutDeliverabilityDashboardOptionRequest {
DashboardEnabled: boolean;
SubscribedDomains?: DomainDeliverabilityTrackingOption[] | null;
}

§Properties

§
DashboardEnabled: boolean
[src]

Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to true.

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

An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.