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.DomainIspPlacement

Description

 
Synopsis

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

  • spamPercentage :: Maybe Double

    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.

  • inboxRawCount :: Maybe Integer

    The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

  • ispName :: Maybe Text

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

  • inboxPercentage :: Maybe Double

    The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

  • spamRawCount :: Maybe Integer

    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.

Instances

Instances details
Eq DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Read DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Show DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Generic DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Associated Types

type Rep DomainIspPlacement :: Type -> Type #

NFData DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Methods

rnf :: DomainIspPlacement -> () #

Hashable DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

FromJSON DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

type Rep DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

type Rep DomainIspPlacement = D1 ('MetaData "DomainIspPlacement" "Amazonka.PinpointEmail.Types.DomainIspPlacement" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DomainIspPlacement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "spamPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "inboxRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "ispName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inboxPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "spamRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

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.