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.
Returns information about any jobs for CodePipeline to act on.
PollForJobs is valid only for action types with "Custom" in the owner
field. If the action type contains AWS or ThirdParty in the
owner field, the PollForJobs action returns an error.
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.
Returns information about any jobs for CodePipeline to act on.
PollForJobs
is valid only for action types with "Custom" in the owner field. If the action type containsAWS
orThirdParty
in the owner field, thePollForJobs
action returns an error.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
PollForJobsCommandInput
Returns
PollForJobsCommandOutput
See
input
shape.response
shape.config
shape.Throws
ActionTypeNotFoundException (client fault)
The specified action type 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.