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

OverallVolume

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

An object that contains information about email that was sent from the selected domain.

interface OverallVolume {
DomainIspPlacements?: DomainIspPlacement[] | null;
ReadRatePercent?: number | null;
VolumeStatistics?: VolumeStatistics | null;
}

§Properties

§
DomainIspPlacements?: DomainIspPlacement[] | null
[src]

An object that contains inbox and junk mail placement metrics for individual email providers.

§
ReadRatePercent?: number | null
[src]

The percentage of emails that were sent from the domain that were read by their recipients.

§
VolumeStatistics?: VolumeStatistics | null
[src]

An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.