C# 클래스 Amazon.ElasticTranscoder.AmazonElasticTranscoderClient

Implementation for accessing AmazonElasticTranscoder. AWS Elastic Transcoder Service

The AWS Elastic Transcoder Service.

상속: AmazonWebServiceClient, AmazonElasticTranscoder
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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