| 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.IspPlacement
Description
Documentation
data IspPlacement Source #
An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.
See: newIspPlacement smart constructor.
Constructors
| IspPlacement' | |
Fields
| |
Instances
newIspPlacement :: IspPlacement Source #
Create a value of IspPlacement 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:ispName:IspPlacement', ispPlacement_ispName - The name of the email provider that the inbox placement data applies to.
$sel:placementStatistics:IspPlacement', ispPlacement_placementStatistics - An object that contains inbox placement metrics for a specific email
provider.
ispPlacement_ispName :: Lens' IspPlacement (Maybe Text) Source #
The name of the email provider that the inbox placement data applies to.
ispPlacement_placementStatistics :: Lens' IspPlacement (Maybe PlacementStatistics) Source #
An object that contains inbox placement metrics for a specific email provider.