New API Documentation - Developer Preview Available
We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Requests the details of a job for a third party action. Used for partner actions
only.
When this API is called, CodePipeline returns temporary credentials for
the S3 bucket used to store artifacts for the pipeline, if the action requires
access to that S3 bucket for input or output artifacts. This API also returns any
secret values defined for the action.
Example
Use a bare-bones client and the command you need to make an API call.
Requests the details of a job for a third party action. Used for partner actions only.
When this API is called, CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
Example
Use a bare-bones client and the command you need to make an API call.
Param
GetThirdPartyJobDetailsCommandInput
Returns
GetThirdPartyJobDetailsCommandOutput
See
input
shape.response
shape.config
shape.Throws
InvalidClientTokenException (client fault)
The client token was specified in an invalid format
Throws
InvalidJobException (client fault)
The job was specified in an invalid format or cannot be found.
Throws
JobNotFoundException (client fault)
The job was specified in an invalid format or cannot be found.
Throws
ValidationException (client fault)
The validation was specified in an invalid format.
Throws
CodePipelineServiceException
Base exception class for all service exceptions from CodePipeline service.