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

Description

 
Synopsis

Documentation

data DatabaseShortInfoResponse Source #

Describes a database in a Fleet Advisor collector inventory.

See: newDatabaseShortInfoResponse smart constructor.

Constructors

DatabaseShortInfoResponse' 

Fields

Instances

Instances details
FromJSON DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Generic DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Associated Types

type Rep DatabaseShortInfoResponse :: Type -> Type #

Read DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Show DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

NFData DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Eq DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Hashable DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

type Rep DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

type Rep DatabaseShortInfoResponse = D1 ('MetaData "DatabaseShortInfoResponse" "Amazonka.DMS.Types.DatabaseShortInfoResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DatabaseShortInfoResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "databaseEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "databaseIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDatabaseShortInfoResponse :: DatabaseShortInfoResponse Source #

Create a value of DatabaseShortInfoResponse 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:databaseEngine:DatabaseShortInfoResponse', databaseShortInfoResponse_databaseEngine - The database engine of a database in a Fleet Advisor collector inventory, for example PostgreSQL.

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

$sel:databaseIpAddress:DatabaseShortInfoResponse', databaseShortInfoResponse_databaseIpAddress - The IP address of a database in a Fleet Advisor collector inventory.

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

databaseShortInfoResponse_databaseEngine :: Lens' DatabaseShortInfoResponse (Maybe Text) Source #

The database engine of a database in a Fleet Advisor collector inventory, for example PostgreSQL.

databaseShortInfoResponse_databaseId :: Lens' DatabaseShortInfoResponse (Maybe Text) Source #

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

databaseShortInfoResponse_databaseIpAddress :: Lens' DatabaseShortInfoResponse (Maybe Text) Source #

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

databaseShortInfoResponse_databaseName :: Lens' DatabaseShortInfoResponse (Maybe Text) Source #

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