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

GetDomainStatisticsReportResponse

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

An object that includes statistics that are related to the domain that you specified.

interface GetDomainStatisticsReportResponse {
DailyVolumes: DailyVolume[];
OverallVolume: OverallVolume;
}

§Properties

§
DailyVolumes: DailyVolume[]
[src]

An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDate and ending on the EndDate.

§
OverallVolume: OverallVolume
[src]

An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the StartDate to the EndDate.