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

Description

 
Synopsis

Documentation

data VolumeStatistics Source #

An object that contains information about the amount of email that was delivered to recipients.

See: newVolumeStatistics smart constructor.

Constructors

VolumeStatistics' 

Fields

  • inboxRawCount :: Maybe Integer

    The total number of emails that arrived in recipients' inboxes.

  • projectedSpam :: Maybe Integer

    An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

  • projectedInbox :: Maybe Integer

    An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

  • spamRawCount :: Maybe Integer

    The total number of emails that arrived in recipients' spam or junk mail folders.

Instances

Instances details
Eq VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Read VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Show VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Generic VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Associated Types

type Rep VolumeStatistics :: Type -> Type #

NFData VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Methods

rnf :: VolumeStatistics -> () #

Hashable VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

FromJSON VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

type Rep VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

type Rep VolumeStatistics = D1 ('MetaData "VolumeStatistics" "Amazonka.SESV2.Types.VolumeStatistics" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "VolumeStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboxRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "projectedSpam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "projectedInbox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "spamRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newVolumeStatistics :: VolumeStatistics Source #

Create a value of VolumeStatistics 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:inboxRawCount:VolumeStatistics', volumeStatistics_inboxRawCount - The total number of emails that arrived in recipients' inboxes.

$sel:projectedSpam:VolumeStatistics', volumeStatistics_projectedSpam - An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

$sel:projectedInbox:VolumeStatistics', volumeStatistics_projectedInbox - An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

$sel:spamRawCount:VolumeStatistics', volumeStatistics_spamRawCount - The total number of emails that arrived in recipients' spam or junk mail folders.

volumeStatistics_inboxRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #

The total number of emails that arrived in recipients' inboxes.

volumeStatistics_projectedSpam :: Lens' VolumeStatistics (Maybe Integer) Source #

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

volumeStatistics_projectedInbox :: Lens' VolumeStatistics (Maybe Integer) Source #

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

volumeStatistics_spamRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #

The total number of emails that arrived in recipients' spam or junk mail folders.