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

ListDomainDeliverabilityCampaignsResponse

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

An array of objects that provide deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard (PutDeliverabilityDashboardOption operation) for the domain.

interface ListDomainDeliverabilityCampaignsResponse {
DomainDeliverabilityCampaigns: DomainDeliverabilityCampaign[];
NextToken?: string | null;
}

§Properties

§
DomainDeliverabilityCampaigns: DomainDeliverabilityCampaign[]
[src]

An array of responses, one for each campaign that used the domain to send email during the specified time range.

§
NextToken?: string | null
[src]

A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation. This token indicates the position of the campaign in the list of campaigns.