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