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

GetDomainDeliverabilityCampaignResponse

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

An object that contains all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

interface GetDomainDeliverabilityCampaignResponse {
DomainDeliverabilityCampaign: DomainDeliverabilityCampaign;
}

§Properties

§
DomainDeliverabilityCampaign: DomainDeliverabilityCampaign
[src]

An object that contains the deliverability data for the campaign.