amazonka-route53-0.0.6: Amazon Route 53 SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.GetHealthCheck

Contents

Description

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

Synopsis

Request

Request constructor

getHealthCheck Source

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 Source

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.