GlueClient.php
13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?php
namespace Aws\Glue;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Glue** service.
* @method \Aws\Result batchCreatePartition(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchCreatePartitionAsync(array $args = [])
* @method \Aws\Result batchDeleteConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteConnectionAsync(array $args = [])
* @method \Aws\Result batchDeletePartition(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeletePartitionAsync(array $args = [])
* @method \Aws\Result batchDeleteTable(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteTableAsync(array $args = [])
* @method \Aws\Result batchDeleteTableVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDeleteTableVersionAsync(array $args = [])
* @method \Aws\Result batchGetCrawlers(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetCrawlersAsync(array $args = [])
* @method \Aws\Result batchGetDevEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetDevEndpointsAsync(array $args = [])
* @method \Aws\Result batchGetJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetJobsAsync(array $args = [])
* @method \Aws\Result batchGetPartition(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetPartitionAsync(array $args = [])
* @method \Aws\Result batchGetTriggers(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetTriggersAsync(array $args = [])
* @method \Aws\Result batchStopJobRun(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchStopJobRunAsync(array $args = [])
* @method \Aws\Result createClassifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise createClassifierAsync(array $args = [])
* @method \Aws\Result createConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
* @method \Aws\Result createCrawler(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCrawlerAsync(array $args = [])
* @method \Aws\Result createDatabase(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDatabaseAsync(array $args = [])
* @method \Aws\Result createDevEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDevEndpointAsync(array $args = [])
* @method \Aws\Result createJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
* @method \Aws\Result createPartition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPartitionAsync(array $args = [])
* @method \Aws\Result createScript(array $args = [])
* @method \GuzzleHttp\Promise\Promise createScriptAsync(array $args = [])
* @method \Aws\Result createSecurityConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSecurityConfigurationAsync(array $args = [])
* @method \Aws\Result createTable(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTableAsync(array $args = [])
* @method \Aws\Result createTrigger(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTriggerAsync(array $args = [])
* @method \Aws\Result createUserDefinedFunction(array $args = [])
* @method \GuzzleHttp\Promise\Promise createUserDefinedFunctionAsync(array $args = [])
* @method \Aws\Result deleteClassifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteClassifierAsync(array $args = [])
* @method \Aws\Result deleteConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
* @method \Aws\Result deleteCrawler(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCrawlerAsync(array $args = [])
* @method \Aws\Result deleteDatabase(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDatabaseAsync(array $args = [])
* @method \Aws\Result deleteDevEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDevEndpointAsync(array $args = [])
* @method \Aws\Result deleteJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
* @method \Aws\Result deletePartition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePartitionAsync(array $args = [])
* @method \Aws\Result deleteResourcePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
* @method \Aws\Result deleteSecurityConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSecurityConfigurationAsync(array $args = [])
* @method \Aws\Result deleteTable(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = [])
* @method \Aws\Result deleteTableVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTableVersionAsync(array $args = [])
* @method \Aws\Result deleteTrigger(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTriggerAsync(array $args = [])
* @method \Aws\Result deleteUserDefinedFunction(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteUserDefinedFunctionAsync(array $args = [])
* @method \Aws\Result getCatalogImportStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCatalogImportStatusAsync(array $args = [])
* @method \Aws\Result getClassifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise getClassifierAsync(array $args = [])
* @method \Aws\Result getClassifiers(array $args = [])
* @method \GuzzleHttp\Promise\Promise getClassifiersAsync(array $args = [])
* @method \Aws\Result getConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
* @method \Aws\Result getConnections(array $args = [])
* @method \GuzzleHttp\Promise\Promise getConnectionsAsync(array $args = [])
* @method \Aws\Result getCrawler(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCrawlerAsync(array $args = [])
* @method \Aws\Result getCrawlerMetrics(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCrawlerMetricsAsync(array $args = [])
* @method \Aws\Result getCrawlers(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCrawlersAsync(array $args = [])
* @method \Aws\Result getDataCatalogEncryptionSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataCatalogEncryptionSettingsAsync(array $args = [])
* @method \Aws\Result getDatabase(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDatabaseAsync(array $args = [])
* @method \Aws\Result getDatabases(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDatabasesAsync(array $args = [])
* @method \Aws\Result getDataflowGraph(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataflowGraphAsync(array $args = [])
* @method \Aws\Result getDevEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDevEndpointAsync(array $args = [])
* @method \Aws\Result getDevEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDevEndpointsAsync(array $args = [])
* @method \Aws\Result getJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
* @method \Aws\Result getJobRun(array $args = [])
* @method \GuzzleHttp\Promise\Promise getJobRunAsync(array $args = [])
* @method \Aws\Result getJobRuns(array $args = [])
* @method \GuzzleHttp\Promise\Promise getJobRunsAsync(array $args = [])
* @method \Aws\Result getJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise getJobsAsync(array $args = [])
* @method \Aws\Result getMapping(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMappingAsync(array $args = [])
* @method \Aws\Result getPartition(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPartitionAsync(array $args = [])
* @method \Aws\Result getPartitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPartitionsAsync(array $args = [])
* @method \Aws\Result getPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPlanAsync(array $args = [])
* @method \Aws\Result getResourcePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
* @method \Aws\Result getSecurityConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSecurityConfigurationAsync(array $args = [])
* @method \Aws\Result getSecurityConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSecurityConfigurationsAsync(array $args = [])
* @method \Aws\Result getTable(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTableAsync(array $args = [])
* @method \Aws\Result getTableVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTableVersionAsync(array $args = [])
* @method \Aws\Result getTableVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTableVersionsAsync(array $args = [])
* @method \Aws\Result getTables(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTablesAsync(array $args = [])
* @method \Aws\Result getTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
* @method \Aws\Result getTrigger(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTriggerAsync(array $args = [])
* @method \Aws\Result getTriggers(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTriggersAsync(array $args = [])
* @method \Aws\Result getUserDefinedFunction(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionAsync(array $args = [])
* @method \Aws\Result getUserDefinedFunctions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionsAsync(array $args = [])
* @method \Aws\Result importCatalogToGlue(array $args = [])
* @method \GuzzleHttp\Promise\Promise importCatalogToGlueAsync(array $args = [])
* @method \Aws\Result listCrawlers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCrawlersAsync(array $args = [])
* @method \Aws\Result listDevEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDevEndpointsAsync(array $args = [])
* @method \Aws\Result listJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
* @method \Aws\Result listTriggers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTriggersAsync(array $args = [])
* @method \Aws\Result putDataCatalogEncryptionSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise putDataCatalogEncryptionSettingsAsync(array $args = [])
* @method \Aws\Result putResourcePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
* @method \Aws\Result resetJobBookmark(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetJobBookmarkAsync(array $args = [])
* @method \Aws\Result startCrawler(array $args = [])
* @method \GuzzleHttp\Promise\Promise startCrawlerAsync(array $args = [])
* @method \Aws\Result startCrawlerSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise startCrawlerScheduleAsync(array $args = [])
* @method \Aws\Result startJobRun(array $args = [])
* @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = [])
* @method \Aws\Result startTrigger(array $args = [])
* @method \GuzzleHttp\Promise\Promise startTriggerAsync(array $args = [])
* @method \Aws\Result stopCrawler(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopCrawlerAsync(array $args = [])
* @method \Aws\Result stopCrawlerSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopCrawlerScheduleAsync(array $args = [])
* @method \Aws\Result stopTrigger(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopTriggerAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateClassifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateClassifierAsync(array $args = [])
* @method \Aws\Result updateConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
* @method \Aws\Result updateCrawler(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCrawlerAsync(array $args = [])
* @method \Aws\Result updateCrawlerSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCrawlerScheduleAsync(array $args = [])
* @method \Aws\Result updateDatabase(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDatabaseAsync(array $args = [])
* @method \Aws\Result updateDevEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDevEndpointAsync(array $args = [])
* @method \Aws\Result updateJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
* @method \Aws\Result updatePartition(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePartitionAsync(array $args = [])
* @method \Aws\Result updateTable(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTableAsync(array $args = [])
* @method \Aws\Result updateTrigger(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTriggerAsync(array $args = [])
* @method \Aws\Result updateUserDefinedFunction(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateUserDefinedFunctionAsync(array $args = [])
*/
class GlueClient extends AwsClient {}