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 BudgetPerformanceHistory = BudgetPerformanceHistory' {}
- newBudgetPerformanceHistory :: BudgetPerformanceHistory
- budgetPerformanceHistory_budgetedAndActualAmountsList :: Lens' BudgetPerformanceHistory (Maybe [BudgetedAndActualAmounts])
- budgetPerformanceHistory_timeUnit :: Lens' BudgetPerformanceHistory (Maybe TimeUnit)
- budgetPerformanceHistory_budgetName :: Lens' BudgetPerformanceHistory (Maybe Text)
- budgetPerformanceHistory_budgetType :: Lens' BudgetPerformanceHistory (Maybe BudgetType)
- budgetPerformanceHistory_costTypes :: Lens' BudgetPerformanceHistory (Maybe CostTypes)
- budgetPerformanceHistory_costFilters :: Lens' BudgetPerformanceHistory (Maybe (HashMap Text [Text]))
Documentation
data BudgetPerformanceHistory Source #
A history of the state of a budget at the end of the budget's specified time period.
See: newBudgetPerformanceHistory
smart constructor.
BudgetPerformanceHistory' | |
|
Instances
newBudgetPerformanceHistory :: BudgetPerformanceHistory Source #
Create a value of BudgetPerformanceHistory
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:budgetedAndActualAmountsList:BudgetPerformanceHistory'
, budgetPerformanceHistory_budgetedAndActualAmountsList
- A list of amounts of cost or usage that you created budgets for,
compared to your actual costs or usage.
$sel:timeUnit:BudgetPerformanceHistory'
, budgetPerformanceHistory_timeUnit
- Undocumented member.
$sel:budgetName:BudgetPerformanceHistory'
, budgetPerformanceHistory_budgetName
- Undocumented member.
$sel:budgetType:BudgetPerformanceHistory'
, budgetPerformanceHistory_budgetType
- Undocumented member.
$sel:costTypes:BudgetPerformanceHistory'
, budgetPerformanceHistory_costTypes
- The history of the cost types for a budget during the specified time
period.
$sel:costFilters:BudgetPerformanceHistory'
, budgetPerformanceHistory_costFilters
- The history of the cost filters for a budget during the specified time
period.
budgetPerformanceHistory_budgetedAndActualAmountsList :: Lens' BudgetPerformanceHistory (Maybe [BudgetedAndActualAmounts]) Source #
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
budgetPerformanceHistory_timeUnit :: Lens' BudgetPerformanceHistory (Maybe TimeUnit) Source #
Undocumented member.
budgetPerformanceHistory_budgetName :: Lens' BudgetPerformanceHistory (Maybe Text) Source #
Undocumented member.
budgetPerformanceHistory_budgetType :: Lens' BudgetPerformanceHistory (Maybe BudgetType) Source #
Undocumented member.
budgetPerformanceHistory_costTypes :: Lens' BudgetPerformanceHistory (Maybe CostTypes) Source #
The history of the cost types for a budget during the specified time period.
budgetPerformanceHistory_costFilters :: Lens' BudgetPerformanceHistory (Maybe (HashMap Text [Text])) Source #
The history of the cost filters for a budget during the specified time period.