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.SignalInformation

Description

 
Synopsis

Documentation

data SignalInformation Source #

Information about a signal.

See: newSignalInformation smart constructor.

Constructors

SignalInformation' 

Fields

Instances

Instances details
FromJSON SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

ToJSON SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

Generic SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

Associated Types

type Rep SignalInformation :: Type -> Type #

Read SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

Show SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

NFData SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

Methods

rnf :: SignalInformation -> () #

Eq SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

Hashable SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

type Rep SignalInformation Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.SignalInformation

type Rep SignalInformation = D1 ('MetaData "SignalInformation" "Amazonka.IoTFleetWise.Types.SignalInformation" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "SignalInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxSampleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "minimumSamplingIntervalMs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSignalInformation Source #

Create a value of SignalInformation 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:maxSampleCount:SignalInformation', signalInformation_maxSampleCount - The maximum number of samples to collect.

$sel:minimumSamplingIntervalMs:SignalInformation', signalInformation_minimumSamplingIntervalMs - The minimum duration of time (in milliseconds) between two triggering events to collect data.

If a signal changes often, you might want to collect data at a slower rate.

$sel:name:SignalInformation', signalInformation_name - The name of the signal.

signalInformation_maxSampleCount :: Lens' SignalInformation (Maybe Natural) Source #

The maximum number of samples to collect.

signalInformation_minimumSamplingIntervalMs :: Lens' SignalInformation (Maybe Natural) Source #

The minimum duration of time (in milliseconds) between two triggering events to collect data.

If a signal changes often, you might want to collect data at a slower rate.