amazonka-ses-0.0.2: Amazon Simple Email Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.GetSendStatistics

Contents

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

Synopsis

Request

Request 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.