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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.GetSendQuota

Contents

Description

Returns the user's current sending limits.

This action is throttled at one request per second.

http://docs.aws.amazon.com/ses/latest/APIReference/API_GetSendQuota.html

Synopsis

Request

Request constructor

Response

Response constructor

Response lenses

gsqrMax24HourSend :: Lens' GetSendQuotaResponse (Maybe Double) Source

The maximum number of emails the user is allowed to send in a 24-hour interval.

gsqrMaxSendRate :: Lens' GetSendQuotaResponse (Maybe Double) Source

The maximum number of emails the user is allowed to send per second.

gsqrSentLast24Hours :: Lens' GetSendQuotaResponse (Maybe Double) Source

The number of emails sent during the previous 24 hours.