DataPipelineClient.php 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. namespace Aws\DataPipeline;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Data Pipeline** service.
  6. *
  7. * @method \Aws\Result activatePipeline(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise activatePipelineAsync(array $args = [])
  9. * @method \Aws\Result addTags(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
  11. * @method \Aws\Result createPipeline(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
  13. * @method \Aws\Result deactivatePipeline(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise deactivatePipelineAsync(array $args = [])
  15. * @method \Aws\Result deletePipeline(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
  17. * @method \Aws\Result describeObjects(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise describeObjectsAsync(array $args = [])
  19. * @method \Aws\Result describePipelines(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise describePipelinesAsync(array $args = [])
  21. * @method \Aws\Result evaluateExpression(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise evaluateExpressionAsync(array $args = [])
  23. * @method \Aws\Result getPipelineDefinition(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise getPipelineDefinitionAsync(array $args = [])
  25. * @method \Aws\Result listPipelines(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
  27. * @method \Aws\Result pollForTask(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise pollForTaskAsync(array $args = [])
  29. * @method \Aws\Result putPipelineDefinition(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise putPipelineDefinitionAsync(array $args = [])
  31. * @method \Aws\Result queryObjects(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise queryObjectsAsync(array $args = [])
  33. * @method \Aws\Result removeTags(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
  35. * @method \Aws\Result reportTaskProgress(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise reportTaskProgressAsync(array $args = [])
  37. * @method \Aws\Result reportTaskRunnerHeartbeat(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise reportTaskRunnerHeartbeatAsync(array $args = [])
  39. * @method \Aws\Result setStatus(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise setStatusAsync(array $args = [])
  41. * @method \Aws\Result setTaskStatus(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise setTaskStatusAsync(array $args = [])
  43. * @method \Aws\Result validatePipelineDefinition(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise validatePipelineDefinitionAsync(array $args = [])
  45. */
  46. class DataPipelineClient extends AwsClient {}