| 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.SchemaResponse
Description
Synopsis
- data SchemaResponse = SchemaResponse' {}
- newSchemaResponse :: SchemaResponse
- schemaResponse_codeLineCount :: Lens' SchemaResponse (Maybe Integer)
- schemaResponse_codeSize :: Lens' SchemaResponse (Maybe Integer)
- schemaResponse_complexity :: Lens' SchemaResponse (Maybe Text)
- schemaResponse_databaseInstance :: Lens' SchemaResponse (Maybe DatabaseShortInfoResponse)
- schemaResponse_originalSchema :: Lens' SchemaResponse (Maybe SchemaShortInfoResponse)
- schemaResponse_schemaId :: Lens' SchemaResponse (Maybe Text)
- schemaResponse_schemaName :: Lens' SchemaResponse (Maybe Text)
- schemaResponse_server :: Lens' SchemaResponse (Maybe ServerShortInfoResponse)
- schemaResponse_similarity :: Lens' SchemaResponse (Maybe Double)
Documentation
data SchemaResponse Source #
Describes a schema in a Fleet Advisor collector inventory.
See: newSchemaResponse smart constructor.
Constructors
| SchemaResponse' | |
Fields
| |
Instances
newSchemaResponse :: SchemaResponse Source #
Create a value of SchemaResponse 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:codeLineCount:SchemaResponse', schemaResponse_codeLineCount - The number of lines of code in a schema in a Fleet Advisor collector
inventory.
$sel:codeSize:SchemaResponse', schemaResponse_codeSize - The size level of the code in a schema in a Fleet Advisor collector
inventory.
$sel:complexity:SchemaResponse', schemaResponse_complexity - The complexity level of the code in a schema in a Fleet Advisor
collector inventory.
$sel:databaseInstance:SchemaResponse', schemaResponse_databaseInstance - The database for a schema in a Fleet Advisor collector inventory.
$sel:originalSchema:SchemaResponse', schemaResponse_originalSchema - Undocumented member.
SchemaResponse, schemaResponse_schemaId - The ID of a schema in a Fleet Advisor collector inventory.
SchemaResponse, schemaResponse_schemaName - The name of a schema in a Fleet Advisor collector inventory.
$sel:server:SchemaResponse', schemaResponse_server - The database server for a schema in a Fleet Advisor collector inventory.
$sel:similarity:SchemaResponse', schemaResponse_similarity - The similarity value for a schema in a Fleet Advisor collector
inventory. A higher similarity value indicates that a schema is likely
to be a duplicate.
schemaResponse_codeLineCount :: Lens' SchemaResponse (Maybe Integer) Source #
The number of lines of code in a schema in a Fleet Advisor collector inventory.
schemaResponse_codeSize :: Lens' SchemaResponse (Maybe Integer) Source #
The size level of the code in a schema in a Fleet Advisor collector inventory.
schemaResponse_complexity :: Lens' SchemaResponse (Maybe Text) Source #
The complexity level of the code in a schema in a Fleet Advisor collector inventory.
schemaResponse_databaseInstance :: Lens' SchemaResponse (Maybe DatabaseShortInfoResponse) Source #
The database for a schema in a Fleet Advisor collector inventory.
schemaResponse_originalSchema :: Lens' SchemaResponse (Maybe SchemaShortInfoResponse) Source #
Undocumented member.
schemaResponse_schemaId :: Lens' SchemaResponse (Maybe Text) Source #
The ID of a schema in a Fleet Advisor collector inventory.
schemaResponse_schemaName :: Lens' SchemaResponse (Maybe Text) Source #
The name of a schema in a Fleet Advisor collector inventory.
schemaResponse_server :: Lens' SchemaResponse (Maybe ServerShortInfoResponse) Source #
The database server for a schema in a Fleet Advisor collector inventory.
schemaResponse_similarity :: Lens' SchemaResponse (Maybe Double) Source #
The similarity value for a schema in a Fleet Advisor collector inventory. A higher similarity value indicates that a schema is likely to be a duplicate.