libZSservicesZSamazonka-sesZSamazonka-ses
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.SES.Types.SendDataPoint

Description

 
Synopsis

Documentation

data SendDataPoint Source #

Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

See: newSendDataPoint smart constructor.

Constructors

SendDataPoint' 

Fields

Instances

Instances details
Eq SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

Read SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

Show SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

Generic SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

Associated Types

type Rep SendDataPoint :: Type -> Type #

NFData SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

Methods

rnf :: SendDataPoint -> () #

Hashable SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

FromXML SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

type Rep SendDataPoint Source # 
Instance details

Defined in Amazonka.SES.Types.SendDataPoint

type Rep SendDataPoint = D1 ('MetaData "SendDataPoint" "Amazonka.SES.Types.SendDataPoint" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "SendDataPoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rejects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "complaints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "deliveryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "bounces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newSendDataPoint :: SendDataPoint Source #

Create a value of SendDataPoint 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:rejects:SendDataPoint', sendDataPoint_rejects - Number of emails rejected by Amazon SES.

$sel:complaints:SendDataPoint', sendDataPoint_complaints - Number of unwanted emails that were rejected by recipients.

$sel:deliveryAttempts:SendDataPoint', sendDataPoint_deliveryAttempts - Number of emails that have been sent.

$sel:bounces:SendDataPoint', sendDataPoint_bounces - Number of emails that have bounced.

$sel:timestamp:SendDataPoint', sendDataPoint_timestamp - Time of the data point.

sendDataPoint_rejects :: Lens' SendDataPoint (Maybe Integer) Source #

Number of emails rejected by Amazon SES.

sendDataPoint_complaints :: Lens' SendDataPoint (Maybe Integer) Source #

Number of unwanted emails that were rejected by recipients.

sendDataPoint_deliveryAttempts :: Lens' SendDataPoint (Maybe Integer) Source #

Number of emails that have been sent.

sendDataPoint_bounces :: Lens' SendDataPoint (Maybe Integer) Source #

Number of emails that have bounced.