amazonka-ses-0.3.6: 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. A value of -1 signifies an unlimited quota.

gsqrMaxSendRate :: Lens' GetSendQuotaResponse (Maybe Double) Source

The maximum number of emails that Amazon SES can accept from the user's account per second.

The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

gsqrSentLast24Hours :: Lens' GetSendQuotaResponse (Maybe Double) Source

The number of emails sent during the previous 24 hours.