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 |
Provides sending statistics for the current AWS Region. The result is a list of data points, representing the last two weeks of sending activity. Each data point in the list contains statistics for a 15-minute period of time.
You can execute this operation no more than once per second.
Synopsis
- data GetSendStatistics = GetSendStatistics' {
- newGetSendStatistics :: GetSendStatistics
- data GetSendStatisticsResponse = GetSendStatisticsResponse' {}
- newGetSendStatisticsResponse :: Int -> GetSendStatisticsResponse
- getSendStatisticsResponse_sendDataPoints :: Lens' GetSendStatisticsResponse (Maybe [SendDataPoint])
- getSendStatisticsResponse_httpStatus :: Lens' GetSendStatisticsResponse Int
Creating a Request
data GetSendStatistics Source #
See: newGetSendStatistics
smart constructor.
Instances
newGetSendStatistics :: GetSendStatistics Source #
Create a value of GetSendStatistics
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetSendStatisticsResponse Source #
Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
See: newGetSendStatisticsResponse
smart constructor.
GetSendStatisticsResponse' | |
|
Instances
newGetSendStatisticsResponse Source #
Create a value of GetSendStatisticsResponse
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:sendDataPoints:GetSendStatisticsResponse'
, getSendStatisticsResponse_sendDataPoints
- A list of data points, each of which represents 15 minutes of activity.
$sel:httpStatus:GetSendStatisticsResponse'
, getSendStatisticsResponse_httpStatus
- The response's http status code.
Response Lenses
getSendStatisticsResponse_sendDataPoints :: Lens' GetSendStatisticsResponse (Maybe [SendDataPoint]) Source #
A list of data points, each of which represents 15 minutes of activity.
getSendStatisticsResponse_httpStatus :: Lens' GetSendStatisticsResponse Int Source #
The response's http status code.