amazonka-compute-optimizer-2.0: Amazon Compute Optimizer SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Description

 
Synopsis

Documentation

data EstimatedMonthlySavings Source #

Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.

See: newEstimatedMonthlySavings smart constructor.

Constructors

EstimatedMonthlySavings' 

Fields

Instances

Instances details
FromJSON EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Generic EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Associated Types

type Rep EstimatedMonthlySavings :: Type -> Type #

Read EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Show EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

NFData EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Methods

rnf :: EstimatedMonthlySavings -> () #

Eq EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Hashable EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

type Rep EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

type Rep EstimatedMonthlySavings = D1 ('MetaData "EstimatedMonthlySavings" "Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "EstimatedMonthlySavings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "currency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Currency)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newEstimatedMonthlySavings :: EstimatedMonthlySavings Source #

Create a value of EstimatedMonthlySavings 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:currency:EstimatedMonthlySavings', estimatedMonthlySavings_currency - The currency of the estimated monthly savings.

$sel:value:EstimatedMonthlySavings', estimatedMonthlySavings_value - The value of the estimated monthly savings.

estimatedMonthlySavings_currency :: Lens' EstimatedMonthlySavings (Maybe Currency) Source #

The currency of the estimated monthly savings.

estimatedMonthlySavings_value :: Lens' EstimatedMonthlySavings (Maybe Double) Source #

The value of the estimated monthly savings.