| 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.DMS.Types.SchemaShortInfoResponse
Description
Synopsis
- data SchemaShortInfoResponse = SchemaShortInfoResponse' {}
- newSchemaShortInfoResponse :: SchemaShortInfoResponse
- schemaShortInfoResponse_databaseId :: Lens' SchemaShortInfoResponse (Maybe Text)
- schemaShortInfoResponse_databaseIpAddress :: Lens' SchemaShortInfoResponse (Maybe Text)
- schemaShortInfoResponse_databaseName :: Lens' SchemaShortInfoResponse (Maybe Text)
- schemaShortInfoResponse_schemaId :: Lens' SchemaShortInfoResponse (Maybe Text)
- schemaShortInfoResponse_schemaName :: Lens' SchemaShortInfoResponse (Maybe Text)
Documentation
data SchemaShortInfoResponse Source #
Describes a schema in a Fleet Advisor collector inventory.
See: newSchemaShortInfoResponse smart constructor.
Constructors
| SchemaShortInfoResponse' | |
Fields
| |
Instances
newSchemaShortInfoResponse :: SchemaShortInfoResponse Source #
Create a value of SchemaShortInfoResponse 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:databaseId:SchemaShortInfoResponse', schemaShortInfoResponse_databaseId - The ID of a database in a Fleet Advisor collector inventory.
$sel:databaseIpAddress:SchemaShortInfoResponse', schemaShortInfoResponse_databaseIpAddress - The IP address of a database in a Fleet Advisor collector inventory.
$sel:databaseName:SchemaShortInfoResponse', schemaShortInfoResponse_databaseName - The name of a database in a Fleet Advisor collector inventory.
$sel:schemaId:SchemaShortInfoResponse', schemaShortInfoResponse_schemaId - The ID of a schema in a Fleet Advisor collector inventory.
$sel:schemaName:SchemaShortInfoResponse', schemaShortInfoResponse_schemaName - The name of a schema in a Fleet Advisor collector inventory.
schemaShortInfoResponse_databaseId :: Lens' SchemaShortInfoResponse (Maybe Text) Source #
The ID of a database in a Fleet Advisor collector inventory.
schemaShortInfoResponse_databaseIpAddress :: Lens' SchemaShortInfoResponse (Maybe Text) Source #
The IP address of a database in a Fleet Advisor collector inventory.
schemaShortInfoResponse_databaseName :: Lens' SchemaShortInfoResponse (Maybe Text) Source #
The name of a database in a Fleet Advisor collector inventory.
schemaShortInfoResponse_schemaId :: Lens' SchemaShortInfoResponse (Maybe Text) Source #
The ID of a schema in a Fleet Advisor collector inventory.
schemaShortInfoResponse_schemaName :: Lens' SchemaShortInfoResponse (Maybe Text) Source #
The name of a schema in a Fleet Advisor collector inventory.