Values.DeleteComponentRequestSourceDeletes a component build version.
type nonrec t = {componentBuildVersionArn : ComponentBuildVersionArn.t;The Amazon Resource Name (ARN) of the component build version to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ComponentBuildVersionArn.t ]) list ]