gogol-deploymentmanager-0.4.0: Google Cloud Deployment Manager 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.DeploymentManager.Deployments.Stop

Contents

Description

Stops an ongoing operation. This does not roll back any work that has already been completed, but prevents any new work from being started.

See: Google Cloud Deployment Manager API Reference for deploymentmanager.deployments.stop.

Synopsis

REST Resource

type DeploymentsStopResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("deployments" :> (Capture "deployment" Text :> ("stop" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] DeploymentsStopRequest :> Post '[JSON] Operation))))))))) Source #

A resource alias for deploymentmanager.deployments.stop method which the DeploymentsStop request conforms to.

Creating a Request

deploymentsStop Source #

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

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

data DeploymentsStop Source #

Stops an ongoing operation. This does not roll back any work that has already been completed, but prevents any new work from being started.

See: deploymentsStop smart constructor.

Instances
Eq DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

Data DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

Methods

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

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

toConstr :: DeploymentsStop -> Constr #

dataTypeOf :: DeploymentsStop -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

Generic DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

Associated Types

type Rep DeploymentsStop :: Type -> Type #

GoogleRequest DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

Associated Types

type Rs DeploymentsStop :: Type #

type Scopes DeploymentsStop :: [Symbol] #

type Rep DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

type Rep DeploymentsStop = D1 (MetaData "DeploymentsStop" "Network.Google.Resource.DeploymentManager.Deployments.Stop" "gogol-deploymentmanager-0.4.0-1FvxHucO1CjAgqyDzotDSh" False) (C1 (MetaCons "DeploymentsStop'" PrefixI True) (S1 (MetaSel (Just "_dsProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_dsPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DeploymentsStopRequest) :*: S1 (MetaSel (Just "_dsDeployment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

type Scopes DeploymentsStop = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/ndev.cloudman" ': ([] :: [Symbol]))
type Rs DeploymentsStop Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.Stop

Request Lenses

dsProject :: Lens' DeploymentsStop Text Source #

The project ID for this request.

dsDeployment :: Lens' DeploymentsStop Text Source #

The name of the deployment for this request.