| 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.SignalInformation
Description
Synopsis
- data SignalInformation = SignalInformation' {}
- newSignalInformation :: Text -> SignalInformation
- signalInformation_maxSampleCount :: Lens' SignalInformation (Maybe Natural)
- signalInformation_minimumSamplingIntervalMs :: Lens' SignalInformation (Maybe Natural)
- signalInformation_name :: Lens' SignalInformation Text
Documentation
data SignalInformation Source #
Information about a signal.
See: newSignalInformation smart constructor.
Constructors
| SignalInformation' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> SignalInformation |
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.
signalInformation_name :: Lens' SignalInformation Text Source #
The name of the signal.