amazonka-cloudhsm-1.4.3: Amazon CloudHSM SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.ListAvailableZones

Contents

Description

Lists the Availability Zones that have available AWS CloudHSM capacity.

Synopsis

Creating a Request

listAvailableZones :: ListAvailableZones Source #

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

data ListAvailableZones Source #

Contains the inputs for the ListAvailableZones action.

See: listAvailableZones smart constructor.

Instances

Eq ListAvailableZones Source # 
Data ListAvailableZones Source # 

Methods

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

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

toConstr :: ListAvailableZones -> Constr #

dataTypeOf :: ListAvailableZones -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAvailableZones Source # 
Show ListAvailableZones Source # 
Generic ListAvailableZones Source # 
ToJSON ListAvailableZones Source # 
Hashable ListAvailableZones Source # 
NFData ListAvailableZones Source # 

Methods

rnf :: ListAvailableZones -> () #

AWSRequest ListAvailableZones Source # 
ToPath ListAvailableZones Source # 
ToHeaders ListAvailableZones Source # 
ToQuery ListAvailableZones Source # 
type Rep ListAvailableZones Source # 
type Rep ListAvailableZones = D1 (MetaData "ListAvailableZones" "Network.AWS.CloudHSM.ListAvailableZones" "amazonka-cloudhsm-1.4.3-8vyovRbs8BsGwKsWR2QfXS" False) (C1 (MetaCons "ListAvailableZones'" PrefixI False) U1)
type Rs ListAvailableZones Source # 

Destructuring the Response

listAvailableZonesResponse Source #

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

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

data ListAvailableZonesResponse Source #

See: listAvailableZonesResponse smart constructor.

Instances

Eq ListAvailableZonesResponse Source # 
Data ListAvailableZonesResponse Source # 

Methods

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

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

toConstr :: ListAvailableZonesResponse -> Constr #

dataTypeOf :: ListAvailableZonesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAvailableZonesResponse Source # 
Show ListAvailableZonesResponse Source # 
Generic ListAvailableZonesResponse Source # 
NFData ListAvailableZonesResponse Source # 
type Rep ListAvailableZonesResponse Source # 
type Rep ListAvailableZonesResponse = D1 (MetaData "ListAvailableZonesResponse" "Network.AWS.CloudHSM.ListAvailableZones" "amazonka-cloudhsm-1.4.3-8vyovRbs8BsGwKsWR2QfXS" False) (C1 (MetaCons "ListAvailableZonesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lazrsAZList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_lazrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lazrsAZList :: Lens' ListAvailableZonesResponse [Text] Source #

The list of Availability Zones that have available AWS CloudHSM capacity.