Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ReservationPurchaseRecommendationSummary = ReservationPurchaseRecommendationSummary' {}
- newReservationPurchaseRecommendationSummary :: ReservationPurchaseRecommendationSummary
- reservationPurchaseRecommendationSummary_currencyCode :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text)
- reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsPercentage :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text)
- reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsAmount :: 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.
ReservationPurchaseRecommendationSummary' | |
|
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: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.
$sel:totalEstimatedMonthlySavingsAmount:ReservationPurchaseRecommendationSummary'
, reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsAmount
- The total amount that Amazon Web Services estimates that this
recommendation could save you in a month.
reservationPurchaseRecommendationSummary_currencyCode :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text) Source #
The currency code used for this recommendation.
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.
reservationPurchaseRecommendationSummary_totalEstimatedMonthlySavingsAmount :: Lens' ReservationPurchaseRecommendationSummary (Maybe Text) Source #
The total amount that Amazon Web Services estimates that this recommendation could save you in a month.