libZSservicesZSamazonka-apigatewayZSamazonka-apigateway
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.APIGateway.GetVpcLinks

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data GetVpcLinks Source #

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

See: newGetVpcLinks smart constructor.

Constructors

GetVpcLinks' 

Fields

  • limit :: Maybe Int

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

  • position :: Maybe Text

    The current pagination position in the paged result set.

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:limit:GetVpcLinks', getVpcLinks_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

$sel:position:GetVpcLinks', getVpcLinks_position - The current pagination position in the paged result set.

Request Lenses

getVpcLinks_limit :: Lens' GetVpcLinks (Maybe Int) Source #

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

getVpcLinks_position :: Lens' GetVpcLinks (Maybe Text) Source #

The current pagination position in the paged result set.

Destructuring the Response

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: newGetVpcLinksResponse smart constructor.

Constructors

GetVpcLinksResponse' 

Fields

Instances

Instances details
Eq GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Read GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Show GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Generic GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Associated Types

type Rep GetVpcLinksResponse :: Type -> Type #

NFData GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Methods

rnf :: GetVpcLinksResponse -> () #

type Rep GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

type Rep GetVpcLinksResponse = D1 ('MetaData "GetVpcLinksResponse" "Amazonka.APIGateway.GetVpcLinks" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "GetVpcLinksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcLink])) :*: (S1 ('MetaSel ('Just "position") '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 - The current page of elements from this collection.

$sel:position:GetVpcLinks', getVpcLinksResponse_position - Undocumented member.

$sel:httpStatus:GetVpcLinksResponse', getVpcLinksResponse_httpStatus - The response's http status code.

Response Lenses

getVpcLinksResponse_items :: Lens' GetVpcLinksResponse (Maybe [VpcLink]) Source #

The current page of elements from this collection.