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

Description

Gets an API mapping.

Synopsis

Creating a Request

data GetApiMapping Source #

See: newGetApiMapping smart constructor.

Constructors

GetApiMapping' 

Fields

Instances

Instances details
ToHeaders GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

ToPath GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

ToQuery GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

AWSRequest GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Associated Types

type AWSResponse GetApiMapping #

Generic GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Associated Types

type Rep GetApiMapping :: Type -> Type #

Read GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Show GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

NFData GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Methods

rnf :: GetApiMapping -> () #

Eq GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Hashable GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

type AWSResponse GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

type Rep GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

type Rep GetApiMapping = D1 ('MetaData "GetApiMapping" "Amazonka.ApiGatewayV2.GetApiMapping" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "GetApiMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiMappingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApiMapping Source #

Create a value of GetApiMapping 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:

GetApiMapping, getApiMapping_apiMappingId - The API mapping identifier.

GetApiMapping, getApiMapping_domainName - The domain name.

Request Lenses

Destructuring the Response

data GetApiMappingResponse Source #

See: newGetApiMappingResponse smart constructor.

Constructors

GetApiMappingResponse' 

Fields

Instances

Instances details
Generic GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Associated Types

type Rep GetApiMappingResponse :: Type -> Type #

Read GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Show GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

NFData GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Methods

rnf :: GetApiMappingResponse -> () #

Eq GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

type Rep GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

type Rep GetApiMappingResponse = D1 ('MetaData "GetApiMappingResponse" "Amazonka.ApiGatewayV2.GetApiMapping" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "GetApiMappingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiMappingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "apiMappingKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetApiMappingResponse Source #

Create a value of GetApiMappingResponse 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:

GetApiMappingResponse, getApiMappingResponse_apiId - The API identifier.

GetApiMapping, getApiMappingResponse_apiMappingId - The API mapping identifier.

GetApiMappingResponse, getApiMappingResponse_apiMappingKey - The API mapping key.

GetApiMappingResponse, getApiMappingResponse_stage - The API stage.

$sel:httpStatus:GetApiMappingResponse', getApiMappingResponse_httpStatus - The response's http status code.

Response Lenses