C# Class Amazon.ElasticTranscoder.AmazonElasticTranscoderClient

Implementation for accessing AmazonElasticTranscoder. AWS Elastic Transcoder Service

The AWS Elastic Transcoder Service.

Inheritance: AmazonWebServiceClient, AmazonElasticTranscoder
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AmazonElasticTranscoderClient ( ) : System

Constructs AmazonElasticTranscoderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonElasticTranscoderClient ( AWSCredentials credentials ) : System

Constructs AmazonElasticTranscoderClient with AWS Credentials

AmazonElasticTranscoderClient ( AWSCredentials credentials, AmazonElasticTranscoderConfig clientConfig ) : System

Constructs AmazonElasticTranscoderClient with AWS Credentials and an AmazonElasticTranscoderClient Configuration object.

AmazonElasticTranscoderClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonElasticTranscoderClient with AWS Credentials

AmazonElasticTranscoderClient ( AmazonElasticTranscoderConfig config ) : System

Constructs AmazonElasticTranscoderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonElasticTranscoderClient ( RegionEndpoint region ) : System

Constructs AmazonElasticTranscoderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key

AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonElasticTranscoderConfig clientConfig ) : System

Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object.

AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key

AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key

AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonElasticTranscoderConfig clientConfig ) : System

Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object.

AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key

