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

Copyright(c) 2013-2015 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.

See: AWS API Reference for GetSendStatistics.

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:

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.