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 |
Synopsis
- data RightsizingRecommendationSummary = RightsizingRecommendationSummary' {}
- newRightsizingRecommendationSummary :: RightsizingRecommendationSummary
- rightsizingRecommendationSummary_estimatedTotalMonthlySavingsAmount :: Lens' RightsizingRecommendationSummary (Maybe Text)
- rightsizingRecommendationSummary_savingsCurrencyCode :: Lens' RightsizingRecommendationSummary (Maybe Text)
- rightsizingRecommendationSummary_savingsPercentage :: Lens' RightsizingRecommendationSummary (Maybe Text)
- rightsizingRecommendationSummary_totalRecommendationCount :: Lens' RightsizingRecommendationSummary (Maybe Text)
Documentation
data RightsizingRecommendationSummary Source #
The summary of rightsizing recommendations
See: newRightsizingRecommendationSummary
smart constructor.
RightsizingRecommendationSummary' | |
|
Instances
newRightsizingRecommendationSummary :: RightsizingRecommendationSummary Source #
Create a value of RightsizingRecommendationSummary
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:estimatedTotalMonthlySavingsAmount:RightsizingRecommendationSummary'
, rightsizingRecommendationSummary_estimatedTotalMonthlySavingsAmount
- The estimated total savings resulting from modifications, on a monthly
basis.
$sel:savingsCurrencyCode:RightsizingRecommendationSummary'
, rightsizingRecommendationSummary_savingsCurrencyCode
- The currency code that Amazon Web Services used to calculate the
savings.
$sel:savingsPercentage:RightsizingRecommendationSummary'
, rightsizingRecommendationSummary_savingsPercentage
- The savings percentage based on the recommended modifications. It's
relative to the total On-Demand costs that are associated with these
instances.
$sel:totalRecommendationCount:RightsizingRecommendationSummary'
, rightsizingRecommendationSummary_totalRecommendationCount
- The total number of instance recommendations.
rightsizingRecommendationSummary_estimatedTotalMonthlySavingsAmount :: Lens' RightsizingRecommendationSummary (Maybe Text) Source #
The estimated total savings resulting from modifications, on a monthly basis.
rightsizingRecommendationSummary_savingsCurrencyCode :: Lens' RightsizingRecommendationSummary (Maybe Text) Source #
The currency code that Amazon Web Services used to calculate the savings.
rightsizingRecommendationSummary_savingsPercentage :: Lens' RightsizingRecommendationSummary (Maybe Text) Source #
The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
rightsizingRecommendationSummary_totalRecommendationCount :: Lens' RightsizingRecommendationSummary (Maybe Text) Source #
The total number of instance recommendations.