AWS SDK for .NET Documentation
ListJobsByPipeline Method (request)
AmazonAmazon.ElasticTranscoderAmazonElasticTranscoderClientListJobsByPipeline(ListJobsByPipelineRequest) Did this page help you?   Yes   No    Tell us about it...
The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.

Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.

Declaration Syntax
C#
public ListJobsByPipelineResponse ListJobsByPipeline(
	ListJobsByPipelineRequest request
)
Parameters
request (ListJobsByPipelineRequest)
Container for the necessary parameters to execute the ListJobsByPipeline service method.
Return Value
The response from the ListJobsByPipeline service method, as returned by ElasticTranscoder.
Exceptions
ExceptionCondition
AccessDeniedException General authentication failure. The request was not signed correctly.
IncompatibleVersionException
InternalServiceException Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
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.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)