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

Description

 
Synopsis

Documentation

data DatabaseResponse Source #

Describes a database in a Fleet Advisor collector inventory.

See: newDatabaseResponse smart constructor.

Constructors

DatabaseResponse' 

Fields

Instances

Instances details
FromJSON DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Generic DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Associated Types

type Rep DatabaseResponse :: Type -> Type #

Read DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Show DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

NFData DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Methods

rnf :: DatabaseResponse -> () #

Eq DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Hashable DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

type Rep DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

newDatabaseResponse :: DatabaseResponse Source #

Create a value of DatabaseResponse 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:collectors:DatabaseResponse', databaseResponse_collectors - A list of collectors associated with the database.

$sel:databaseId:DatabaseResponse', databaseResponse_databaseId - The ID of a database in a Fleet Advisor collector inventory.

$sel:databaseName:DatabaseResponse', databaseResponse_databaseName - The name of a database in a Fleet Advisor collector inventory.

DatabaseResponse, databaseResponse_ipAddress - The IP address of a database in a Fleet Advisor collector inventory.

$sel:numberOfSchemas:DatabaseResponse', databaseResponse_numberOfSchemas - The number of schemas in a Fleet Advisor collector inventory database.

$sel:server:DatabaseResponse', databaseResponse_server - The server name of a database in a Fleet Advisor collector inventory.

$sel:softwareDetails:DatabaseResponse', databaseResponse_softwareDetails - The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.

databaseResponse_collectors :: Lens' DatabaseResponse (Maybe [CollectorShortInfoResponse]) Source #

A list of collectors associated with the database.

databaseResponse_databaseId :: Lens' DatabaseResponse (Maybe Text) Source #

The ID of a database in a Fleet Advisor collector inventory.

databaseResponse_databaseName :: Lens' DatabaseResponse (Maybe Text) Source #

The name of a database in a Fleet Advisor collector inventory.

databaseResponse_ipAddress :: Lens' DatabaseResponse (Maybe Text) Source #

The IP address of a database in a Fleet Advisor collector inventory.

databaseResponse_numberOfSchemas :: Lens' DatabaseResponse (Maybe Integer) Source #

The number of schemas in a Fleet Advisor collector inventory database.

databaseResponse_server :: Lens' DatabaseResponse (Maybe ServerShortInfoResponse) Source #

The server name of a database in a Fleet Advisor collector inventory.

databaseResponse_softwareDetails :: Lens' DatabaseResponse (Maybe DatabaseInstanceSoftwareDetailsResponse) Source #

The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.