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

Copyright(c) 2015-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.Google.Resource.AppEngine.Apps.Services.Versions.Instances.Delete

Contents

Description

Stops a running instance.

See: Google App Engine Admin API Reference for appengine.apps.services.versions.instances.delete.

Synopsis

REST Resource

type AppsServicesVersionsInstancesDeleteResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("services" :> (Capture "servicesId" Text :> ("versions" :> (Capture "versionsId" Text :> ("instances" :> (Capture "instancesId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))))))))))) Source #

A resource alias for appengine.apps.services.versions.instances.delete method which the AppsServicesVersionsInstancesDelete request conforms to.

Creating a Request

data AppsServicesVersionsInstancesDelete Source #

Stops a running instance.

See: appsServicesVersionsInstancesDelete smart constructor.

Instances

Eq AppsServicesVersionsInstancesDelete Source # 
Data AppsServicesVersionsInstancesDelete Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AppsServicesVersionsInstancesDelete -> c AppsServicesVersionsInstancesDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AppsServicesVersionsInstancesDelete #

toConstr :: AppsServicesVersionsInstancesDelete -> Constr #

dataTypeOf :: AppsServicesVersionsInstancesDelete -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AppsServicesVersionsInstancesDelete) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AppsServicesVersionsInstancesDelete) #

gmapT :: (forall b. Data b => b -> b) -> AppsServicesVersionsInstancesDelete -> AppsServicesVersionsInstancesDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AppsServicesVersionsInstancesDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AppsServicesVersionsInstancesDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> AppsServicesVersionsInstancesDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AppsServicesVersionsInstancesDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AppsServicesVersionsInstancesDelete -> m AppsServicesVersionsInstancesDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AppsServicesVersionsInstancesDelete -> m AppsServicesVersionsInstancesDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AppsServicesVersionsInstancesDelete -> m AppsServicesVersionsInstancesDelete #

Show AppsServicesVersionsInstancesDelete Source # 
Generic AppsServicesVersionsInstancesDelete Source # 
GoogleRequest AppsServicesVersionsInstancesDelete Source # 
type Rep AppsServicesVersionsInstancesDelete Source # 
type Rep AppsServicesVersionsInstancesDelete = D1 (MetaData "AppsServicesVersionsInstancesDelete" "Network.Google.Resource.AppEngine.Apps.Services.Versions.Instances.Delete" "gogol-appengine-0.1.1-3kc7zw6hYKs2Os8zMt9v3W" False) (C1 (MetaCons "AppsServicesVersionsInstancesDelete'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aInstancesId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_aAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aVersionsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_aBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_aAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_aServicesId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_aCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes AppsServicesVersionsInstancesDelete Source # 
type Scopes AppsServicesVersionsInstancesDelete = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs AppsServicesVersionsInstancesDelete Source # 

Request Lenses

aInstancesId :: Lens' AppsServicesVersionsInstancesDelete Text Source #

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

aUploadProtocol :: Lens' AppsServicesVersionsInstancesDelete (Maybe Text) Source #

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

aUploadType :: Lens' AppsServicesVersionsInstancesDelete (Maybe Text) Source #

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

aVersionsId :: Lens' AppsServicesVersionsInstancesDelete Text Source #

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

aAppsId :: Lens' AppsServicesVersionsInstancesDelete Text Source #

Part of `name`. Name of the resource requested. Example: `apps/myapp/services/default/versions/v1/instances/instance-1`.

aServicesId :: Lens' AppsServicesVersionsInstancesDelete Text Source #

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