Values.ServiceInsightHealthSourceContains the number of open proactive and reactive insights in an analyzed Amazon Web Services service.
type nonrec t = {openProactiveInsights : NumOpenProactiveInsights.t option;The number of open proactive insights in the Amazon Web Services service
*)openReactiveInsights : NumOpenReactiveInsights.t option;The number of open reactive insights in the Amazon Web Services service
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of NumOpenProactiveInsights.t ]) list ]