amazonka-route53-1.3.3.1: 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.GetHealthCheckStatus

Contents

Description

To retrieve the health check status, send a GET request to the '2013-04-01/healthcheck/health check ID/status' resource. You can use this call to get a health check's current status.

See: AWS API Reference for GetHealthCheckStatus.

Synopsis

Creating a Request

getHealthCheckStatus Source

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

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

Request Lenses

ghcsHealthCheckId :: Lens' GetHealthCheckStatus Text Source

The ID of the health check for which you want to retrieve the most recent status.

Destructuring the Response

getHealthCheckStatusResponse Source

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

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

Response Lenses

ghcsrsHealthCheckObservations :: Lens' GetHealthCheckStatusResponse [HealthCheckObservation] Source

A list that contains one HealthCheckObservation element for each Route 53 health checker.