Module Values.AccountHealthSource

Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.

Sourcetype nonrec t = {
  1. accountId : AwsAccountId.t option;
    (*

    The ID of the Amazon Web Services account.

    *)
  2. insight : AccountInsightHealth.t option;
    (*

    Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

    *)
}
Sourceval make : ?accountId:??? -> ?insight:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AwsAccountId.t | `Structure of (string * [> `Integer of NumOpenProactiveInsights.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