| 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.LargeTimestampGaps
Description
Synopsis
- data LargeTimestampGaps = LargeTimestampGaps' {}
- newLargeTimestampGaps :: StatisticalIssueStatus -> LargeTimestampGaps
- largeTimestampGaps_maxTimestampGapInDays :: Lens' LargeTimestampGaps (Maybe Int)
- largeTimestampGaps_numberOfLargeTimestampGaps :: Lens' LargeTimestampGaps (Maybe Int)
- largeTimestampGaps_status :: Lens' LargeTimestampGaps StatisticalIssueStatus
Documentation
data LargeTimestampGaps Source #
Entity that comprises information on large gaps between consecutive timestamps in data.
See: newLargeTimestampGaps smart constructor.
Constructors
| LargeTimestampGaps' | |
Fields
| |
Instances
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.