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

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

Returns information about any jobs for AWS CodePipeline to act upon.

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. Additionally, this API returns any secret values defined for the action.

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

            return Invoke<PollForJobsRequest,PollForJobsResponse>(request, marshaller, unmarshaller);
        }
AmazonCodePipelineClient