| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IoT.UpdateIndexingConfiguration
Description
Updates the search configuration.
Synopsis
- updateIndexingConfiguration :: UpdateIndexingConfiguration
- data UpdateIndexingConfiguration
- uicThingIndexingConfiguration :: Lens' UpdateIndexingConfiguration (Maybe ThingIndexingConfiguration)
- updateIndexingConfigurationResponse :: Int -> UpdateIndexingConfigurationResponse
- data UpdateIndexingConfigurationResponse
- uicrsResponseStatus :: Lens' UpdateIndexingConfigurationResponse Int
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:
uicThingIndexingConfiguration- Thing indexing configuration.
data UpdateIndexingConfiguration Source #
See: updateIndexingConfiguration smart constructor.
Instances
Request Lenses
uicThingIndexingConfiguration :: Lens' UpdateIndexingConfiguration (Maybe ThingIndexingConfiguration) Source #
Thing indexing configuration.
Destructuring the Response
updateIndexingConfigurationResponse Source #
Arguments
| :: Int | |
| -> 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:
uicrsResponseStatus- -- | The response status code.
data UpdateIndexingConfigurationResponse Source #
See: updateIndexingConfigurationResponse smart constructor.
Instances
Response Lenses
uicrsResponseStatus :: Lens' UpdateIndexingConfigurationResponse Int Source #
- - | The response status code.