The CreatePipeline operation creates a pipeline with settings that you specify.
            
 Declaration Syntax
 Declaration Syntax| C# | 
CreatePipelineResponse CreatePipeline( CreatePipelineRequest request )
 Parameters
 Parameters- request (CreatePipelineRequest)
- Container for the necessary parameters to execute the CreatePipeline service method.
 Return Value
 Return ValueThe response from the CreatePipeline 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. | 
| LimitExceededException | Too many operations for a given AWS account. For example, the number of pipelines
            exceeds            the maximum allowed. | 
| 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. |