| 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.SavingsPlansAmortizedCommitment
Description
Synopsis
- data SavingsPlansAmortizedCommitment = SavingsPlansAmortizedCommitment' {}
- newSavingsPlansAmortizedCommitment :: SavingsPlansAmortizedCommitment
- savingsPlansAmortizedCommitment_amortizedRecurringCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text)
- savingsPlansAmortizedCommitment_amortizedUpfrontCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text)
- savingsPlansAmortizedCommitment_totalAmortizedCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text)
Documentation
data SavingsPlansAmortizedCommitment Source #
The amortized amount of Savings Plans purchased in a specific account during a specific time interval.
See: newSavingsPlansAmortizedCommitment smart constructor.
Constructors
| SavingsPlansAmortizedCommitment' | |
Fields
| |
Instances
newSavingsPlansAmortizedCommitment :: SavingsPlansAmortizedCommitment Source #
Create a value of SavingsPlansAmortizedCommitment 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:amortizedRecurringCommitment:SavingsPlansAmortizedCommitment', savingsPlansAmortizedCommitment_amortizedRecurringCommitment - The amortized amount of your Savings Plans commitment that was purchased
with either a Partial or a NoUpfront.
$sel:amortizedUpfrontCommitment:SavingsPlansAmortizedCommitment', savingsPlansAmortizedCommitment_amortizedUpfrontCommitment - The amortized amount of your Savings Plans commitment that was purchased
with an Upfront or PartialUpfront Savings Plans.
$sel:totalAmortizedCommitment:SavingsPlansAmortizedCommitment', savingsPlansAmortizedCommitment_totalAmortizedCommitment - The total amortized amount of your Savings Plans commitment, regardless
of your Savings Plans purchase method.
savingsPlansAmortizedCommitment_amortizedRecurringCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text) Source #
The amortized amount of your Savings Plans commitment that was purchased
with either a Partial or a NoUpfront.
savingsPlansAmortizedCommitment_amortizedUpfrontCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text) Source #
The amortized amount of your Savings Plans commitment that was purchased
with an Upfront or PartialUpfront Savings Plans.
savingsPlansAmortizedCommitment_totalAmortizedCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text) Source #
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.