amazonka-apigateway-1.4.2: Amazon API Gateway 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.APIGateway.GetBasePathMappings

Contents

Description

Represents a collection of BasePathMapping resources.

This operation returns paginated results.

Synopsis

Creating a Request

getBasePathMappings Source #

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

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

data GetBasePathMappings Source #

A request to get information about a collection of BasePathMapping resources.

See: getBasePathMappings smart constructor.

Instances

Eq GetBasePathMappings Source # 
Data GetBasePathMappings Source # 

Methods

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

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

toConstr :: GetBasePathMappings -> Constr #

dataTypeOf :: GetBasePathMappings -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBasePathMappings Source # 
Show GetBasePathMappings Source # 
Generic GetBasePathMappings Source # 
Hashable GetBasePathMappings Source # 
NFData GetBasePathMappings Source # 

Methods

rnf :: GetBasePathMappings -> () #

AWSPager GetBasePathMappings Source # 
AWSRequest GetBasePathMappings Source # 
ToPath GetBasePathMappings Source # 
ToHeaders GetBasePathMappings Source # 
ToQuery GetBasePathMappings Source # 
type Rep GetBasePathMappings Source # 
type Rep GetBasePathMappings = D1 (MetaData "GetBasePathMappings" "Network.AWS.APIGateway.GetBasePathMappings" "amazonka-apigateway-1.4.2-1ZfIGe0X9Tw3KKubfE7kqg" False) (C1 (MetaCons "GetBasePathMappings'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) ((:*:) (S1 (MetaSel (Just Symbol "_gPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs GetBasePathMappings Source # 

Request Lenses

gLimit :: Lens' GetBasePathMappings (Maybe Int) Source #

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

gPosition :: Lens' GetBasePathMappings (Maybe Text) Source #

The position of the current BasePathMapping resource in the collection to get information about.

Destructuring the Response

getBasePathMappingsResponse Source #

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

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

data GetBasePathMappingsResponse Source #

Represents a collection of BasePathMapping resources.

See: getBasePathMappingsResponse smart constructor.

Instances

Eq GetBasePathMappingsResponse Source # 
Data GetBasePathMappingsResponse Source # 

Methods

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

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

toConstr :: GetBasePathMappingsResponse -> Constr #

dataTypeOf :: GetBasePathMappingsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBasePathMappingsResponse Source # 
Show GetBasePathMappingsResponse Source # 
Generic GetBasePathMappingsResponse Source # 
NFData GetBasePathMappingsResponse Source # 
type Rep GetBasePathMappingsResponse Source # 
type Rep GetBasePathMappingsResponse = D1 (MetaData "GetBasePathMappingsResponse" "Network.AWS.APIGateway.GetBasePathMappings" "amazonka-apigateway-1.4.2-1ZfIGe0X9Tw3KKubfE7kqg" False) (C1 (MetaCons "GetBasePathMappingsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gbpmrsItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BasePathMapping]))) ((:*:) (S1 (MetaSel (Just Symbol "_gbpmrsPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gbpmrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gbpmrsItems :: Lens' GetBasePathMappingsResponse [BasePathMapping] Source #

The current page of any BasePathMapping resources in the collection of base path mapping resources.