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

Description

 
Synopsis

Documentation

data SchemaShortInfoResponse Source #

Describes a schema in a Fleet Advisor collector inventory.

See: newSchemaShortInfoResponse smart constructor.

Constructors

SchemaShortInfoResponse' 

Fields

Instances

Instances details
FromJSON SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Generic SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Associated Types

type Rep SchemaShortInfoResponse :: Type -> Type #

Read SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Show SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

NFData SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Methods

rnf :: SchemaShortInfoResponse -> () #

Eq SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Hashable SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

type Rep SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

type Rep SchemaShortInfoResponse = D1 ('MetaData "SchemaShortInfoResponse" "Amazonka.DMS.Types.SchemaShortInfoResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "SchemaShortInfoResponse'" 'PrefixI 'True) ((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)) :*: (S1 ('MetaSel ('Just "schemaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.