libZSservicesZSamazonka-mgnZSamazonka-mgn
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MGN.Types.JobLogEventData

Description

 
Synopsis

Documentation

data JobLogEventData Source #

Job log data

See: newJobLogEventData smart constructor.

Constructors

JobLogEventData' 

Fields

Instances

Instances details
Eq JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Read JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Show 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 #

NFData JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

Methods

rnf :: JobLogEventData -> () #

Hashable JobLogEventData Source # 
Instance details

Defined in Amazonka.MGN.Types.JobLogEventData

FromJSON 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" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "JobLogEventData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rawError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetInstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conversionServerID") '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:rawError:JobLogEventData', jobLogEventData_rawError - Job error.

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

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

$sel:conversionServerID:JobLogEventData', jobLogEventData_conversionServerID - Job Event conversion Server ID.