Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
See: newSendQuota
smart constructor.
SendQuota' | |
|
Instances
Eq SendQuota Source # | |
Read SendQuota Source # | |
Show SendQuota Source # | |
Generic SendQuota Source # | |
NFData SendQuota Source # | |
Defined in Amazonka.SESV2.Types.SendQuota | |
Hashable SendQuota Source # | |
Defined in Amazonka.SESV2.Types.SendQuota | |
FromJSON SendQuota Source # | |
type Rep SendQuota Source # | |
Defined in Amazonka.SESV2.Types.SendQuota type Rep SendQuota = D1 ('MetaData "SendQuota" "Amazonka.SESV2.Types.SendQuota" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "SendQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxSendRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "sentLast24Hours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "max24HourSend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))) |
newSendQuota :: SendQuota Source #
Create a value of SendQuota
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxSendRate:SendQuota'
, sendQuota_maxSendRate
- The maximum number of emails that you can send per second in the current
Amazon Web Services Region. This value is also called your /maximum
sending rate or your maximum TPS (transactions per second) rate/.
$sel:sentLast24Hours:SendQuota'
, sendQuota_sentLast24Hours
- The number of emails sent from your Amazon SES account in the current
Amazon Web Services Region over the past 24 hours.
$sel:max24HourSend:SendQuota'
, sendQuota_max24HourSend
- The maximum number of emails that you can send in the current Amazon Web
Services Region over a 24-hour period. This value is also called your
sending quota.
sendQuota_maxSendRate :: Lens' SendQuota (Maybe Double) Source #
The maximum number of emails that you can send per second in the current Amazon Web Services Region. This value is also called your /maximum sending rate or your maximum TPS (transactions per second) rate/.