Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ThingGroupProperties Source #
Thing group properties.
See: newThingGroupProperties
smart constructor.
ThingGroupProperties' | |
|
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.