Smaws_Client_ElasticLoadBalancing.ConfigureHealthCheckSpecifies the health check settings to use when evaluating the health state of your EC2 instances.
For more information, see Configure Health Checks for Your Load Balancer in the Classic Load Balancers Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.configure_health_check_input ->
(Types.configure_health_check_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.configure_health_check_input ->
(Types.configure_health_check_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result