Values.GetComponentRequestSourceGets a component object.
type nonrec t = {componentBuildVersionArn : ComponentVersionArnOrBuildVersionArn.t;The Amazon Resource Name (ARN) of the component that you want to get. Regex requires the suffix /\d+$.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ComponentVersionArnOrBuildVersionArn.t ]) list ]