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 |
Synopsis
- data OverallVolume = OverallVolume' {}
- newOverallVolume :: OverallVolume
- overallVolume_domainIspPlacements :: Lens' OverallVolume (Maybe [DomainIspPlacement])
- overallVolume_volumeStatistics :: Lens' OverallVolume (Maybe VolumeStatistics)
- overallVolume_readRatePercent :: Lens' OverallVolume (Maybe Double)
Documentation
data OverallVolume Source #
An object that contains information about email that was sent from the selected domain.
See: newOverallVolume
smart constructor.
OverallVolume' | |
|
Instances
newOverallVolume :: OverallVolume Source #
Create a value of OverallVolume
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:OverallVolume'
, overallVolume_domainIspPlacements
- An object that contains inbox and junk mail placement metrics for
individual email providers.
$sel:volumeStatistics:OverallVolume'
, overallVolume_volumeStatistics
- An object that contains information about the numbers of messages that
arrived in recipients' inboxes and junk mail folders.
$sel:readRatePercent:OverallVolume'
, overallVolume_readRatePercent
- The percentage of emails that were sent from the domain that were read
by their recipients.
overallVolume_domainIspPlacements :: Lens' OverallVolume (Maybe [DomainIspPlacement]) Source #
An object that contains inbox and junk mail placement metrics for individual email providers.
overallVolume_volumeStatistics :: Lens' OverallVolume (Maybe VolumeStatistics) Source #
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
overallVolume_readRatePercent :: Lens' OverallVolume (Maybe Double) Source #
The percentage of emails that were sent from the domain that were read by their recipients.