Values.ServiceHealthSourceRepresents the health of an Amazon Web Services service.
type nonrec t = {serviceName : ServiceName.t option;The name of the Amazon Web Services service.
*)insight : ServiceInsightHealth.t option;Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.
*)analyzedResourceCount : AnalyzedResourceCount.t option;Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of AnalyzedResourceCount.t
| `Structure of
(string * [> `Integer of NumOpenProactiveInsights.t ]) list ])
list ]