Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SendDataPoint = SendDataPoint' {}
- newSendDataPoint :: SendDataPoint
- sendDataPoint_rejects :: Lens' SendDataPoint (Maybe Integer)
- sendDataPoint_complaints :: Lens' SendDataPoint (Maybe Integer)
- sendDataPoint_deliveryAttempts :: Lens' SendDataPoint (Maybe Integer)
- sendDataPoint_bounces :: Lens' SendDataPoint (Maybe Integer)
- sendDataPoint_timestamp :: Lens' SendDataPoint (Maybe UTCTime)
Documentation
data SendDataPoint Source #
Represents sending statistics data. Each SendDataPoint
contains
statistics for a 15-minute period of sending activity.
See: newSendDataPoint
smart constructor.
SendDataPoint' | |
|
Instances
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.
sendDataPoint_timestamp :: Lens' SendDataPoint (Maybe UTCTime) Source #
Time of the data point.