Module Values.MilestoneSummarySource

A milestone summary return object.

Sourcetype nonrec t = {
  1. milestoneNumber : MilestoneNumber.t option;
  2. milestoneName : MilestoneName.t option;
  3. recordedAt : Timestamp.t option;
  4. workloadSummary : WorkloadSummary.t option;
}
Sourceval make : ?milestoneNumber:??? -> ?milestoneName:??? -> ?recordedAt:??? -> ?workloadSummary:??? -> unit -> t
Sourceval 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 ]
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