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

Contents

Description

Updates the configuration of the specified module.

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

Synopsis

REST Resource

type AppsModulesPatchResource = "v1beta4" :> ("apps" :> (Capture "appsId" Text :> ("modules" :> (Capture "modulesId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "migrateTraffic" Bool :> (QueryParam "mask" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Module :> Patch `[JSON]` Operation))))))))))))))) Source

A resource alias for appengine.apps.modules.patch method which the AppsModulesPatch request conforms to.

Creating a Request

appsModulesPatch Source

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

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

Request Lenses

ampUploadProtocol :: Lens' AppsModulesPatch (Maybe Text) Source

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

ampPp :: Lens' AppsModulesPatch Bool Source

Pretty-print response.

ampUploadType :: Lens' AppsModulesPatch (Maybe Text) Source

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

ampPayload :: Lens' AppsModulesPatch Module Source

Multipart request metadata.

ampModulesId :: Lens' AppsModulesPatch Text Source

Part of `name`. See documentation of `appsId`.

ampMigrateTraffic :: Lens' AppsModulesPatch (Maybe Bool) Source

Whether to use Traffic Migration to shift traffic gradually. Traffic can only be migrated from a single version to another single version.

ampMask :: Lens' AppsModulesPatch (Maybe Text) Source

Standard field mask for the set of fields to be updated.

ampAppsId :: Lens' AppsModulesPatch Text Source

Part of `name`. Name of the resource to update. For example: "apps/myapp/modules/default".