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 VolumeStatistics = VolumeStatistics' {}
- newVolumeStatistics :: VolumeStatistics
- volumeStatistics_inboxRawCount :: Lens' VolumeStatistics (Maybe Integer)
- volumeStatistics_projectedSpam :: Lens' VolumeStatistics (Maybe Integer)
- volumeStatistics_projectedInbox :: Lens' VolumeStatistics (Maybe Integer)
- volumeStatistics_spamRawCount :: Lens' VolumeStatistics (Maybe Integer)
Documentation
data VolumeStatistics Source #
An object that contains information about the amount of email that was delivered to recipients.
See: newVolumeStatistics
smart constructor.
VolumeStatistics' | |
|
Instances
newVolumeStatistics :: VolumeStatistics Source #
Create a value of VolumeStatistics
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:inboxRawCount:VolumeStatistics'
, volumeStatistics_inboxRawCount
- The total number of emails that arrived in recipients' inboxes.
$sel:projectedSpam:VolumeStatistics'
, volumeStatistics_projectedSpam
- An estimate of the percentage of emails sent from the current domain
that will arrive in recipients' spam or junk mail folders.
$sel:projectedInbox:VolumeStatistics'
, volumeStatistics_projectedInbox
- An estimate of the percentage of emails sent from the current domain
that will arrive in recipients' inboxes.
$sel:spamRawCount:VolumeStatistics'
, volumeStatistics_spamRawCount
- The total number of emails that arrived in recipients' spam or junk
mail folders.
volumeStatistics_inboxRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #
The total number of emails that arrived in recipients' inboxes.
volumeStatistics_projectedSpam :: Lens' VolumeStatistics (Maybe Integer) Source #
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
volumeStatistics_projectedInbox :: Lens' VolumeStatistics (Maybe Integer) Source #
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
volumeStatistics_spamRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #
The total number of emails that arrived in recipients' spam or junk mail folders.