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.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 "requestId" 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 # 
Instance details

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

Data URLMapsDelete Source # 
Instance details

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

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 # 
Instance details

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

Generic URLMapsDelete Source # 
Instance details

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

Associated Types

type Rep URLMapsDelete :: Type -> Type #

GoogleRequest URLMapsDelete Source # 
Instance details

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

Associated Types

type Rs URLMapsDelete :: Type #

type Scopes URLMapsDelete :: [Symbol] #

type Rep URLMapsDelete Source # 
Instance details

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

type Rep URLMapsDelete = D1 (MetaData "URLMapsDelete" "Network.Google.Resource.Compute.URLMaps.Delete" "gogol-compute-0.4.0-3Vo4S3NyrNeJWlNkflB3dZ" False) (C1 (MetaCons "URLMapsDelete'" PrefixI True) (S1 (MetaSel (Just "_umdRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_umdURLMap") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_umdProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes URLMapsDelete Source # 
Instance details

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

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

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

Request Lenses

umdRequestId :: Lens' URLMapsDelete (Maybe Text) Source #

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

umdURLMap :: Lens' URLMapsDelete Text Source #

Name of the UrlMap resource to delete.

umdProject :: Lens' URLMapsDelete Text Source #

Project ID for this request.