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 |
Synopsis
- data JobRunSummary = JobRunSummary' {}
- newJobRunSummary :: Text -> Text -> Text -> Text -> UTCTime -> UTCTime -> Text -> JobRunState -> Text -> Text -> JobRunSummary
- jobRunSummary_name :: Lens' JobRunSummary (Maybe Text)
- jobRunSummary_type :: Lens' JobRunSummary (Maybe Text)
- jobRunSummary_applicationId :: Lens' JobRunSummary Text
- jobRunSummary_id :: Lens' JobRunSummary Text
- jobRunSummary_arn :: Lens' JobRunSummary Text
- jobRunSummary_createdBy :: Lens' JobRunSummary Text
- jobRunSummary_createdAt :: Lens' JobRunSummary UTCTime
- jobRunSummary_updatedAt :: Lens' JobRunSummary UTCTime
- jobRunSummary_executionRole :: Lens' JobRunSummary Text
- jobRunSummary_state :: Lens' JobRunSummary JobRunState
- jobRunSummary_stateDetails :: Lens' JobRunSummary Text
- jobRunSummary_releaseLabel :: Lens' JobRunSummary Text
Documentation
data JobRunSummary Source #
The summary of attributes associated with a job run.
See: newJobRunSummary
smart constructor.
JobRunSummary' | |
|
Instances
Create a value of JobRunSummary
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:name:JobRunSummary'
, jobRunSummary_name
- The optional job run name. This doesn't have to be unique.
$sel:type':JobRunSummary'
, jobRunSummary_type
- The type of job run, such as Spark or Hive.
$sel:applicationId:JobRunSummary'
, jobRunSummary_applicationId
- The ID of the application the job is running on.
$sel:id:JobRunSummary'
, jobRunSummary_id
- The ID of the job run.
$sel:arn:JobRunSummary'
, jobRunSummary_arn
- The ARN of the job run.
$sel:createdBy:JobRunSummary'
, jobRunSummary_createdBy
- The user who created the job run.
$sel:createdAt:JobRunSummary'
, jobRunSummary_createdAt
- The date and time when the job run was created.
$sel:updatedAt:JobRunSummary'
, jobRunSummary_updatedAt
- The date and time when the job run was last updated.
$sel:executionRole:JobRunSummary'
, jobRunSummary_executionRole
- The execution role ARN of the job run.
$sel:state:JobRunSummary'
, jobRunSummary_state
- The state of the job run.
$sel:stateDetails:JobRunSummary'
, jobRunSummary_stateDetails
- The state details of the job run.
$sel:releaseLabel:JobRunSummary'
, jobRunSummary_releaseLabel
- The EMR release associated with the application your job is running on.
jobRunSummary_name :: Lens' JobRunSummary (Maybe Text) Source #
The optional job run name. This doesn't have to be unique.
jobRunSummary_type :: Lens' JobRunSummary (Maybe Text) Source #
The type of job run, such as Spark or Hive.
jobRunSummary_applicationId :: Lens' JobRunSummary Text Source #
The ID of the application the job is running on.
jobRunSummary_id :: Lens' JobRunSummary Text Source #
The ID of the job run.
jobRunSummary_arn :: Lens' JobRunSummary Text Source #
The ARN of the job run.
jobRunSummary_createdBy :: Lens' JobRunSummary Text Source #
The user who created the job run.
jobRunSummary_createdAt :: Lens' JobRunSummary UTCTime Source #
The date and time when the job run was created.
jobRunSummary_updatedAt :: Lens' JobRunSummary UTCTime Source #
The date and time when the job run was last updated.
jobRunSummary_executionRole :: Lens' JobRunSummary Text Source #
The execution role ARN of the job run.
jobRunSummary_state :: Lens' JobRunSummary JobRunState Source #
The state of the job run.
jobRunSummary_stateDetails :: Lens' JobRunSummary Text Source #
The state details of the job run.
jobRunSummary_releaseLabel :: Lens' JobRunSummary Text Source #
The EMR release associated with the application your job is running on.