Values.GetSavingsPlanPurchaseRecommendationDetailsRequestSourceRetrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the cost, coverage, and utilization charts.
type nonrec t = {recommendationDetailId : RecommendationDetailId.t;The ID that is associated with the Savings Plan recommendation.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of RecommendationDetailId.t ]) list ]