amazonka-route53-1.4.1: Amazon Route 53 SDK.

Copyright(c) 2013-2016 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.UpdateHealthCheck

Contents

Description

This action updates an existing health check.

To update a health check, send a POST request to the '/Route 53 API version/healthcheck/health check ID' resource. The request body must include a document with an UpdateHealthCheckRequest element. The response returns an UpdateHealthCheckResponse element, which contains metadata about the health check.

Synopsis

Creating a Request

data UpdateHealthCheck Source #

A complex type that contains information about the request to update a

health check.

See: updateHealthCheck smart constructor.

Instances

Eq UpdateHealthCheck Source # 
Data UpdateHealthCheck Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateHealthCheck -> c UpdateHealthCheck #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateHealthCheck #

toConstr :: UpdateHealthCheck -> Constr #

dataTypeOf :: UpdateHealthCheck -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateHealthCheck) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateHealthCheck) #

gmapT :: (forall b. Data b => b -> b) -> UpdateHealthCheck -> UpdateHealthCheck #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateHealthCheck -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateHealthCheck -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateHealthCheck -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateHealthCheck -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateHealthCheck -> m UpdateHealthCheck #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateHealthCheck -> m UpdateHealthCheck #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateHealthCheck -> m UpdateHealthCheck #

Read UpdateHealthCheck Source # 
Show UpdateHealthCheck Source # 
Generic UpdateHealthCheck Source # 
Hashable UpdateHealthCheck Source # 
NFData UpdateHealthCheck Source # 

Methods

rnf :: UpdateHealthCheck -> () #

AWSRequest UpdateHealthCheck Source # 
ToElement UpdateHealthCheck Source # 
ToXML UpdateHealthCheck Source # 
ToQuery UpdateHealthCheck Source # 
ToPath UpdateHealthCheck Source # 
ToHeaders UpdateHealthCheck Source # 
type Rep UpdateHealthCheck Source # 
type Rep UpdateHealthCheck = D1 (MetaData "UpdateHealthCheck" "Network.AWS.Route53.UpdateHealthCheck" "amazonka-route53-1.4.1-7tbQwgQHkMc6ifX3UPZcPu" False) (C1 (MetaCons "UpdateHealthCheck'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uhcFailureThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) ((:*:) (S1 (MetaSel (Just Symbol "_uhcIPAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uhcEnableSNI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uhcSearchString") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uhcHealthThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))) ((:*:) (S1 (MetaSel (Just Symbol "_uhcRegions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 HealthCheckRegion)))) (S1 (MetaSel (Just Symbol "_uhcResourcePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uhcInsufficientDataHealthStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InsufficientDataHealthStatus))) (S1 (MetaSel (Just Symbol "_uhcHealthCheckVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))) ((:*:) (S1 (MetaSel (Just Symbol "_uhcAlarmIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AlarmIdentifier))) (S1 (MetaSel (Just Symbol "_uhcInverted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uhcFullyQualifiedDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uhcChildHealthChecks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_uhcPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_uhcHealthCheckId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))))
type Rs UpdateHealthCheck Source # 

Request Lenses

uhcFailureThreshold :: Lens' UpdateHealthCheck (Maybe Natural) Source #

The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

Valid values are integers between 1 and 10. For more information, see "How Amazon Route 53 Determines Whether an Endpoint Is Healthy" in the Amazon Route 53 Developer Guide.

Specify this value only if you want to change it.

uhcIPAddress :: Lens' UpdateHealthCheck (Maybe Text) Source #

The IP address of the resource that you want to check.

Specify this value only if you want to change it.

uhcEnableSNI :: Lens' UpdateHealthCheck (Maybe Bool) Source #

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

Specify this value only if you want to change it.

uhcSearchString :: Lens' UpdateHealthCheck (Maybe Text) Source #

If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy. Amazon Route 53 considers case when searching for SearchString in the response body.

Specify this value only if you want to change it.

uhcHealthThreshold :: Lens' UpdateHealthCheck (Maybe Natural) Source #

The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

Specify this value only if you want to change it.

uhcRegions :: Lens' UpdateHealthCheck (Maybe (NonEmpty HealthCheckRegion)) Source #

A list of HealthCheckRegion values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks. You must specify at least three regions.

When you remove a region from the list, Amazon Route 53 will briefly continue to check your endpoint from that region.

Specify this value only if you want to change it.

uhcResourcePath :: Lens' UpdateHealthCheck (Maybe Text) Source #

The path that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.

Specify this value only if you want to change it.

uhcHealthCheckVersion :: Lens' UpdateHealthCheck (Maybe Natural) Source #

Optional. When you specify a health check version, Amazon Route 53 compares this value with the current value in the health check, which prevents you from updating the health check when the versions don't match. Using HealthCheckVersion lets you prevent overwriting another change to the health check.

uhcInverted :: Lens' UpdateHealthCheck (Maybe Bool) Source #

A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

Specify this value only if you want to change it.

uhcFullyQualifiedDomainName :: Lens' UpdateHealthCheck (Maybe Text) Source #

Fully qualified domain name of the instance to be health checked.

Specify this value only if you want to change it.

uhcChildHealthChecks :: Lens' UpdateHealthCheck [Text] Source #

For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

Specify this value only if you want to change it.

uhcPort :: Lens' UpdateHealthCheck (Maybe Natural) Source #

The port on which you want Amazon Route 53 to open a connection to perform health checks.

Specify this value only if you want to change it.

uhcHealthCheckId :: Lens' UpdateHealthCheck Text Source #

The ID of the health check to update.

Destructuring the Response

updateHealthCheckResponse Source #

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

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

data UpdateHealthCheckResponse Source #

See: updateHealthCheckResponse smart constructor.

Instances

Eq UpdateHealthCheckResponse Source # 
Data UpdateHealthCheckResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateHealthCheckResponse -> c UpdateHealthCheckResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateHealthCheckResponse #

toConstr :: UpdateHealthCheckResponse -> Constr #

dataTypeOf :: UpdateHealthCheckResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateHealthCheckResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateHealthCheckResponse) #

gmapT :: (forall b. Data b => b -> b) -> UpdateHealthCheckResponse -> UpdateHealthCheckResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateHealthCheckResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateHealthCheckResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateHealthCheckResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateHealthCheckResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateHealthCheckResponse -> m UpdateHealthCheckResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateHealthCheckResponse -> m UpdateHealthCheckResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateHealthCheckResponse -> m UpdateHealthCheckResponse #

Read UpdateHealthCheckResponse Source # 
Show UpdateHealthCheckResponse Source # 
Generic UpdateHealthCheckResponse Source # 
NFData UpdateHealthCheckResponse Source # 
type Rep UpdateHealthCheckResponse Source # 
type Rep UpdateHealthCheckResponse = D1 (MetaData "UpdateHealthCheckResponse" "Network.AWS.Route53.UpdateHealthCheck" "amazonka-route53-1.4.1-7tbQwgQHkMc6ifX3UPZcPu" False) (C1 (MetaCons "UpdateHealthCheckResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uhcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_uhcrsHealthCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 HealthCheck))))

Response Lenses