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 |
Synopsis
- data ThingGroupMetadata = ThingGroupMetadata' {}
- newThingGroupMetadata :: ThingGroupMetadata
- thingGroupMetadata_rootToParentThingGroups :: Lens' ThingGroupMetadata (Maybe [GroupNameAndArn])
- thingGroupMetadata_parentGroupName :: Lens' ThingGroupMetadata (Maybe Text)
- thingGroupMetadata_creationDate :: Lens' ThingGroupMetadata (Maybe UTCTime)
Documentation
data ThingGroupMetadata Source #
Thing group metadata.
See: newThingGroupMetadata
smart constructor.
ThingGroupMetadata' | |
|
Instances
newThingGroupMetadata :: ThingGroupMetadata Source #
Create a value of ThingGroupMetadata
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:rootToParentThingGroups:ThingGroupMetadata'
, thingGroupMetadata_rootToParentThingGroups
- The root parent thing group.
$sel:parentGroupName:ThingGroupMetadata'
, thingGroupMetadata_parentGroupName
- The parent thing group name.
$sel:creationDate:ThingGroupMetadata'
, thingGroupMetadata_creationDate
- The UNIX timestamp of when the thing group was created.
thingGroupMetadata_rootToParentThingGroups :: Lens' ThingGroupMetadata (Maybe [GroupNameAndArn]) Source #
The root parent thing group.
thingGroupMetadata_parentGroupName :: Lens' ThingGroupMetadata (Maybe Text) Source #
The parent thing group name.
thingGroupMetadata_creationDate :: Lens' ThingGroupMetadata (Maybe UTCTime) Source #
The UNIX timestamp of when the thing group was created.