| 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.NodeCounts
Description
Synopsis
- data NodeCounts = NodeCounts' {}
- newNodeCounts :: NodeCounts
- nodeCounts_totalActuators :: Lens' NodeCounts (Maybe Int)
- nodeCounts_totalAttributes :: Lens' NodeCounts (Maybe Int)
- nodeCounts_totalBranches :: Lens' NodeCounts (Maybe Int)
- nodeCounts_totalNodes :: Lens' NodeCounts (Maybe Int)
- nodeCounts_totalSensors :: Lens' NodeCounts (Maybe Int)
Documentation
data NodeCounts Source #
Information about the number of nodes and node types in a vehicle network.
See: newNodeCounts smart constructor.
Constructors
| NodeCounts' | |
Fields
| |
Instances
newNodeCounts :: NodeCounts Source #
Create a value of NodeCounts 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:totalActuators:NodeCounts', nodeCounts_totalActuators - The total number of nodes in a vehicle network that represent actuators.
$sel:totalAttributes:NodeCounts', nodeCounts_totalAttributes - The total number of nodes in a vehicle network that represent
attributes.
$sel:totalBranches:NodeCounts', nodeCounts_totalBranches - The total number of nodes in a vehicle network that represent branches.
$sel:totalNodes:NodeCounts', nodeCounts_totalNodes - The total number of nodes in a vehicle network.
$sel:totalSensors:NodeCounts', nodeCounts_totalSensors - The total number of nodes in a vehicle network that represent sensors.
nodeCounts_totalActuators :: Lens' NodeCounts (Maybe Int) Source #
The total number of nodes in a vehicle network that represent actuators.
nodeCounts_totalAttributes :: Lens' NodeCounts (Maybe Int) Source #
The total number of nodes in a vehicle network that represent attributes.
nodeCounts_totalBranches :: Lens' NodeCounts (Maybe Int) Source #
The total number of nodes in a vehicle network that represent branches.
nodeCounts_totalNodes :: Lens' NodeCounts (Maybe Int) Source #
The total number of nodes in a vehicle network.
nodeCounts_totalSensors :: Lens' NodeCounts (Maybe Int) Source #
The total number of nodes in a vehicle network that represent sensors.