Values.ConfigureHealthCheckOutputSourceContains the output of ConfigureHealthCheck.
type configureHealthCheckResult = {healthCheck : HealthCheck.t option;The updated health check.
*)}and t = {configureHealthCheckResult : configureHealthCheckResult;responseMetaData : responseMetaData;}type error = [ | `AccessPointNotFoundException of AccessPointNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of HealthCheckInterval.t
| `String of HealthCheckTarget.t ])
list ])
list ])
list ]