Values.LaunchActionSourceLaunch action.
type nonrec t = {actionId : LaunchActionId.t option;actionCode : SsmDocumentName.t option;Launch action code.
*)type_ : LaunchActionType.t option;Launch action type.
*)name : LaunchActionName.t option;active : Boolean.t option;Whether the launch action is active.
*)order : LaunchActionOrder.t option;actionVersion : LaunchActionVersion.t option;optional : Boolean.t option;Whether the launch will not be marked as failed if this action fails.
*)parameters : LaunchActionParameters.t option;description : LaunchActionDescription.t option;category : LaunchActionCategory.t option;}val to_value :
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 ]