amazonka-drs-2.0: Amazon Elastic Disaster Recovery 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.DrS.Types.JobLogEventData

Description

 
Synopsis

Documentation

data JobLogEventData Source #

Metadata associated with a Job log.

See: newJobLogEventData smart constructor.

Constructors

JobLogEventData' 

Fields

Instances

Instances details
FromJSON JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

Generic JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

Associated Types

type Rep JobLogEventData :: Type -> Type #

Read JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

Show JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

NFData JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

Methods

rnf :: JobLogEventData -> () #

Eq JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

Hashable JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

type Rep JobLogEventData Source # 
Instance details

Defined in Amazonka.DrS.Types.JobLogEventData

type Rep JobLogEventData = D1 ('MetaData "JobLogEventData" "Amazonka.DrS.Types.JobLogEventData" "amazonka-drs-2.0-Jcy074h2jPgFhWHQx96blx" 'False) (C1 ('MetaCons "JobLogEventData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conversionProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConversionProperties)) :*: 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:conversionProperties:JobLogEventData', jobLogEventData_conversionProperties - Properties of a conversion job

$sel:conversionServerID:JobLogEventData', jobLogEventData_conversionServerID - The ID of a conversion server.

$sel:rawError:JobLogEventData', jobLogEventData_rawError - A string representing a job error.

$sel:sourceServerID:JobLogEventData', jobLogEventData_sourceServerID - The ID of a Source Server.

$sel:targetInstanceID:JobLogEventData', jobLogEventData_targetInstanceID - The ID of a Recovery Instance.

jobLogEventData_rawError :: Lens' JobLogEventData (Maybe Text) Source #

A string representing a job error.