Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets information about a specific deployment.
See: Google Cloud Deployment Manager API Reference for deploymentmanager.deployments.get
.
Synopsis
- type DeploymentsGetResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("deployments" :> (Capture "deployment" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Deployment)))))))
- deploymentsGet :: Text -> Text -> DeploymentsGet
- data DeploymentsGet
- dgProject :: Lens' DeploymentsGet Text
- dgDeployment :: Lens' DeploymentsGet Text
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
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
Request Lenses
dgDeployment :: Lens' DeploymentsGet Text Source #
The name of the deployment for this request.