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 |
Retrieves an instance operation that has been performed on an instance.
See: Cloud SQL Admin API Reference for sql.operations.get
.
Synopsis
- type OperationsGetResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("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 = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))) Source #
A resource alias for sql.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 #
Retrieves an instance operation that has been performed on an instance.
See: operationsGet
smart constructor.
Instances
Request Lenses
ogOperation :: Lens' OperationsGet Text Source #
Instance operation ID.