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 JobDetails = JobDetails' {}
- newJobDetails :: JobDetails
- jobDetails_data :: Lens' JobDetails (Maybe JobData)
- jobDetails_accountId :: Lens' JobDetails (Maybe Text)
- jobDetails_id :: Lens' JobDetails (Maybe Text)
Documentation
data JobDetails Source #
Represents information about the details of a job.
See: newJobDetails
smart constructor.
Instances
newJobDetails :: JobDetails Source #
Create a value of JobDetails
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:data':JobDetails'
, jobDetails_data
- Represents other information about a job required for a job worker to
complete the job.
$sel:accountId:JobDetails'
, jobDetails_accountId
- The AWS account ID associated with the job.
$sel:id:JobDetails'
, jobDetails_id
- The unique system-generated ID of the job.
jobDetails_data :: Lens' JobDetails (Maybe JobData) Source #
Represents other information about a job required for a job worker to complete the job.
jobDetails_accountId :: Lens' JobDetails (Maybe Text) Source #
The AWS account ID associated with the job.
jobDetails_id :: Lens' JobDetails (Maybe Text) Source #
The unique system-generated ID of the job.