| 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.Glue.Types.SchemaListItem
Description
Synopsis
- data SchemaListItem = SchemaListItem' {}
- newSchemaListItem :: SchemaListItem
- schemaListItem_createdTime :: Lens' SchemaListItem (Maybe Text)
- schemaListItem_description :: Lens' SchemaListItem (Maybe Text)
- schemaListItem_registryName :: Lens' SchemaListItem (Maybe Text)
- schemaListItem_schemaArn :: Lens' SchemaListItem (Maybe Text)
- schemaListItem_schemaName :: Lens' SchemaListItem (Maybe Text)
- schemaListItem_schemaStatus :: Lens' SchemaListItem (Maybe SchemaStatus)
- schemaListItem_updatedTime :: Lens' SchemaListItem (Maybe Text)
Documentation
data SchemaListItem Source #
An object that contains minimal details for a schema.
See: newSchemaListItem smart constructor.
Constructors
| SchemaListItem' | |
Fields
| |
Instances
newSchemaListItem :: SchemaListItem Source #
Create a value of SchemaListItem 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:createdTime:SchemaListItem', schemaListItem_createdTime - The date and time that a schema was created.
$sel:description:SchemaListItem', schemaListItem_description - A description for the schema.
$sel:registryName:SchemaListItem', schemaListItem_registryName - the name of the registry where the schema resides.
$sel:schemaArn:SchemaListItem', schemaListItem_schemaArn - The Amazon Resource Name (ARN) for the schema.
$sel:schemaName:SchemaListItem', schemaListItem_schemaName - The name of the schema.
$sel:schemaStatus:SchemaListItem', schemaListItem_schemaStatus - The status of the schema.
$sel:updatedTime:SchemaListItem', schemaListItem_updatedTime - The date and time that a schema was updated.
schemaListItem_createdTime :: Lens' SchemaListItem (Maybe Text) Source #
The date and time that a schema was created.
schemaListItem_description :: Lens' SchemaListItem (Maybe Text) Source #
A description for the schema.
schemaListItem_registryName :: Lens' SchemaListItem (Maybe Text) Source #
the name of the registry where the schema resides.
schemaListItem_schemaArn :: Lens' SchemaListItem (Maybe Text) Source #
The Amazon Resource Name (ARN) for the schema.
schemaListItem_schemaName :: Lens' SchemaListItem (Maybe Text) Source #
The name of the schema.
schemaListItem_schemaStatus :: Lens' SchemaListItem (Maybe SchemaStatus) Source #
The status of the schema.
schemaListItem_updatedTime :: Lens' SchemaListItem (Maybe Text) Source #
The date and time that a schema was updated.