| 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 |
Network.Google.Resource.MapsEngine.RasterCollections.CancelProcessing
Description
Cancel processing on a raster collection asset.
See: Google Maps Engine API Reference for mapsengine.rasterCollections.cancelProcessing.
- type RasterCollectionsCancelProcessingResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("cancelProcessing" :> (QueryParam "alt" AltJSON :> Post '[JSON] ProcessResponse)))))
- rasterCollectionsCancelProcessing :: Text -> RasterCollectionsCancelProcessing
- data RasterCollectionsCancelProcessing
- rccpId :: Lens' RasterCollectionsCancelProcessing Text
REST Resource
type RasterCollectionsCancelProcessingResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> ("cancelProcessing" :> (QueryParam "alt" AltJSON :> Post '[JSON] ProcessResponse))))) Source #
A resource alias for mapsengine.rasterCollections.cancelProcessing method which the
RasterCollectionsCancelProcessing request conforms to.
Creating a Request
rasterCollectionsCancelProcessing Source #
Arguments
| :: Text | |
| -> RasterCollectionsCancelProcessing |
Creates a value of RasterCollectionsCancelProcessing with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RasterCollectionsCancelProcessing Source #
Cancel processing on a raster collection asset.
See: rasterCollectionsCancelProcessing smart constructor.
Instances