Module Values.LifeCycleLastCutoverSource

Lifecycle last Cutover .

Sourcetype nonrec t = {
  1. initiated : LifeCycleLastCutoverInitiated.t option;
    (*

    Lifecycle last Cutover initiated.

    *)
  2. reverted : LifeCycleLastCutoverReverted.t option;
    (*

    Lifecycle last Cutover reverted.

    *)
  3. finalized : LifeCycleLastCutoverFinalized.t option;
    (*

    Lifecycle Cutover finalized date and time.

    *)
}
Sourceval make : ?initiated:??? -> ?reverted:??? -> ?finalized:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ISO8601DatetimeString.t ]) list ]) 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