| 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.CostExplorer.Types.SavingsPlansUtilization
Description
Synopsis
- data SavingsPlansUtilization = SavingsPlansUtilization' {}
- newSavingsPlansUtilization :: SavingsPlansUtilization
- savingsPlansUtilization_totalCommitment :: Lens' SavingsPlansUtilization (Maybe Text)
- savingsPlansUtilization_unusedCommitment :: Lens' SavingsPlansUtilization (Maybe Text)
- savingsPlansUtilization_usedCommitment :: Lens' SavingsPlansUtilization (Maybe Text)
- savingsPlansUtilization_utilizationPercentage :: Lens' SavingsPlansUtilization (Maybe Text)
Documentation
data SavingsPlansUtilization Source #
The measurement of how well you're using your existing Savings Plans.
See: newSavingsPlansUtilization smart constructor.
Constructors
| SavingsPlansUtilization' | |
Fields
| |
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:totalCommitment:SavingsPlansUtilization', savingsPlansUtilization_totalCommitment - The total amount of Savings Plans commitment that's been purchased in
an account (or set of accounts).
$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:usedCommitment:SavingsPlansUtilization', savingsPlansUtilization_usedCommitment - The amount of your Savings Plans commitment that was 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.
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_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_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.
savingsPlansUtilization_utilizationPercentage :: Lens' SavingsPlansUtilization (Maybe Text) Source #
The amount of UsedCommitment divided by the TotalCommitment for your
Savings Plans.