amazonka-iot-1.6.0: Amazon IoT SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.UpdateIndexingConfiguration

Contents

Description

Updates the search configuration.

Synopsis

Creating a Request

updateIndexingConfiguration :: UpdateIndexingConfiguration #

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

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

data UpdateIndexingConfiguration #

See: updateIndexingConfiguration smart constructor.

Instances

Eq UpdateIndexingConfiguration # 
Data UpdateIndexingConfiguration # 

Methods

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

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

toConstr :: UpdateIndexingConfiguration -> Constr #

dataTypeOf :: UpdateIndexingConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateIndexingConfiguration # 
Show UpdateIndexingConfiguration # 
Generic UpdateIndexingConfiguration # 
Hashable UpdateIndexingConfiguration # 
ToJSON UpdateIndexingConfiguration # 
NFData UpdateIndexingConfiguration # 
AWSRequest UpdateIndexingConfiguration # 
ToHeaders UpdateIndexingConfiguration # 
ToPath UpdateIndexingConfiguration # 
ToQuery UpdateIndexingConfiguration # 
type Rep UpdateIndexingConfiguration # 
type Rep UpdateIndexingConfiguration = D1 * (MetaData "UpdateIndexingConfiguration" "Network.AWS.IoT.UpdateIndexingConfiguration" "amazonka-iot-1.6.0-7DkcvCU69a26FkRzomxomK" True) (C1 * (MetaCons "UpdateIndexingConfiguration'" PrefixI True) (S1 * (MetaSel (Just Symbol "_uicThingIndexingConfiguration") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe ThingIndexingConfiguration))))
type Rs UpdateIndexingConfiguration # 

Request Lenses

Destructuring the Response

updateIndexingConfigurationResponse #

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

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

data UpdateIndexingConfigurationResponse #

See: updateIndexingConfigurationResponse smart constructor.

Instances

Eq UpdateIndexingConfigurationResponse # 
Data UpdateIndexingConfigurationResponse # 

Methods

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

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

toConstr :: UpdateIndexingConfigurationResponse -> Constr #

dataTypeOf :: UpdateIndexingConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateIndexingConfigurationResponse # 
Show UpdateIndexingConfigurationResponse # 
Generic UpdateIndexingConfigurationResponse # 
NFData UpdateIndexingConfigurationResponse # 
type Rep UpdateIndexingConfigurationResponse # 
type Rep UpdateIndexingConfigurationResponse = D1 * (MetaData "UpdateIndexingConfigurationResponse" "Network.AWS.IoT.UpdateIndexingConfiguration" "amazonka-iot-1.6.0-7DkcvCU69a26FkRzomxomK" True) (C1 * (MetaCons "UpdateIndexingConfigurationResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_uicrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses