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

Amazonka.Route53.GetHealthCheck

Description

Gets information about a specified health check.

Synopsis

Creating a Request

data GetHealthCheck Source #

A request to get information about a specified health check.

See: newGetHealthCheck smart constructor.

Constructors

GetHealthCheck' 

Fields

  • healthCheckId :: Text

    The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

Instances

Instances details
Eq GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Read GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Show GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Generic GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Associated Types

type Rep GetHealthCheck :: Type -> Type #

NFData GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Methods

rnf :: GetHealthCheck -> () #

Hashable GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

AWSRequest GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Associated Types

type AWSResponse GetHealthCheck #

ToHeaders GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

ToPath GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

ToQuery GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

type Rep GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

type Rep GetHealthCheck = D1 ('MetaData "GetHealthCheck" "Amazonka.Route53.GetHealthCheck" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetHealthCheck'" 'PrefixI 'True) (S1 ('MetaSel ('Just "healthCheckId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetHealthCheck Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

newGetHealthCheck Source #

Create a value of GetHealthCheck with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:healthCheckId:GetHealthCheck', getHealthCheck_healthCheckId - The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

Request Lenses

getHealthCheck_healthCheckId :: Lens' GetHealthCheck Text Source #

The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

Destructuring the Response

data GetHealthCheckResponse Source #

A complex type that contains the response to a GetHealthCheck request.

See: newGetHealthCheckResponse smart constructor.

Constructors

GetHealthCheckResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • healthCheck :: HealthCheck

    A complex type that contains information about one health check that is associated with the current Amazon Web Services account.

Instances

Instances details
Eq GetHealthCheckResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Read GetHealthCheckResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Show GetHealthCheckResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Generic GetHealthCheckResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Associated Types

type Rep GetHealthCheckResponse :: Type -> Type #

NFData GetHealthCheckResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

Methods

rnf :: GetHealthCheckResponse -> () #

type Rep GetHealthCheckResponse Source # 
Instance details

Defined in Amazonka.Route53.GetHealthCheck

type Rep GetHealthCheckResponse = D1 ('MetaData "GetHealthCheckResponse" "Amazonka.Route53.GetHealthCheck" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GetHealthCheckResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "healthCheck") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HealthCheck)))

newGetHealthCheckResponse Source #

Create a value of GetHealthCheckResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:GetHealthCheckResponse', getHealthCheckResponse_httpStatus - The response's http status code.

$sel:healthCheck:GetHealthCheckResponse', getHealthCheckResponse_healthCheck - A complex type that contains information about one health check that is associated with the current Amazon Web Services account.

Response Lenses

getHealthCheckResponse_healthCheck :: Lens' GetHealthCheckResponse HealthCheck Source #

A complex type that contains information about one health check that is associated with the current Amazon Web Services account.