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

DailyVolume

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

An object that contains information about the volume of email sent on each day of the analysis period.

interface DailyVolume {
DomainIspPlacements?: DomainIspPlacement[] | null;
StartDate?: Date | number | null;
VolumeStatistics?: VolumeStatistics | null;
}

§Properties

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

An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.

§
StartDate?: Date | number | null
[src]

The date that the DailyVolume metrics apply to, in Unix time.

§
VolumeStatistics?: VolumeStatistics | null
[src]

An object that contains inbox placement metrics for a specific day in the analysis period.