amazonka-iotfleetwise-2.0: Amazon IoT FleetWise SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTFleetWise.Types.NodeCounts

Description

 
Synopsis

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

Instances details
FromJSON NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

Generic NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

Associated Types

type Rep NodeCounts :: Type -> Type #

Read NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

Show NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

NFData NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

Methods

rnf :: NodeCounts -> () #

Eq NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

Hashable NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

type Rep NodeCounts Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.NodeCounts

type Rep NodeCounts = D1 ('MetaData "NodeCounts" "Amazonka.IoTFleetWise.Types.NodeCounts" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "NodeCounts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "totalActuators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "totalBranches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "totalNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalSensors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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.