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 # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Data DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.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 # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Show DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Generic DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Associated Types

type Rep DeleteHealthCheck :: * -> * #

Hashable DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

AWSRequest DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Associated Types

type Rs DeleteHealthCheck :: * #

ToHeaders DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

ToPath DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

ToQuery DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

NFData DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Methods

rnf :: DeleteHealthCheck -> () #

type Rep DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

type Rep DeleteHealthCheck = D1 (MetaData "DeleteHealthCheck" "Network.AWS.Route53.DeleteHealthCheck" "amazonka-route53-1.6.0-P8x47gYAPqA73vX07XKxO" True) (C1 (MetaCons "DeleteHealthCheck'" PrefixI True) (S1 (MetaSel (Just "_dhcHealthCheckId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteHealthCheck # 
Instance details

Defined in Network.AWS.Route53.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 # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Data DeleteHealthCheckResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

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 # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Show DeleteHealthCheckResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Generic DeleteHealthCheckResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Associated Types

type Rep DeleteHealthCheckResponse :: * -> * #

NFData DeleteHealthCheckResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

type Rep DeleteHealthCheckResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

type Rep DeleteHealthCheckResponse = D1 (MetaData "DeleteHealthCheckResponse" "Network.AWS.Route53.DeleteHealthCheck" "amazonka-route53-1.6.0-P8x47gYAPqA73vX07XKxO" True) (C1 (MetaCons "DeleteHealthCheckResponse'" PrefixI True) (S1 (MetaSel (Just "_dhcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

dhcrsResponseStatus :: Lens' DeleteHealthCheckResponse Int #

  • - | The response status code.