Module Values.LaunchActionsStatusSource

Launch actions status.

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

    Time where the AWS Systems Manager was detected as running on the launched instance.

    *)
  2. runs : LaunchActionRuns.t option;
    (*

    List of post launch action status.

    *)
}
Sourceval make : ?ssmAgentDiscoveryDatetime:??? -> ?runs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of LaunchActionRunId.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of LaunchActionOrder.t | `Map of ([> `String of LaunchActionParameterName.t ] * [> `Structure of (string * [> `Enum of string | `String of LaunchActionParameterValue.t ]) list ]) list | `String of LaunchActionId.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