libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.Types.OverallVolume

Description

 
Synopsis

Documentation

data OverallVolume Source #

An object that contains information about email that was sent from the selected domain.

See: newOverallVolume smart constructor.

Constructors

OverallVolume' 

Fields

Instances

Instances details
Eq OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Read OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Show OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Generic OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Associated Types

type Rep OverallVolume :: Type -> Type #

NFData OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Methods

rnf :: OverallVolume -> () #

Hashable OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

FromJSON OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

type Rep OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

type Rep OverallVolume = D1 ('MetaData "OverallVolume" "Amazonka.SESV2.Types.OverallVolume" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "OverallVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainIspPlacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainIspPlacement])) :*: (S1 ('MetaSel ('Just "volumeStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeStatistics)) :*: S1 ('MetaSel ('Just "readRatePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newOverallVolume :: OverallVolume Source #

Create a value of OverallVolume 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:domainIspPlacements:OverallVolume', overallVolume_domainIspPlacements - An object that contains inbox and junk mail placement metrics for individual email providers.

$sel:volumeStatistics:OverallVolume', overallVolume_volumeStatistics - An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.

$sel:readRatePercent:OverallVolume', overallVolume_readRatePercent - The percentage of emails that were sent from the domain that were read by their recipients.

overallVolume_domainIspPlacements :: Lens' OverallVolume (Maybe [DomainIspPlacement]) Source #

An object that contains inbox and junk mail placement metrics for individual email providers.

overallVolume_volumeStatistics :: Lens' OverallVolume (Maybe VolumeStatistics) Source #

An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.

overallVolume_readRatePercent :: Lens' OverallVolume (Maybe Double) Source #

The percentage of emails that were sent from the domain that were read by their recipients.