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 ThirdPartyJobDetails = ThirdPartyJobDetails' {}
- newThirdPartyJobDetails :: ThirdPartyJobDetails
- thirdPartyJobDetails_data :: Lens' ThirdPartyJobDetails (Maybe ThirdPartyJobData)
- thirdPartyJobDetails_id :: Lens' ThirdPartyJobDetails (Maybe Text)
- thirdPartyJobDetails_nonce :: Lens' ThirdPartyJobDetails (Maybe Text)
Documentation
data ThirdPartyJobDetails Source #
The details of a job sent in response to a GetThirdPartyJobDetails
request.
See: newThirdPartyJobDetails
smart constructor.
ThirdPartyJobDetails' | |
|
Instances
newThirdPartyJobDetails :: ThirdPartyJobDetails Source #
Create a value of ThirdPartyJobDetails
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':ThirdPartyJobDetails'
, thirdPartyJobDetails_data
- The data to be returned by the third party job worker.
$sel:id:ThirdPartyJobDetails'
, thirdPartyJobDetails_id
- The identifier used to identify the job details in AWS CodePipeline.
$sel:nonce:ThirdPartyJobDetails'
, thirdPartyJobDetails_nonce
- A system-generated random number that AWS CodePipeline uses to ensure
that the job is being worked on by only one job worker. Use this number
in an AcknowledgeThirdPartyJob request.
thirdPartyJobDetails_data :: Lens' ThirdPartyJobDetails (Maybe ThirdPartyJobData) Source #
The data to be returned by the third party job worker.
thirdPartyJobDetails_id :: Lens' ThirdPartyJobDetails (Maybe Text) Source #
The identifier used to identify the job details in AWS CodePipeline.
thirdPartyJobDetails_nonce :: Lens' ThirdPartyJobDetails (Maybe Text) Source #
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeThirdPartyJob request.