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 DatasetSchemaSummary = DatasetSchemaSummary' {}
- newDatasetSchemaSummary :: DatasetSchemaSummary
- datasetSchemaSummary_lastUpdatedDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime)
- datasetSchemaSummary_schemaArn :: Lens' DatasetSchemaSummary (Maybe Text)
- datasetSchemaSummary_name :: Lens' DatasetSchemaSummary (Maybe Text)
- datasetSchemaSummary_creationDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime)
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.
DatasetSchemaSummary' | |
|
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:lastUpdatedDateTime:DatasetSchemaSummary'
, datasetSchemaSummary_lastUpdatedDateTime
- The date and time (in Unix time) that the schema was last updated.
$sel:schemaArn:DatasetSchemaSummary'
, datasetSchemaSummary_schemaArn
- The Amazon Resource Name (ARN) of the schema.
$sel:name:DatasetSchemaSummary'
, datasetSchemaSummary_name
- The name of the schema.
$sel:creationDateTime:DatasetSchemaSummary'
, datasetSchemaSummary_creationDateTime
- The date and time (in Unix time) that the schema was created.
datasetSchemaSummary_lastUpdatedDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was last updated.
datasetSchemaSummary_schemaArn :: Lens' DatasetSchemaSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schema.
datasetSchemaSummary_name :: Lens' DatasetSchemaSummary (Maybe Text) Source #
The name of the schema.
datasetSchemaSummary_creationDateTime :: Lens' DatasetSchemaSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was created.