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