gogol-tagmanager-0.1.1: Google Tag Manager 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.TagManager.Accounts.Containers.Triggers.Update

Contents

Description

Updates a GTM Trigger.

See: Tag Manager API Reference for tagmanager.accounts.containers.triggers.update.

Synopsis

REST Resource

type AccountsContainersTriggersUpdateResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("triggers" :> (Capture "triggerId" Text :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Trigger :> Put '[JSON] Trigger)))))))))) Source #

A resource alias for tagmanager.accounts.containers.triggers.update method which the AccountsContainersTriggersUpdate request conforms to.

Creating a Request

accountsContainersTriggersUpdate Source #

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

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

data AccountsContainersTriggersUpdate Source #

Updates a GTM Trigger.

See: accountsContainersTriggersUpdate smart constructor.

Instances

Eq AccountsContainersTriggersUpdate Source # 
Data AccountsContainersTriggersUpdate Source # 

Methods

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

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

toConstr :: AccountsContainersTriggersUpdate -> Constr #

dataTypeOf :: AccountsContainersTriggersUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersTriggersUpdate Source # 
Generic AccountsContainersTriggersUpdate Source # 
GoogleRequest AccountsContainersTriggersUpdate Source # 
type Rep AccountsContainersTriggersUpdate Source # 
type Rep AccountsContainersTriggersUpdate = D1 (MetaData "AccountsContainersTriggersUpdate" "Network.Google.Resource.TagManager.Accounts.Containers.Triggers.Update" "gogol-tagmanager-0.1.1-4S3gbtUhbYL41xPOCHN0GP" False) (C1 (MetaCons "AccountsContainersTriggersUpdate'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_actuContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_actuTriggerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_actuFingerprint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_actuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Trigger)) (S1 (MetaSel (Just Symbol "_actuAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Scopes AccountsContainersTriggersUpdate Source # 
type Scopes AccountsContainersTriggersUpdate = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ([] Symbol)
type Rs AccountsContainersTriggersUpdate Source # 

Request Lenses

actuFingerprint :: Lens' AccountsContainersTriggersUpdate (Maybe Text) Source #

When provided, this fingerprint must match the fingerprint of the trigger in storage.