amazonka-route53-1.6.0: Amazon Route 53 SDK.

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

Network.AWS.Route53.DeleteHealthCheck

Contents

Description

Deletes a health check.

Important: 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 can't 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 #

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 #

This action deletes a health check.

See: deleteHealthCheck smart constructor.

Instances

Eq DeleteHealthCheck # 
Data DeleteHealthCheck # 

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 # 
Show DeleteHealthCheck # 
Generic DeleteHealthCheck # 
Hashable DeleteHealthCheck # 
NFData DeleteHealthCheck # 

Methods

rnf :: DeleteHealthCheck -> () #

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

Request Lenses

dhcHealthCheckId :: Lens' DeleteHealthCheck Text #

The ID of the health check that you want to delete.

Destructuring the Response

deleteHealthCheckResponse #

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 #

An empty element.

See: deleteHealthCheckResponse smart constructor.

Instances

Eq DeleteHealthCheckResponse # 
Data DeleteHealthCheckResponse # 

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 # 
Show DeleteHealthCheckResponse # 
Generic DeleteHealthCheckResponse # 
NFData DeleteHealthCheckResponse # 
type Rep DeleteHealthCheckResponse # 
type Rep DeleteHealthCheckResponse = D1 * (MetaData "DeleteHealthCheckResponse" "Network.AWS.Route53.DeleteHealthCheck" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" True) (C1 * (MetaCons "DeleteHealthCheckResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dhcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

dhcrsResponseStatus :: Lens' DeleteHealthCheckResponse Int #

  • - | The response status code.