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.Update

Contents

Description

Updates the entire content of the UrlMap resource.

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

Synopsis

REST Resource

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

A resource alias for compute.urlMaps.update method which the URLMapsUpdate request conforms to.

Creating a Request

urlMapsUpdate Source #

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

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

data URLMapsUpdate Source #

Updates the entire content of the UrlMap resource.

See: urlMapsUpdate smart constructor.

Instances

Eq URLMapsUpdate Source # 
Data URLMapsUpdate Source # 

Methods

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

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

toConstr :: URLMapsUpdate -> Constr #

dataTypeOf :: URLMapsUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show URLMapsUpdate Source # 
Generic URLMapsUpdate Source # 

Associated Types

type Rep URLMapsUpdate :: * -> * #

GoogleRequest URLMapsUpdate Source # 

Associated Types

type Rs URLMapsUpdate :: * #

type Scopes URLMapsUpdate :: [Symbol] #

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

Request Lenses

umuURLMap :: Lens' URLMapsUpdate Text Source #

Name of the UrlMap resource to update.

umuProject :: Lens' URLMapsUpdate Text Source #

Project ID for this request.

umuPayload :: Lens' URLMapsUpdate URLMap Source #

Multipart request metadata.