Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.CreatePipeline C# (CSharp) Метод

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

The CreatePipeline operation creates a pipeline with settings that you specify.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// Too many operations for a given AWS account. For example, the number of pipelines /// exceeds the maximum allowed. /// /// 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 CreatePipeline ( CreatePipelineRequest request ) : CreatePipelineResponse
request Amazon.ElasticTranscoder.Model.CreatePipelineRequest Container for the necessary parameters to execute the CreatePipeline service method.
Результат Amazon.ElasticTranscoder.Model.CreatePipelineResponse
        public CreatePipelineResponse CreatePipeline(CreatePipelineRequest request)
        {
            var marshaller = new CreatePipelineRequestMarshaller();
            var unmarshaller = CreatePipelineResponseUnmarshaller.Instance;

            return Invoke<CreatePipelineRequest,CreatePipelineResponse>(request, marshaller, unmarshaller);
        }