Module Values.LaunchActionsSource

Sourcetype nonrec t = LaunchAction.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : LaunchAction.t list -> [> `List of [> `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 ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> LaunchAction.t list
Sourceval of_json : [> Yojson.Safe.t ] -> LaunchAction.t list
Sourceval to_json : LaunchAction.t list -> Yojson.Safe.t