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

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

Synopsis

Creating a Request

getSendStatistics :: GetSendStatistics Source

Creates a value of GetSendStatistics with the minimum fields required to make a request.

Destructuring the Response

getSendStatisticsResponse Source

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:

Response Lenses

gssrsSendDataPoints :: Lens' GetSendStatisticsResponse [SendDataPoint] Source

A list of data points, each of which represents 15 minutes of activity.