Module Types.GetInsightRuleReportOutput

type t = {
key_labels : InsightRuleContributorKeyLabels.t;
aggregation_statistic : Aws.BaseTypes.String.t option;
aggregate_value : Aws.BaseTypes.Double.t option;
approximate_unique_count : Aws.BaseTypes.Long.t option;
contributors : InsightRuleContributors.t;
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