amazonka-mgn-2.0: Amazon Application 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.MGN.Types.JobLogEventData

Description

 
Synopsis

Documentation

data JobLogEventData Source #

Job log data

See: newJobLogEventData smart constructor.

Constructors

JobLogEventData' 

Fields

Instances

Instances details
FromJSON JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Generic JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Associated Types

type Rep JobLogEventData :: Type -> Type #

Read JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Show JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

NFData JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Methods

rnf :: JobLogEventData -> () #

Eq JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Hashable JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

type Rep JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

type Rep JobLogEventData = D1 ('MetaData "JobLogEventData" "Amazonka.MGN.Types.JobLogEventData" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "JobLogEventData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conversionServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rawError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetInstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newJobLogEventData :: JobLogEventData Source #

Create a value of JobLogEventData 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:conversionServerID:JobLogEventData', jobLogEventData_conversionServerID - Job Event conversion Server ID.

$sel:rawError:JobLogEventData', jobLogEventData_rawError - Job error.

$sel:sourceServerID:JobLogEventData', jobLogEventData_sourceServerID - Job Event Source Server ID.

$sel:targetInstanceID:JobLogEventData', jobLogEventData_targetInstanceID - Job Event Target instance ID.