amazonka-codepipeline-1.3.5: Amazon CodePipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodePipeline.PutThirdPartyJobSuccessResult

Contents

Description

Represents the success of a third party job as returned to the pipeline by a job worker. Only used for partner actions.

See: AWS API Reference for PutThirdPartyJobSuccessResult.

Synopsis

Creating a Request

putThirdPartyJobSuccessResult Source

Creates a value of PutThirdPartyJobSuccessResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ptpjsrContinuationToken :: Lens' PutThirdPartyJobSuccessResult (Maybe Text) Source

A system-generated token, such as a AWS CodeDeploy deployment ID, that a job uses in order to continue the job asynchronously.

ptpjsrJobId :: Lens' PutThirdPartyJobSuccessResult Text Source

The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.

ptpjsrClientToken :: 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