amazonka-apigatewayv2-2.0: Amazon ApiGatewayV2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • maxResults :: Maybe Text

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

  • nextToken :: Maybe Text

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

  • apiId :: Text

    The API identifier.

Instances

Instances details
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

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 #

Generic GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Associated Types

type Rep GetIntegrations :: Type -> Type #

Read GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Show GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

NFData GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Methods

rnf :: GetIntegrations -> () #

Eq GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Hashable GetIntegrations Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

type AWSResponse 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" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "GetIntegrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:maxResults:GetIntegrations', getIntegrations_maxResults - The maximum number of elements to be returned for this resource.

GetIntegrations, getIntegrations_nextToken - The next page of elements from this collection. Not valid for the last element of the collection.

GetIntegrations, getIntegrations_apiId - The API identifier.

Request Lenses

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

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

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

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

Destructuring the Response

data GetIntegrationsResponse Source #

See: newGetIntegrationsResponse smart constructor.

Constructors

GetIntegrationsResponse' 

Fields

Instances

Instances details
Generic GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Associated Types

type Rep GetIntegrationsResponse :: Type -> Type #

Read GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Show GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

NFData GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

Methods

rnf :: GetIntegrationsResponse -> () #

Eq GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

type Rep GetIntegrationsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetIntegrations

type Rep GetIntegrationsResponse = D1 ('MetaData "GetIntegrationsResponse" "Amazonka.ApiGatewayV2.GetIntegrations" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" '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.

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.