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.GetIndexingConfiguration

Description

Gets the indexing configuration.

Requires permission to access the GetIndexingConfiguration action.

Synopsis

Creating a Request

data GetIndexingConfiguration Source #

See: newGetIndexingConfiguration smart constructor.

Instances

Instances details
Eq GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Read GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Show GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Generic GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Associated Types

type Rep GetIndexingConfiguration :: Type -> Type #

NFData GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Hashable GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

AWSRequest GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

ToHeaders GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

ToPath GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

ToQuery GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

type Rep GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

type Rep GetIndexingConfiguration = D1 ('MetaData "GetIndexingConfiguration" "Amazonka.IoT.GetIndexingConfiguration" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "GetIndexingConfiguration'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetIndexingConfiguration Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

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.

Constructors

GetIndexingConfigurationResponse' 

Fields

Instances

Instances details
Eq GetIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Read GetIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Show GetIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Generic GetIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

Associated Types

type Rep GetIndexingConfigurationResponse :: Type -> Type #

NFData GetIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

type Rep GetIndexingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IoT.GetIndexingConfiguration

type Rep GetIndexingConfigurationResponse = D1 ('MetaData "GetIndexingConfigurationResponse" "Amazonka.IoT.GetIndexingConfiguration" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "GetIndexingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingGroupIndexingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingGroupIndexingConfiguration)) :*: (S1 ('MetaSel ('Just "thingIndexingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingIndexingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses