| 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.EntityType
Description
Documentation
newtype EntityType Source #
Constructors
| EntityType' | |
Fields | |
Bundled Patterns
| pattern EntityType_ACTION :: EntityType | |
| pattern EntityType_CAPABILITY :: EntityType | |
| pattern EntityType_DEVICE :: EntityType | |
| pattern EntityType_DEVICE_MODEL :: EntityType | |
| pattern EntityType_ENUM :: EntityType | |
| pattern EntityType_EVENT :: EntityType | |
| pattern EntityType_MAPPING :: EntityType | |
| pattern EntityType_PROPERTY :: EntityType | |
| pattern EntityType_SERVICE :: EntityType | |
| pattern EntityType_STATE :: EntityType |