Values.UpdateMetricAttributionRequestSourceUpdates a metric attribution.
type nonrec t = {addMetrics : MetricAttributes.t option;Add new metric attributes to the metric attribution.
*)removeMetrics : MetricAttributesNamesList.t option;Remove metric attributes from the metric attribution.
*)metricsOutputConfig : MetricAttributionOutput.t option;An output config for the metric attribution.
*)metricAttributionArn : Arn.t option;The Amazon Resource Name (ARN) for the metric attribution to update.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of MetricName.t
| `Structure of (string * [> `String of EventType.t ]) list ]
list
| `String of Arn.t
| `Structure of
(string
* [> `String of RoleArn.t
| `Structure of (string * [> `String of S3Location.t ]) list ])
list ])
list ]