Values.GetHealthCheckCountResponseSourceA complex type that contains the response to a GetHealthCheckCount request.
type nonrec t = {healthCheckCount : HealthCheckCount.t option;The number of health checks associated with the current Amazon Web Services account.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]