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

Contents

Description

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

Synopsis

Creating a Request

getHealthCheckCount :: GetHealthCheckCount Source #

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

data GetHealthCheckCount Source #

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

See: getHealthCheckCount smart constructor.

Instances
Eq GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Data GetHealthCheckCount Source # 
Instance details

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

Defined in Network.AWS.Route53.GetHealthCheckCount

Show GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Generic GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Associated Types

type Rep GetHealthCheckCount :: Type -> Type #

Hashable GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

AWSRequest GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Associated Types

type Rs GetHealthCheckCount :: Type #

ToHeaders GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

ToPath GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

ToQuery GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

NFData GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Methods

rnf :: GetHealthCheckCount -> () #

type Rep GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

type Rep GetHealthCheckCount = D1 (MetaData "GetHealthCheckCount" "Network.AWS.Route53.GetHealthCheckCount" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "GetHealthCheckCount'" PrefixI False) (U1 :: Type -> Type))
type Rs GetHealthCheckCount Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Destructuring the Response

getHealthCheckCountResponse Source #

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 Source #

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

See: getHealthCheckCountResponse smart constructor.

Instances
Eq GetHealthCheckCountResponse Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Data GetHealthCheckCountResponse Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

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

Defined in Network.AWS.Route53.GetHealthCheckCount

Show GetHealthCheckCountResponse Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Generic GetHealthCheckCountResponse Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

Associated Types

type Rep GetHealthCheckCountResponse :: Type -> Type #

NFData GetHealthCheckCountResponse Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

type Rep GetHealthCheckCountResponse Source # 
Instance details

Defined in Network.AWS.Route53.GetHealthCheckCount

type Rep GetHealthCheckCountResponse = D1 (MetaData "GetHealthCheckCountResponse" "Network.AWS.Route53.GetHealthCheckCount" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "GetHealthCheckCountResponse'" PrefixI True) (S1 (MetaSel (Just "_ghccrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_ghccrsHealthCheckCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

Response Lenses

ghccrsHealthCheckCount :: Lens' GetHealthCheckCountResponse Integer Source #

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