Values.RecipeActionSourceRepresents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.
type nonrec t = {operation : Operation.t;The name of a valid DataBrew transformation to be performed on the data.
*)parameters : ParameterMap.t option;Contextual parameters for the transformation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Operation.t ])
list ]