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 Source #

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 Source #

See: updateIndexingConfiguration smart constructor.

Instances

Eq UpdateIndexingConfiguration Source # 
Data UpdateIndexingConfiguration Source # 

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

Request Lenses

Destructuring the Response

updateIndexingConfigurationResponse Source #

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 Source #

See: updateIndexingConfigurationResponse smart constructor.

Instances

Eq UpdateIndexingConfigurationResponse Source # 
Data UpdateIndexingConfigurationResponse Source # 

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 Source # 
Show UpdateIndexingConfigurationResponse Source # 
Generic UpdateIndexingConfigurationResponse Source # 
NFData UpdateIndexingConfigurationResponse Source # 
type Rep UpdateIndexingConfigurationResponse Source # 
type Rep UpdateIndexingConfigurationResponse = D1 * (MetaData "UpdateIndexingConfigurationResponse" "Network.AWS.IoT.UpdateIndexingConfiguration" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "UpdateIndexingConfigurationResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_uicrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses