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 Pinpoint account in the current AWS 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.PinpointEmail.Types.SendQuota | |
Hashable SendQuota Source # | |
Defined in Amazonka.PinpointEmail.Types.SendQuota | |
FromJSON SendQuota Source # | |
type Rep SendQuota Source # | |
Defined in Amazonka.PinpointEmail.Types.SendQuota type Rep SendQuota = D1 ('MetaData "SendQuota" "Amazonka.PinpointEmail.Types.SendQuota" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" '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
AWS 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 Pinpoint account in the
current AWS Region over the past 24 hours.
$sel:max24HourSend:SendQuota'
, sendQuota_max24HourSend
- The maximum number of emails that you can send in the current AWS 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 AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.