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

Description

 
Synopsis

Documentation

data ServerShortInfoResponse Source #

Describes a server in a Fleet Advisor collector inventory.

See: newServerShortInfoResponse smart constructor.

Constructors

ServerShortInfoResponse' 

Fields

Instances

Instances details
FromJSON ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Generic ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Associated Types

type Rep ServerShortInfoResponse :: Type -> Type #

Read ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Show ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

NFData ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Methods

rnf :: ServerShortInfoResponse -> () #

Eq ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Hashable ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

type Rep ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

type Rep ServerShortInfoResponse = D1 ('MetaData "ServerShortInfoResponse" "Amazonka.DMS.Types.ServerShortInfoResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ServerShortInfoResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServerShortInfoResponse :: ServerShortInfoResponse Source #

Create a value of ServerShortInfoResponse 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:ipAddress:ServerShortInfoResponse', serverShortInfoResponse_ipAddress - The IP address of a server in a Fleet Advisor collector inventory.

$sel:serverId:ServerShortInfoResponse', serverShortInfoResponse_serverId - The ID of a server in a Fleet Advisor collector inventory.

$sel:serverName:ServerShortInfoResponse', serverShortInfoResponse_serverName - The name address of a server in a Fleet Advisor collector inventory.

serverShortInfoResponse_ipAddress :: Lens' ServerShortInfoResponse (Maybe Text) Source #

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

serverShortInfoResponse_serverId :: Lens' ServerShortInfoResponse (Maybe Text) Source #

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

serverShortInfoResponse_serverName :: Lens' ServerShortInfoResponse (Maybe Text) Source #

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