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

Description

 
Synopsis

Documentation

data CollectorShortInfoResponse Source #

Briefly describes a Fleet Advisor collector.

See: newCollectorShortInfoResponse smart constructor.

Constructors

CollectorShortInfoResponse' 

Fields

Instances

Instances details
FromJSON CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Generic CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Associated Types

type Rep CollectorShortInfoResponse :: Type -> Type #

Read CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Show CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

NFData CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Eq CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Hashable CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

type Rep CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

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

newCollectorShortInfoResponse :: CollectorShortInfoResponse Source #

Create a value of CollectorShortInfoResponse 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:collectorName:CollectorShortInfoResponse', collectorShortInfoResponse_collectorName - The name of the Fleet Advisor collector.

$sel:collectorReferencedId:CollectorShortInfoResponse', collectorShortInfoResponse_collectorReferencedId - The reference ID of the Fleet Advisor collector.