amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SESV2.Types.SendQuota

Description

 
Synopsis

Documentation

data SendQuota Source #

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.

Constructors

SendQuota' 

Fields

  • max24HourSend :: Maybe Double

    The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your /sending quota/.)

  • maxSendRate :: Maybe Double

    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/.

  • sentLast24Hours :: Maybe Double

    The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.

Instances

Instances details
FromJSON SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Generic SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Associated Types

type Rep SendQuota :: Type -> Type #

Read SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Show SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

NFData SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Methods

rnf :: SendQuota -> () #

Eq SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Hashable SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

type Rep SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

type Rep SendQuota = D1 ('MetaData "SendQuota" "Amazonka.SESV2.Types.SendQuota" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SendQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max24HourSend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "maxSendRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "sentLast24Hours") '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: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. A value of -1 signifies an unlimited quota. (This value is also referred to as your /sending quota/.)

$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.

sendQuota_max24HourSend :: Lens' SendQuota (Maybe Double) Source #

The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as 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/.

sendQuota_sentLast24Hours :: Lens' SendQuota (Maybe Double) Source #

The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.