Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.UpdatePipeline C# (CSharp) 메소드

UpdatePipeline() 공개 메소드

Use the UpdatePipeline operation to update settings for a pipeline.

When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The resource you are attempting to change is in use. For example, you are attempting /// to delete a pipeline that is currently in use. /// /// The requested resource does not exist or is not available. For example, the pipeline /// to which you're trying to add a job doesn't exist or is still being created. /// /// One or more required parameter values were not provided in the request. ///
public UpdatePipeline ( UpdatePipelineRequest request ) : UpdatePipelineResponse
request Amazon.ElasticTranscoder.Model.UpdatePipelineRequest Container for the necessary parameters to execute the UpdatePipeline service method.
리턴 Amazon.ElasticTranscoder.Model.UpdatePipelineResponse
        public UpdatePipelineResponse UpdatePipeline(UpdatePipelineRequest request)
        {
            var marshaller = new UpdatePipelineRequestMarshaller();
            var unmarshaller = UpdatePipelineResponseUnmarshaller.Instance;

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