gogol-compute-0.4.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.ZoneOperations.Delete

Contents

Description

Deletes the specified zone-specific Operations resource.

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

Synopsis

REST Resource

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

A resource alias for compute.zoneOperations.delete method which the ZoneOperationsDelete request conforms to.

Creating a Request

zoneOperationsDelete Source #

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

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

data ZoneOperationsDelete Source #

Deletes the specified zone-specific Operations resource.

See: zoneOperationsDelete smart constructor.

Instances
Eq ZoneOperationsDelete Source # 
Instance details

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

Data ZoneOperationsDelete Source # 
Instance details

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

Methods

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

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

toConstr :: ZoneOperationsDelete -> Constr #

dataTypeOf :: ZoneOperationsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ZoneOperationsDelete Source # 
Instance details

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

Generic ZoneOperationsDelete Source # 
Instance details

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

Associated Types

type Rep ZoneOperationsDelete :: Type -> Type #

GoogleRequest ZoneOperationsDelete Source # 
Instance details

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

Associated Types

type Rs ZoneOperationsDelete :: Type #

type Scopes ZoneOperationsDelete :: [Symbol] #

type Rep ZoneOperationsDelete Source # 
Instance details

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

type Rep ZoneOperationsDelete = D1 (MetaData "ZoneOperationsDelete" "Network.Google.Resource.Compute.ZoneOperations.Delete" "gogol-compute-0.4.0-3Vo4S3NyrNeJWlNkflB3dZ" False) (C1 (MetaCons "ZoneOperationsDelete'" PrefixI True) (S1 (MetaSel (Just "_zodProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_zodOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_zodZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ZoneOperationsDelete Source # 
Instance details

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

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

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

Request Lenses

zodProject :: Lens' ZoneOperationsDelete Text Source #

Project ID for this request.

zodOperation :: Lens' ZoneOperationsDelete Text Source #

Name of the Operations resource to delete.

zodZone :: Lens' ZoneOperationsDelete Text Source #

Name of the zone for this request.