amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment 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.LookoutEquipment.Types.InsufficientSensorData

Description

 
Synopsis

Documentation

data InsufficientSensorData Source #

Entity that comprises aggregated information on sensors having insufficient data.

See: newInsufficientSensorData smart constructor.

Constructors

InsufficientSensorData' 

Fields

Instances

Instances details
FromJSON InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Generic InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Associated Types

type Rep InsufficientSensorData :: Type -> Type #

Read InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Show InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

NFData InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Methods

rnf :: InsufficientSensorData -> () #

Eq InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

Hashable InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

type Rep InsufficientSensorData Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.InsufficientSensorData

type Rep InsufficientSensorData = D1 ('MetaData "InsufficientSensorData" "Amazonka.LookoutEquipment.Types.InsufficientSensorData" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "InsufficientSensorData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missingCompleteSensorData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MissingCompleteSensorData) :*: S1 ('MetaSel ('Just "sensorsWithShortDateRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SensorsWithShortDateRange)))

newInsufficientSensorData Source #

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.