gogol-compute-0.5.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.GlobalOperations.Delete

Contents

Description

Deletes the specified Operations resource.

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

Synopsis

REST Resource

type GlobalOperationsDeleteResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #

A resource alias for compute.globalOperations.delete method which the GlobalOperationsDelete request conforms to.

Creating a Request

globalOperationsDelete Source #

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

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

data GlobalOperationsDelete Source #

Deletes the specified Operations resource.

See: globalOperationsDelete smart constructor.

Instances
Eq GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

Data GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

Methods

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

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

toConstr :: GlobalOperationsDelete -> Constr #

dataTypeOf :: GlobalOperationsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

Generic GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

Associated Types

type Rep GlobalOperationsDelete :: Type -> Type #

GoogleRequest GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

type Rep GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

type Rep GlobalOperationsDelete = D1 (MetaData "GlobalOperationsDelete" "Network.Google.Resource.Compute.GlobalOperations.Delete" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "GlobalOperationsDelete'" PrefixI True) (S1 (MetaSel (Just "_godProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_godOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

type Scopes GlobalOperationsDelete = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ([] :: [Symbol]))
type Rs GlobalOperationsDelete Source # 
Instance details

Defined in Network.Google.Resource.Compute.GlobalOperations.Delete

Request Lenses

godProject :: Lens' GlobalOperationsDelete Text Source #

Project ID for this request.

godOperation :: Lens' GlobalOperationsDelete Text Source #

Name of the Operations resource to delete.