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

Contents

Description

Retrieves the number of hosted zones that are associated with the current AWS account.

Synopsis

Creating a Request

getHostedZoneCount :: GetHostedZoneCount Source #

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

data GetHostedZoneCount Source #

A request to retrieve a count of all the hosted zones that are associated with the current AWS account.

See: getHostedZoneCount smart constructor.

Instances

Eq GetHostedZoneCount Source # 
Data GetHostedZoneCount Source # 

Methods

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

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

toConstr :: GetHostedZoneCount -> Constr #

dataTypeOf :: GetHostedZoneCount -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetHostedZoneCount Source # 
Show GetHostedZoneCount Source # 
Generic GetHostedZoneCount Source # 
Hashable GetHostedZoneCount Source # 
NFData GetHostedZoneCount Source # 

Methods

rnf :: GetHostedZoneCount -> () #

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

Destructuring the Response

getHostedZoneCountResponse Source #

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

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

data GetHostedZoneCountResponse Source #

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

See: getHostedZoneCountResponse smart constructor.

Instances

Eq GetHostedZoneCountResponse Source # 
Data GetHostedZoneCountResponse Source # 

Methods

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

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

toConstr :: GetHostedZoneCountResponse -> Constr #

dataTypeOf :: GetHostedZoneCountResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetHostedZoneCountResponse Source # 
Show GetHostedZoneCountResponse Source # 
Generic GetHostedZoneCountResponse Source # 
NFData GetHostedZoneCountResponse Source # 
type Rep GetHostedZoneCountResponse Source # 
type Rep GetHostedZoneCountResponse = D1 * (MetaData "GetHostedZoneCountResponse" "Network.AWS.Route53.GetHostedZoneCount" "amazonka-route53-1.6.0-Ak5sZypnFS3AFXHlAYIveI" False) (C1 * (MetaCons "GetHostedZoneCountResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ghzcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_ghzcrsHostedZoneCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Integer))))

Response Lenses

ghzcrsHostedZoneCount :: Lens' GetHostedZoneCountResponse Integer Source #

The total number of public and private hosted zones that are associated with the current AWS account.