gogol-appengine-0.0.1: Google App Engine Admin SDK.

Copyright(c) 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.Google.Resource.AppEngine.Apps.Modules.List

Contents

Description

Lists all the modules in the application.

See: Google App Engine Admin API Reference for appengine.apps.modules.list.

Synopsis

REST Resource

type AppsModulesListResource = "v1beta4" :> ("apps" :> (Capture "appsId" Text :> ("modules" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListModulesResponse))))))))))))) Source

A resource alias for appengine.apps.modules.list method which the AppsModulesList request conforms to.

Creating a Request

appsModulesList Source

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

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

Request Lenses

amlUploadProtocol :: Lens' AppsModulesList (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

amlPp :: Lens' AppsModulesList Bool Source

Pretty-print response.

amlUploadType :: Lens' AppsModulesList (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

amlAppsId :: Lens' AppsModulesList Text Source

Part of `name`. Name of the resource requested. For example: "apps/myapp".

amlPageToken :: Lens' AppsModulesList (Maybe Text) Source

Continuation token for fetching the next page of results.

amlPageSize :: Lens' AppsModulesList (Maybe Int32) Source

Maximum results to return per page.