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.Types.ThingTypeProperties

Description

 
Synopsis

Documentation

data ThingTypeProperties Source #

The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.

See: newThingTypeProperties smart constructor.

Constructors

ThingTypeProperties' 

Fields

Instances

Instances details
Eq ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

Read ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

Show ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

Generic ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

Associated Types

type Rep ThingTypeProperties :: Type -> Type #

NFData ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

Methods

rnf :: ThingTypeProperties -> () #

Hashable ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

ToJSON ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

FromJSON ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

type Rep ThingTypeProperties Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingTypeProperties

type Rep ThingTypeProperties = D1 ('MetaData "ThingTypeProperties" "Amazonka.IoT.Types.ThingTypeProperties" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ThingTypeProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "searchableAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "thingTypeDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newThingTypeProperties :: ThingTypeProperties Source #

Create a value of ThingTypeProperties 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:searchableAttributes:ThingTypeProperties', thingTypeProperties_searchableAttributes - A list of searchable thing attribute names.

$sel:thingTypeDescription:ThingTypeProperties', thingTypeProperties_thingTypeDescription - The description of the thing type.

thingTypeProperties_searchableAttributes :: Lens' ThingTypeProperties (Maybe [Text]) Source #

A list of searchable thing attribute names.