Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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