| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SES.Types.SendDataPoint
Description
Synopsis
- data SendDataPoint = SendDataPoint' {}
- newSendDataPoint :: SendDataPoint
- sendDataPoint_bounces :: Lens' SendDataPoint (Maybe Integer)
- sendDataPoint_complaints :: Lens' SendDataPoint (Maybe Integer)
- sendDataPoint_deliveryAttempts :: Lens' SendDataPoint (Maybe Integer)
- sendDataPoint_rejects :: 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.
Constructors
| SendDataPoint' | |
Fields
| |
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:bounces:SendDataPoint', sendDataPoint_bounces - Number of emails that have bounced.
$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:rejects:SendDataPoint', sendDataPoint_rejects - Number of emails rejected by Amazon SES.
$sel:timestamp:SendDataPoint', sendDataPoint_timestamp - Time of the data point.
sendDataPoint_bounces :: Lens' SendDataPoint (Maybe Integer) Source #
Number of emails that have bounced.
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_rejects :: Lens' SendDataPoint (Maybe Integer) Source #
Number of emails rejected by Amazon SES.
sendDataPoint_timestamp :: Lens' SendDataPoint (Maybe UTCTime) Source #
Time of the data point.