ElasticTranscoderClient.php
45 lines
| 1 | <?php |
| 2 | namespace Aws\ElasticTranscoder; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Elastic Transcoder** service. |
| 8 | * |
| 9 | * @method \Aws\Result cancelJob(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = []) |
| 11 | * @method \Aws\Result createJob(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = []) |
| 13 | * @method \Aws\Result createPipeline(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = []) |
| 15 | * @method \Aws\Result createPreset(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise createPresetAsync(array $args = []) |
| 17 | * @method \Aws\Result deletePipeline(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = []) |
| 19 | * @method \Aws\Result deletePreset(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise deletePresetAsync(array $args = []) |
| 21 | * @method \Aws\Result listJobsByPipeline(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise listJobsByPipelineAsync(array $args = []) |
| 23 | * @method \Aws\Result listJobsByStatus(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise listJobsByStatusAsync(array $args = []) |
| 25 | * @method \Aws\Result listPipelines(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = []) |
| 27 | * @method \Aws\Result listPresets(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise listPresetsAsync(array $args = []) |
| 29 | * @method \Aws\Result readJob(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise readJobAsync(array $args = []) |
| 31 | * @method \Aws\Result readPipeline(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise readPipelineAsync(array $args = []) |
| 33 | * @method \Aws\Result readPreset(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise readPresetAsync(array $args = []) |
| 35 | * @method \Aws\Result testRole(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise testRoleAsync(array $args = []) |
| 37 | * @method \Aws\Result updatePipeline(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = []) |
| 39 | * @method \Aws\Result updatePipelineNotifications(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise updatePipelineNotificationsAsync(array $args = []) |
| 41 | * @method \Aws\Result updatePipelineStatus(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise updatePipelineStatusAsync(array $args = []) |
| 43 | */ |
| 44 | class ElasticTranscoderClient extends AwsClient {} |
| 45 |