Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SavingsPlansUtilization = SavingsPlansUtilization' {}
- newSavingsPlansUtilization :: SavingsPlansUtilization
- savingsPlansUtilization_unusedCommitment :: Lens' SavingsPlansUtilization (Maybe Text)
- savingsPlansUtilization_utilizationPercentage :: Lens' SavingsPlansUtilization (Maybe Text)
- savingsPlansUtilization_totalCommitment :: Lens' SavingsPlansUtilization (Maybe Text)
- savingsPlansUtilization_usedCommitment :: Lens' SavingsPlansUtilization (Maybe Text)
Documentation
data SavingsPlansUtilization Source #
The measurement of how well you're using your existing Savings Plans.
See: newSavingsPlansUtilization
smart constructor.
SavingsPlansUtilization' | |
|
Instances
newSavingsPlansUtilization :: SavingsPlansUtilization Source #
Create a value of SavingsPlansUtilization
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:unusedCommitment:SavingsPlansUtilization'
, savingsPlansUtilization_unusedCommitment
- The amount of your Savings Plans commitment that wasn't consumed from
Savings Plans eligible usage in a specific period.
$sel:utilizationPercentage:SavingsPlansUtilization'
, savingsPlansUtilization_utilizationPercentage
- The amount of UsedCommitment
divided by the TotalCommitment
for your
Savings Plans.
$sel:totalCommitment:SavingsPlansUtilization'
, savingsPlansUtilization_totalCommitment
- The total amount of Savings Plans commitment that's been purchased in
an account (or set of accounts).
$sel:usedCommitment:SavingsPlansUtilization'
, savingsPlansUtilization_usedCommitment
- The amount of your Savings Plans commitment that was consumed from
Savings Plans eligible usage in a specific period.
savingsPlansUtilization_unusedCommitment :: Lens' SavingsPlansUtilization (Maybe Text) Source #
The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
savingsPlansUtilization_utilizationPercentage :: Lens' SavingsPlansUtilization (Maybe Text) Source #
The amount of UsedCommitment
divided by the TotalCommitment
for your
Savings Plans.
savingsPlansUtilization_totalCommitment :: Lens' SavingsPlansUtilization (Maybe Text) Source #
The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
savingsPlansUtilization_usedCommitment :: Lens' SavingsPlansUtilization (Maybe Text) Source #
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.