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 -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t