Values.MilestoneSummarySourceA milestone summary return object.
type nonrec t = {milestoneNumber : MilestoneNumber.t option;milestoneName : MilestoneName.t option;recordedAt : Timestamp.t option;workloadSummary : WorkloadSummary.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MilestoneNumber.t
| `String of MilestoneName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of LensAlias.t
| `Structure of (string * [> `String of ProfileArn.t ]) list ]
list
| `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of WorkloadId.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]