libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.PinpointEmail.Types.IspPlacement

Description

 
Synopsis

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

Instances details
Eq IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Read IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Show IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Generic IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Associated Types

type Rep IspPlacement :: Type -> Type #

NFData IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Methods

rnf :: IspPlacement -> () #

Hashable IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

FromJSON IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

type Rep IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

type Rep IspPlacement = D1 ('MetaData "IspPlacement" "Amazonka.PinpointEmail.Types.IspPlacement" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "IspPlacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "placementStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementStatistics)) :*: S1 ('MetaSel ('Just "ispName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:placementStatistics:IspPlacement', ispPlacement_placementStatistics - An object that contains inbox placement metrics for a specific email provider.

$sel:ispName:IspPlacement', ispPlacement_ispName - 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.

ispPlacement_ispName :: Lens' IspPlacement (Maybe Text) Source #

The name of the email provider that the inbox placement data applies to.