amazonka-dms-2.0: Amazon Database Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DMS.Types.SchemaResponse

Description

 
Synopsis

Documentation

data SchemaResponse Source #

Describes a schema in a Fleet Advisor collector inventory.

See: newSchemaResponse smart constructor.

Constructors

SchemaResponse' 

Fields

Instances

Instances details
FromJSON SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Generic SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Associated Types

type Rep SchemaResponse :: Type -> Type #

Read SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Show SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

NFData SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Methods

rnf :: SchemaResponse -> () #

Eq SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Hashable SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

type Rep SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

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_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.