Values.GetComponentRequestSourceGets the recipe for a version of a component.
type nonrec t = {recipeOutputFormat : RecipeOutputFormat.t option;The format of the recipe.
*)arn : ComponentVersionARN.t;The ARN of the component version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ComponentVersionARN.t ]) list ]