Module Values.JobPostLaunchActionsLaunchStatusSource

Launch Status of the Job Post Launch Actions.

Sourcetype nonrec t = {
  1. ssmDocument : SsmDocument.t option;
    (*

    AWS Systems Manager's Document of the of the Job Post Launch Actions.

    *)
  2. ssmDocumentType : SsmDocumentType.t option;
    (*

    AWS Systems Manager Document type.

    *)
  3. executionID : BoundedString.t option;
    (*

    AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.

    *)
  4. executionStatus : PostLaunchActionExecutionStatus.t option;
    (*

    AWS Systems Manager Document's execution status.

    *)
  5. failureReason : BoundedString.t option;
    (*

    AWS Systems Manager Document's failure reason.

    *)
}
Sourceval make : ?ssmDocument:??? -> ?ssmDocumentType:??? -> ?executionID:??? -> ?executionStatus:??? -> ?failureReason:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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