C# Класс Amazon.ElasticTranscoder.AmazonElasticTranscoderClient

Implementation for accessing AmazonElasticTranscoder. AWS Elastic Transcoder Service

The AWS Elastic Transcoder Service.

Наследование: AmazonWebServiceClient, AmazonElasticTranscoder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void

Customize the pipeline

Dispose ( bool disposing ) : void

Disposes the service client.

Приватные методы

Метод Описание
BeginTestRole ( TestRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult
EndTestRole ( IAsyncResult asyncResult ) : TestRoleResponse
TestRole ( TestRoleRequest request ) : TestRoleResponse
TestRoleAsync ( TestRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Описание методов

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

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
Результат System

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

Constructs AmazonElasticTranscoderClient with AWS Credentials
public AmazonElasticTranscoderClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

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

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
Результат System

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

Constructs AmazonElasticTranscoderClient with AWS Credentials
public AmazonElasticTranscoderClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

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

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
Результат System

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

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.
Результат System

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

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
Результат System

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

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
Результат System

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

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.
Результат System

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

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
Результат System

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

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
Результат System

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

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.
Результат System

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат Amazon.ElasticTranscoder.Model.CancelJobResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.CreateJobResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.CreatePipelineResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.CreatePresetResponse

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

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. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CustomizeRuntimePipeline() защищенный Метод

Customize the pipeline
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline
Результат void

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

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.
Результат Amazon.ElasticTranscoder.Model.DeletePipelineResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.DeletePresetResponse

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

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. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Finishes the asynchronous execution of the CancelJob operation.
public EndCancelJob ( IAsyncResult asyncResult ) : CancelJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelJob.
Результат Amazon.ElasticTranscoder.Model.CancelJobResponse

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

Finishes the asynchronous execution of the CreateJob operation.
public EndCreateJob ( IAsyncResult asyncResult ) : CreateJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateJob.
Результат Amazon.ElasticTranscoder.Model.CreateJobResponse

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

Finishes the asynchronous execution of the CreatePipeline operation.
public EndCreatePipeline ( IAsyncResult asyncResult ) : CreatePipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePipeline.
Результат Amazon.ElasticTranscoder.Model.CreatePipelineResponse

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

Finishes the asynchronous execution of the CreatePreset operation.
public EndCreatePreset ( IAsyncResult asyncResult ) : CreatePresetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePreset.
Результат Amazon.ElasticTranscoder.Model.CreatePresetResponse

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

Finishes the asynchronous execution of the DeletePipeline operation.
public EndDeletePipeline ( IAsyncResult asyncResult ) : DeletePipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePipeline.
Результат Amazon.ElasticTranscoder.Model.DeletePipelineResponse

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

Finishes the asynchronous execution of the DeletePreset operation.
public EndDeletePreset ( IAsyncResult asyncResult ) : DeletePresetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePreset.
Результат Amazon.ElasticTranscoder.Model.DeletePresetResponse

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

Finishes the asynchronous execution of the ListJobsByPipeline operation.
public EndListJobsByPipeline ( IAsyncResult asyncResult ) : ListJobsByPipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobsByPipeline.
Результат Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse

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

Finishes the asynchronous execution of the ListJobsByStatus operation.
public EndListJobsByStatus ( IAsyncResult asyncResult ) : ListJobsByStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobsByStatus.
Результат Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse

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

Finishes the asynchronous execution of the ListPipelines operation.
public EndListPipelines ( IAsyncResult asyncResult ) : ListPipelinesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPipelines.
Результат Amazon.ElasticTranscoder.Model.ListPipelinesResponse

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

Finishes the asynchronous execution of the ListPresets operation.
public EndListPresets ( IAsyncResult asyncResult ) : ListPresetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPresets.
Результат Amazon.ElasticTranscoder.Model.ListPresetsResponse

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

Finishes the asynchronous execution of the ReadJob operation.
public EndReadJob ( IAsyncResult asyncResult ) : ReadJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReadJob.
Результат Amazon.ElasticTranscoder.Model.ReadJobResponse

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

Finishes the asynchronous execution of the ReadPipeline operation.
public EndReadPipeline ( IAsyncResult asyncResult ) : ReadPipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReadPipeline.
Результат Amazon.ElasticTranscoder.Model.ReadPipelineResponse

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

Finishes the asynchronous execution of the ReadPreset operation.
public EndReadPreset ( IAsyncResult asyncResult ) : ReadPresetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReadPreset.
Результат Amazon.ElasticTranscoder.Model.ReadPresetResponse

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

Finishes the asynchronous execution of the UpdatePipeline operation.
public EndUpdatePipeline ( IAsyncResult asyncResult ) : UpdatePipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePipeline.
Результат Amazon.ElasticTranscoder.Model.UpdatePipelineResponse

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

Finishes the asynchronous execution of the UpdatePipelineNotifications operation.
public EndUpdatePipelineNotifications ( IAsyncResult asyncResult ) : UpdatePipelineNotificationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePipelineNotifications.
Результат Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse

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

Finishes the asynchronous execution of the UpdatePipelineStatus operation.
public EndUpdatePipelineStatus ( IAsyncResult asyncResult ) : UpdatePipelineStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePipelineStatus.
Результат Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse

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

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.
Результат Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse

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

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. ///
Результат Task

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

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
Результат Amazon.ElasticTranscoder.Model.ListPipelinesResponse

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

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.
Результат Amazon.ElasticTranscoder.Model.ListPipelinesResponse

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

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. ///
Результат Task

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

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. ///
Результат Task

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

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
Результат Amazon.ElasticTranscoder.Model.ListPresetsResponse

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

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.
Результат Amazon.ElasticTranscoder.Model.ListPresetsResponse

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

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. ///
Результат Task

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.ReadJobResponse

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

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. ///
Результат Task

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

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.ReadPresetResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.UpdatePipelineResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse

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

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. ///
Результат Task