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 SchemaSummary = SchemaSummary' {}
- newSchemaSummary :: SchemaSummary
- schemaSummary_schemaName :: Lens' SchemaSummary (Maybe Text)
- schemaSummary_schemaArn :: Lens' SchemaSummary (Maybe Text)
- schemaSummary_lastModified :: Lens' SchemaSummary (Maybe UTCTime)
- schemaSummary_tags :: Lens' SchemaSummary (Maybe (HashMap Text Text))
- schemaSummary_versionCount :: Lens' SchemaSummary (Maybe Integer)
Documentation
data SchemaSummary Source #
A summary of schema details.
See: newSchemaSummary
smart constructor.
SchemaSummary' | |
|
Instances
newSchemaSummary :: SchemaSummary Source #
Create a value of SchemaSummary
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:schemaName:SchemaSummary'
, schemaSummary_schemaName
- The name of the schema.
$sel:schemaArn:SchemaSummary'
, schemaSummary_schemaArn
- The ARN of the schema.
$sel:lastModified:SchemaSummary'
, schemaSummary_lastModified
- The date and time that schema was modified.
$sel:tags:SchemaSummary'
, schemaSummary_tags
- Tags associated with the schema.
$sel:versionCount:SchemaSummary'
, schemaSummary_versionCount
- The number of versions available for the schema.
schemaSummary_schemaName :: Lens' SchemaSummary (Maybe Text) Source #
The name of the schema.
schemaSummary_schemaArn :: Lens' SchemaSummary (Maybe Text) Source #
The ARN of the schema.
schemaSummary_lastModified :: Lens' SchemaSummary (Maybe UTCTime) Source #
The date and time that schema was modified.
schemaSummary_tags :: Lens' SchemaSummary (Maybe (HashMap Text Text)) Source #
Tags associated with the schema.
schemaSummary_versionCount :: Lens' SchemaSummary (Maybe Integer) Source #
The number of versions available for the schema.