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

Amazonka.ApiGatewayV2.GetVpcLinks

Description

Gets a collection of VPC links.

Synopsis

Creating a Request

data GetVpcLinks Source #

See: newGetVpcLinks smart constructor.

Constructors

GetVpcLinks' 

Fields

  • nextToken :: Maybe Text

    The next page of elements from this collection. Not valid for the last element of the collection.

  • maxResults :: Maybe Text

    The maximum number of elements to be returned for this resource.

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.

Constructors

GetVpcLinksResponse' 

Fields

Instances

Instances details
Eq GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLinks

Read GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLinks

Show GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLinks

Generic GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLinks

Associated Types

type Rep GetVpcLinksResponse :: Type -> Type #

NFData GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLinks

Methods

rnf :: GetVpcLinksResponse -> () #

type Rep GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetVpcLinks

type Rep GetVpcLinksResponse = D1 ('MetaData "GetVpcLinksResponse" "Amazonka.ApiGatewayV2.GetVpcLinks" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetVpcLinksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcLink])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_nextToken :: Lens' GetVpcLinksResponse (Maybe Text) Source #

The next page of elements from this collection. Not valid for the last element of the collection.