amazonka-apigateway-1.3.6: Amazon API Gateway SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.APIGateway.DeleteBasePathMapping

Contents

Description

Deletes the BasePathMapping resource.

See: AWS API Reference for DeleteBasePathMapping.

Synopsis

Creating a Request

deleteBasePathMapping Source

Creates a value of DeleteBasePathMapping with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dbpmDomainName :: Lens' DeleteBasePathMapping Text Source

The domain name of the BasePathMapping resource to delete.

dbpmBasePath :: Lens' DeleteBasePathMapping Text Source

The base path name of the BasePathMapping resource to delete.

Destructuring the Response

deleteBasePathMappingResponse :: DeleteBasePathMappingResponse Source

Creates a value of DeleteBasePathMappingResponse with the minimum fields required to make a request.