AWS SDK Version 2 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.

.NET Framework 3.5
 
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.

If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).

Namespace: Amazon.ElasticTranscoder
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract CreateJobResponse CreateJob(
         CreateJobRequest request
)

Parameters

request
Type: Amazon.ElasticTranscoder.Model.CreateJobRequest

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

Return Value
Type: Amazon.ElasticTranscoder.Model.CreateJobResponse
The response from the CreateJob 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.
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.

Version Information

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