Module Values.DeleteRumMetricsDestinationRequestSource

Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.

Sourcetype nonrec t = {
  1. appMonitorName : AppMonitorName.t;
    (*

    The name of the app monitor that is sending metrics to the destination that you want to delete.

    *)
  2. destination : MetricDestination.t;
    (*

    The type of destination to delete. Valid values are CloudWatch and Evidently.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?destinationArn:??? -> appMonitorName:AppMonitorName.t -> destination:MetricDestination.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of AppMonitorName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t