Module Values.LensMetricSource

A metric for a particular lens in a workload.

Sourcetype nonrec t = {
  1. lensArn : LensArn.t option;
    (*

    The lens ARN.

    *)
  2. pillars : PillarMetrics.t option;
    (*

    The metrics for the pillars in a lens.

    *)
  3. riskCounts : RiskCounts.t option;
}
Sourceval make : ?lensArn:??? -> ?pillars:??? -> ?riskCounts:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ChoiceId.t ]) list ] list | `String of QuestionId.t ]) list ] list | `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list | `String of PillarId.t ]) list ] list | `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list | `String of LensArn.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