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

DomainDeliverabilityTrackingOption

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

An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.

interface DomainDeliverabilityTrackingOption {
Domain?: string | null;
InboxPlacementTrackingOption?: InboxPlacementTrackingOption | null;
SubscriptionStartDate?: Date | number | null;
}

§Properties

§
Domain?: string | null
[src]

A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.

§
InboxPlacementTrackingOption?: InboxPlacementTrackingOption | null
[src]

An object that contains information about the inbox placement data settings for the domain.

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

The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.