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

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

Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure in conjunction with UpdatePipeline to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.
/// The specified action declaration was specified in an invalid format. /// /// Reserved for future use. /// /// The specified stage declaration was specified in an invalid format. /// /// The specified structure was specified in an invalid format. /// /// The validation was specified in an invalid format. ///
public UpdatePipeline ( Amazon.CodePipeline.Model.UpdatePipelineRequest request ) : Amazon.CodePipeline.Model.UpdatePipelineResponse
request Amazon.CodePipeline.Model.UpdatePipelineRequest Container for the necessary parameters to execute the UpdatePipeline service method.
Результат Amazon.CodePipeline.Model.UpdatePipelineResponse
        public UpdatePipelineResponse UpdatePipeline(UpdatePipelineRequest request)
        {
            var marshaller = new UpdatePipelineRequestMarshaller();
            var unmarshaller = UpdatePipelineResponseUnmarshaller.Instance;

            return Invoke<UpdatePipelineRequest,UpdatePipelineResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCodePipelineClient::UpdatePipeline ( PipelineDeclaration pipeline ) : Amazon.CodePipeline.Model.UpdatePipelineResponse
AmazonCodePipelineClient