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 SavingsPlansAmortizedCommitment = SavingsPlansAmortizedCommitment' {}
- newSavingsPlansAmortizedCommitment :: SavingsPlansAmortizedCommitment
- savingsPlansAmortizedCommitment_amortizedUpfrontCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text)
- savingsPlansAmortizedCommitment_totalAmortizedCommitment :: Lens' SavingsPlansAmortizedCommitment (Maybe Text)
- savingsPlansAmortizedCommitment_amortizedRecurringCommitment :: 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.
SavingsPlansAmortizedCommitment' | |
|
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: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.
$sel:amortizedRecurringCommitment:SavingsPlansAmortizedCommitment'
, savingsPlansAmortizedCommitment_amortizedRecurringCommitment
- 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.
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
.