Copyright | (c) 2013-2021 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 |
Gets a collection of VPC links.
Synopsis
- data GetVpcLinks = GetVpcLinks' {}
- newGetVpcLinks :: GetVpcLinks
- getVpcLinks_nextToken :: Lens' GetVpcLinks (Maybe Text)
- getVpcLinks_maxResults :: Lens' GetVpcLinks (Maybe Text)
- data GetVpcLinksResponse = GetVpcLinksResponse' {}
- newGetVpcLinksResponse :: Int -> GetVpcLinksResponse
- getVpcLinksResponse_items :: Lens' GetVpcLinksResponse (Maybe [VpcLink])
- getVpcLinksResponse_nextToken :: Lens' GetVpcLinksResponse (Maybe Text)
- getVpcLinksResponse_httpStatus :: Lens' GetVpcLinksResponse Int
Creating a Request
data GetVpcLinks Source #
See: newGetVpcLinks
smart constructor.
Instances
newGetVpcLinks :: GetVpcLinks Source #
Create a value of GetVpcLinks
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:GetVpcLinks'
, getVpcLinks_nextToken
- The next page of elements from this collection. Not valid for the last
element of the collection.
$sel:maxResults:GetVpcLinks'
, getVpcLinks_maxResults
- The maximum number of elements to be returned for this resource.
Request Lenses
getVpcLinks_nextToken :: Lens' GetVpcLinks (Maybe Text) Source #
The next page of elements from this collection. Not valid for the last element of the collection.
getVpcLinks_maxResults :: Lens' GetVpcLinks (Maybe Text) Source #
The maximum number of elements to be returned for this resource.
Destructuring the Response
data GetVpcLinksResponse Source #
See: newGetVpcLinksResponse
smart constructor.
Instances
newGetVpcLinksResponse Source #
Create a value of GetVpcLinksResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:items:GetVpcLinksResponse'
, getVpcLinksResponse_items
- A collection of VPC links.
$sel:nextToken:GetVpcLinks'
, getVpcLinksResponse_nextToken
- The next page of elements from this collection. Not valid for the last
element of the collection.
$sel:httpStatus:GetVpcLinksResponse'
, getVpcLinksResponse_httpStatus
- The response's http status code.
Response Lenses
getVpcLinksResponse_items :: Lens' GetVpcLinksResponse (Maybe [VpcLink]) Source #
A collection of VPC links.
getVpcLinksResponse_nextToken :: Lens' GetVpcLinksResponse (Maybe Text) Source #
The next page of elements from this collection. Not valid for the last element of the collection.
getVpcLinksResponse_httpStatus :: Lens' GetVpcLinksResponse Int Source #
The response's http status code.