amazonka-cost-explorer-2.0: Amazon Cost Explorer Service 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.CostExplorer.Types.ReservationPurchaseRecommendationSummary

Description

 
Synopsis

Documentation

data ReservationPurchaseRecommendationSummary Source #

A summary about this recommendation, such as the currency code, the amount that Amazon Web Services estimates that you could save, and the total amount of reservation to purchase.

See: newReservationPurchaseRecommendationSummary smart constructor.

Constructors

ReservationPurchaseRecommendationSummary' 

Fields

Instances

Instances details
FromJSON ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

Generic ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

Read ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

Show ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

NFData ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

Eq ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

Hashable ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

type Rep ReservationPurchaseRecommendationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary

type Rep ReservationPurchaseRecommendationSummary = D1 ('MetaData "ReservationPurchaseRecommendationSummary" "Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "ReservationPurchaseRecommendationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "currencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "totalEstimatedMonthlySavingsAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalEstimatedMonthlySavingsPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReservationPurchaseRecommendationSummary :: ReservationPurchaseRecommendationSummary Source #

Create a value of ReservationPurchaseRecommendationSummary 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:currencyCode:ReservationPurchaseRecommendationSummary', reservationPurchaseRecommendationSummary_currencyCode - The currency code used for this recommendation.

$sel:totalEstimatedMonthlySavingsAmount:ReservationPurchaseRecommendationSummary', reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsAmount - The total amount that Amazon Web Services estimates that this recommendation could save you in a month.

$sel:totalEstimatedMonthlySavingsPercentage:ReservationPurchaseRecommendationSummary', reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsPercentage - The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.

reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsAmount :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text) Source #

The total amount that Amazon Web Services estimates that this recommendation could save you in a month.

reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsPercentage :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text) Source #

The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.