Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DailyVolume Source #
An object that contains information about the volume of email sent on each day of the analysis period.
See: newDailyVolume
smart constructor.
DailyVolume' | |
|
Instances
newDailyVolume :: DailyVolume Source #
Create a value of DailyVolume
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainIspPlacements:DailyVolume'
, dailyVolume_domainIspPlacements
- An object that contains inbox placement metrics for a specified day in
the analysis period, broken out by the recipient's email provider.
$sel:startDate:DailyVolume'
, dailyVolume_startDate
- The date that the DailyVolume metrics apply to, in Unix time.
$sel:volumeStatistics:DailyVolume'
, dailyVolume_volumeStatistics
- An object that contains inbox placement metrics for a specific day in
the analysis period.
dailyVolume_domainIspPlacements :: Lens' DailyVolume (Maybe [DomainIspPlacement]) Source #
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.
dailyVolume_startDate :: Lens' DailyVolume (Maybe UTCTime) Source #
The date that the DailyVolume metrics apply to, in Unix time.
dailyVolume_volumeStatistics :: Lens' DailyVolume (Maybe VolumeStatistics) Source #
An object that contains inbox placement metrics for a specific day in the analysis period.