Amazon.CodePipeline.AmazonCodePipelineClient.PollForThirdPartyJobs C# (CSharp) Метод

PollForThirdPartyJobs() публичный Метод

Determines whether there are any third party jobs for a job worker to act on. 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.

/// The specified action type cannot be found. /// /// The validation was specified in an invalid format. ///
public PollForThirdPartyJobs ( PollForThirdPartyJobsRequest request ) : Amazon.CodePipeline.Model.PollForThirdPartyJobsResponse
request Amazon.CodePipeline.Model.PollForThirdPartyJobsRequest Container for the necessary parameters to execute the PollForThirdPartyJobs service method.
Результат Amazon.CodePipeline.Model.PollForThirdPartyJobsResponse
        public PollForThirdPartyJobsResponse PollForThirdPartyJobs(PollForThirdPartyJobsRequest request)
        {
            var marshaller = new PollForThirdPartyJobsRequestMarshaller();
            var unmarshaller = PollForThirdPartyJobsResponseUnmarshaller.Instance;

            return Invoke<PollForThirdPartyJobsRequest,PollForThirdPartyJobsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodePipelineClient