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.AcknowledgeThirdPartyJob

Contents

Description

Confirms a job worker has received the specified job. Only used for partner actions.

See: AWS API Reference for AcknowledgeThirdPartyJob.

Synopsis

Creating a Request

acknowledgeThirdPartyJob Source

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

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

Request Lenses

atpjJobId :: Lens' AcknowledgeThirdPartyJob Text Source

The unique system-generated ID of the job.

atpjNonce :: Lens' AcknowledgeThirdPartyJob 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. This number must be returned in the response.

atpjClientToken :: Lens' AcknowledgeThirdPartyJob 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

acknowledgeThirdPartyJobResponse Source

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

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

Response Lenses

atpjrsStatus :: Lens' AcknowledgeThirdPartyJobResponse (Maybe JobStatus) Source

The status information for the third party job, if any.