Values.DeleteRecipeVersionRequestSourceDeletes a single version of a DataBrew recipe.
type nonrec t = {name : RecipeName.t;The name of the recipe.
*)recipeVersion : RecipeVersion.t;The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.
*)}