Values.AccountHealthSourceReturns 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.
type nonrec t = {accountId : AwsAccountId.t option;The ID of the Amazon Web Services account.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AwsAccountId.t
| `Structure of
(string * [> `Integer of NumOpenProactiveInsights.t ]) list ])
list ]