Module Values.GetSavingsPlanPurchaseRecommendationDetailsRequestSource

Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the cost, coverage, and utilization charts.

Sourcetype nonrec t = {
  1. recommendationDetailId : RecommendationDetailId.t;
    (*

    The ID that is associated with the Savings Plan recommendation.

    *)
}
Sourceval context_ : string
Sourceval make : recommendationDetailId:RecommendationDetailId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RecommendationDetailId.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