amazonka-apigateway-1.4.0: Amazon API Gateway SDK.

Copyright(c) 2013-2016 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.UpdateBasePathMapping

Contents

Description

Changes information about the BasePathMapping resource.

Synopsis

Creating a Request

updateBasePathMapping Source

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

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

Request Lenses

ubpmPatchOperations :: Lens' UpdateBasePathMapping [PatchOperation] Source

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

ubpmDomainName :: Lens' UpdateBasePathMapping Text Source

The domain name of the BasePathMapping resource to change.

ubpmBasePath :: Lens' UpdateBasePathMapping Text Source

The base path of the BasePathMapping resource to change.

Destructuring the Response

basePathMapping :: BasePathMapping Source

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

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

data BasePathMapping Source

Represents the base path that callers of the API that must provide as part of the URL after the domain name.

See: basePathMapping smart constructor.

Response Lenses

bpmStage :: Lens' BasePathMapping (Maybe Text) Source

The name of the API's stage.

bpmBasePath :: Lens' BasePathMapping (Maybe Text) Source

The base path name that callers of the API must provide as part of the URL after the domain name.