gogol-maps-engine-0.2.0: Google Maps Engine SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.MapsEngine.RasterCollections.Delete

Contents

Description

Delete a raster collection.

See: Google Maps Engine API Reference for mapsengine.rasterCollections.delete.

Synopsis

REST Resource

type RasterCollectionsDeleteResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #

A resource alias for mapsengine.rasterCollections.delete method which the RasterCollectionsDelete request conforms to.

Creating a Request

rasterCollectionsDelete Source #

Creates a value of RasterCollectionsDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data RasterCollectionsDelete Source #

Delete a raster collection.

See: rasterCollectionsDelete smart constructor.

Instances

Eq RasterCollectionsDelete Source # 
Data RasterCollectionsDelete Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RasterCollectionsDelete -> c RasterCollectionsDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RasterCollectionsDelete #

toConstr :: RasterCollectionsDelete -> Constr #

dataTypeOf :: RasterCollectionsDelete -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RasterCollectionsDelete) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RasterCollectionsDelete) #

gmapT :: (forall b. Data b => b -> b) -> RasterCollectionsDelete -> RasterCollectionsDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RasterCollectionsDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RasterCollectionsDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> RasterCollectionsDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RasterCollectionsDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RasterCollectionsDelete -> m RasterCollectionsDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RasterCollectionsDelete -> m RasterCollectionsDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RasterCollectionsDelete -> m RasterCollectionsDelete #

Show RasterCollectionsDelete Source # 
Generic RasterCollectionsDelete Source # 
GoogleRequest RasterCollectionsDelete Source # 
type Rep RasterCollectionsDelete Source # 
type Rep RasterCollectionsDelete = D1 (MetaData "RasterCollectionsDelete" "Network.Google.Resource.MapsEngine.RasterCollections.Delete" "gogol-maps-engine-0.2.0-2bpteR2QZNW3x0T2dUmzGZ" True) (C1 (MetaCons "RasterCollectionsDelete'" PrefixI True) (S1 (MetaSel (Just Symbol "_rcdId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes RasterCollectionsDelete Source # 
type Scopes RasterCollectionsDelete = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs RasterCollectionsDelete Source # 

Request Lenses

rcdId :: Lens' RasterCollectionsDelete Text Source #

The ID of the raster collection. Only the raster collection creator or project owner are permitted to delete. If the rastor collection is included in a layer, the request will fail. Remove the raster collection from all layers prior to deleting.