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 |
Deletes the specified Operations resource.
See: Compute Engine API Reference for compute.globalOperations.delete
.
Synopsis
- type GlobalOperationsDeleteResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))
- globalOperationsDelete :: Text -> Text -> GlobalOperationsDelete
- data GlobalOperationsDelete
- godProject :: Lens' GlobalOperationsDelete Text
- godOperation :: Lens' GlobalOperationsDelete Text
REST Resource
type GlobalOperationsDeleteResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #
A resource alias for compute.globalOperations.delete
method which the
GlobalOperationsDelete
request conforms to.
Creating a Request
globalOperationsDelete Source #
Creates a value of GlobalOperationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GlobalOperationsDelete Source #
Deletes the specified Operations resource.
See: globalOperationsDelete
smart constructor.
Instances
Request Lenses
godProject :: Lens' GlobalOperationsDelete Text Source #
Project ID for this request.
godOperation :: Lens' GlobalOperationsDelete Text Source #
Name of the Operations resource to delete.