package aws-cloudwatch

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. key_labels : InsightRuleContributorKeyLabels.t;
  2. aggregation_statistic : Aws.BaseTypes.String.t option;
  3. aggregate_value : Aws.BaseTypes.Double.t option;
  4. approximate_unique_count : Aws.BaseTypes.Long.t option;
  5. contributors : InsightRuleContributors.t;
  6. metric_datapoints : InsightRuleMetricDatapoints.t;
}
val make : ?key_labels:InsightRuleContributorKeyLabels.t -> ?aggregation_statistic:Aws.BaseTypes.String.t -> ?aggregate_value:Aws.BaseTypes.Double.t -> ?approximate_unique_count:Aws.BaseTypes.Long.t -> ?contributors:InsightRuleContributors.t -> ?metric_datapoints:InsightRuleMetricDatapoints.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t