Smaws_Client_CodePipeline.PollForThirdPartyJobsDetermines whether there are any third party jobs for a job worker to act on. 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.poll_for_third_party_jobs_input ->
(Types.poll_for_third_party_jobs_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.poll_for_third_party_jobs_input ->
(Types.poll_for_third_party_jobs_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result