Values.DescribeRecipeRequestSourceReturns the definition of a specific DataBrew recipe corresponding to a particular version.
type nonrec t = {name : RecipeName.t;The name of the recipe to be described.
*)recipeVersion : RecipeVersion.t option;The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
*)}