gogol-deploymentmanager-0.1.1: 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.Manifests.Get

Contents

Description

Gets information about a specific manifest.

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

Synopsis

REST Resource

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

A resource alias for deploymentmanager.manifests.get method which the ManifestsGet request conforms to.

Creating a Request

manifestsGet Source #

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

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

data ManifestsGet Source #

Gets information about a specific manifest.

See: manifestsGet smart constructor.

Instances

Eq ManifestsGet Source # 
Data ManifestsGet Source # 

Methods

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

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

toConstr :: ManifestsGet -> Constr #

dataTypeOf :: ManifestsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManifestsGet Source # 
Generic ManifestsGet Source # 

Associated Types

type Rep ManifestsGet :: * -> * #

GoogleRequest ManifestsGet Source # 

Associated Types

type Rs ManifestsGet :: * #

type Scopes ManifestsGet :: [Symbol] #

type Rep ManifestsGet Source # 
type Rep ManifestsGet = D1 (MetaData "ManifestsGet" "Network.Google.Resource.DeploymentManager.Manifests.Get" "gogol-deploymentmanager-0.1.1-HAsZUzUH108DFFrHI374Ot" False) (C1 (MetaCons "ManifestsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mgManifest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mgDeployment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ManifestsGet Source # 
type Scopes ManifestsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman.readonly" ([] Symbol))))
type Rs ManifestsGet Source # 

Request Lenses

mgProject :: Lens' ManifestsGet Text Source #

The project ID for this request.

mgManifest :: Lens' ManifestsGet Text Source #

The name of the manifest for this request.

mgDeployment :: Lens' ManifestsGet Text Source #

The name of the deployment for this request.