| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.VolumeStatistics
Description
Synopsis
- data VolumeStatistics = VolumeStatistics' {}
- newVolumeStatistics :: VolumeStatistics
- volumeStatistics_inboxRawCount :: Lens' VolumeStatistics (Maybe Integer)
- volumeStatistics_projectedInbox :: Lens' VolumeStatistics (Maybe Integer)
- volumeStatistics_projectedSpam :: 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.
Constructors
| VolumeStatistics' | |
Fields
| |
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:projectedInbox:VolumeStatistics', volumeStatistics_projectedInbox - An estimate of the percentage of emails sent from the current domain
that will arrive 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: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_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_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_spamRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #
The total number of emails that arrived in recipients' spam or junk mail folders.