Values_2.ParameterSourceAssigns a value to a named Pipeline parameter.
type nonrec t = {name : PipelineParameterName.t;The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.
*)value : Values_0.String1024.t;The literal value for the parameter.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of PipelineParameterName.t ]) list ]