GlueDataBrewClient.php 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?php
  2. namespace Aws\GlueDataBrew;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Glue DataBrew** service.
  6. * @method \Aws\Result batchDeleteRecipeVersion(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchDeleteRecipeVersionAsync(array $args = [])
  8. * @method \Aws\Result createDataset(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
  10. * @method \Aws\Result createProfileJob(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createProfileJobAsync(array $args = [])
  12. * @method \Aws\Result createProject(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
  14. * @method \Aws\Result createRecipe(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createRecipeAsync(array $args = [])
  16. * @method \Aws\Result createRecipeJob(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createRecipeJobAsync(array $args = [])
  18. * @method \Aws\Result createRuleset(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createRulesetAsync(array $args = [])
  20. * @method \Aws\Result createSchedule(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createScheduleAsync(array $args = [])
  22. * @method \Aws\Result deleteDataset(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
  24. * @method \Aws\Result deleteJob(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
  26. * @method \Aws\Result deleteProject(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
  28. * @method \Aws\Result deleteRecipeVersion(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteRecipeVersionAsync(array $args = [])
  30. * @method \Aws\Result deleteRuleset(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteRulesetAsync(array $args = [])
  32. * @method \Aws\Result deleteSchedule(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteScheduleAsync(array $args = [])
  34. * @method \Aws\Result describeDataset(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
  36. * @method \Aws\Result describeJob(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise describeJobAsync(array $args = [])
  38. * @method \Aws\Result describeJobRun(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise describeJobRunAsync(array $args = [])
  40. * @method \Aws\Result describeProject(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
  42. * @method \Aws\Result describeRecipe(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise describeRecipeAsync(array $args = [])
  44. * @method \Aws\Result describeRuleset(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise describeRulesetAsync(array $args = [])
  46. * @method \Aws\Result describeSchedule(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
  48. * @method \Aws\Result listDatasets(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
  50. * @method \Aws\Result listJobRuns(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listJobRunsAsync(array $args = [])
  52. * @method \Aws\Result listJobs(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
  54. * @method \Aws\Result listProjects(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
  56. * @method \Aws\Result listRecipeVersions(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listRecipeVersionsAsync(array $args = [])
  58. * @method \Aws\Result listRecipes(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listRecipesAsync(array $args = [])
  60. * @method \Aws\Result listRulesets(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listRulesetsAsync(array $args = [])
  62. * @method \Aws\Result listSchedules(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listSchedulesAsync(array $args = [])
  64. * @method \Aws\Result listTagsForResource(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  66. * @method \Aws\Result publishRecipe(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise publishRecipeAsync(array $args = [])
  68. * @method \Aws\Result sendProjectSessionAction(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise sendProjectSessionActionAsync(array $args = [])
  70. * @method \Aws\Result startJobRun(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = [])
  72. * @method \Aws\Result startProjectSession(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise startProjectSessionAsync(array $args = [])
  74. * @method \Aws\Result stopJobRun(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise stopJobRunAsync(array $args = [])
  76. * @method \Aws\Result tagResource(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  78. * @method \Aws\Result untagResource(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  80. * @method \Aws\Result updateDataset(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
  82. * @method \Aws\Result updateProfileJob(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise updateProfileJobAsync(array $args = [])
  84. * @method \Aws\Result updateProject(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
  86. * @method \Aws\Result updateRecipe(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise updateRecipeAsync(array $args = [])
  88. * @method \Aws\Result updateRecipeJob(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise updateRecipeJobAsync(array $args = [])
  90. * @method \Aws\Result updateRuleset(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise updateRulesetAsync(array $args = [])
  92. * @method \Aws\Result updateSchedule(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise updateScheduleAsync(array $args = [])
  94. */
  95. class GlueDataBrewClient extends AwsClient {}