Values.DescribeAccountHealthResponseSourceReturns 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 = {openReactiveInsights : NumOpenReactiveInsights.t option;An integer that specifies the number of open reactive insights in your Amazon Web Services account.
*)openProactiveInsights : NumOpenProactiveInsights.t option;An integer that specifies the number of open proactive insights in your Amazon Web Services account.
*)metricsAnalyzed : NumMetricsAnalyzed.t option;An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
*)resourceHours : ResourceHours.t option;The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
*)analyzedResourceCount : AnalyzedResourceCount.t option;Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NumOpenReactiveInsights.t | `Long of ResourceHours.t ])
list ]