amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.Types.ThingGroupDocument

Description

 
Synopsis

Documentation

data ThingGroupDocument Source #

The thing group search index document.

See: newThingGroupDocument smart constructor.

Constructors

ThingGroupDocument' 

Fields

Instances

Instances details
FromJSON ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

Generic ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

Associated Types

type Rep ThingGroupDocument :: Type -> Type #

Read ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

Show ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

NFData ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

Methods

rnf :: ThingGroupDocument -> () #

Eq ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

Hashable ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

type Rep ThingGroupDocument Source # 
Instance details

Defined in Amazonka.IoT.Types.ThingGroupDocument

type Rep ThingGroupDocument = D1 ('MetaData "ThingGroupDocument" "Amazonka.IoT.Types.ThingGroupDocument" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "ThingGroupDocument'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "parentGroupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "thingGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "thingGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newThingGroupDocument :: ThingGroupDocument Source #

Create a value of ThingGroupDocument 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:attributes:ThingGroupDocument', thingGroupDocument_attributes - The thing group attributes.

$sel:parentGroupNames:ThingGroupDocument', thingGroupDocument_parentGroupNames - Parent group names.

$sel:thingGroupDescription:ThingGroupDocument', thingGroupDocument_thingGroupDescription - The thing group description.

$sel:thingGroupId:ThingGroupDocument', thingGroupDocument_thingGroupId - The thing group ID.

$sel:thingGroupName:ThingGroupDocument', thingGroupDocument_thingGroupName - The thing group name.