Values.MetricSourceSourceThe list of metric sources required to generate recommendations for commercial software licenses.
type nonrec t = {provider : MetricSourceProvider.t option;The name of the metric source provider.
*)providerArn : MetricProviderArn.t option;The ARN of the metric source provider.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MetricProviderArn.t ]) list ]