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 |
Gets the indexing configuration.
Requires permission to access the GetIndexingConfiguration action.
Synopsis
- data GetIndexingConfiguration = GetIndexingConfiguration' {
- newGetIndexingConfiguration :: GetIndexingConfiguration
- data GetIndexingConfigurationResponse = GetIndexingConfigurationResponse' {}
- newGetIndexingConfigurationResponse :: Int -> GetIndexingConfigurationResponse
- getIndexingConfigurationResponse_thingGroupIndexingConfiguration :: Lens' GetIndexingConfigurationResponse (Maybe ThingGroupIndexingConfiguration)
- getIndexingConfigurationResponse_thingIndexingConfiguration :: Lens' GetIndexingConfigurationResponse (Maybe ThingIndexingConfiguration)
- getIndexingConfigurationResponse_httpStatus :: Lens' GetIndexingConfigurationResponse Int
Creating a Request
data GetIndexingConfiguration Source #
See: newGetIndexingConfiguration
smart constructor.
Instances
newGetIndexingConfiguration :: GetIndexingConfiguration Source #
Create a value of GetIndexingConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetIndexingConfigurationResponse Source #
See: newGetIndexingConfigurationResponse
smart constructor.
GetIndexingConfigurationResponse' | |
|
Instances
newGetIndexingConfigurationResponse Source #
Create a value of GetIndexingConfigurationResponse
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:GetIndexingConfigurationResponse'
, getIndexingConfigurationResponse_thingGroupIndexingConfiguration
- The index configuration.
$sel:thingIndexingConfiguration:GetIndexingConfigurationResponse'
, getIndexingConfigurationResponse_thingIndexingConfiguration
- Thing indexing configuration.
$sel:httpStatus:GetIndexingConfigurationResponse'
, getIndexingConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getIndexingConfigurationResponse_thingGroupIndexingConfiguration :: Lens' GetIndexingConfigurationResponse (Maybe ThingGroupIndexingConfiguration) Source #
The index configuration.
getIndexingConfigurationResponse_thingIndexingConfiguration :: Lens' GetIndexingConfigurationResponse (Maybe ThingIndexingConfiguration) Source #
Thing indexing configuration.
getIndexingConfigurationResponse_httpStatus :: Lens' GetIndexingConfigurationResponse Int Source #
The response's http status code.