Safe Haskell | None |
---|---|
Language | Haskell2010 |
Specifies the health check settings to use for evaluating the health state of your back-end instances.
For more information, see Health Check 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
data ConfigureHealthCheck Source
Eq ConfigureHealthCheck | |
Read ConfigureHealthCheck | |
Show ConfigureHealthCheck | |
AWSRequest ConfigureHealthCheck | |
ToQuery ConfigureHealthCheck | |
ToPath ConfigureHealthCheck | |
ToHeaders ConfigureHealthCheck | |
type Sv ConfigureHealthCheck = ELB | |
type Rs ConfigureHealthCheck = ConfigureHealthCheckResponse |
Request constructor
ConfigureHealthCheck
constructor.
The fields accessible through corresponding lenses are:
Request lenses
chcHealthCheck :: Lens' ConfigureHealthCheck HealthCheck Source
A structure containing the configuration information for the new healthcheck.
chcLoadBalancerName :: Lens' ConfigureHealthCheck Text Source
The mnemonic name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account.
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 healthcheck for the instances.