| 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.DatasetContentStatus
Description
Documentation
data DatasetContentStatus Source #
The state of the dataset contents and the reason they are in this state.
See: newDatasetContentStatus smart constructor.
Constructors
| DatasetContentStatus' | |
Instances
newDatasetContentStatus :: DatasetContentStatus Source #
Create a value of DatasetContentStatus 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:reason:DatasetContentStatus', datasetContentStatus_reason - The reason the dataset contents are in this state.
$sel:state:DatasetContentStatus', datasetContentStatus_state - The state of the dataset contents. Can be one of READY, CREATING,
SUCCEEDED, or FAILED.
datasetContentStatus_reason :: Lens' DatasetContentStatus (Maybe Text) Source #
The reason the dataset contents are in this state.
datasetContentStatus_state :: Lens' DatasetContentStatus (Maybe DatasetContentState) Source #
The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.