| 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.IoTFleetWise.Types.Node
Description
Documentation
A general abstraction of a signal. A node can be specified as an actuator, attribute, branch, or sensor.
See: newNode smart constructor.
Constructors
| Node' | |
Fields
| |
Instances
Create a value of Node 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:actuator:Node', node_actuator - Information about a node specified as an actuator.
An actuator is a digital representation of a vehicle device.
$sel:attribute:Node', node_attribute - Information about a node specified as an attribute.
An attribute represents static information about a vehicle.
$sel:branch:Node', node_branch - Information about a node specified as a branch.
A group of signals that are defined in a hierarchical structure.
$sel:sensor:Node', node_sensor - Undocumented member.
node_actuator :: Lens' Node (Maybe Actuator) Source #
Information about a node specified as an actuator.
An actuator is a digital representation of a vehicle device.
node_attribute :: Lens' Node (Maybe Attribute) Source #
Information about a node specified as an attribute.
An attribute represents static information about a vehicle.