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

Contents

Description

Gets information about one or more Stage resources.

Synopsis

Creating a Request

getStages Source

Arguments

:: Text

gsRestAPIId

-> GetStages 

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

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

Request Lenses

gsDeploymentId :: Lens' GetStages (Maybe Text) Source

The stages' deployment identifiers.

gsRestAPIId :: Lens' GetStages Text Source

The stages' API identifiers.

Destructuring the Response

getStagesResponse Source

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

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

Response Lenses

gsrsItem :: Lens' GetStagesResponse [Stage] Source

An individual Stage resource.