Values.DescribeResourceCollectionHealthResponseSourceReturns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
type nonrec t = {cloudFormation : CloudFormationHealths.t option;The returned CloudFormationHealthOverview object that contains an InsightHealthOverview object with the requested system health information.
*)service : ServiceHealths.t option;An array of ServiceHealth objects that describes the health of the Amazon Web Services services associated with the resources in the collection.
*)nextToken : UuidNextToken.t option;The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
*)}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
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of AnalyzedResourceCount.t
| `String of StackName.t
| `Structure of
(string
* [> `Integer of NumOpenProactiveInsights.t
| `Long of MeanTimeToRecoverInMilliseconds.t ])
list ])
list ]
list
| `String of UuidNextToken.t ])
list ]