gogol-android-enterprise-0.1.1: Google Play EMM 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.AndroidEnterprise.Storelayoutclusters.Update

Contents

Description

Updates a cluster.

See: Google Play EMM API Reference for androidenterprise.storelayoutclusters.update.

Synopsis

REST Resource

type StorelayoutclustersUpdateResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> ("pages" :> (Capture "pageId" Text :> ("clusters" :> (Capture "clusterId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StoreCluster :> Put '[JSON] StoreCluster)))))))))) Source #

A resource alias for androidenterprise.storelayoutclusters.update method which the StorelayoutclustersUpdate request conforms to.

Creating a Request

storelayoutclustersUpdate Source #

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

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

data StorelayoutclustersUpdate Source #

Updates a cluster.

See: storelayoutclustersUpdate smart constructor.

Instances

Eq StorelayoutclustersUpdate Source # 
Data StorelayoutclustersUpdate Source # 

Methods

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

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

toConstr :: StorelayoutclustersUpdate -> Constr #

dataTypeOf :: StorelayoutclustersUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StorelayoutclustersUpdate Source # 
Generic StorelayoutclustersUpdate Source # 
GoogleRequest StorelayoutclustersUpdate Source # 
type Rep StorelayoutclustersUpdate Source # 
type Rep StorelayoutclustersUpdate = D1 (MetaData "StorelayoutclustersUpdate" "Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Update" "gogol-android-enterprise-0.1.1-2K85VOQSryw9Pbs20PQ0Qt" False) (C1 (MetaCons "StorelayoutclustersUpdate'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_suuEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_suuPageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_suuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StoreCluster)) (S1 (MetaSel (Just Symbol "_suuClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes StorelayoutclustersUpdate Source # 
type Scopes StorelayoutclustersUpdate = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs StorelayoutclustersUpdate Source # 

Request Lenses