libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.UpdateIndexingConfiguration

Description

Updates the search configuration.

Requires permission to access the UpdateIndexingConfiguration action.

Synopsis

Creating a Request

data UpdateIndexingConfiguration Source #

See: newUpdateIndexingConfiguration smart constructor.

Instances

Instances details
Eq UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Read UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Show UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Generic UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Associated Types

type Rep UpdateIndexingConfiguration :: Type -> Type #

NFData UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Hashable UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

ToJSON UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

AWSRequest UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

ToHeaders UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

ToPath UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

ToQuery UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

type Rep UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

type Rep UpdateIndexingConfiguration = D1 ('MetaData "UpdateIndexingConfiguration" "Amazonka.IoT.UpdateIndexingConfiguration" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "UpdateIndexingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingGroupIndexingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingGroupIndexingConfiguration)) :*: S1 ('MetaSel ('Just "thingIndexingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingIndexingConfiguration))))
type AWSResponse UpdateIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

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

Destructuring the Response

data UpdateIndexingConfigurationResponse Source #

Constructors

UpdateIndexingConfigurationResponse' 

Fields

Instances

Instances details
Eq UpdateIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Read UpdateIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Show UpdateIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

Generic UpdateIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

NFData UpdateIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateIndexingConfiguration

type Rep UpdateIndexingConfigurationResponse Source # 
Instance details

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