Module Values.OrganizationDetailsSource

Information about GuardDuty coverage statistics for members in your Amazon Web Services organization.

Sourcetype nonrec t = {
  1. updatedAt : Timestamp.t option;
    (*

    The timestamp at which the organization statistics was last updated. This is in UTC format.

    *)
  2. organizationStatistics : OrganizationStatistics.t option;
    (*

    Information about the GuardDuty coverage statistics for members in your Amazon Web Services organization.

    *)
}
Sourceval make : ?updatedAt:??? -> ?organizationStatistics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 | `Timestamp of Timestamp.t ]) 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