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.GetHealthCheckCount

Contents

Description

Retrieves the number of health checks that are associated with the current AWS account.

Synopsis

Creating a Request

getHealthCheckCount :: GetHealthCheckCount #

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

data GetHealthCheckCount #

A request for the number of health checks that are associated with the current AWS account.

See: getHealthCheckCount smart constructor.

Instances

Eq GetHealthCheckCount # 
Data GetHealthCheckCount # 

Methods

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

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

toConstr :: GetHealthCheckCount -> Constr #

dataTypeOf :: GetHealthCheckCount -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetHealthCheckCount # 
Show GetHealthCheckCount # 
Generic GetHealthCheckCount # 
Hashable GetHealthCheckCount # 
NFData GetHealthCheckCount # 

Methods

rnf :: GetHealthCheckCount -> () #

AWSRequest GetHealthCheckCount # 
ToHeaders GetHealthCheckCount # 
ToPath GetHealthCheckCount # 
ToQuery GetHealthCheckCount # 
type Rep GetHealthCheckCount # 
type Rep GetHealthCheckCount = D1 * (MetaData "GetHealthCheckCount" "Network.AWS.Route53.GetHealthCheckCount" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "GetHealthCheckCount'" PrefixI False) (U1 *))
type Rs GetHealthCheckCount # 

Destructuring the Response

getHealthCheckCountResponse #

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

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

data GetHealthCheckCountResponse #

A complex type that contains the response to a GetHealthCheckCount request.

See: getHealthCheckCountResponse smart constructor.

Instances

Eq GetHealthCheckCountResponse # 
Data GetHealthCheckCountResponse # 

Methods

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

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

toConstr :: GetHealthCheckCountResponse -> Constr #

dataTypeOf :: GetHealthCheckCountResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetHealthCheckCountResponse # 
Show GetHealthCheckCountResponse # 
Generic GetHealthCheckCountResponse # 
NFData GetHealthCheckCountResponse # 
type Rep GetHealthCheckCountResponse # 
type Rep GetHealthCheckCountResponse = D1 * (MetaData "GetHealthCheckCountResponse" "Network.AWS.Route53.GetHealthCheckCount" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "GetHealthCheckCountResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ghccrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_ghccrsHealthCheckCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Integer))))

Response Lenses

ghccrsHealthCheckCount :: Lens' GetHealthCheckCountResponse Integer #

The number of health checks associated with the current AWS account.