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

Description

Gets API mappings.

Synopsis

Creating a Request

data GetApiMappings Source #

See: newGetApiMappings smart constructor.

Constructors

GetApiMappings' 

Fields

Instances

Instances details
Eq GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Read GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Show GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Generic GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Associated Types

type Rep GetApiMappings :: Type -> Type #

NFData GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Methods

rnf :: GetApiMappings -> () #

Hashable GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

AWSRequest GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Associated Types

type AWSResponse GetApiMappings #

ToHeaders GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

ToPath GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

ToQuery GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

type Rep GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

type Rep GetApiMappings = D1 ('MetaData "GetApiMappings" "Amazonka.ApiGatewayV2.GetApiMappings" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetApiMappings'" '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 "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetApiMappings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

newGetApiMappings Source #

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

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

$sel:domainName:GetApiMappings', getApiMappings_domainName - The domain name.

Request Lenses

getApiMappings_nextToken :: Lens' GetApiMappings (Maybe Text) Source #

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

getApiMappings_maxResults :: Lens' GetApiMappings (Maybe Text) Source #

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

Destructuring the Response

data GetApiMappingsResponse Source #

See: newGetApiMappingsResponse smart constructor.

Constructors

GetApiMappingsResponse' 

Fields

Instances

Instances details
Eq GetApiMappingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Read GetApiMappingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Show GetApiMappingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Generic GetApiMappingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Associated Types

type Rep GetApiMappingsResponse :: Type -> Type #

NFData GetApiMappingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

Methods

rnf :: GetApiMappingsResponse -> () #

type Rep GetApiMappingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMappings

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

newGetApiMappingsResponse Source #

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

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

$sel:httpStatus:GetApiMappingsResponse', getApiMappingsResponse_httpStatus - The response's http status code.

Response Lenses

getApiMappingsResponse_nextToken :: Lens' GetApiMappingsResponse (Maybe Text) Source #

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