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 operation.
See: Google Cloud Deployment Manager API Reference for deploymentmanager.operations.get
.
Synopsis
- type OperationsGetResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))))
- operationsGet :: Text -> Text -> OperationsGet
- data OperationsGet
- ogProject :: Lens' OperationsGet Text
- ogOperation :: Lens' OperationsGet Text
REST Resource
type OperationsGetResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))) Source #
A resource alias for deploymentmanager.operations.get
method which the
OperationsGet
request conforms to.
Creating a Request
Creates a value of OperationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OperationsGet Source #
Gets information about a specific operation.
See: operationsGet
smart constructor.
Instances
Request Lenses
ogOperation :: Lens' OperationsGet Text Source #
The name of the operation for this request.