| 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 |
Amazonka.CostExplorer.Types.ReservationPurchaseRecommendationSummary
Description
Synopsis
- data ReservationPurchaseRecommendationSummary = ReservationPurchaseRecommendationSummary' {}
- newReservationPurchaseRecommendationSummary :: ReservationPurchaseRecommendationSummary
- reservationPurchaseRecommendationSummary_currencyCode :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text)
- reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsAmount :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text)
- reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsPercentage :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text)
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
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_currencyCode :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text) Source #
The currency code used for this recommendation.
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.