| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.GetVPCLinks
Description
Gets the VpcLinks collection under the caller's account in a selected region.
This operation returns paginated results.
Synopsis
- getVPCLinks :: GetVPCLinks
- data GetVPCLinks
- gvlLimit :: Lens' GetVPCLinks (Maybe Int)
- gvlPosition :: Lens' GetVPCLinks (Maybe Text)
- getVPCLinksResponse :: Int -> GetVPCLinksResponse
- data GetVPCLinksResponse
- gvlrsItems :: Lens' GetVPCLinksResponse [VPCLink]
- gvlrsPosition :: Lens' GetVPCLinksResponse (Maybe Text)
- gvlrsResponseStatus :: Lens' GetVPCLinksResponse Int
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.
Instances
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
Arguments
| :: Int | |
| -> GetVPCLinksResponse |
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:
gvlrsItems- The current page of elements from this collection.gvlrsPosition- Undocumented member.gvlrsResponseStatus- -- | The response status code.
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
Response Lenses
gvlrsItems :: Lens' GetVPCLinksResponse [VPCLink] Source #
The current page of elements from this collection.
gvlrsPosition :: Lens' GetVPCLinksResponse (Maybe Text) Source #
Undocumented member.
gvlrsResponseStatus :: Lens' GetVPCLinksResponse Int Source #
- - | The response status code.