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 SavingsPlansCoverageData = SavingsPlansCoverageData' {}
- newSavingsPlansCoverageData :: SavingsPlansCoverageData
- savingsPlansCoverageData_onDemandCost :: Lens' SavingsPlansCoverageData (Maybe Text)
- savingsPlansCoverageData_spendCoveredBySavingsPlans :: Lens' SavingsPlansCoverageData (Maybe Text)
- savingsPlansCoverageData_coveragePercentage :: Lens' SavingsPlansCoverageData (Maybe Text)
- savingsPlansCoverageData_totalCost :: Lens' SavingsPlansCoverageData (Maybe Text)
Documentation
data SavingsPlansCoverageData Source #
Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.
See: newSavingsPlansCoverageData
smart constructor.
SavingsPlansCoverageData' | |
|
Instances
newSavingsPlansCoverageData :: SavingsPlansCoverageData Source #
Create a value of SavingsPlansCoverageData
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:onDemandCost:SavingsPlansCoverageData'
, savingsPlansCoverageData_onDemandCost
- The cost of your Amazon Web Services usage at the public On-Demand rate.
$sel:spendCoveredBySavingsPlans:SavingsPlansCoverageData'
, savingsPlansCoverageData_spendCoveredBySavingsPlans
- The amount of your Amazon Web Services usage that is covered by a
Savings Plans.
$sel:coveragePercentage:SavingsPlansCoverageData'
, savingsPlansCoverageData_coveragePercentage
- The percentage of your existing Savings Plans covered usage, divided by
all of your eligible Savings Plans usage in an account (or set of
accounts).
$sel:totalCost:SavingsPlansCoverageData'
, savingsPlansCoverageData_totalCost
- The total cost of your Amazon Web Services usage, regardless of your
purchase option.
savingsPlansCoverageData_onDemandCost :: Lens' SavingsPlansCoverageData (Maybe Text) Source #
The cost of your Amazon Web Services usage at the public On-Demand rate.
savingsPlansCoverageData_spendCoveredBySavingsPlans :: Lens' SavingsPlansCoverageData (Maybe Text) Source #
The amount of your Amazon Web Services usage that is covered by a Savings Plans.
savingsPlansCoverageData_coveragePercentage :: Lens' SavingsPlansCoverageData (Maybe Text) Source #
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account (or set of accounts).
savingsPlansCoverageData_totalCost :: Lens' SavingsPlansCoverageData (Maybe Text) Source #
The total cost of your Amazon Web Services usage, regardless of your purchase option.