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

Contents

Description

Deletes a Stage resource.

See: AWS API Reference for DeleteStage.

Synopsis

Creating a Request

deleteStage Source

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

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

Request Lenses

dsRestAPIId :: Lens' DeleteStage Text Source

The identifier of the RestApi resource for the Stage resource to delete.

dsStageName :: Lens' DeleteStage Text Source

The name of the Stage resource to delete.

Destructuring the Response

deleteStageResponse :: DeleteStageResponse Source

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