Module Values.SavingsPlansPurchaseRecommendationSummarySource

Summary metrics for your Savings Plans Purchase Recommendations.

Sourcetype nonrec t = {
  1. estimatedROI : GenericString.t option;
    (*

    The estimated return on investment that's based on the recommended Savings Plans and estimated savings.

    *)
  2. currencyCode : GenericString.t option;
    (*

    The currency code that Amazon Web Services used to generate the recommendations and present potential savings.

    *)
  3. 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.

    *)
  4. currentOnDemandSpend : GenericString.t option;
    (*

    The current total on demand spend of the applicable usage types over the lookback period.

    *)
  5. estimatedSavingsAmount : GenericString.t option;
    (*

    The estimated total savings over the lookback period, based on the purchase of the recommended Savings Plans.

    *)
  6. totalRecommendationCount : GenericString.t option;
    (*

    The aggregate number of Savings Plans recommendations that exist for your account.

    *)
  7. dailyCommitmentToPurchase : GenericString.t option;
    (*

    The recommended Savings Plans cost on a daily (24 hourly) basis.

    *)
  8. hourlyCommitmentToPurchase : GenericString.t option;
    (*

    The recommended hourly commitment that's based on the recommendation parameters.

    *)
  9. 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.

    *)
  10. estimatedMonthlySavingsAmount : GenericString.t option;
    (*

    The estimated monthly savings amount that's based on the recommended Savings Plans purchase.

    *)
  11. 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.

    *)
}
Sourceval make : ?estimatedROI:??? -> ?currencyCode:??? -> ?estimatedTotalCost:??? -> ?currentOnDemandSpend:??? -> ?estimatedSavingsAmount:??? -> ?totalRecommendationCount:??? -> ?dailyCommitmentToPurchase:??? -> ?hourlyCommitmentToPurchase:??? -> ?estimatedSavingsPercentage:??? -> ?estimatedMonthlySavingsAmount:??? -> ?estimatedOnDemandCostWithCurrentCommitment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t