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

Contents

Description

Describe an existing Authorizers resource.

Synopsis

Creating a Request

getAuthorizers Source

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

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

Request Lenses

gaLimit :: Lens' GetAuthorizers (Maybe Int) Source

Undocumented member.

gaPosition :: Lens' GetAuthorizers (Maybe Text) Source

Undocumented member.

gaRestAPIId :: Lens' GetAuthorizers Text Source

The RestApi identifier for the Authorizers resource.

Destructuring the Response

getAuthorizersResponse Source

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

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

Response Lenses

garsItems :: Lens' GetAuthorizersResponse [Authorizer] Source

Gets the current list of Authorizer resources in the collection.