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

Contents

Description

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

See: AWS API Reference for PutThirdPartyJobFailureResult.

Synopsis

Creating a Request

putThirdPartyJobFailureResult Source

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

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

Request Lenses

ptpjfrJobId :: Lens' PutThirdPartyJobFailureResult Text Source

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

ptpjfrClientToken :: Lens' PutThirdPartyJobFailureResult 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