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