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 |
Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.
Synopsis
- data PutThirdPartyJobSuccessResult = PutThirdPartyJobSuccessResult' {}
- newPutThirdPartyJobSuccessResult :: Text -> Text -> PutThirdPartyJobSuccessResult
- putThirdPartyJobSuccessResult_continuationToken :: Lens' PutThirdPartyJobSuccessResult (Maybe Text)
- putThirdPartyJobSuccessResult_executionDetails :: Lens' PutThirdPartyJobSuccessResult (Maybe ExecutionDetails)
- putThirdPartyJobSuccessResult_currentRevision :: Lens' PutThirdPartyJobSuccessResult (Maybe CurrentRevision)
- putThirdPartyJobSuccessResult_jobId :: Lens' PutThirdPartyJobSuccessResult Text
- putThirdPartyJobSuccessResult_clientToken :: Lens' PutThirdPartyJobSuccessResult Text
- data PutThirdPartyJobSuccessResultResponse = PutThirdPartyJobSuccessResultResponse' {
- newPutThirdPartyJobSuccessResultResponse :: PutThirdPartyJobSuccessResultResponse
Creating a Request
data PutThirdPartyJobSuccessResult Source #
Represents the input of a PutThirdPartyJobSuccessResult
action.
See: newPutThirdPartyJobSuccessResult
smart constructor.
PutThirdPartyJobSuccessResult' | |
|
Instances
newPutThirdPartyJobSuccessResult Source #
Create a value of PutThirdPartyJobSuccessResult
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:continuationToken:PutThirdPartyJobSuccessResult'
, putThirdPartyJobSuccessResult_continuationToken
- A token generated by a job worker, such as an AWS CodeDeploy deployment
ID, that a successful job provides to identify a partner action in
progress. Future jobs use this token to identify the running instance of
the action. It can be reused to return more information about the
progress of the partner action. When the action is complete, no
continuation token should be supplied.
$sel:executionDetails:PutThirdPartyJobSuccessResult'
, putThirdPartyJobSuccessResult_executionDetails
- The details of the actions taken and results produced on an artifact as
it passes through stages in the pipeline.
$sel:currentRevision:PutThirdPartyJobSuccessResult'
, putThirdPartyJobSuccessResult_currentRevision
- Represents information about a current revision.
$sel:jobId:PutThirdPartyJobSuccessResult'
, putThirdPartyJobSuccessResult_jobId
- The ID of the job that successfully completed. This is the same ID
returned from PollForThirdPartyJobs
.
$sel:clientToken:PutThirdPartyJobSuccessResult'
, putThirdPartyJobSuccessResult_clientToken
- 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.
Request Lenses
putThirdPartyJobSuccessResult_continuationToken :: Lens' PutThirdPartyJobSuccessResult (Maybe Text) Source #
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
putThirdPartyJobSuccessResult_executionDetails :: Lens' PutThirdPartyJobSuccessResult (Maybe ExecutionDetails) Source #
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
putThirdPartyJobSuccessResult_currentRevision :: Lens' PutThirdPartyJobSuccessResult (Maybe CurrentRevision) Source #
Represents information about a current revision.
putThirdPartyJobSuccessResult_jobId :: Lens' PutThirdPartyJobSuccessResult Text Source #
The ID of the job that successfully completed. This is the same ID
returned from PollForThirdPartyJobs
.
putThirdPartyJobSuccessResult_clientToken :: Lens' PutThirdPartyJobSuccessResult 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.
Destructuring the Response
data PutThirdPartyJobSuccessResultResponse Source #
See: newPutThirdPartyJobSuccessResultResponse
smart constructor.
Instances
Eq PutThirdPartyJobSuccessResultResponse Source # | |
Read PutThirdPartyJobSuccessResultResponse Source # | |
Show PutThirdPartyJobSuccessResultResponse Source # | |
Generic PutThirdPartyJobSuccessResultResponse Source # | |
Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult type Rep PutThirdPartyJobSuccessResultResponse :: Type -> Type # | |
NFData PutThirdPartyJobSuccessResultResponse Source # | |
Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult rnf :: PutThirdPartyJobSuccessResultResponse -> () # | |
type Rep PutThirdPartyJobSuccessResultResponse Source # | |
Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult type Rep PutThirdPartyJobSuccessResultResponse = D1 ('MetaData "PutThirdPartyJobSuccessResultResponse" "Amazonka.CodePipeline.PutThirdPartyJobSuccessResult" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "PutThirdPartyJobSuccessResultResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newPutThirdPartyJobSuccessResultResponse :: PutThirdPartyJobSuccessResultResponse Source #
Create a value of PutThirdPartyJobSuccessResultResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.