| 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.DomainIspPlacement
Description
Synopsis
- data DomainIspPlacement = DomainIspPlacement' {}
- newDomainIspPlacement :: DomainIspPlacement
- domainIspPlacement_inboxPercentage :: Lens' DomainIspPlacement (Maybe Double)
- domainIspPlacement_inboxRawCount :: Lens' DomainIspPlacement (Maybe Integer)
- domainIspPlacement_ispName :: Lens' DomainIspPlacement (Maybe Text)
- domainIspPlacement_spamPercentage :: 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.
Constructors
| DomainIspPlacement' | |
Fields
| |
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: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: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: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: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_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_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_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_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.