Module Values_1.MetricResultV2Source

Contains information about the metric results.

Sourcetype nonrec t = {
  1. dimensions : DimensionsV2Map.t option;
    (*

    The dimension for the metrics.

    *)
  2. metricInterval : MetricInterval.t option;
    (*

    The interval period with the start and end time for the metrics.

    *)
  3. collections : MetricDataCollectionsV2.t option;
    (*

    The set of metrics.

    *)
}
Sourceval make : ?dimensions:??? -> ?metricInterval:??? -> ?collections:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ] list | `Map of ([> `String of DimensionsV2Key.t ] * [> `String of DimensionsV2Value.t ]) list | `Structure of (string * [> `Enum of string | `Timestamp of Values_0.Timestamp.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