amazonka-apigateway-1.3.7: 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.GetAPIKeys

Contents

Description

Gets information about the current ApiKeys resource.

See: AWS API Reference for GetAPIKeys.

This operation returns paginated results.

Synopsis

Creating a Request

getAPIKeys :: GetAPIKeys Source

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

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

Request Lenses

gakLimit :: Lens' GetAPIKeys (Maybe Int) Source

The maximum number of ApiKeys to get information about.

gakPosition :: Lens' GetAPIKeys (Maybe Text) Source

The position of the current ApiKeys resource to get information about.

Destructuring the Response

getAPIKeysResponse Source

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

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

Response Lenses

gakrsItems :: Lens' GetAPIKeysResponse [APIKey] Source

The current page of any ApiKey resources in the collection of ApiKey resources.