| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DrS.Types.JobLogEventData
Description
Synopsis
- data JobLogEventData = JobLogEventData' {}
- newJobLogEventData :: JobLogEventData
- jobLogEventData_conversionProperties :: Lens' JobLogEventData (Maybe ConversionProperties)
- jobLogEventData_conversionServerID :: Lens' JobLogEventData (Maybe Text)
- jobLogEventData_rawError :: Lens' JobLogEventData (Maybe Text)
- jobLogEventData_sourceServerID :: Lens' JobLogEventData (Maybe Text)
- jobLogEventData_targetInstanceID :: Lens' JobLogEventData (Maybe Text)
Documentation
data JobLogEventData Source #
Metadata associated with a Job log.
See: newJobLogEventData smart constructor.
Constructors
| JobLogEventData' | |
Fields
| |
Instances
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_conversionProperties :: Lens' JobLogEventData (Maybe ConversionProperties) Source #
Properties of a conversion job
jobLogEventData_conversionServerID :: Lens' JobLogEventData (Maybe Text) Source #
The ID of a conversion server.
jobLogEventData_rawError :: Lens' JobLogEventData (Maybe Text) Source #
A string representing a job error.
jobLogEventData_sourceServerID :: Lens' JobLogEventData (Maybe Text) Source #
The ID of a Source Server.
jobLogEventData_targetInstanceID :: Lens' JobLogEventData (Maybe Text) Source #
The ID of a Recovery Instance.