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

Contents

Description

Gets information about a specific deployment.

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

Synopsis

REST Resource

type DeploymentsGetResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("deployments" :> (Capture "deployment" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Deployment))))))) Source #

A resource alias for deploymentmanager.deployments.get method which the DeploymentsGet request conforms to.

Creating a Request

deploymentsGet Source #

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

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

data DeploymentsGet Source #

Gets information about a specific deployment.

See: deploymentsGet smart constructor.

Instances
Eq DeploymentsGet Source # 
Instance details

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

Data DeploymentsGet Source # 
Instance details

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

Methods

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

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

toConstr :: DeploymentsGet -> Constr #

dataTypeOf :: DeploymentsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeploymentsGet Source # 
Instance details

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

Generic DeploymentsGet Source # 
Instance details

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

Associated Types

type Rep DeploymentsGet :: Type -> Type #

GoogleRequest DeploymentsGet Source # 
Instance details

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

Associated Types

type Rs DeploymentsGet :: Type #

type Scopes DeploymentsGet :: [Symbol] #

type Rep DeploymentsGet Source # 
Instance details

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

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

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

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

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

Request Lenses

dgProject :: Lens' DeploymentsGet Text Source #

The project ID for this request.

dgDeployment :: Lens' DeploymentsGet Text Source #

The name of the deployment for this request.