| 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.UnsupportedTimestamps
Description
Documentation
data UnsupportedTimestamps Source #
Entity that comprises information abount unsupported timestamps in the dataset.
See: newUnsupportedTimestamps smart constructor.
Constructors
| UnsupportedTimestamps' | |
Fields
| |
Instances
newUnsupportedTimestamps Source #
Arguments
| :: Int |
|
| -> UnsupportedTimestamps |
Create a value of UnsupportedTimestamps 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:totalNumberOfUnsupportedTimestamps:UnsupportedTimestamps', unsupportedTimestamps_totalNumberOfUnsupportedTimestamps - Indicates the total number of unsupported timestamps across the ingested
data.
unsupportedTimestamps_totalNumberOfUnsupportedTimestamps :: Lens' UnsupportedTimestamps Int Source #
Indicates the total number of unsupported timestamps across the ingested data.