Module Values.CoverageStatisticsSource

Information about the coverage statistics for a resource.

Sourcetype nonrec t = {
  1. countByResourceType : CountByResourceType.t option;
    (*

    Represents coverage statistics for EKS clusters aggregated by resource type.

    *)
  2. countByCoverageStatus : CountByCoverageStatus.t option;
    (*

    Represents coverage statistics for EKS clusters aggregated by coverage status.

    *)
}
Sourceval make : ?countByResourceType:??? -> ?countByCoverageStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `Enum of string ] * [> `Long of Long.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