amazonka-apigateway-1.3.5: 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.GetRestAPIs

Contents

Description

Lists the RestApis resources for your collection.

See: AWS API Reference for GetRestAPIs.

Synopsis

Creating a Request

getRestAPIs :: GetRestAPIs Source

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

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

Request Lenses

graLimit :: Lens' GetRestAPIs (Maybe Int) Source

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

graPosition :: Lens' GetRestAPIs (Maybe Text) Source

The position of the current RestApis resource in the collection to get information about.

Destructuring the Response

getRestAPIsResponse Source

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

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

data GetRestAPIsResponse Source

Contains references to your APIs and links that guide you in ways to interact with your collection. A collection offers a paginated view of your APIs.

See: getRestAPIsResponse smart constructor.

Response Lenses

grarsItems :: Lens' GetRestAPIsResponse [RestAPI] Source

An array of links to the current page of RestApi resources.