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

Description

Gets an API mapping.

Synopsis

Creating a Request

data GetApiMapping Source #

See: newGetApiMapping smart constructor.

Constructors

GetApiMapping' 

Fields

Instances

Instances details
Eq GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Read GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Show GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Generic GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Associated Types

type Rep GetApiMapping :: Type -> Type #

NFData GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Methods

rnf :: GetApiMapping -> () #

Hashable GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

AWSRequest GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Associated Types

type AWSResponse GetApiMapping #

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

type Rep GetApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

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

Defined in Amazonka.ApiGatewayV2.GetApiMapping

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:

$sel:apiMappingId:GetApiMapping', getApiMapping_apiMappingId - The API mapping identifier.

$sel:domainName:GetApiMapping', getApiMapping_domainName - The domain name.

Request Lenses

Destructuring the Response

data GetApiMappingResponse Source #

See: newGetApiMappingResponse smart constructor.

Constructors

GetApiMappingResponse' 

Fields

Instances

Instances details
Eq GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Read GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Show GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Generic GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Associated Types

type Rep GetApiMappingResponse :: Type -> Type #

NFData GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

Methods

rnf :: GetApiMappingResponse -> () #

type Rep GetApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetApiMapping

type Rep GetApiMappingResponse = D1 ('MetaData "GetApiMappingResponse" "Amazonka.ApiGatewayV2.GetApiMapping" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetApiMappingResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "apiMappingKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "apiMappingId") '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:

$sel:stage:GetApiMappingResponse', getApiMappingResponse_stage - The API stage.

$sel:apiId:GetApiMappingResponse', getApiMappingResponse_apiId - The API identifier.

$sel:apiMappingKey:GetApiMappingResponse', getApiMappingResponse_apiMappingKey - The API mapping key.

$sel:apiMappingId:GetApiMapping', getApiMappingResponse_apiMappingId - The API mapping identifier.

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

Response Lenses