Values.DeleteRumMetricsDestinationRequestSourceDeletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.
type nonrec t = {appMonitorName : AppMonitorName.t;The name of the app monitor that is sending metrics to the destination that you want to delete.
*)destination : MetricDestination.t;The type of destination to delete. Valid values are CloudWatch and Evidently.
*)destinationArn : DestinationArn.t option;This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter. This parameter specifies the ARN of the Evidently experiment that corresponds to the destination to delete.
*)}val make :
?destinationArn:??? ->
appMonitorName:AppMonitorName.t ->
destination:MetricDestination.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AppMonitorName.t ]) list ]