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

Description

 
Synopsis

Documentation

data LargeTimestampGaps Source #

Entity that comprises information on large gaps between consecutive timestamps in data.

See: newLargeTimestampGaps smart constructor.

Constructors

LargeTimestampGaps' 

Fields

Instances

Instances details
FromJSON LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Generic LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Associated Types

type Rep LargeTimestampGaps :: Type -> Type #

Read LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Show LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

NFData LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Methods

rnf :: LargeTimestampGaps -> () #

Eq LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

Hashable LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

type Rep LargeTimestampGaps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LargeTimestampGaps

type Rep LargeTimestampGaps = D1 ('MetaData "LargeTimestampGaps" "Amazonka.LookoutEquipment.Types.LargeTimestampGaps" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "LargeTimestampGaps'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxTimestampGapInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "numberOfLargeTimestampGaps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StatisticalIssueStatus))))

newLargeTimestampGaps Source #

Create a value of LargeTimestampGaps 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:maxTimestampGapInDays:LargeTimestampGaps', largeTimestampGaps_maxTimestampGapInDays - Indicates the size of the largest timestamp gap, in days.

$sel:numberOfLargeTimestampGaps:LargeTimestampGaps', largeTimestampGaps_numberOfLargeTimestampGaps - Indicates the number of large timestamp gaps, if there are any.

$sel:status:LargeTimestampGaps', largeTimestampGaps_status - Indicates whether there is a potential data issue related to large gaps in timestamps.

largeTimestampGaps_maxTimestampGapInDays :: Lens' LargeTimestampGaps (Maybe Int) Source #

Indicates the size of the largest timestamp gap, in days.

largeTimestampGaps_numberOfLargeTimestampGaps :: Lens' LargeTimestampGaps (Maybe Int) Source #

Indicates the number of large timestamp gaps, if there are any.

largeTimestampGaps_status :: Lens' LargeTimestampGaps StatisticalIssueStatus Source #

Indicates whether there is a potential data issue related to large gaps in timestamps.