Module Values_1.MetricDataV2Source

Contains the name, thresholds, and metric filters.

Sourcetype nonrec t = {
  1. metric : MetricV2.t option;
    (*

    The metric name or metricId, thresholds, and metric filters of the returned metric.

    *)
  2. value : Value.t option;
    (*

    The corresponding value of the metric returned in the response.

    *)
}
Sourceval make : ?metric:??? -> ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Value.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Double of ThresholdValue.t | `List of [> `String of Values_0.String_.t ] list | `String of ResourceArnOrId.t ]) list ] list | `String of MetricNameV2.t ]) list ]) 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