Values.JobPostLaunchActionsLaunchStatusSourceLaunch Status of the Job Post Launch Actions.
type nonrec t = {ssmDocument : SsmDocument.t option;AWS Systems Manager's Document of the of the Job Post Launch Actions.
*)ssmDocumentType : SsmDocumentType.t option;AWS Systems Manager Document type.
*)executionID : BoundedString.t option;AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
*)executionStatus : PostLaunchActionExecutionStatus.t option;AWS Systems Manager Document's execution status.
*)failureReason : BoundedString.t option;AWS Systems Manager Document's failure reason.
*)}val 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 ]