Values.UpdateRecipeRequestSourceModifies the definition of the LATEST_WORKING version of a DataBrew recipe.
type nonrec t = {description : RecipeDescription.t option;A description of the recipe.
*)name : RecipeName.t;The name of the recipe to be updated.
*)steps : RecipeStepList.t option;One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Condition.t ]) list ]
list
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Operation.t ])
list ])
list ]
list
| `String of RecipeDescription.t ])
list ]