Module Values.DescribeOrganizationHealthResponseSource

Returns active insights, predictive insights, and resource hours analyzed in last hour.

Sourcetype nonrec t = {
  1. openReactiveInsights : NumOpenReactiveInsights.t option;
    (*

    An integer that specifies the number of open reactive insights in your Amazon Web Services account.

    *)
  2. openProactiveInsights : NumOpenProactiveInsights.t option;
    (*

    An integer that specifies the number of open proactive insights in your Amazon Web Services account.

    *)
  3. metricsAnalyzed : NumMetricsAnalyzed.t option;
    (*

    An integer that specifies the number of metrics that have been analyzed in your organization.

    *)
  4. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ThrottlingException of ThrottlingException.t
  4. | `ValidationException of ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?openReactiveInsights:??? -> ?openProactiveInsights:??? -> ?metricsAnalyzed:??? -> ?resourceHours:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of NumOpenReactiveInsights.t | `Long of ResourceHours.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t