libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

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

  • max24HourSend :: Maybe Double

    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.

Instances

Instances details
Eq SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Read SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Show 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 #

NFData SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Methods

rnf :: SendQuota -> () #

Hashable SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

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

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.

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. This value is also called your sending quota.