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

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

The ReadPipeline operation gets detailed information about a pipeline.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// 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 ReadPipeline ( ReadPipelineRequest request ) : ReadPipelineResponse
request Amazon.ElasticTranscoder.Model.ReadPipelineRequest Container for the necessary parameters to execute the ReadPipeline service method.
Результат Amazon.ElasticTranscoder.Model.ReadPipelineResponse
        public ReadPipelineResponse ReadPipeline(ReadPipelineRequest request)
        {
            var marshaller = new ReadPipelineRequestMarshaller();
            var unmarshaller = ReadPipelineResponseUnmarshaller.Instance;

            return Invoke<ReadPipelineRequest,ReadPipelineResponse>(request, marshaller, unmarshaller);
        }