Values.SavingsPlansPurchaseRecommendationSummarySourceSummary metrics for your Savings Plans Purchase Recommendations.
type nonrec t = {estimatedROI : GenericString.t option;The estimated return on investment that's based on the recommended Savings Plans and estimated savings.
*)currencyCode : GenericString.t option;The currency code that Amazon Web Services used to generate the recommendations and present potential savings.
*)estimatedTotalCost : GenericString.t option;The estimated total cost of the usage after purchasing the recommended Savings Plans. This is a sum of the cost of Savings Plans during this term, and the remaining On-Demand usage.
*)currentOnDemandSpend : GenericString.t option;The current total on demand spend of the applicable usage types over the lookback period.
*)estimatedSavingsAmount : GenericString.t option;The estimated total savings over the lookback period, based on the purchase of the recommended Savings Plans.
*)totalRecommendationCount : GenericString.t option;The aggregate number of Savings Plans recommendations that exist for your account.
*)dailyCommitmentToPurchase : GenericString.t option;The recommended Savings Plans cost on a daily (24 hourly) basis.
*)hourlyCommitmentToPurchase : GenericString.t option;The recommended hourly commitment that's based on the recommendation parameters.
*)estimatedSavingsPercentage : GenericString.t option;The estimated savings relative to the total cost of On-Demand usage, over the lookback period. This is calculated as estimatedSavingsAmount/ CurrentOnDemandSpend*100.
*)estimatedMonthlySavingsAmount : GenericString.t option;The estimated monthly savings amount that's based on the recommended Savings Plans purchase.
*)estimatedOnDemandCostWithCurrentCommitment : GenericString.t option;The estimated On-Demand costs you expect with no additional commitment. It's based on your usage of the selected time period and the Savings Plans you own.
*)}val make :
?estimatedROI:??? ->
?currencyCode:??? ->
?estimatedTotalCost:??? ->
?currentOnDemandSpend:??? ->
?estimatedSavingsAmount:??? ->
?totalRecommendationCount:??? ->
?dailyCommitmentToPurchase:??? ->
?hourlyCommitmentToPurchase:??? ->
?estimatedSavingsPercentage:??? ->
?estimatedMonthlySavingsAmount:??? ->
?estimatedOnDemandCostWithCurrentCommitment:??? ->
unit ->
t