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

Contents

Description

Gets the VpcLinks collection under the caller's account in a selected region.

This operation returns paginated results.

Synopsis

Creating a Request

getVPCLinks :: GetVPCLinks Source #

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

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

  • gvlLimit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
  • gvlPosition - The current pagination position in the paged result set.

data GetVPCLinks Source #

Gets the VpcLinks collection under the caller's account in a selected region.

See: getVPCLinks smart constructor.

Request Lenses

gvlLimit :: Lens' GetVPCLinks (Maybe Int) Source #

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

gvlPosition :: Lens' GetVPCLinks (Maybe Text) Source #

The current pagination position in the paged result set.

Destructuring the Response

getVPCLinksResponse Source #

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

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

data GetVPCLinksResponse Source #

The collection of VPC links under the caller's account in a region.

Getting Started with Private Integrations , Set up Private Integrations

See: getVPCLinksResponse smart constructor.

Instances

Eq GetVPCLinksResponse Source # 
Data GetVPCLinksResponse Source # 

Methods

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

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

toConstr :: GetVPCLinksResponse -> Constr #

dataTypeOf :: GetVPCLinksResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetVPCLinksResponse Source # 
Show GetVPCLinksResponse Source # 
Generic GetVPCLinksResponse Source # 
NFData GetVPCLinksResponse Source # 

Methods

rnf :: GetVPCLinksResponse -> () #

type Rep GetVPCLinksResponse Source # 
type Rep GetVPCLinksResponse = D1 * (MetaData "GetVPCLinksResponse" "Network.AWS.APIGateway.GetVPCLinks" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "GetVPCLinksResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gvlrsItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [VPCLink]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gvlrsPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gvlrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

gvlrsItems :: Lens' GetVPCLinksResponse [VPCLink] Source #

The current page of elements from this collection.

gvlrsResponseStatus :: Lens' GetVPCLinksResponse Int Source #

  • - | The response status code.