| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ELB.ConfigureHealthCheck
Description
Specifies the health check settings to use when evaluating the health state of your back-end instances.
For more information, see Health Checks in the Elastic Load BalancingDeveloper Guide.
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_ConfigureHealthCheck.html
- data ConfigureHealthCheck
- configureHealthCheck :: Text -> HealthCheck -> ConfigureHealthCheck
- chcHealthCheck :: Lens' ConfigureHealthCheck HealthCheck
- chcLoadBalancerName :: Lens' ConfigureHealthCheck Text
- data ConfigureHealthCheckResponse
- configureHealthCheckResponse :: ConfigureHealthCheckResponse
- chcrHealthCheck :: Lens' ConfigureHealthCheckResponse (Maybe HealthCheck)
Request
Request constructor
Arguments
| :: Text | |
| -> HealthCheck | |
| -> ConfigureHealthCheck |
ConfigureHealthCheck constructor.
The fields accessible through corresponding lenses are:
Request lenses
chcHealthCheck :: Lens' ConfigureHealthCheck HealthCheck Source
The configuration information for the new health check.
chcLoadBalancerName :: Lens' ConfigureHealthCheck Text Source
The name of the load balancer.
Response
Response constructor
configureHealthCheckResponse :: ConfigureHealthCheckResponse Source
ConfigureHealthCheckResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
chcrHealthCheck :: Lens' ConfigureHealthCheckResponse (Maybe HealthCheck) Source
The updated health check.