Copyright | (c) 2013-2021 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 |
Amazonka.IoT.UpdateIndexingConfiguration
Description
Updates the search configuration.
Requires permission to access the UpdateIndexingConfiguration action.
Synopsis
- data UpdateIndexingConfiguration = UpdateIndexingConfiguration' {}
- newUpdateIndexingConfiguration :: UpdateIndexingConfiguration
- updateIndexingConfiguration_thingGroupIndexingConfiguration :: Lens' UpdateIndexingConfiguration (Maybe ThingGroupIndexingConfiguration)
- updateIndexingConfiguration_thingIndexingConfiguration :: Lens' UpdateIndexingConfiguration (Maybe ThingIndexingConfiguration)
- data UpdateIndexingConfigurationResponse = UpdateIndexingConfigurationResponse' {
- httpStatus :: Int
- newUpdateIndexingConfigurationResponse :: Int -> UpdateIndexingConfigurationResponse
- updateIndexingConfigurationResponse_httpStatus :: Lens' UpdateIndexingConfigurationResponse Int
Creating a Request
data UpdateIndexingConfiguration Source #
See: newUpdateIndexingConfiguration
smart constructor.
Constructors
UpdateIndexingConfiguration' | |
Fields
|
Instances
newUpdateIndexingConfiguration :: UpdateIndexingConfiguration Source #
Create a value of UpdateIndexingConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:thingGroupIndexingConfiguration:UpdateIndexingConfiguration'
, updateIndexingConfiguration_thingGroupIndexingConfiguration
- Thing group indexing configuration.
$sel:thingIndexingConfiguration:UpdateIndexingConfiguration'
, updateIndexingConfiguration_thingIndexingConfiguration
- Thing indexing configuration.
Request Lenses
updateIndexingConfiguration_thingGroupIndexingConfiguration :: Lens' UpdateIndexingConfiguration (Maybe ThingGroupIndexingConfiguration) Source #
Thing group indexing configuration.
updateIndexingConfiguration_thingIndexingConfiguration :: Lens' UpdateIndexingConfiguration (Maybe ThingIndexingConfiguration) Source #
Thing indexing configuration.
Destructuring the Response
data UpdateIndexingConfigurationResponse Source #
See: newUpdateIndexingConfigurationResponse
smart constructor.
Constructors
UpdateIndexingConfigurationResponse' | |
Fields
|
Instances
newUpdateIndexingConfigurationResponse Source #
Arguments
:: Int | |
-> UpdateIndexingConfigurationResponse |
Create a value of UpdateIndexingConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UpdateIndexingConfigurationResponse'
, updateIndexingConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
updateIndexingConfigurationResponse_httpStatus :: Lens' UpdateIndexingConfigurationResponse Int Source #
The response's http status code.