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

Description

Deletes an API mapping.

Synopsis

Creating a Request

data DeleteApiMapping Source #

See: newDeleteApiMapping smart constructor.

Constructors

DeleteApiMapping' 

Fields

Instances

Instances details
ToHeaders DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

ToPath DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

ToQuery DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

AWSRequest DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Associated Types

type AWSResponse DeleteApiMapping #

Generic DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Associated Types

type Rep DeleteApiMapping :: Type -> Type #

Read DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Show DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

NFData DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Methods

rnf :: DeleteApiMapping -> () #

Eq DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Hashable DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

type AWSResponse DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

type Rep DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

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

newDeleteApiMapping Source #

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

DeleteApiMapping, deleteApiMapping_apiMappingId - The API mapping identifier.

DeleteApiMapping, deleteApiMapping_domainName - The domain name.

Request Lenses

Destructuring the Response

data DeleteApiMappingResponse Source #

See: newDeleteApiMappingResponse smart constructor.

Instances

Instances details
Generic DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Associated Types

type Rep DeleteApiMappingResponse :: Type -> Type #

Read DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Show DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

NFData DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Eq DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

type Rep DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

type Rep DeleteApiMappingResponse = D1 ('MetaData "DeleteApiMappingResponse" "Amazonka.ApiGatewayV2.DeleteApiMapping" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "DeleteApiMappingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApiMappingResponse :: DeleteApiMappingResponse Source #

Create a value of DeleteApiMappingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.