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

GetDomainDeliverabilityCampaignRequest

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

Retrieve 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 GetDomainDeliverabilityCampaignRequest {
CampaignId: string;
}

§Properties

§
CampaignId: string
[src]

The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.