amazonka-pinpoint-sms-voice-v2-2.0: Amazon Pinpoint SMS Voice V2 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.PinpointSmsVoiceV2.Types.AccountLimit

Description

 
Synopsis

Documentation

data AccountLimit Source #

The current resource quotas associated with an Amazon Web Services account.

See: newAccountLimit smart constructor.

Constructors

AccountLimit' 

Fields

  • name :: AccountLimitName

    The name of the attribute to apply the account limit to.

  • used :: Integer

    The current amount that has been spent, in US dollars.

  • max :: Integer

    The Amazon Web Services set limit for that resource type, in US dollars.

Instances

Instances details
FromJSON AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

Generic AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

Associated Types

type Rep AccountLimit :: Type -> Type #

Read AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

Show AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

NFData AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

Methods

rnf :: AccountLimit -> () #

Eq AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

Hashable AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

type Rep AccountLimit Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountLimit

type Rep AccountLimit = D1 ('MetaData "AccountLimit" "Amazonka.PinpointSmsVoiceV2.Types.AccountLimit" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "AccountLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AccountLimitName) :*: (S1 ('MetaSel ('Just "used") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newAccountLimit Source #

Create a value of AccountLimit 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:name:AccountLimit', accountLimit_name - The name of the attribute to apply the account limit to.

$sel:used:AccountLimit', accountLimit_used - The current amount that has been spent, in US dollars.

$sel:max:AccountLimit', accountLimit_max - The Amazon Web Services set limit for that resource type, in US dollars.

accountLimit_name :: Lens' AccountLimit AccountLimitName Source #

The name of the attribute to apply the account limit to.

accountLimit_used :: Lens' AccountLimit Integer Source #

The current amount that has been spent, in US dollars.

accountLimit_max :: Lens' AccountLimit Integer Source #

The Amazon Web Services set limit for that resource type, in US dollars.