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