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 SchemaVersionSummary = SchemaVersionSummary' {}
- newSchemaVersionSummary :: SchemaVersionSummary
- schemaVersionSummary_schemaVersion :: Lens' SchemaVersionSummary (Maybe Text)
- schemaVersionSummary_schemaName :: Lens' SchemaVersionSummary (Maybe Text)
- schemaVersionSummary_schemaArn :: Lens' SchemaVersionSummary (Maybe Text)
- schemaVersionSummary_type :: Lens' SchemaVersionSummary (Maybe Type)
Documentation
data SchemaVersionSummary Source #
See: newSchemaVersionSummary
smart constructor.
Instances
newSchemaVersionSummary :: SchemaVersionSummary Source #
Create a value of SchemaVersionSummary
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:schemaVersion:SchemaVersionSummary'
, schemaVersionSummary_schemaVersion
- The version number of the schema.
$sel:schemaName:SchemaVersionSummary'
, schemaVersionSummary_schemaName
- The name of the schema.
$sel:schemaArn:SchemaVersionSummary'
, schemaVersionSummary_schemaArn
- The ARN of the schema version.
$sel:type':SchemaVersionSummary'
, schemaVersionSummary_type
- The type of schema.
schemaVersionSummary_schemaVersion :: Lens' SchemaVersionSummary (Maybe Text) Source #
The version number of the schema.
schemaVersionSummary_schemaName :: Lens' SchemaVersionSummary (Maybe Text) Source #
The name of the schema.
schemaVersionSummary_schemaArn :: Lens' SchemaVersionSummary (Maybe Text) Source #
The ARN of the schema version.
schemaVersionSummary_type :: Lens' SchemaVersionSummary (Maybe Type) Source #
The type of schema.