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.GetIntegrations

Description

Gets the Integrations for an API.

This operation returns paginated results.

Synopsis

Creating a Request

data GetIntegrations Source #

See: newGetIntegrations smart constructor.

Constructors

GetIntegrations' 

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.

  • apiId :: Text

    The API identifier.

Instances

Instances details
Eq GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Read GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Show GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Generic GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Associated Types

type Rep GetIntegrations :: Type -> Type #

NFData GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Methods

rnf :: GetIntegrations -> () #

Hashable GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

AWSPager GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

AWSRequest GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Associated Types

type AWSResponse GetIntegrations #

ToHeaders GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

ToPath GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

ToQuery GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

type Rep GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

type Rep GetIntegrations = D1 ('MetaData "GetIntegrations" "Amazonka.ApiGatewayV2.GetIntegrations" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetIntegrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

newGetIntegrations Source #

Create a value of GetIntegrations 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:GetIntegrations', getIntegrations_nextToken - The next page of elements from this collection. Not valid for the last element of the collection.

$sel:maxResults:GetIntegrations', getIntegrations_maxResults - The maximum number of elements to be returned for this resource.

$sel:apiId:GetIntegrations', getIntegrations_apiId - The API identifier.

Request Lenses

getIntegrations_nextToken :: Lens' GetIntegrations (Maybe Text) Source #

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

getIntegrations_maxResults :: Lens' GetIntegrations (Maybe Text) Source #

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

Destructuring the Response

data GetIntegrationsResponse Source #

See: newGetIntegrationsResponse smart constructor.

Constructors

GetIntegrationsResponse' 

Fields

Instances

Instances details
Eq GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Read GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Show GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Generic GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Associated Types

type Rep GetIntegrationsResponse :: Type -> Type #

NFData GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Methods

rnf :: GetIntegrationsResponse -> () #

type Rep GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

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

newGetIntegrationsResponse Source #

Create a value of GetIntegrationsResponse 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:GetIntegrationsResponse', getIntegrationsResponse_items - The elements from this collection.

$sel:nextToken:GetIntegrations', getIntegrationsResponse_nextToken - The next page of elements from this collection. Not valid for the last element of the collection.

$sel:httpStatus:GetIntegrationsResponse', getIntegrationsResponse_httpStatus - The response's http status code.

Response Lenses

getIntegrationsResponse_nextToken :: Lens' GetIntegrationsResponse (Maybe Text) Source #

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