ElasticTranscoderClient.php 2.4 KB

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