amazonka-pinpoint-email-2.0: Amazon Pinpoint 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.PinpointEmail.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 Pinpoint account in the current AWS Region.

See: newSendQuota smart constructor.

Constructors

SendQuota' 

Fields

  • max24HourSend :: Maybe Double

    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.

  • maxSendRate :: Maybe Double

    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.

  • sentLast24Hours :: Maybe Double

    The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.

Instances

Instances details
FromJSON SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Generic SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Associated Types

type Rep SendQuota :: Type -> Type #

Read SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Show SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

NFData SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Methods

rnf :: SendQuota -> () #

Eq SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Hashable SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

type Rep SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

type Rep SendQuota = D1 ('MetaData "SendQuota" "Amazonka.PinpointEmail.Types.SendQuota" "amazonka-pinpoint-email-2.0-EgVsRBIHQXMGA9Xbyu2BvI" '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 AWS Region over a 24-hour period. This value is also called your sending quota.

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

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

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.

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

The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.