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

Description

The API mapping.

Synopsis

Creating a Request

data UpdateApiMapping Source #

Updates an ApiMapping.

See: newUpdateApiMapping smart constructor.

Constructors

UpdateApiMapping' 

Fields

Instances

Instances details
ToJSON UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

ToHeaders UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

ToPath UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

ToQuery UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

AWSRequest UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Associated Types

type AWSResponse UpdateApiMapping #

Generic UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Associated Types

type Rep UpdateApiMapping :: Type -> Type #

Read UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Show UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

NFData UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Methods

rnf :: UpdateApiMapping -> () #

Eq UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Hashable UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

type AWSResponse UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

type Rep UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

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

newUpdateApiMapping Source #

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

UpdateApiMapping, updateApiMapping_apiMappingKey - The API mapping key.

UpdateApiMapping, updateApiMapping_stage - The API stage.

UpdateApiMapping, updateApiMapping_apiMappingId - The API mapping identifier.

UpdateApiMapping, updateApiMapping_apiId - The API identifier.

UpdateApiMapping, updateApiMapping_domainName - The domain name.

Request Lenses

Destructuring the Response

data UpdateApiMappingResponse Source #

See: newUpdateApiMappingResponse smart constructor.

Constructors

UpdateApiMappingResponse' 

Fields

Instances

Instances details
Generic UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Associated Types

type Rep UpdateApiMappingResponse :: Type -> Type #

Read UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Show UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

NFData UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Eq UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

type Rep UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

type Rep UpdateApiMappingResponse = D1 ('MetaData "UpdateApiMappingResponse" "Amazonka.ApiGatewayV2.UpdateApiMapping" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "UpdateApiMappingResponse'" '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)))))

newUpdateApiMappingResponse Source #

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

UpdateApiMapping, updateApiMappingResponse_apiId - The API identifier.

UpdateApiMapping, updateApiMappingResponse_apiMappingId - The API mapping identifier.

UpdateApiMapping, updateApiMappingResponse_apiMappingKey - The API mapping key.

UpdateApiMapping, updateApiMappingResponse_stage - The API stage.

$sel:httpStatus:UpdateApiMappingResponse', updateApiMappingResponse_httpStatus - The response's http status code.

Response Lenses