Values.DescribeOrganizationResourceCollectionHealthResponseSourceProvides an overview of your system's health. If additional member accounts are part of your organization, you can filter those accounts using the AccountIds field.
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.
*)account : AccountHealths.t option;The name of the organization's account.
*)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 ]