Values.GetSavingsPlanPurchaseRecommendationDetailsResponseSourceRetrieves 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 option;The ID that is associated with the Savings Plan recommendation.
*)recommendationDetailData : RecommendationDetailData.t option;Contains detailed information about a specific Savings Plan recommendation.
*)}type nonrec error = [ | `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of RecommendationDetailId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ZonedDateTime.t ]) list ]
list
| `String of GenericString.t ])
list ])
list ]