- Navigation Guide
@aws-sdk/client-sesv2
ListDomainDeliverabilityCampaignsCommandOutput Interface
The output of ListDomainDeliverabilityCampaignsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
DomainDeliverabilityCampaigns Required | DomainDeliverabilityCampaign[] | undefined | An array of responses, one for each campaign that used the domain to send email during the specified time range. |
NextToken | string | undefined | A token that’s returned from a previous call to the |
Full Signature
export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDomainDeliverabilityCampaignsResponse, MetadataBearer