gogol-compute-0.1.0: Google Compute 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.Compute.URLMaps.Delete

Contents

Description

Deletes the specified UrlMap resource.

See: Compute Engine API Reference for compute.urlMaps.delete.

Synopsis

REST Resource

type URLMapsDeleteResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("urlMaps" :> (Capture "urlMap" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))) Source #

A resource alias for compute.urlMaps.delete method which the URLMapsDelete request conforms to.

Creating a Request

urlMapsDelete Source #

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

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

data URLMapsDelete Source #

Deletes the specified UrlMap resource.

See: urlMapsDelete smart constructor.

Instances

Eq URLMapsDelete Source # 
Data URLMapsDelete Source # 

Methods

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

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

toConstr :: URLMapsDelete -> Constr #

dataTypeOf :: URLMapsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show URLMapsDelete Source # 
Generic URLMapsDelete Source # 

Associated Types

type Rep URLMapsDelete :: * -> * #

GoogleRequest URLMapsDelete Source # 

Associated Types

type Rs URLMapsDelete :: * #

type Scopes URLMapsDelete :: [Symbol] #

type Rep URLMapsDelete Source # 
type Rep URLMapsDelete = D1 (MetaData "URLMapsDelete" "Network.Google.Resource.Compute.URLMaps.Delete" "gogol-compute-0.1.0-Fd4nHFZ7jFE8hoV8Pam8UC" False) (C1 (MetaCons "URLMapsDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_umdURLMap") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_umdProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes URLMapsDelete Source # 
type Scopes URLMapsDelete = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs URLMapsDelete Source # 

Request Lenses

umdURLMap :: Lens' URLMapsDelete Text Source #

Name of the UrlMap resource to delete.

umdProject :: Lens' URLMapsDelete Text Source #

Project ID for this request.