amazonka-apigateway-2.0: Amazon API Gateway 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.APIGateway.DeleteBasePathMapping

Description

Deletes the BasePathMapping resource.

Synopsis

Creating a Request

data DeleteBasePathMapping Source #

A request to delete the BasePathMapping resource.

See: newDeleteBasePathMapping smart constructor.

Constructors

DeleteBasePathMapping' 

Fields

  • domainName :: Text

    The domain name of the BasePathMapping resource to delete.

  • basePath :: Text

    The base path name of the BasePathMapping resource to delete.

    To specify an empty base path, set this parameter to '(none)'.

Instances

Instances details
ToHeaders DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

ToPath DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

ToQuery DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

AWSRequest DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type AWSResponse DeleteBasePathMapping #

Generic DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMapping :: Type -> Type #

Read DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

NFData DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Methods

rnf :: DeleteBasePathMapping -> () #

Eq DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Hashable DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type AWSResponse DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMapping = D1 ('MetaData "DeleteBasePathMapping" "Amazonka.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteBasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteBasePathMapping Source #

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

DeleteBasePathMapping, deleteBasePathMapping_domainName - The domain name of the BasePathMapping resource to delete.

DeleteBasePathMapping, deleteBasePathMapping_basePath - The base path name of the BasePathMapping resource to delete.

To specify an empty base path, set this parameter to '(none)'.

Request Lenses

deleteBasePathMapping_domainName :: Lens' DeleteBasePathMapping Text Source #

The domain name of the BasePathMapping resource to delete.

deleteBasePathMapping_basePath :: Lens' DeleteBasePathMapping Text Source #

The base path name of the BasePathMapping resource to delete.

To specify an empty base path, set this parameter to '(none)'.

Destructuring the Response

data DeleteBasePathMappingResponse Source #

See: newDeleteBasePathMappingResponse smart constructor.

Instances

Instances details
Generic DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMappingResponse :: Type -> Type #

Read DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

NFData DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Eq DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse = D1 ('MetaData "DeleteBasePathMappingResponse" "Amazonka.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteBasePathMappingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteBasePathMappingResponse :: DeleteBasePathMappingResponse Source #

Create a value of DeleteBasePathMappingResponse with all optional fields omitted.

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