Module Smaws_Client_CodePipeline.PollForJobs

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ActionTypeNotFoundException of Types.action_type_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.poll_for_jobs_input -> (Types.poll_for_jobs_output, [> Smaws_Lib.Protocols.AwsJson.error | `ActionTypeNotFoundException of Types.action_type_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result