Module Values.MilestoneSource

A milestone return object.

Sourcetype nonrec t = {
  1. milestoneNumber : MilestoneNumber.t option;
  2. milestoneName : MilestoneName.t option;
  3. recordedAt : Timestamp.t option;
  4. workload : Workload.t option;
}
Sourceval make : ?milestoneNumber:??? -> ?milestoneName:??? -> ?recordedAt:??? -> ?workload:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MilestoneNumber.t | `String of MilestoneName.t | `Structure of (string * [> `Boolean of IsReviewOwnerUpdateAcknowledged.t | `Enum of string | `List of [> `String of AwsAccountId.t | `Structure of (string * [> `String of ProfileArn.t ]) list ] list | `Map of ([> `Enum of string | `String of TagKey.t ] * [> `Integer of Count.t | `String of TagValue.t ]) list | `String of WorkloadId.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of JiraProjectKey.t ]) list | `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