Module Values.AggregationSummarySource

Provides additional information about the aggregation key.

Sourcetype nonrec t = {
  1. eventCount : Integer.t option;
    (*

    Indicates the number of events associated with the aggregation key.

    *)
  2. aggregatedBy : AggregationKeys.t option;
    (*

    Indicates the criteria or rules by which notifications have been grouped together.

    *)
  3. aggregatedAccounts : SummarizationDimensionOverview.t option;
    (*

    Indicates the Amazon Web Services accounts in the aggregation key.

    *)
  4. aggregatedRegions : SummarizationDimensionOverview.t option;
    (*

    Indicates the Amazon Web Services Regions in the aggregation key.

    *)
  5. aggregatedOrganizationalUnits : SummarizationDimensionOverview.t option;
    (*

    Indicates the collection of organizational units that are involved in the aggregation key.

    *)
  6. additionalSummarizationDimensions : SummarizationDimensionOverviews.t option;
    (*

    List of additional dimensions used to group and summarize data.

    *)
}
Sourceval make : ?eventCount:??? -> ?aggregatedBy:??? -> ?aggregatedAccounts:??? -> ?aggregatedRegions:??? -> ?aggregatedOrganizationalUnits:??? -> ?additionalSummarizationDimensions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of SampleAggregationDimensionValuesMemberString.t ] list | `String of String_.t ]) list ] list | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of SampleAggregationDimensionValuesMemberString.t ] list | `String of String_.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