Values.AccountInsightHealthSourceInformation about the number of open reactive and proactive insights that can be used to gauge the health of your system.
type nonrec t = {openProactiveInsights : NumOpenProactiveInsights.t option;An integer that specifies the number of open proactive insights in your Amazon Web Services account.
*)openReactiveInsights : NumOpenReactiveInsights.t option;An integer that specifies the number of open reactive insights in your Amazon Web Services account.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of NumOpenProactiveInsights.t ]) list ]