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

Contents

Description

Gets the search configuration.

Synopsis

Creating a Request

getIndexingConfiguration :: GetIndexingConfiguration Source #

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

data GetIndexingConfiguration Source #

See: getIndexingConfiguration smart constructor.

Instances

Eq GetIndexingConfiguration Source # 
Data GetIndexingConfiguration Source # 

Methods

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

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

toConstr :: GetIndexingConfiguration -> Constr #

dataTypeOf :: GetIndexingConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetIndexingConfiguration Source # 
Show GetIndexingConfiguration Source # 
Generic GetIndexingConfiguration Source # 
Hashable GetIndexingConfiguration Source # 
NFData GetIndexingConfiguration Source # 
AWSRequest GetIndexingConfiguration Source # 
ToHeaders GetIndexingConfiguration Source # 
ToPath GetIndexingConfiguration Source # 
ToQuery GetIndexingConfiguration Source # 
type Rep GetIndexingConfiguration Source # 
type Rep GetIndexingConfiguration = D1 * (MetaData "GetIndexingConfiguration" "Network.AWS.IoT.GetIndexingConfiguration" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "GetIndexingConfiguration'" PrefixI False) (U1 *))
type Rs GetIndexingConfiguration Source # 

Destructuring the Response

getIndexingConfigurationResponse Source #

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

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

data GetIndexingConfigurationResponse Source #

See: getIndexingConfigurationResponse smart constructor.

Instances

Eq GetIndexingConfigurationResponse Source # 
Data GetIndexingConfigurationResponse Source # 

Methods

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

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

toConstr :: GetIndexingConfigurationResponse -> Constr #

dataTypeOf :: GetIndexingConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetIndexingConfigurationResponse Source # 
Show GetIndexingConfigurationResponse Source # 
Generic GetIndexingConfigurationResponse Source # 
NFData GetIndexingConfigurationResponse Source # 
type Rep GetIndexingConfigurationResponse Source # 
type Rep GetIndexingConfigurationResponse = D1 * (MetaData "GetIndexingConfigurationResponse" "Network.AWS.IoT.GetIndexingConfiguration" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "GetIndexingConfigurationResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gicrsThingIndexingConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ThingIndexingConfiguration))) (S1 * (MetaSel (Just Symbol "_gicrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses