AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <ElasticTranscoderClient.h>
Public Types | |
typedef Aws::Client::AWSJsonClient | BASECLASS |
![]() | |
typedef AWSClient | BASECLASS |
<fullname>AWS Elastic Transcoder Service</fullname>
The AWS Elastic Transcoder Service.
Definition at line 164 of file ElasticTranscoderClient.h.
Definition at line 167 of file ElasticTranscoderClient.h.
Aws::ElasticTranscoder::ElasticTranscoderClient::ElasticTranscoderClient | ( | const Client::ClientConfiguration & | clientConfiguration = Client::ClientConfiguration() | ) |
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Aws::ElasticTranscoder::ElasticTranscoderClient::ElasticTranscoderClient | ( | const Auth::AWSCredentials & | credentials, |
const Client::ClientConfiguration & | clientConfiguration = Client::ClientConfiguration() |
||
) |
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Aws::ElasticTranscoder::ElasticTranscoderClient::ElasticTranscoderClient | ( | const std::shared_ptr< Auth::AWSCredentialsProvider > & | credentialsProvider, |
const Client::ClientConfiguration & | clientConfiguration = Client::ClientConfiguration() |
||
) |
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
|
virtual |
|
virtual |
The CancelJob operation cancels an unfinished job.
<note>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.</note>
|
virtual |
The CancelJob operation cancels an unfinished job.
<note>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.</note>
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The CancelJob operation cancels an unfinished job.
<note>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.</note>
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
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).
|
virtual |
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).
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
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).
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The CreatePipeline operation creates a pipeline with settings that you specify.
|
virtual |
The CreatePipeline operation creates a pipeline with settings that you specify.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The CreatePipeline operation creates a pipeline with settings that you specify.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The CreatePreset operation creates a preset with settings that you specify.
<important>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.</important>
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.
|
virtual |
The CreatePreset operation creates a preset with settings that you specify.
<important>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.</important>
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.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The CreatePreset operation creates a preset with settings that you specify.
<important>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.</important>
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.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
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.
|
virtual |
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.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
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.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The DeletePreset operation removes a preset that you've added in an AWS region.
<note>
You can't delete the default presets that are included with Elastic Transcoder.
</note>
|
virtual |
The DeletePreset operation removes a preset that you've added in an AWS region.
<note>
You can't delete the default presets that are included with Elastic Transcoder.
</note>
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The DeletePreset operation removes a preset that you've added in an AWS region.
<note>
You can't delete the default presets that are included with Elastic Transcoder.
</note>
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
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.
|
virtual |
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.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
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.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
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.
|
virtual |
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.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
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.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
|
virtual |
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
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.
|
virtual |
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.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
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.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The ReadJob operation returns detailed information about a job.
|
virtual |
The ReadJob operation returns detailed information about a job.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The ReadJob operation returns detailed information about a job.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The ReadPipeline operation gets detailed information about a pipeline.
|
virtual |
The ReadPipeline operation gets detailed information about a pipeline.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The ReadPipeline operation gets detailed information about a pipeline.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The ReadPreset operation gets detailed information about a preset.
|
virtual |
The ReadPreset operation gets detailed information about a preset.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The ReadPreset operation gets detailed information about a preset.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
The TestRole operation tests the IAM role used to create the pipeline.
The TestRole
action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.
|
virtual |
The TestRole operation tests the IAM role used to create the pipeline.
The TestRole
action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
The TestRole operation tests the IAM role used to create the pipeline.
The TestRole
action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
Use the UpdatePipeline
operation to update settings for a pipeline. <important>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. </important>
|
virtual |
Use the UpdatePipeline
operation to update settings for a pipeline. <important>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. </important>
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
Use the UpdatePipeline
operation to update settings for a pipeline. <important>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. </important>
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
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.
|
virtual |
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.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
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.
returns a future to the operation so that it can be executed in parallel to other requests.
|
virtual |
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.
|
virtual |
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.
Queues the request into a thread executor and triggers associated callback when operation has finished.
|
virtual |
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.
returns a future to the operation so that it can be executed in parallel to other requests.