| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.ThingGroupProperties
Description
Documentation
data ThingGroupProperties Source #
Thing group properties.
See: newThingGroupProperties smart constructor.
Constructors
| ThingGroupProperties' | |
Fields
| |
Instances
newThingGroupProperties :: ThingGroupProperties Source #
Create a value of ThingGroupProperties 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:attributePayload:ThingGroupProperties', thingGroupProperties_attributePayload - The thing group attributes in JSON format.
$sel:thingGroupDescription:ThingGroupProperties', thingGroupProperties_thingGroupDescription - The thing group description.
thingGroupProperties_attributePayload :: Lens' ThingGroupProperties (Maybe AttributePayload) Source #
The thing group attributes in JSON format.
thingGroupProperties_thingGroupDescription :: Lens' ThingGroupProperties (Maybe Text) Source #
The thing group description.