Values_0.RecipeActionSourceActions defined in the Glue Studio data preparation recipe node.
type nonrec t = {operation : Operation.t;The operation of the recipe action.
*)parameters : ParameterMap.t option;The parameters of the recipe action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Operation.t ])
list ]