amazonka-iot-analytics-2.0: Amazon IoT Analytics 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.IoTAnalytics.Types.DatasetContentSummary

Description

 
Synopsis

Documentation

data DatasetContentSummary Source #

Summary information about dataset contents.

See: newDatasetContentSummary smart constructor.

Constructors

DatasetContentSummary' 

Fields

Instances

Instances details
FromJSON DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

Generic DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

Associated Types

type Rep DatasetContentSummary :: Type -> Type #

Read DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

Show DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

NFData DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

Methods

rnf :: DatasetContentSummary -> () #

Eq DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

Hashable DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

type Rep DatasetContentSummary Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentSummary

type Rep DatasetContentSummary = D1 ('MetaData "DatasetContentSummary" "Amazonka.IoTAnalytics.Types.DatasetContentSummary" "amazonka-iot-analytics-2.0-2pxFb0PbSzA9ccOL4CofY4" 'False) (C1 ('MetaCons "DatasetContentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "scheduleTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetContentStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDatasetContentSummary :: DatasetContentSummary Source #

Create a value of DatasetContentSummary 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:completionTime:DatasetContentSummary', datasetContentSummary_completionTime - The time the dataset content status was updated to SUCCEEDED or FAILED.

$sel:creationTime:DatasetContentSummary', datasetContentSummary_creationTime - The actual time the creation of the dataset contents was started.

$sel:scheduleTime:DatasetContentSummary', datasetContentSummary_scheduleTime - The time the creation of the dataset contents was scheduled to start.

$sel:status:DatasetContentSummary', datasetContentSummary_status - The status of the dataset contents.

$sel:version:DatasetContentSummary', datasetContentSummary_version - The version of the dataset contents.

datasetContentSummary_completionTime :: Lens' DatasetContentSummary (Maybe UTCTime) Source #

The time the dataset content status was updated to SUCCEEDED or FAILED.

datasetContentSummary_creationTime :: Lens' DatasetContentSummary (Maybe UTCTime) Source #

The actual time the creation of the dataset contents was started.

datasetContentSummary_scheduleTime :: Lens' DatasetContentSummary (Maybe UTCTime) Source #

The time the creation of the dataset contents was scheduled to start.