| 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.
http://docs.aws.amazon.com/ses/latest/APIReference/API_GetSendStatistics.html
Request
data GetSendStatistics Source
Instances
| Eq GetSendStatistics | |
| Ord GetSendStatistics | |
| Read GetSendStatistics | |
| Show GetSendStatistics | |
| Generic GetSendStatistics | |
| AWSRequest GetSendStatistics | |
| ToQuery GetSendStatistics | |
| ToPath GetSendStatistics | |
| ToHeaders GetSendStatistics | |
| type Rep GetSendStatistics | |
| type Sv GetSendStatistics = SES | |
| type Rs GetSendStatistics = GetSendStatisticsResponse |
Request constructor
getSendStatistics :: GetSendStatistics Source
GetSendStatistics constructor.
Response
Response constructor
getSendStatisticsResponse :: GetSendStatisticsResponse Source
GetSendStatisticsResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
gssrSendDataPoints :: Lens' GetSendStatisticsResponse [SendDataPoint] Source
A list of data points, each of which represents 15 minutes of activity.