amazonka-route53-1.2.0.2: Amazon Route 53 SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.GetHealthCheck

Contents

Description

To retrieve the health check, send a GET request to the '2013-04-01/healthcheck/health check ID' resource.

See: AWS API Reference for GetHealthCheck.

Synopsis

Creating a Request

getHealthCheck Source

Creates a value of GetHealthCheck with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ghcHealthCheckId :: Lens' GetHealthCheck Text Source

The ID of the health check to retrieve.

Destructuring the Response

getHealthCheckResponse Source

Creates a value of GetHealthCheckResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ghcrsStatus :: Lens' GetHealthCheckResponse Int Source

The response status code.

ghcrsHealthCheck :: Lens' GetHealthCheckResponse HealthCheck Source

A complex type that contains the information about the specified health check.