| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.PinpointSmsVoiceV2.Types.AccountLimit
Description
Documentation
data AccountLimit Source #
The current resource quotas associated with an Amazon Web Services account.
See: newAccountLimit smart constructor.
Constructors
| AccountLimit' | |
Instances
Arguments
| :: AccountLimitName | |
| -> Integer | |
| -> Integer | |
| -> AccountLimit |
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.