Use the  CopyC# 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.
CopyC# 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. 
 CopyC#
CopyC#UpdatePipeline
 Declaration Syntax
 Declaration Syntax| C# | 
UpdatePipelineResponse UpdatePipeline( UpdatePipelineRequest request )
 Parameters
 Parameters- request (UpdatePipelineRequest)
- Container for the necessary parameters to execute the UpdatePipeline service method.
 Return Value
 Return ValueThe response from the UpdatePipeline service method, as returned by ElasticTranscoder.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| AccessDeniedException | General authentication failure. The request was not signed correctly. | 
| IncompatibleVersionException | |
| InternalServiceException | Elastic Transcoder encountered an unexpected exception while trying to fulfill the
            request. | 
| ResourceInUseException | The resource you are attempting to change is in use. For example, you are attempting
            to            delete a pipeline that is currently in use. | 
| ResourceNotFoundException | 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. | 
| ValidationException | One or more required parameter values were not provided in the request. |