Module Values.FindingsStatisticsSource

Contains information about the aggregate statistics for an external or unused access analyzer. Only one parameter can be used in a FindingsStatistics object.

Sourcetype nonrec t = {
  1. externalAccessFindingsStatistics : ExternalAccessFindingsStatistics.t option;
    (*

    The aggregate statistics for an external access analyzer.

    *)
  2. internalAccessFindingsStatistics : InternalAccessFindingsStatistics.t option;
    (*

    The aggregate statistics for an internal access analyzer. This includes information about active, archived, and resolved findings related to internal access within your Amazon Web Services organization or account.

    *)
  3. unusedAccessFindingsStatistics : UnusedAccessFindingsStatistics.t option;
    (*

    The aggregate statistics for an unused access analyzer.

    *)
}
Sourceval make : ?externalAccessFindingsStatistics:??? -> ?internalAccessFindingsStatistics:??? -> ?unusedAccessFindingsStatistics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `Map of ([> `String of String_.t ] * [> `Integer of Integer.t ]) list | `String of String_.t ]) list ] list | `Map of ([> `Enum of string ] * [> `Structure of (string * [> `Integer of Integer.t ]) list ]) list ]) 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