| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| 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 Configure Health Checks in the Elastic Load Balancing Developer Guide.
See: AWS API Reference for ConfigureHealthCheck.
- configureHealthCheck :: Text -> HealthCheck -> ConfigureHealthCheck
- data ConfigureHealthCheck
- chcLoadBalancerName :: Lens' ConfigureHealthCheck Text
- chcHealthCheck :: Lens' ConfigureHealthCheck HealthCheck
- configureHealthCheckResponse :: Int -> ConfigureHealthCheckResponse
- data ConfigureHealthCheckResponse
- chcrsHealthCheck :: Lens' ConfigureHealthCheckResponse (Maybe HealthCheck)
- chcrsResponseStatus :: Lens' ConfigureHealthCheckResponse Int
Creating a Request
Arguments
| :: Text | |
| -> HealthCheck | |
| -> ConfigureHealthCheck |
Creates a value of ConfigureHealthCheck with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ConfigureHealthCheck Source
See: configureHealthCheck smart constructor.
Instances
Request Lenses
chcLoadBalancerName :: Lens' ConfigureHealthCheck Text Source
The name of the load balancer.
chcHealthCheck :: Lens' ConfigureHealthCheck HealthCheck Source
The configuration information for the new health check.
Destructuring the Response
configureHealthCheckResponse Source
Arguments
| :: Int | |
| -> ConfigureHealthCheckResponse |
Creates a value of ConfigureHealthCheckResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ConfigureHealthCheckResponse Source
See: configureHealthCheckResponse smart constructor.
Response Lenses
chcrsHealthCheck :: Lens' ConfigureHealthCheckResponse (Maybe HealthCheck) Source
The updated health check.
chcrsResponseStatus :: Lens' ConfigureHealthCheckResponse Int Source
The response status code.