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 manifest.
See: Google Cloud Deployment Manager API Reference for deploymentmanager.manifests.get
.
Synopsis
- type ManifestsGetResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("deployments" :> (Capture "deployment" Text :> ("manifests" :> (Capture "manifest" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Manifest)))))))))
- manifestsGet :: Text -> Text -> Text -> ManifestsGet
- data ManifestsGet
- mgProject :: Lens' ManifestsGet Text
- mgManifest :: Lens' ManifestsGet Text
- mgDeployment :: Lens' ManifestsGet Text
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
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
Request Lenses
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.