Module Values.DescribeAccountHealthResponseSource

Returns 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.

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 Amazon Web Services account.

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

    *)
  5. analyzedResourceCount : AnalyzedResourceCount.t option;
    (*

    Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.

    *)
}
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:??? -> ?analyzedResourceCount:??? -> 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