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 DatasetSchema = DatasetSchema' {}
- newDatasetSchema :: DatasetSchema
- datasetSchema_lastUpdatedDateTime :: Lens' DatasetSchema (Maybe UTCTime)
- datasetSchema_schema :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_schemaArn :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_name :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_creationDateTime :: Lens' DatasetSchema (Maybe UTCTime)
Documentation
data DatasetSchema Source #
Describes the schema for a dataset. For more information on schemas, see CreateSchema.
See: newDatasetSchema
smart constructor.
DatasetSchema' | |
|
Instances
newDatasetSchema :: DatasetSchema Source #
Create a value of DatasetSchema
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:lastUpdatedDateTime:DatasetSchema'
, datasetSchema_lastUpdatedDateTime
- The date and time (in Unix time) that the schema was last updated.
$sel:schema:DatasetSchema'
, datasetSchema_schema
- The schema.
$sel:schemaArn:DatasetSchema'
, datasetSchema_schemaArn
- The Amazon Resource Name (ARN) of the schema.
$sel:name:DatasetSchema'
, datasetSchema_name
- The name of the schema.
$sel:creationDateTime:DatasetSchema'
, datasetSchema_creationDateTime
- The date and time (in Unix time) that the schema was created.
datasetSchema_lastUpdatedDateTime :: Lens' DatasetSchema (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was last updated.
datasetSchema_schema :: Lens' DatasetSchema (Maybe Text) Source #
The schema.
datasetSchema_schemaArn :: Lens' DatasetSchema (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schema.
datasetSchema_name :: Lens' DatasetSchema (Maybe Text) Source #
The name of the schema.
datasetSchema_creationDateTime :: Lens' DatasetSchema (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was created.