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 Job = Job' {
- initiatedBy :: Maybe InitiatedBy
- status :: Maybe JobStatus
- participatingServers :: Maybe [ParticipatingServer]
- arn :: Maybe Text
- creationDateTime :: Maybe Text
- type' :: Maybe JobType
- endDateTime :: Maybe Text
- tags :: Maybe (Sensitive (HashMap Text Text))
- jobID :: Text
- newJob :: Text -> Job
- job_initiatedBy :: Lens' Job (Maybe InitiatedBy)
- job_status :: Lens' Job (Maybe JobStatus)
- job_participatingServers :: Lens' Job (Maybe [ParticipatingServer])
- job_arn :: Lens' Job (Maybe Text)
- job_creationDateTime :: Lens' Job (Maybe Text)
- job_type :: Lens' Job (Maybe JobType)
- job_endDateTime :: Lens' Job (Maybe Text)
- job_tags :: Lens' Job (Maybe (HashMap Text Text))
- job_jobID :: Lens' Job Text
Documentation
Job.
See: newJob
smart constructor.
Job' | |
|
Instances
Create a value of Job
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:initiatedBy:Job'
, job_initiatedBy
- Job initiated by field.
$sel:status:Job'
, job_status
- Job status.
$sel:participatingServers:Job'
, job_participatingServers
- Servers participating in a specific Job.
$sel:arn:Job'
, job_arn
- the ARN of the specific Job.
$sel:creationDateTime:Job'
, job_creationDateTime
- Job creation time.
$sel:type':Job'
, job_type
- Job type.
$sel:endDateTime:Job'
, job_endDateTime
- Job end time.
$sel:tags:Job'
, job_tags
- Tags associated with spcific Job.
$sel:jobID:Job'
, job_jobID
- Job ID.
job_initiatedBy :: Lens' Job (Maybe InitiatedBy) Source #
Job initiated by field.
job_participatingServers :: Lens' Job (Maybe [ParticipatingServer]) Source #
Servers participating in a specific Job.