Safe Haskell | None |
---|---|
Language | Haskell2010 |
To retrieve the health check, send a GET
request to the '2013-04-01healthcheckhealth check ID resource.
http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHealthCheck.html
Request
data GetHealthCheck Source
Request constructor
GetHealthCheck
constructor.
The fields accessible through corresponding lenses are:
Request lenses
ghcHealthCheckId :: Lens' GetHealthCheck Text Source
The ID of the health check to retrieve.
Response
Response constructor
GetHealthCheckResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
ghcrHealthCheck :: Lens' GetHealthCheckResponse HealthCheck Source
A complex type that contains the information about the specified health check.