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 DomainIspPlacement = DomainIspPlacement' {}
- newDomainIspPlacement :: DomainIspPlacement
- domainIspPlacement_spamPercentage :: Lens' DomainIspPlacement (Maybe Double)
- domainIspPlacement_inboxRawCount :: Lens' DomainIspPlacement (Maybe Integer)
- domainIspPlacement_ispName :: Lens' DomainIspPlacement (Maybe Text)
- domainIspPlacement_inboxPercentage :: Lens' DomainIspPlacement (Maybe Double)
- domainIspPlacement_spamRawCount :: Lens' DomainIspPlacement (Maybe Integer)
Documentation
data DomainIspPlacement Source #
An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.
See: newDomainIspPlacement
smart constructor.
DomainIspPlacement' | |
|
Instances
newDomainIspPlacement :: DomainIspPlacement Source #
Create a value of DomainIspPlacement
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:spamPercentage:DomainIspPlacement'
, domainIspPlacement_spamPercentage
- The percentage of messages that were sent from the selected domain to
the specified email provider that arrived in recipients' spam or junk
mail folders.
$sel:inboxRawCount:DomainIspPlacement'
, domainIspPlacement_inboxRawCount
- The total number of messages that were sent from the selected domain to
the specified email provider that arrived in recipients' inboxes.
$sel:ispName:DomainIspPlacement'
, domainIspPlacement_ispName
- The name of the email provider that the inbox placement data applies to.
$sel:inboxPercentage:DomainIspPlacement'
, domainIspPlacement_inboxPercentage
- The percentage of messages that were sent from the selected domain to
the specified email provider that arrived in recipients' inboxes.
$sel:spamRawCount:DomainIspPlacement'
, domainIspPlacement_spamRawCount
- The total number of messages that were sent from the selected domain to
the specified email provider that arrived in recipients' spam or junk
mail folders.
domainIspPlacement_spamPercentage :: Lens' DomainIspPlacement (Maybe Double) Source #
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
domainIspPlacement_inboxRawCount :: Lens' DomainIspPlacement (Maybe Integer) Source #
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
domainIspPlacement_ispName :: Lens' DomainIspPlacement (Maybe Text) Source #
The name of the email provider that the inbox placement data applies to.
domainIspPlacement_inboxPercentage :: Lens' DomainIspPlacement (Maybe Double) Source #
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
domainIspPlacement_spamRawCount :: Lens' DomainIspPlacement (Maybe Integer) Source #
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.