amazonka-route53-1.4.4: 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.DeleteHealthCheck

Contents

Description

Deletes a health check. Send a DELETE request to the '/2013-04-01/healthcheck/health check ID ' resource.

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check cannot be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks in the Amazon Route 53 Developer Guide.

Synopsis

Creating a Request

deleteHealthCheck Source #

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

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

data DeleteHealthCheck Source #

This action deletes a health check. Send a DELETE request to the '\/2013-04-01\/DeleteHealthCheckRequest' resource.

See: deleteHealthCheck smart constructor.

Instances

Eq DeleteHealthCheck Source # 
Data DeleteHealthCheck Source # 

Methods

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

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

toConstr :: DeleteHealthCheck -> Constr #

dataTypeOf :: DeleteHealthCheck -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHealthCheck Source # 
Show DeleteHealthCheck Source # 
Generic DeleteHealthCheck Source # 
Hashable DeleteHealthCheck Source # 
NFData DeleteHealthCheck Source # 

Methods

rnf :: DeleteHealthCheck -> () #

AWSRequest DeleteHealthCheck Source # 
ToPath DeleteHealthCheck Source # 
ToHeaders DeleteHealthCheck Source # 
ToQuery DeleteHealthCheck Source # 
type Rep DeleteHealthCheck Source # 
type Rep DeleteHealthCheck = D1 (MetaData "DeleteHealthCheck" "Network.AWS.Route53.DeleteHealthCheck" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" True) (C1 (MetaCons "DeleteHealthCheck'" PrefixI True) (S1 (MetaSel (Just Symbol "_dhcHealthCheckId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteHealthCheck Source # 

Request Lenses

Destructuring the Response

deleteHealthCheckResponse Source #

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

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

data DeleteHealthCheckResponse Source #

An empty element.

See: deleteHealthCheckResponse smart constructor.

Instances

Eq DeleteHealthCheckResponse Source # 
Data DeleteHealthCheckResponse Source # 

Methods

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

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

toConstr :: DeleteHealthCheckResponse -> Constr #

dataTypeOf :: DeleteHealthCheckResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHealthCheckResponse Source # 
Show DeleteHealthCheckResponse Source # 
Generic DeleteHealthCheckResponse Source # 
NFData DeleteHealthCheckResponse Source # 
type Rep DeleteHealthCheckResponse Source # 
type Rep DeleteHealthCheckResponse = D1 (MetaData "DeleteHealthCheckResponse" "Network.AWS.Route53.DeleteHealthCheck" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" True) (C1 (MetaCons "DeleteHealthCheckResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dhcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses