| 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 |
Amazonka.IoTThingsGraph.Types.Thing
Description
Documentation
An AWS IoT thing.
See: newThing smart constructor.
Constructors
| Thing' | |
Instances
| Eq Thing Source # | |
| Read Thing Source # | |
| Show Thing Source # | |
| Generic Thing Source # | |
| NFData Thing Source # | |
Defined in Amazonka.IoTThingsGraph.Types.Thing | |
| Hashable Thing Source # | |
Defined in Amazonka.IoTThingsGraph.Types.Thing | |
| FromJSON Thing Source # | |
| type Rep Thing Source # | |
Defined in Amazonka.IoTThingsGraph.Types.Thing type Rep Thing = D1 ('MetaData "Thing" "Amazonka.IoTThingsGraph.Types.Thing" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "Thing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Thing 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:thingArn:Thing', thing_thingArn - The ARN of the thing.
$sel:thingName:Thing', thing_thingName - The name of the thing.