amazonka-codepipeline-1.2.0.1: 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.GetThirdPartyJobDetails

Contents

Description

Requests the details of a job for a third party action. Only used for partner actions.

When this API is called, AWS CodePipeline returns temporary credentials for the Amazon S3 bucket used to store artifacts for the pipeline, if the action requires access to that Amazon S3 bucket for input or output artifacts. Additionally, this API returns any secret values defined for the action.

See: AWS API Reference for GetThirdPartyJobDetails.

Synopsis

Creating a Request

getThirdPartyJobDetails Source

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

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

Request Lenses

gtpjdJobId :: Lens' GetThirdPartyJobDetails Text Source

The unique system-generated ID used for identifying the job.

gtpjdClientToken :: Lens' GetThirdPartyJobDetails 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

getThirdPartyJobDetailsResponse Source

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

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

Response Lenses

gtpjdrsJobDetails :: Lens' GetThirdPartyJobDetailsResponse (Maybe ThirdPartyJobDetails) Source

The details of the job, including any protected values defined for the job.