| 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.IoTAnalytics.Types.DatasetContentSummary
Description
Synopsis
- data DatasetContentSummary = DatasetContentSummary' {}
- newDatasetContentSummary :: DatasetContentSummary
- datasetContentSummary_completionTime :: Lens' DatasetContentSummary (Maybe UTCTime)
- datasetContentSummary_creationTime :: Lens' DatasetContentSummary (Maybe UTCTime)
- datasetContentSummary_scheduleTime :: Lens' DatasetContentSummary (Maybe UTCTime)
- datasetContentSummary_status :: Lens' DatasetContentSummary (Maybe DatasetContentStatus)
- datasetContentSummary_version :: Lens' DatasetContentSummary (Maybe Text)
Documentation
data DatasetContentSummary Source #
Summary information about dataset contents.
See: newDatasetContentSummary smart constructor.
Constructors
| DatasetContentSummary' | |
Fields
| |
Instances
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.
datasetContentSummary_status :: Lens' DatasetContentSummary (Maybe DatasetContentStatus) Source #
The status of the dataset contents.
datasetContentSummary_version :: Lens' DatasetContentSummary (Maybe Text) Source #
The version of the dataset contents.