Values.GenerationSummarySourceThe summary of the Savings Plans recommendation generation.
type nonrec t = {recommendationId : RecommendationId.t option;Indicates the ID for this specific recommendation.
*)generationStatus : GenerationStatus.t option;Indicates whether the recommendation generation succeeded, is processing, or failed.
*)generationStartedTime : ZonedDateTime.t option;Indicates the start time of the recommendation generation.
*)generationCompletionTime : ZonedDateTime.t option;Indicates the completion time of the recommendation generation.
*)estimatedCompletionTime : ZonedDateTime.t option;Indicates the estimated time for when the recommendation generation will complete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RecommendationId.t ]) list ]