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

Description

 
Synopsis

Documentation

data SensorsWithShortDateRange Source #

Entity that comprises information on sensors that have shorter date range.

See: newSensorsWithShortDateRange smart constructor.

Constructors

SensorsWithShortDateRange' 

Fields

Instances

Instances details
FromJSON SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Generic SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Associated Types

type Rep SensorsWithShortDateRange :: Type -> Type #

Read SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Show SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

NFData SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Eq SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

Hashable SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

type Rep SensorsWithShortDateRange Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange

type Rep SensorsWithShortDateRange = D1 ('MetaData "SensorsWithShortDateRange" "Amazonka.LookoutEquipment.Types.SensorsWithShortDateRange" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "SensorsWithShortDateRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "affectedSensorCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSensorsWithShortDateRange Source #

Create a value of SensorsWithShortDateRange 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:affectedSensorCount:SensorsWithShortDateRange', sensorsWithShortDateRange_affectedSensorCount - Indicates the number of sensors that have less than 90 days of data.

sensorsWithShortDateRange_affectedSensorCount :: Lens' SensorsWithShortDateRange Int Source #

Indicates the number of sensors that have less than 90 days of data.