| 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.LookoutEquipment.Types.InsufficientSensorData
Description
Synopsis
- data InsufficientSensorData = InsufficientSensorData' {}
- newInsufficientSensorData :: MissingCompleteSensorData -> SensorsWithShortDateRange -> InsufficientSensorData
- insufficientSensorData_missingCompleteSensorData :: Lens' InsufficientSensorData MissingCompleteSensorData
- insufficientSensorData_sensorsWithShortDateRange :: Lens' InsufficientSensorData SensorsWithShortDateRange
Documentation
data InsufficientSensorData Source #
Entity that comprises aggregated information on sensors having insufficient data.
See: newInsufficientSensorData smart constructor.
Constructors
| InsufficientSensorData' | |
Fields
| |
Instances
newInsufficientSensorData Source #
Arguments
| :: MissingCompleteSensorData | |
| -> SensorsWithShortDateRange | |
| -> InsufficientSensorData |
Create a value of InsufficientSensorData 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:missingCompleteSensorData:InsufficientSensorData', insufficientSensorData_missingCompleteSensorData - Parameter that describes the total number of sensors that have data
completely missing for it.
$sel:sensorsWithShortDateRange:InsufficientSensorData', insufficientSensorData_sensorsWithShortDateRange - Parameter that describes the total number of sensors that have a short
date range of less than 90 days of data overall.
insufficientSensorData_missingCompleteSensorData :: Lens' InsufficientSensorData MissingCompleteSensorData Source #
Parameter that describes the total number of sensors that have data completely missing for it.
insufficientSensorData_sensorsWithShortDateRange :: Lens' InsufficientSensorData SensorsWithShortDateRange Source #
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.