| 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.Personalize.Types.DatasetSchemaSummary
Description
Synopsis
- data DatasetSchemaSummary = DatasetSchemaSummary' {}
- newDatasetSchemaSummary :: DatasetSchemaSummary
- datasetSchemaSummary_creationDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime)
- datasetSchemaSummary_domain :: Lens' DatasetSchemaSummary (Maybe Domain)
- datasetSchemaSummary_lastUpdatedDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime)
- datasetSchemaSummary_name :: Lens' DatasetSchemaSummary (Maybe Text)
- datasetSchemaSummary_schemaArn :: Lens' DatasetSchemaSummary (Maybe Text)
Documentation
data DatasetSchemaSummary Source #
Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.
See: newDatasetSchemaSummary smart constructor.
Constructors
| DatasetSchemaSummary' | |
Fields
| |
Instances
newDatasetSchemaSummary :: DatasetSchemaSummary Source #
Create a value of DatasetSchemaSummary 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:creationDateTime:DatasetSchemaSummary', datasetSchemaSummary_creationDateTime - The date and time (in Unix time) that the schema was created.
$sel:domain:DatasetSchemaSummary', datasetSchemaSummary_domain - The domain of a schema that you created for a dataset in a Domain
dataset group.
$sel:lastUpdatedDateTime:DatasetSchemaSummary', datasetSchemaSummary_lastUpdatedDateTime - The date and time (in Unix time) that the schema was last updated.
$sel:name:DatasetSchemaSummary', datasetSchemaSummary_name - The name of the schema.
$sel:schemaArn:DatasetSchemaSummary', datasetSchemaSummary_schemaArn - The Amazon Resource Name (ARN) of the schema.
datasetSchemaSummary_creationDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was created.
datasetSchemaSummary_domain :: Lens' DatasetSchemaSummary (Maybe Domain) Source #
The domain of a schema that you created for a dataset in a Domain dataset group.
datasetSchemaSummary_lastUpdatedDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was last updated.
datasetSchemaSummary_name :: Lens' DatasetSchemaSummary (Maybe Text) Source #
The name of the schema.
datasetSchemaSummary_schemaArn :: Lens' DatasetSchemaSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schema.