BeginCancelJob ( CancelJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelJob operation.

BeginCreateJob ( CreateJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateJob operation.

BeginCreatePipeline ( CreatePipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePipeline operation.

BeginCreatePreset ( CreatePresetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePreset operation.

BeginDeletePipeline ( DeletePipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePipeline operation.

BeginDeletePreset ( DeletePresetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePreset operation.

BeginListJobsByPipeline ( ListJobsByPipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListJobsByPipeline operation.

BeginListJobsByStatus ( ListJobsByStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListJobsByStatus operation.

BeginListPipelines ( ListPipelinesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPipelines operation.

BeginListPresets ( ListPresetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPresets operation.

BeginReadJob ( ReadJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReadJob operation.

BeginReadPipeline ( ReadPipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReadPipeline operation.

BeginReadPreset ( ReadPresetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReadPreset operation.

BeginUpdatePipeline ( UpdatePipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdatePipeline operation.

BeginUpdatePipelineNotifications ( UpdatePipelineNotificationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdatePipelineNotifications operation.

BeginUpdatePipelineStatus ( UpdatePipelineStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdatePipelineStatus operation.

CancelJob ( CancelJobRequest request ) : CancelJobResponse

The CancelJob operation cancels an unfinished job.

You can only cancel a job that has a status of Submitted. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.

CancelJobAsync ( CancelJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelJob operation.

CreateJob ( CreateJobRequest request ) : CreateJobResponse

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).

CreateJobAsync ( CreateJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateJob operation.

CreatePipeline ( CreatePipelineRequest request ) : CreatePipelineResponse

The CreatePipeline operation creates a pipeline with settings that you specify.

CreatePipelineAsync ( CreatePipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePipeline operation.

CreatePreset ( CreatePresetRequest request ) : CreatePresetResponse

The CreatePreset operation creates a preset with settings that you specify.

Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.

Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.

CreatePresetAsync ( CreatePresetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePreset operation.

DeletePipeline ( DeletePipelineRequest request ) : DeletePipelineResponse

The DeletePipeline operation removes a pipeline.

You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, DeletePipeline returns an error.

DeletePipelineAsync ( DeletePipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePipeline operation.

DeletePreset ( DeletePresetRequest request ) : DeletePresetResponse

The DeletePreset operation removes a preset that you've added in an AWS region.

You can't delete the default presets that are included with Elastic Transcoder.

DeletePresetAsync ( DeletePresetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePreset operation.

EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse

Finishes the asynchronous execution of the CancelJob operation.

EndCreateJob ( IAsyncResult asyncResult ) : CreateJobResponse

Finishes the asynchronous execution of the CreateJob operation.

EndCreatePipeline ( IAsyncResult asyncResult ) : CreatePipelineResponse

Finishes the asynchronous execution of the CreatePipeline operation.

EndCreatePreset ( IAsyncResult asyncResult ) : CreatePresetResponse

Finishes the asynchronous execution of the CreatePreset operation.

EndDeletePipeline ( IAsyncResult asyncResult ) : DeletePipelineResponse

Finishes the asynchronous execution of the DeletePipeline operation.

EndDeletePreset ( IAsyncResult asyncResult ) : DeletePresetResponse

Finishes the asynchronous execution of the DeletePreset operation.

EndListJobsByPipeline ( IAsyncResult asyncResult ) : ListJobsByPipelineResponse

Finishes the asynchronous execution of the ListJobsByPipeline operation.

EndListJobsByStatus ( IAsyncResult asyncResult ) : ListJobsByStatusResponse

Finishes the asynchronous execution of the ListJobsByStatus operation.

EndListPipelines ( IAsyncResult asyncResult ) : ListPipelinesResponse

Finishes the asynchronous execution of the ListPipelines operation.

EndListPresets ( IAsyncResult asyncResult ) : ListPresetsResponse

Finishes the asynchronous execution of the ListPresets operation.

EndReadJob ( IAsyncResult asyncResult ) : ReadJobResponse

Finishes the asynchronous execution of the ReadJob operation.

EndReadPipeline ( IAsyncResult asyncResult ) : ReadPipelineResponse

Finishes the asynchronous execution of the ReadPipeline operation.

EndReadPreset ( IAsyncResult asyncResult ) : ReadPresetResponse

Finishes the asynchronous execution of the ReadPreset operation.

EndUpdatePipeline ( IAsyncResult asyncResult ) : UpdatePipelineResponse

Finishes the asynchronous execution of the UpdatePipeline operation.

EndUpdatePipelineNotifications ( IAsyncResult asyncResult ) : UpdatePipelineNotificationsResponse

Finishes the asynchronous execution of the UpdatePipelineNotifications operation.

EndUpdatePipelineStatus ( IAsyncResult asyncResult ) : UpdatePipelineStatusResponse

Finishes the asynchronous execution of the UpdatePipelineStatus operation.

ListJobsByPipeline ( ListJobsByPipelineRequest request ) : ListJobsByPipelineResponse

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.

ListJobsByPipelineAsync ( ListJobsByPipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListJobsByPipeline operation.

ListJobsByStatus ( ListJobsByStatusRequest request ) : ListJobsByStatusResponse

The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.

ListJobsByStatusAsync ( ListJobsByStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListJobsByStatus operation.

ListPipelines ( ) : ListPipelinesResponse

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.

ListPipelines ( ListPipelinesRequest request ) : ListPipelinesResponse

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.

ListPipelinesAsync ( ListPipelinesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPipelines operation.

ListPipelinesAsync ( System cancellationToken = default(CancellationToken) ) : Task

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.

ListPresets ( ) : ListPresetsResponse

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.

ListPresets ( ListPresetsRequest request ) : ListPresetsResponse

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.

ListPresetsAsync ( ListPresetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPresets operation.

ListPresetsAsync ( System cancellationToken = default(CancellationToken) ) : Task

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.

ReadJob ( ReadJobRequest request ) : ReadJobResponse

The ReadJob operation returns detailed information about a job.

ReadJobAsync ( ReadJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReadJob operation.

ReadPipeline ( ReadPipelineRequest request ) : ReadPipelineResponse

The ReadPipeline operation gets detailed information about a pipeline.

ReadPipelineAsync ( ReadPipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReadPipeline operation.

ReadPreset ( ReadPresetRequest request ) : ReadPresetResponse

The ReadPreset operation gets detailed information about a preset.

ReadPresetAsync ( ReadPresetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReadPreset operation.

UpdatePipeline ( UpdatePipelineRequest request ) : UpdatePipelineResponse

Use the UpdatePipeline operation to update settings for a pipeline.

When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.

UpdatePipelineAsync ( UpdatePipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdatePipeline operation.

UpdatePipelineNotifications ( UpdatePipelineNotificationsRequest request ) : UpdatePipelineNotificationsResponse

With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.

When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.

UpdatePipelineNotificationsAsync ( UpdatePipelineNotificationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdatePipelineNotifications operation.

UpdatePipelineStatus ( UpdatePipelineStatusRequest request ) : UpdatePipelineStatusResponse

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.

UpdatePipelineStatusAsync ( UpdatePipelineStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdatePipelineStatus operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void

Customize the pipeline

Dispose ( bool disposing ) : void

Disposes the service client.

Private Methods

Method Description
BeginTestRole ( TestRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult
EndTestRole ( IAsyncResult asyncResult ) : TestRoleResponse
TestRole ( TestRoleRequest request ) : TestRoleResponse
TestRoleAsync ( TestRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Method Details

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonElasticTranscoderClient ( ) : System
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Credentials
public AmazonElasticTranscoderClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Credentials and an AmazonElasticTranscoderClient Configuration object.
public AmazonElasticTranscoderClient ( AWSCredentials credentials, AmazonElasticTranscoderConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonElasticTranscoderConfig The AmazonElasticTranscoderClient Configuration Object
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Credentials
public AmazonElasticTranscoderClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonElasticTranscoderClient ( AmazonElasticTranscoderConfig config ) : System
config AmazonElasticTranscoderConfig The AmazonElasticTranscoderClient Configuration Object
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonElasticTranscoderClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object.
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonElasticTranscoderConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonElasticTranscoderConfig The AmazonElasticTranscoderClient Configuration Object
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object.
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonElasticTranscoderConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonElasticTranscoderConfig The AmazonElasticTranscoderClient Configuration Object
return System

AmazonElasticTranscoderClient() public method

Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
return System

BeginCancelJob() public method

Initiates the asynchronous execution of the CancelJob operation.
public BeginCancelJob ( CancelJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.CancelJobRequest Container for the necessary parameters to execute the CancelJob operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateJob() public method

Initiates the asynchronous execution of the CreateJob operation.
public BeginCreateJob ( CreateJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.CreateJobRequest Container for the necessary parameters to execute the CreateJob operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreatePipeline() public method

Initiates the asynchronous execution of the CreatePipeline operation.
public BeginCreatePipeline ( CreatePipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.CreatePipelineRequest Container for the necessary parameters to execute the CreatePipeline operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreatePreset() public method

Initiates the asynchronous execution of the CreatePreset operation.
public BeginCreatePreset ( CreatePresetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.CreatePresetRequest Container for the necessary parameters to execute the CreatePreset operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeletePipeline() public method

Initiates the asynchronous execution of the DeletePipeline operation.
public BeginDeletePipeline ( DeletePipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.DeletePipelineRequest Container for the necessary parameters to execute the DeletePipeline operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeletePreset() public method

Initiates the asynchronous execution of the DeletePreset operation.
public BeginDeletePreset ( DeletePresetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.DeletePresetRequest Container for the necessary parameters to execute the DeletePreset operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListJobsByPipeline() public method

Initiates the asynchronous execution of the ListJobsByPipeline operation.
public BeginListJobsByPipeline ( ListJobsByPipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest Container for the necessary parameters to execute the ListJobsByPipeline operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListJobsByStatus() public method

Initiates the asynchronous execution of the ListJobsByStatus operation.
public BeginListJobsByStatus ( ListJobsByStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest Container for the necessary parameters to execute the ListJobsByStatus operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListPipelines() public method

Initiates the asynchronous execution of the ListPipelines operation.
public BeginListPipelines ( ListPipelinesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.ListPipelinesRequest Container for the necessary parameters to execute the ListPipelines operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListPresets() public method

Initiates the asynchronous execution of the ListPresets operation.
public BeginListPresets ( ListPresetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.ListPresetsRequest Container for the necessary parameters to execute the ListPresets operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginReadJob() public method

Initiates the asynchronous execution of the ReadJob operation.
public BeginReadJob ( ReadJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.ReadJobRequest Container for the necessary parameters to execute the ReadJob operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginReadPipeline() public method

Initiates the asynchronous execution of the ReadPipeline operation.
public BeginReadPipeline ( ReadPipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.ReadPipelineRequest Container for the necessary parameters to execute the ReadPipeline operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginReadPreset() public method

Initiates the asynchronous execution of the ReadPreset operation.
public BeginReadPreset ( ReadPresetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.ReadPresetRequest Container for the necessary parameters to execute the ReadPreset operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdatePipeline() public method

Initiates the asynchronous execution of the UpdatePipeline operation.
public BeginUpdatePipeline ( UpdatePipelineRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.UpdatePipelineRequest Container for the necessary parameters to execute the UpdatePipeline operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdatePipelineNotifications() public method

Initiates the asynchronous execution of the UpdatePipelineNotifications operation.
public BeginUpdatePipelineNotifications ( UpdatePipelineNotificationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest Container for the necessary parameters to execute the UpdatePipelineNotifications operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdatePipelineStatus() public method

Initiates the asynchronous execution of the UpdatePipelineStatus operation.
public BeginUpdatePipelineStatus ( UpdatePipelineStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest Container for the necessary parameters to execute the UpdatePipelineStatus operation on AmazonElasticTranscoderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

CancelJob() public method

The CancelJob operation cancels an unfinished job.

You can only cancel a job that has a status of Submitted. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The resource you are attempting to change is in use. For example, you are attempting /// to delete a pipeline that is currently in use. /// /// 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 CancelJob ( CancelJobRequest request ) : CancelJobResponse
request Amazon.ElasticTranscoder.Model.CancelJobRequest Container for the necessary parameters to execute the CancelJob service method.
return Amazon.ElasticTranscoder.Model.CancelJobResponse

CancelJobAsync() public method

Initiates the asynchronous execution of the CancelJob operation.
public CancelJobAsync ( CancelJobRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.CancelJobRequest Container for the necessary parameters to execute the CancelJob operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateJob() public method

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).

/// 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 CreateJob ( CreateJobRequest request ) : CreateJobResponse
request Amazon.ElasticTranscoder.Model.CreateJobRequest Container for the necessary parameters to execute the CreateJob service method.
return Amazon.ElasticTranscoder.Model.CreateJobResponse

CreateJobAsync() public method

Initiates the asynchronous execution of the CreateJob operation.
public CreateJobAsync ( CreateJobRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.CreateJobRequest Container for the necessary parameters to execute the CreateJob operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreatePipeline() public method

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.
return Amazon.ElasticTranscoder.Model.CreatePipelineResponse

CreatePipelineAsync() public method

Initiates the asynchronous execution of the CreatePipeline operation.
public CreatePipelineAsync ( CreatePipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.CreatePipelineRequest Container for the necessary parameters to execute the CreatePipeline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreatePreset() public method

The CreatePreset operation creates a preset with settings that you specify.

Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.

Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.

/// 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. /// /// One or more required parameter values were not provided in the request. ///
public CreatePreset ( CreatePresetRequest request ) : CreatePresetResponse
request Amazon.ElasticTranscoder.Model.CreatePresetRequest Container for the necessary parameters to execute the CreatePreset service method.
return Amazon.ElasticTranscoder.Model.CreatePresetResponse

CreatePresetAsync() public method

Initiates the asynchronous execution of the CreatePreset operation.
public CreatePresetAsync ( CreatePresetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.CreatePresetRequest Container for the necessary parameters to execute the CreatePreset operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateSigner() protected method

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
return Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CustomizeRuntimePipeline() protected method

Customize the pipeline
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline
return void

DeletePipeline() public method

The DeletePipeline operation removes a pipeline.

You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, DeletePipeline returns an error.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The resource you are attempting to change is in use. For example, you are attempting /// to delete a pipeline that is currently in use. /// /// 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 DeletePipeline ( DeletePipelineRequest request ) : DeletePipelineResponse
request Amazon.ElasticTranscoder.Model.DeletePipelineRequest Container for the necessary parameters to execute the DeletePipeline service method.
return Amazon.ElasticTranscoder.Model.DeletePipelineResponse

DeletePipelineAsync() public method

Initiates the asynchronous execution of the DeletePipeline operation.
public DeletePipelineAsync ( DeletePipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.DeletePipelineRequest Container for the necessary parameters to execute the DeletePipeline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeletePreset() public method

The DeletePreset operation removes a preset that you've added in an AWS region.

You can't delete the default presets that are included with Elastic Transcoder.

/// 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 DeletePreset ( DeletePresetRequest request ) : DeletePresetResponse
request Amazon.ElasticTranscoder.Model.DeletePresetRequest Container for the necessary parameters to execute the DeletePreset service method.
return Amazon.ElasticTranscoder.Model.DeletePresetResponse

DeletePresetAsync() public method

Initiates the asynchronous execution of the DeletePreset operation.
public DeletePresetAsync ( DeletePresetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.DeletePresetRequest Container for the necessary parameters to execute the DeletePreset operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

Dispose() protected method

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndCancelJob() public method

Finishes the asynchronous execution of the CancelJob operation.
public EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelJob.
return Amazon.ElasticTranscoder.Model.CancelJobResponse

EndCreateJob() public method

Finishes the asynchronous execution of the CreateJob operation.
public EndCreateJob ( IAsyncResult asyncResult ) : CreateJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateJob.
return Amazon.ElasticTranscoder.Model.CreateJobResponse

EndCreatePipeline() public method

Finishes the asynchronous execution of the CreatePipeline operation.
public EndCreatePipeline ( IAsyncResult asyncResult ) : CreatePipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePipeline.
return Amazon.ElasticTranscoder.Model.CreatePipelineResponse

EndCreatePreset() public method

Finishes the asynchronous execution of the CreatePreset operation.
public EndCreatePreset ( IAsyncResult asyncResult ) : CreatePresetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePreset.
return Amazon.ElasticTranscoder.Model.CreatePresetResponse

EndDeletePipeline() public method

Finishes the asynchronous execution of the DeletePipeline operation.
public EndDeletePipeline ( IAsyncResult asyncResult ) : DeletePipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePipeline.
return Amazon.ElasticTranscoder.Model.DeletePipelineResponse

EndDeletePreset() public method

Finishes the asynchronous execution of the DeletePreset operation.
public EndDeletePreset ( IAsyncResult asyncResult ) : DeletePresetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePreset.
return Amazon.ElasticTranscoder.Model.DeletePresetResponse

EndListJobsByPipeline() public method

Finishes the asynchronous execution of the ListJobsByPipeline operation.
public EndListJobsByPipeline ( IAsyncResult asyncResult ) : ListJobsByPipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobsByPipeline.
return Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse

EndListJobsByStatus() public method

Finishes the asynchronous execution of the ListJobsByStatus operation.
public EndListJobsByStatus ( IAsyncResult asyncResult ) : ListJobsByStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobsByStatus.
return Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse

EndListPipelines() public method

Finishes the asynchronous execution of the ListPipelines operation.
public EndListPipelines ( IAsyncResult asyncResult ) : ListPipelinesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPipelines.
return Amazon.ElasticTranscoder.Model.ListPipelinesResponse

EndListPresets() public method

Finishes the asynchronous execution of the ListPresets operation.
public EndListPresets ( IAsyncResult asyncResult ) : ListPresetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPresets.
return Amazon.ElasticTranscoder.Model.ListPresetsResponse

EndReadJob() public method

Finishes the asynchronous execution of the ReadJob operation.
public EndReadJob ( IAsyncResult asyncResult ) : ReadJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReadJob.
return Amazon.ElasticTranscoder.Model.ReadJobResponse

EndReadPipeline() public method

Finishes the asynchronous execution of the ReadPipeline operation.
public EndReadPipeline ( IAsyncResult asyncResult ) : ReadPipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReadPipeline.
return Amazon.ElasticTranscoder.Model.ReadPipelineResponse

EndReadPreset() public method

Finishes the asynchronous execution of the ReadPreset operation.
public EndReadPreset ( IAsyncResult asyncResult ) : ReadPresetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReadPreset.
return Amazon.ElasticTranscoder.Model.ReadPresetResponse

EndUpdatePipeline() public method

Finishes the asynchronous execution of the UpdatePipeline operation.
public EndUpdatePipeline ( IAsyncResult asyncResult ) : UpdatePipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePipeline.
return Amazon.ElasticTranscoder.Model.UpdatePipelineResponse

EndUpdatePipelineNotifications() public method

Finishes the asynchronous execution of the UpdatePipelineNotifications operation.
public EndUpdatePipelineNotifications ( IAsyncResult asyncResult ) : UpdatePipelineNotificationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePipelineNotifications.
return Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse

EndUpdatePipelineStatus() public method

Finishes the asynchronous execution of the UpdatePipelineStatus operation.
public EndUpdatePipelineStatus ( IAsyncResult asyncResult ) : UpdatePipelineStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePipelineStatus.
return Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse

ListJobsByPipeline() public method

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.

/// 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 ListJobsByPipeline ( ListJobsByPipelineRequest request ) : ListJobsByPipelineResponse
request Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest Container for the necessary parameters to execute the ListJobsByPipeline service method.
return Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse

ListJobsByPipelineAsync() public method

Initiates the asynchronous execution of the ListJobsByPipeline operation.
public ListJobsByPipelineAsync ( ListJobsByPipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest Container for the necessary parameters to execute the ListJobsByPipeline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListJobsByStatus() public method

The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
/// 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 ListJobsByStatus ( ListJobsByStatusRequest request ) : ListJobsByStatusResponse
request Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest Container for the necessary parameters to execute the ListJobsByStatus service method.
return Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse

ListJobsByStatusAsync() public method

Initiates the asynchronous execution of the ListJobsByStatus operation.
public ListJobsByStatusAsync ( ListJobsByStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest Container for the necessary parameters to execute the ListJobsByStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPipelines() public method

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// One or more required parameter values were not provided in the request. ///
public ListPipelines ( ) : ListPipelinesResponse
return Amazon.ElasticTranscoder.Model.ListPipelinesResponse

ListPipelines() public method

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// One or more required parameter values were not provided in the request. ///
public ListPipelines ( ListPipelinesRequest request ) : ListPipelinesResponse
request Amazon.ElasticTranscoder.Model.ListPipelinesRequest Container for the necessary parameters to execute the ListPipelines service method.
return Amazon.ElasticTranscoder.Model.ListPipelinesResponse

ListPipelinesAsync() public method

Initiates the asynchronous execution of the ListPipelines operation.
public ListPipelinesAsync ( ListPipelinesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.ListPipelinesRequest Container for the necessary parameters to execute the ListPipelines operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPipelinesAsync() public method

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// One or more required parameter values were not provided in the request. ///
public ListPipelinesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPresets() public method

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// One or more required parameter values were not provided in the request. ///
public ListPresets ( ) : ListPresetsResponse
return Amazon.ElasticTranscoder.Model.ListPresetsResponse

ListPresets() public method

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// One or more required parameter values were not provided in the request. ///
public ListPresets ( ListPresetsRequest request ) : ListPresetsResponse
request Amazon.ElasticTranscoder.Model.ListPresetsRequest Container for the necessary parameters to execute the ListPresets service method.
return Amazon.ElasticTranscoder.Model.ListPresetsResponse

ListPresetsAsync() public method

Initiates the asynchronous execution of the ListPresets operation.
public ListPresetsAsync ( ListPresetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.ListPresetsRequest Container for the necessary parameters to execute the ListPresets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPresetsAsync() public method

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// One or more required parameter values were not provided in the request. ///
public ListPresetsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ReadJob() public method

The ReadJob operation returns detailed information about a job.
/// 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 ReadJob ( ReadJobRequest request ) : ReadJobResponse
request Amazon.ElasticTranscoder.Model.ReadJobRequest Container for the necessary parameters to execute the ReadJob service method.
return Amazon.ElasticTranscoder.Model.ReadJobResponse

ReadJobAsync() public method

Initiates the asynchronous execution of the ReadJob operation.
public ReadJobAsync ( ReadJobRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.ReadJobRequest Container for the necessary parameters to execute the ReadJob operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ReadPipeline() public method

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.
return Amazon.ElasticTranscoder.Model.ReadPipelineResponse

ReadPipelineAsync() public method

Initiates the asynchronous execution of the ReadPipeline operation.
public ReadPipelineAsync ( ReadPipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.ReadPipelineRequest Container for the necessary parameters to execute the ReadPipeline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ReadPreset() public method

The ReadPreset operation gets detailed information about a preset.
/// 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 ReadPreset ( ReadPresetRequest request ) : ReadPresetResponse
request Amazon.ElasticTranscoder.Model.ReadPresetRequest Container for the necessary parameters to execute the ReadPreset service method.
return Amazon.ElasticTranscoder.Model.ReadPresetResponse

ReadPresetAsync() public method

Initiates the asynchronous execution of the ReadPreset operation.
public ReadPresetAsync ( ReadPresetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.ReadPresetRequest Container for the necessary parameters to execute the ReadPreset operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdatePipeline() public method

Use the UpdatePipeline operation to update settings for a pipeline.

When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The resource you are attempting to change is in use. For example, you are attempting /// to delete a pipeline that is currently in use. /// /// 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 UpdatePipeline ( UpdatePipelineRequest request ) : UpdatePipelineResponse
request Amazon.ElasticTranscoder.Model.UpdatePipelineRequest Container for the necessary parameters to execute the UpdatePipeline service method.
return Amazon.ElasticTranscoder.Model.UpdatePipelineResponse

UpdatePipelineAsync() public method

Initiates the asynchronous execution of the UpdatePipeline operation.
public UpdatePipelineAsync ( UpdatePipelineRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.UpdatePipelineRequest Container for the necessary parameters to execute the UpdatePipeline operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdatePipelineNotifications() public method

With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.

When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The resource you are attempting to change is in use. For example, you are attempting /// to delete a pipeline that is currently in use. /// /// 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 UpdatePipelineNotifications ( UpdatePipelineNotificationsRequest request ) : UpdatePipelineNotificationsResponse
request Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest Container for the necessary parameters to execute the UpdatePipelineNotifications service method.
return Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse

UpdatePipelineNotificationsAsync() public method

Initiates the asynchronous execution of the UpdatePipelineNotifications operation.
public UpdatePipelineNotificationsAsync ( UpdatePipelineNotificationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest Container for the necessary parameters to execute the UpdatePipelineNotifications operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdatePipelineStatus() public method

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.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The resource you are attempting to change is in use. For example, you are attempting /// to delete a pipeline that is currently in use. /// /// 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 UpdatePipelineStatus ( UpdatePipelineStatusRequest request ) : UpdatePipelineStatusResponse
request Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest Container for the necessary parameters to execute the UpdatePipelineStatus service method.
return Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse

UpdatePipelineStatusAsync() public method

Initiates the asynchronous execution of the UpdatePipelineStatus operation.
public UpdatePipelineStatusAsync ( UpdatePipelineStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest Container for the necessary parameters to execute the UpdatePipelineStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task