Values.DescribeOrganizationHealthResponseSourceReturns active insights, predictive insights, and resource hours analyzed in last hour.
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 organization.
*)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.
*)}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 ]