Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ProcessingJobSummary = ProcessingJobSummary' {}
- newProcessingJobSummary :: Text -> Text -> UTCTime -> ProcessingJobStatus -> ProcessingJobSummary
- processingJobSummary_failureReason :: Lens' ProcessingJobSummary (Maybe Text)
- processingJobSummary_lastModifiedTime :: Lens' ProcessingJobSummary (Maybe UTCTime)
- processingJobSummary_exitMessage :: Lens' ProcessingJobSummary (Maybe Text)
- processingJobSummary_processingEndTime :: Lens' ProcessingJobSummary (Maybe UTCTime)
- processingJobSummary_processingJobName :: Lens' ProcessingJobSummary Text
- processingJobSummary_processingJobArn :: Lens' ProcessingJobSummary Text
- processingJobSummary_creationTime :: Lens' ProcessingJobSummary UTCTime
- processingJobSummary_processingJobStatus :: Lens' ProcessingJobSummary ProcessingJobStatus
Documentation
data ProcessingJobSummary Source #
Summary of information about a processing job.
See: newProcessingJobSummary
smart constructor.
ProcessingJobSummary' | |
|
Instances
newProcessingJobSummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> ProcessingJobStatus | |
-> ProcessingJobSummary |
Create a value of ProcessingJobSummary
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:failureReason:ProcessingJobSummary'
, processingJobSummary_failureReason
- A string, up to one KB in size, that contains the reason a processing
job failed, if it failed.
$sel:lastModifiedTime:ProcessingJobSummary'
, processingJobSummary_lastModifiedTime
- A timestamp that indicates the last time the processing job was
modified.
$sel:exitMessage:ProcessingJobSummary'
, processingJobSummary_exitMessage
- An optional string, up to one KB in size, that contains metadata from
the processing container when the processing job exits.
$sel:processingEndTime:ProcessingJobSummary'
, processingJobSummary_processingEndTime
- The time at which the processing job completed.
$sel:processingJobName:ProcessingJobSummary'
, processingJobSummary_processingJobName
- The name of the processing job.
$sel:processingJobArn:ProcessingJobSummary'
, processingJobSummary_processingJobArn
- The Amazon Resource Name (ARN) of the processing job..
$sel:creationTime:ProcessingJobSummary'
, processingJobSummary_creationTime
- The time at which the processing job was created.
$sel:processingJobStatus:ProcessingJobSummary'
, processingJobSummary_processingJobStatus
- The status of the processing job.
processingJobSummary_failureReason :: Lens' ProcessingJobSummary (Maybe Text) Source #
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
processingJobSummary_lastModifiedTime :: Lens' ProcessingJobSummary (Maybe UTCTime) Source #
A timestamp that indicates the last time the processing job was modified.
processingJobSummary_exitMessage :: Lens' ProcessingJobSummary (Maybe Text) Source #
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
processingJobSummary_processingEndTime :: Lens' ProcessingJobSummary (Maybe UTCTime) Source #
The time at which the processing job completed.
processingJobSummary_processingJobName :: Lens' ProcessingJobSummary Text Source #
The name of the processing job.
processingJobSummary_processingJobArn :: Lens' ProcessingJobSummary Text Source #
The Amazon Resource Name (ARN) of the processing job..
processingJobSummary_creationTime :: Lens' ProcessingJobSummary UTCTime Source #
The time at which the processing job was created.
processingJobSummary_processingJobStatus :: Lens' ProcessingJobSummary ProcessingJobStatus Source #
The status of the processing job.