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

Description

 
Synopsis

Documentation

data UnsupportedTimestamps Source #

Entity that comprises information abount unsupported timestamps in the dataset.

See: newUnsupportedTimestamps smart constructor.

Constructors

UnsupportedTimestamps' 

Fields

Instances

Instances details
FromJSON UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Generic UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Associated Types

type Rep UnsupportedTimestamps :: Type -> Type #

Read UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Show UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

NFData UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Methods

rnf :: UnsupportedTimestamps -> () #

Eq UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

Hashable UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

type Rep UnsupportedTimestamps Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.UnsupportedTimestamps

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

newUnsupportedTimestamps Source #

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.