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

Description

Deletes an API mapping.

Synopsis

Creating a Request

data DeleteApiMapping Source #

See: newDeleteApiMapping smart constructor.

Constructors

DeleteApiMapping' 

Fields

Instances

Instances details
Eq DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Read DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Show DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Generic DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Associated Types

type Rep DeleteApiMapping :: Type -> Type #

NFData DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Methods

rnf :: DeleteApiMapping -> () #

Hashable DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

AWSRequest DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Associated Types

type AWSResponse DeleteApiMapping #

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

type Rep DeleteApiMapping Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

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

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

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:

$sel:apiMappingId:DeleteApiMapping', deleteApiMapping_apiMappingId - The API mapping identifier.

$sel:domainName:DeleteApiMapping', deleteApiMapping_domainName - The domain name.

Request Lenses

Destructuring the Response

data DeleteApiMappingResponse Source #

See: newDeleteApiMappingResponse smart constructor.

Instances

Instances details
Eq DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Read DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Show DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Generic DeleteApiMappingResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApiMapping

Associated Types

type Rep DeleteApiMappingResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" '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.