Module Values.OrganizationStatisticsSource

Information about the coverage statistics of the features for the entire Amazon Web Services organization. When you create a new Amazon Web Services organization, it might take up to 24 hours to generate the statistics summary for this organization.

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

    Total number of accounts in your Amazon Web Services organization.

    *)
  2. memberAccountsCount : Integer.t option;
    (*

    Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.

    *)
  3. activeAccountsCount : Integer.t option;
    (*

    Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.

    *)
  4. enabledAccountsCount : Integer.t option;
    (*

    Total number of accounts that have enabled GuardDuty.

    *)
  5. countByFeature : OrganizationFeatureStatisticsResults.t option;
    (*

    Retrieves the coverage statistics for each feature.

    *)
}
Sourceval make : ?totalAccountsCount:??? -> ?memberAccountsCount:??? -> ?activeAccountsCount:??? -> ?enabledAccountsCount:??? -> ?countByFeature:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t ]) 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