libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

Description

 
Synopsis

Documentation

data RightsizingRecommendationSummary Source #

The summary of rightsizing recommendations

See: newRightsizingRecommendationSummary smart constructor.

Constructors

RightsizingRecommendationSummary' 

Fields

Instances

Instances details
Eq RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

Read RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

Show RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

Generic RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

Associated Types

type Rep RightsizingRecommendationSummary :: Type -> Type #

NFData RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

Hashable RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

FromJSON RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

type Rep RightsizingRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.RightsizingRecommendationSummary

type Rep RightsizingRecommendationSummary = D1 ('MetaData "RightsizingRecommendationSummary" "Amazonka.CostExplorer.Types.RightsizingRecommendationSummary" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "RightsizingRecommendationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "savingsPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "savingsCurrencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "totalRecommendationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "estimatedTotalMonthlySavingsAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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: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:savingsCurrencyCode:RightsizingRecommendationSummary', rightsizingRecommendationSummary_savingsCurrencyCode - The currency code that Amazon Web Services used to calculate the savings.

$sel:totalRecommendationCount:RightsizingRecommendationSummary', rightsizingRecommendationSummary_totalRecommendationCount - The total number of instance recommendations.

$sel:estimatedTotalMonthlySavingsAmount:RightsizingRecommendationSummary', rightsizingRecommendationSummary_estimatedTotalMonthlySavingsAmount - The estimated total savings resulting from modifications, on a monthly basis.

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_savingsCurrencyCode :: Lens' RightsizingRecommendationSummary (Maybe Text) Source #

The currency code that Amazon Web Services used to calculate the savings.

rightsizingRecommendationSummary_estimatedTotalMonthlySavingsAmount :: Lens' RightsizingRecommendationSummary (Maybe Text) Source #

The estimated total savings resulting from modifications, on a monthly basis.