AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.

Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdatePipelineStatusAsync.

Namespace: Amazon.ElasticTranscoder
Assembly: AWSSDK.ElasticTranscoder.dll
Version: 3.x.y.z

Syntax

C#
public abstract UpdatePipelineStatusResponse UpdatePipelineStatus(
         UpdatePipelineStatusRequest request
)

Parameters

request
Type: Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest

Container for the necessary parameters to execute the UpdatePipelineStatus service method.

Return Value


The response from the UpdatePipelineStatus 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.
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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also