| 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.ThirdPartyJob
Description
Synopsis
Documentation
data ThirdPartyJob Source #
A response to a PollForThirdPartyJobs request returned by AWS
CodePipeline when there is a job to be worked on by a partner action.
See: newThirdPartyJob smart constructor.
Constructors
| ThirdPartyJob' | |
Instances
newThirdPartyJob :: ThirdPartyJob Source #
Create a value of ThirdPartyJob 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:clientId:ThirdPartyJob', thirdPartyJob_clientId - The clientToken portion of the clientId and clientToken pair used
to verify that the calling entity is allowed access to the job and its
details.
$sel:jobId:ThirdPartyJob', thirdPartyJob_jobId - The identifier used to identify the job in AWS CodePipeline.
thirdPartyJob_clientId :: Lens' ThirdPartyJob (Maybe Text) Source #
The clientToken portion of the clientId and clientToken pair used
to verify that the calling entity is allowed access to the job and its
details.
thirdPartyJob_jobId :: Lens' ThirdPartyJob (Maybe Text) Source #
The identifier used to identify the job in AWS CodePipeline.