Module Values.SavingsPlansPurchaseRecommendationDetailSource

Details for your recommended Savings Plans.

Sourcetype nonrec t = {
  1. savingsPlansDetails : SavingsPlansDetails.t option;
    (*

    Details for your recommended Savings Plans.

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

    The AccountID the recommendation is generated for.

    *)
  3. upfrontCost : GenericString.t option;
    (*

    The upfront cost of the recommended Savings Plans, based on the selected payment option.

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

    The estimated return on investment that's based on the recommended Savings Plans that you purchased. This is calculated as estimatedSavingsAmount/ estimatedSPCost*100.

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

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

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

    The cost of the recommended Savings Plans over the length of the lookback period.

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

    The remaining On-Demand cost estimated to not be covered by the recommended Savings Plans, over the length of the lookback period.

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

    The estimated On-Demand costs you expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own.

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

    The estimated savings amount that's based on the recommended Savings Plans over the length of the lookback period.

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

    The estimated savings percentage relative to the total cost of applicable On-Demand usage over the lookback period.

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

    The recommended hourly commitment level for the Savings Plans type and the configuration that's based on the usage during the lookback period.

    *)
  12. estimatedAverageUtilization : GenericString.t option;
    (*

    The estimated utilization of the recommended Savings Plans.

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

    The estimated monthly savings amount based on the recommended Savings Plans.

    *)
  14. currentMinimumHourlyOnDemandSpend : GenericString.t option;
    (*

    The lowest value of hourly On-Demand spend over the lookback period of the applicable usage type.

    *)
  15. currentMaximumHourlyOnDemandSpend : GenericString.t option;
    (*

    The highest value of hourly On-Demand spend over the lookback period of the applicable usage type.

    *)
  16. currentAverageHourlyOnDemandSpend : GenericString.t option;
    (*

    The average value of hourly On-Demand spend over the lookback period of the applicable usage type.

    *)
  17. recommendationDetailId : RecommendationDetailId.t option;
    (*

    Contains detailed information about a specific Savings Plan recommendation.

    *)
}
Sourceval make : ?savingsPlansDetails:??? -> ?accountId:??? -> ?upfrontCost:??? -> ?estimatedROI:??? -> ?currencyCode:??? -> ?estimatedSPCost:??? -> ?estimatedOnDemandCost:??? -> ?estimatedOnDemandCostWithCurrentCommitment:??? -> ?estimatedSavingsAmount:??? -> ?estimatedSavingsPercentage:??? -> ?hourlyCommitmentToPurchase:??? -> ?estimatedAverageUtilization:??? -> ?estimatedMonthlySavingsAmount:??? -> ?currentMinimumHourlyOnDemandSpend:??? -> ?currentMaximumHourlyOnDemandSpend:??? -> ?currentAverageHourlyOnDemandSpend:??? -> ?recommendationDetailId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t | `Structure of (string * [> `String of GenericString.t ]) list ]) 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