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 DatasetSummary = DatasetSummary' {}
- newDatasetSummary :: DatasetSummary
- datasetSummary_status :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_lastUpdatedDateTime :: Lens' DatasetSummary (Maybe UTCTime)
- datasetSummary_name :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_datasetType :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_creationDateTime :: Lens' DatasetSummary (Maybe UTCTime)
Documentation
data DatasetSummary Source #
Provides a summary of the properties of a dataset. For a complete listing, call the DescribeDataset API.
See: newDatasetSummary
smart constructor.
DatasetSummary' | |
|
Instances
newDatasetSummary :: DatasetSummary Source #
Create a value of DatasetSummary
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:DatasetSummary'
, datasetSummary_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:DatasetSummary'
, datasetSummary_datasetArn
- The Amazon Resource Name (ARN) of the dataset.
$sel:lastUpdatedDateTime:DatasetSummary'
, datasetSummary_lastUpdatedDateTime
- The date and time (in Unix time) that the dataset was last updated.
$sel:name:DatasetSummary'
, datasetSummary_name
- The name of the dataset.
$sel:datasetType:DatasetSummary'
, datasetSummary_datasetType
- The dataset type. One of the following values:
- Interactions
- Items
- Users
- Event-Interactions
$sel:creationDateTime:DatasetSummary'
, datasetSummary_creationDateTime
- The date and time (in Unix time) that the dataset was created.
datasetSummary_status :: Lens' DatasetSummary (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
datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset.
datasetSummary_lastUpdatedDateTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset was last updated.
datasetSummary_name :: Lens' DatasetSummary (Maybe Text) Source #
The name of the dataset.
datasetSummary_datasetType :: Lens' DatasetSummary (Maybe Text) Source #
The dataset type. One of the following values:
- Interactions
- Items
- Users
- Event-Interactions
datasetSummary_creationDateTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset was created.