Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Dataset = Dataset' {}
- newDataset :: Dataset
- dataset_status :: Lens' Dataset (Maybe Text)
- dataset_datasetArn :: Lens' Dataset (Maybe Text)
- dataset_lastUpdatedDateTime :: Lens' Dataset (Maybe UTCTime)
- dataset_schemaArn :: Lens' Dataset (Maybe Text)
- dataset_name :: Lens' Dataset (Maybe Text)
- dataset_datasetType :: Lens' Dataset (Maybe Text)
- dataset_creationDateTime :: Lens' Dataset (Maybe UTCTime)
- dataset_datasetGroupArn :: Lens' Dataset (Maybe Text)
Documentation
Provides metadata for a dataset.
See: newDataset
smart constructor.
Dataset' | |
|
Instances
newDataset :: Dataset Source #
Create a value of Dataset
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:status:Dataset'
, dataset_status
- The status of the dataset.
A dataset can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
$sel:datasetArn:Dataset'
, dataset_datasetArn
- The Amazon Resource Name (ARN) of the dataset that you want metadata
for.
$sel:lastUpdatedDateTime:Dataset'
, dataset_lastUpdatedDateTime
- A time stamp that shows when the dataset was updated.
$sel:schemaArn:Dataset'
, dataset_schemaArn
- The ARN of the associated schema.
$sel:name:Dataset'
, dataset_name
- The name of the dataset.
$sel:datasetType:Dataset'
, dataset_datasetType
- One of the following values:
- Interactions
- Items
- Users
$sel:creationDateTime:Dataset'
, dataset_creationDateTime
- The creation date and time (in Unix time) of the dataset.
$sel:datasetGroupArn:Dataset'
, dataset_datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group.
dataset_status :: Lens' Dataset (Maybe Text) Source #
The status of the dataset.
A dataset can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
dataset_datasetArn :: Lens' Dataset (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
dataset_lastUpdatedDateTime :: Lens' Dataset (Maybe UTCTime) Source #
A time stamp that shows when the dataset was updated.
dataset_datasetType :: Lens' Dataset (Maybe Text) Source #
One of the following values:
- Interactions
- Items
- Users