Values.DescribeAccountOverviewResponseSourceFor the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.
type nonrec t = {reactiveInsights : NumReactiveInsights.t option;An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
*)proactiveInsights : NumProactiveInsights.t option;An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
*)meanTimeToRecoverInMilliseconds : MeanTimeToRecoverInMilliseconds.t option;The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
*)}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 NumReactiveInsights.t
| `Long of MeanTimeToRecoverInMilliseconds.t ])
list ]