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

See: deleteHealthCheck smart constructor.

Instances
Eq DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Data DeleteHealthCheck Source # 
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 Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Show DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Generic DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Associated Types

type Rep DeleteHealthCheck :: Type -> Type #

Hashable DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

AWSRequest DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Associated Types

type Rs DeleteHealthCheck :: Type #

ToHeaders DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

ToPath DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

ToQuery DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

NFData DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Methods

rnf :: DeleteHealthCheck -> () #

type Rep DeleteHealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

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

Defined in Network.AWS.Route53.DeleteHealthCheck

Request Lenses

dhcHealthCheckId :: Lens' DeleteHealthCheck Text Source #

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

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

Defined in Network.AWS.Route53.DeleteHealthCheck

Data DeleteHealthCheckResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Show DeleteHealthCheckResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Generic DeleteHealthCheckResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

Associated Types

type Rep DeleteHealthCheckResponse :: Type -> Type #

NFData DeleteHealthCheckResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

type Rep DeleteHealthCheckResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteHealthCheck

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

Response Lenses