| 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.GetIndexingConfiguration
Description
Gets the search configuration.
Synopsis
- getIndexingConfiguration :: GetIndexingConfiguration
- data GetIndexingConfiguration
- getIndexingConfigurationResponse :: Int -> GetIndexingConfigurationResponse
- data GetIndexingConfigurationResponse
- gicrsThingIndexingConfiguration :: Lens' GetIndexingConfigurationResponse (Maybe ThingIndexingConfiguration)
- gicrsResponseStatus :: Lens' GetIndexingConfigurationResponse Int
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
Destructuring the Response
getIndexingConfigurationResponse Source #
Arguments
| :: Int | |
| -> GetIndexingConfigurationResponse |
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:
gicrsThingIndexingConfiguration- Thing indexing configuration.gicrsResponseStatus- -- | The response status code.
data GetIndexingConfigurationResponse Source #
See: getIndexingConfigurationResponse smart constructor.
Instances
Response Lenses
gicrsThingIndexingConfiguration :: Lens' GetIndexingConfigurationResponse (Maybe ThingIndexingConfiguration) Source #
Thing indexing configuration.
gicrsResponseStatus :: Lens' GetIndexingConfigurationResponse Int Source #
- - | The response status code.