| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SES.GetSendStatistics
Description
Returns the user's sending statistics. 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 interval.
This action is throttled at one request per second.
See: AWS API Reference for GetSendStatistics.
Creating a Request
getSendStatistics :: GetSendStatistics Source
Creates a value of GetSendStatistics with the minimum fields required to make a request.
data GetSendStatistics Source
See: getSendStatistics smart constructor.
Instances
Destructuring the Response
getSendStatisticsResponse Source
Arguments
| :: Int | |
| -> GetSendStatisticsResponse |
Creates a value of GetSendStatisticsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetSendStatisticsResponse Source
Represents a list of SendDataPoint items returned from a successful
GetSendStatistics request. This list contains aggregated data from the
previous two weeks of sending activity.
See: getSendStatisticsResponse smart constructor.
Response Lenses
gssrsSendDataPoints :: Lens' GetSendStatisticsResponse [SendDataPoint] Source
A list of data points, each of which represents 15 minutes of activity.
gssrsResponseStatus :: Lens' GetSendStatisticsResponse Int Source
The response status code.