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 |
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.
UpdateIndexingConfiguration' | |
|
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.
UpdateIndexingConfigurationResponse' | |
|
Instances
Eq UpdateIndexingConfigurationResponse Source # | |
Read UpdateIndexingConfigurationResponse Source # | |
Show UpdateIndexingConfigurationResponse Source # | |
Generic UpdateIndexingConfigurationResponse Source # | |
NFData UpdateIndexingConfigurationResponse Source # | |
Defined in Amazonka.IoT.UpdateIndexingConfiguration rnf :: UpdateIndexingConfigurationResponse -> () # | |
type Rep UpdateIndexingConfigurationResponse Source # | |
Defined in Amazonka.IoT.UpdateIndexingConfiguration type Rep UpdateIndexingConfigurationResponse = D1 ('MetaData "UpdateIndexingConfigurationResponse" "Amazonka.IoT.UpdateIndexingConfiguration" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "UpdateIndexingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newUpdateIndexingConfigurationResponse Source #
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.