Module Values.GetCoverageStatisticsRequestSource

Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled Runtime Monitoring and have the GuardDuty security agent running on their resources.

Sourcetype nonrec t = {
  1. detectorId : DetectorId.t;
    (*

    The unique ID of the GuardDuty detector. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

    *)
  2. filterCriteria : CoverageFilterCriteria.t option;
    (*

    Represents the criteria used to filter the coverage statistics.

    *)
  3. statisticsType : CoverageStatisticsTypeList.t;
    (*

    Represents the statistics type used to aggregate the coverage details.

    *)
}
Sourceval context_ : string
Sourceval make : ?filterCriteria:??? -> detectorId:DetectorId.t -> statisticsType:CoverageStatisticsTypeList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of DetectorId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) 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