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.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
Eq UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Read UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Show UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Generic UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Associated Types

type Rep UpdateApiMapping :: Type -> Type #

NFData UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Methods

rnf :: UpdateApiMapping -> () #

Hashable UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

ToJSON UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

AWSRequest UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Associated Types

type AWSResponse 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

type Rep UpdateApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

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

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

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:

$sel:stage:UpdateApiMapping', updateApiMapping_stage - The API stage.

$sel:apiMappingKey:UpdateApiMapping', updateApiMapping_apiMappingKey - The API mapping key.

$sel:apiMappingId:UpdateApiMapping', updateApiMapping_apiMappingId - The API mapping identifier.

$sel:apiId:UpdateApiMapping', updateApiMapping_apiId - The API identifier.

$sel:domainName:UpdateApiMapping', updateApiMapping_domainName - The domain name.

Request Lenses

Destructuring the Response

data UpdateApiMappingResponse Source #

See: newUpdateApiMappingResponse smart constructor.

Constructors

UpdateApiMappingResponse' 

Fields

Instances

Instances details
Eq UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Read UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Show UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Generic UpdateApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.UpdateApiMapping

Associated Types

type Rep UpdateApiMappingResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "UpdateApiMappingResponse'" '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)))))

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:

$sel:stage:UpdateApiMapping', updateApiMappingResponse_stage - The API stage.

$sel:apiId:UpdateApiMapping', updateApiMappingResponse_apiId - The API identifier.

$sel:apiMappingKey:UpdateApiMapping', updateApiMappingResponse_apiMappingKey - The API mapping key.

$sel:apiMappingId:UpdateApiMapping', updateApiMappingResponse_apiMappingId - The API mapping identifier.

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

Response Lenses