Module Values.PostLaunchActionsStatusSource

Status of the Post Launch Actions running on the Test or Cutover instance.

Sourcetype nonrec t = {
  1. ssmAgentDiscoveryDatetime : ISO8601DatetimeString.t option;
    (*

    Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.

    *)
  2. postLaunchActionsLaunchStatusList : PostLaunchActionsLaunchStatusList.t option;
    (*

    List of Post Launch Action status.

    *)
}
Sourceval make : ?ssmAgentDiscoveryDatetime:??? -> ?postLaunchActionsLaunchStatusList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of BoundedString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of StrictlyPositiveInteger.t | `Map of ([> `String of SsmDocumentParameterName.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `String of SsmParameterStoreParameterName.t ]) list ] list | `Structure of (string * [> `String of JmesPathString.t ]) list ]) list | `String of BoundedString.t ]) list ]) list ] list | `String of ISO8601DatetimeString.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