1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\Glue;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Glue** service.
|
|
|
8 |
* @method \Aws\Result batchCreatePartition(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchCreatePartitionAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result batchDeleteConnection(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise batchDeleteConnectionAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result batchDeletePartition(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise batchDeletePartitionAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result batchDeleteTable(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise batchDeleteTableAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result batchDeleteTableVersion(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise batchDeleteTableVersionAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result batchGetBlueprints(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise batchGetBlueprintsAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result batchGetCrawlers(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise batchGetCrawlersAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result batchGetCustomEntityTypes(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise batchGetCustomEntityTypesAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result batchGetDataQualityResult(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise batchGetDataQualityResultAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result batchGetDevEndpoints(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise batchGetDevEndpointsAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result batchGetJobs(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise batchGetJobsAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result batchGetPartition(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise batchGetPartitionAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result batchGetTriggers(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise batchGetTriggersAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result batchGetWorkflows(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise batchGetWorkflowsAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result batchStopJobRun(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise batchStopJobRunAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result batchUpdatePartition(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise batchUpdatePartitionAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result cancelDataQualityRuleRecommendationRun(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise cancelDataQualityRuleRecommendationRunAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result cancelDataQualityRulesetEvaluationRun(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise cancelDataQualityRulesetEvaluationRunAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result cancelMLTaskRun(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise cancelMLTaskRunAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result cancelStatement(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise cancelStatementAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result checkSchemaVersionValidity(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise checkSchemaVersionValidityAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result createBlueprint(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise createBlueprintAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result createClassifier(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise createClassifierAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result createConnection(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result createCrawler(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise createCrawlerAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result createCustomEntityType(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise createCustomEntityTypeAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result createDataQualityRuleset(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise createDataQualityRulesetAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result createDatabase(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise createDatabaseAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result createDevEndpoint(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise createDevEndpointAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result createJob(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result createMLTransform(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise createMLTransformAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result createPartition(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise createPartitionAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result createPartitionIndex(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise createPartitionIndexAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result createRegistry(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise createRegistryAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result createSchema(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise createSchemaAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result createScript(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise createScriptAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result createSecurityConfiguration(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise createSecurityConfigurationAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result createSession(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise createSessionAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result createTable(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise createTableAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result createTrigger(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise createTriggerAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result createUserDefinedFunction(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise createUserDefinedFunctionAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result createWorkflow(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result deleteBlueprint(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise deleteBlueprintAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result deleteClassifier(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise deleteClassifierAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result deleteColumnStatisticsForPartition(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise deleteColumnStatisticsForPartitionAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result deleteColumnStatisticsForTable(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise deleteColumnStatisticsForTableAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result deleteConnection(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result deleteCrawler(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise deleteCrawlerAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result deleteCustomEntityType(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise deleteCustomEntityTypeAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result deleteDataQualityRuleset(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise deleteDataQualityRulesetAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result deleteDatabase(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise deleteDatabaseAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result deleteDevEndpoint(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise deleteDevEndpointAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result deleteJob(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result deleteMLTransform(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise deleteMLTransformAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result deletePartition(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise deletePartitionAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result deletePartitionIndex(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise deletePartitionIndexAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result deleteRegistry(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise deleteRegistryAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result deleteResourcePolicy(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result deleteSchema(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise deleteSchemaAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result deleteSchemaVersions(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise deleteSchemaVersionsAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result deleteSecurityConfiguration(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise deleteSecurityConfigurationAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result deleteSession(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise deleteSessionAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result deleteTable(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result deleteTableVersion(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise deleteTableVersionAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result deleteTrigger(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise deleteTriggerAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result deleteUserDefinedFunction(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise deleteUserDefinedFunctionAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result deleteWorkflow(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
|
|
|
142 |
* @method \Aws\Result getBlueprint(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise getBlueprintAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result getBlueprintRun(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise getBlueprintRunAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result getBlueprintRuns(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise getBlueprintRunsAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result getCatalogImportStatus(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise getCatalogImportStatusAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result getClassifier(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise getClassifierAsync(array $args = [])
|
|
|
152 |
* @method \Aws\Result getClassifiers(array $args = [])
|
|
|
153 |
* @method \GuzzleHttp\Promise\Promise getClassifiersAsync(array $args = [])
|
|
|
154 |
* @method \Aws\Result getColumnStatisticsForPartition(array $args = [])
|
|
|
155 |
* @method \GuzzleHttp\Promise\Promise getColumnStatisticsForPartitionAsync(array $args = [])
|
|
|
156 |
* @method \Aws\Result getColumnStatisticsForTable(array $args = [])
|
|
|
157 |
* @method \GuzzleHttp\Promise\Promise getColumnStatisticsForTableAsync(array $args = [])
|
|
|
158 |
* @method \Aws\Result getConnection(array $args = [])
|
|
|
159 |
* @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
|
|
|
160 |
* @method \Aws\Result getConnections(array $args = [])
|
|
|
161 |
* @method \GuzzleHttp\Promise\Promise getConnectionsAsync(array $args = [])
|
|
|
162 |
* @method \Aws\Result getCrawler(array $args = [])
|
|
|
163 |
* @method \GuzzleHttp\Promise\Promise getCrawlerAsync(array $args = [])
|
|
|
164 |
* @method \Aws\Result getCrawlerMetrics(array $args = [])
|
|
|
165 |
* @method \GuzzleHttp\Promise\Promise getCrawlerMetricsAsync(array $args = [])
|
|
|
166 |
* @method \Aws\Result getCrawlers(array $args = [])
|
|
|
167 |
* @method \GuzzleHttp\Promise\Promise getCrawlersAsync(array $args = [])
|
|
|
168 |
* @method \Aws\Result getCustomEntityType(array $args = [])
|
|
|
169 |
* @method \GuzzleHttp\Promise\Promise getCustomEntityTypeAsync(array $args = [])
|
|
|
170 |
* @method \Aws\Result getDataCatalogEncryptionSettings(array $args = [])
|
|
|
171 |
* @method \GuzzleHttp\Promise\Promise getDataCatalogEncryptionSettingsAsync(array $args = [])
|
|
|
172 |
* @method \Aws\Result getDataQualityResult(array $args = [])
|
|
|
173 |
* @method \GuzzleHttp\Promise\Promise getDataQualityResultAsync(array $args = [])
|
|
|
174 |
* @method \Aws\Result getDataQualityRuleRecommendationRun(array $args = [])
|
|
|
175 |
* @method \GuzzleHttp\Promise\Promise getDataQualityRuleRecommendationRunAsync(array $args = [])
|
|
|
176 |
* @method \Aws\Result getDataQualityRuleset(array $args = [])
|
|
|
177 |
* @method \GuzzleHttp\Promise\Promise getDataQualityRulesetAsync(array $args = [])
|
|
|
178 |
* @method \Aws\Result getDataQualityRulesetEvaluationRun(array $args = [])
|
|
|
179 |
* @method \GuzzleHttp\Promise\Promise getDataQualityRulesetEvaluationRunAsync(array $args = [])
|
|
|
180 |
* @method \Aws\Result getDatabase(array $args = [])
|
|
|
181 |
* @method \GuzzleHttp\Promise\Promise getDatabaseAsync(array $args = [])
|
|
|
182 |
* @method \Aws\Result getDatabases(array $args = [])
|
|
|
183 |
* @method \GuzzleHttp\Promise\Promise getDatabasesAsync(array $args = [])
|
|
|
184 |
* @method \Aws\Result getDataflowGraph(array $args = [])
|
|
|
185 |
* @method \GuzzleHttp\Promise\Promise getDataflowGraphAsync(array $args = [])
|
|
|
186 |
* @method \Aws\Result getDevEndpoint(array $args = [])
|
|
|
187 |
* @method \GuzzleHttp\Promise\Promise getDevEndpointAsync(array $args = [])
|
|
|
188 |
* @method \Aws\Result getDevEndpoints(array $args = [])
|
|
|
189 |
* @method \GuzzleHttp\Promise\Promise getDevEndpointsAsync(array $args = [])
|
|
|
190 |
* @method \Aws\Result getJob(array $args = [])
|
|
|
191 |
* @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
|
|
|
192 |
* @method \Aws\Result getJobBookmark(array $args = [])
|
|
|
193 |
* @method \GuzzleHttp\Promise\Promise getJobBookmarkAsync(array $args = [])
|
|
|
194 |
* @method \Aws\Result getJobRun(array $args = [])
|
|
|
195 |
* @method \GuzzleHttp\Promise\Promise getJobRunAsync(array $args = [])
|
|
|
196 |
* @method \Aws\Result getJobRuns(array $args = [])
|
|
|
197 |
* @method \GuzzleHttp\Promise\Promise getJobRunsAsync(array $args = [])
|
|
|
198 |
* @method \Aws\Result getJobs(array $args = [])
|
|
|
199 |
* @method \GuzzleHttp\Promise\Promise getJobsAsync(array $args = [])
|
|
|
200 |
* @method \Aws\Result getMLTaskRun(array $args = [])
|
|
|
201 |
* @method \GuzzleHttp\Promise\Promise getMLTaskRunAsync(array $args = [])
|
|
|
202 |
* @method \Aws\Result getMLTaskRuns(array $args = [])
|
|
|
203 |
* @method \GuzzleHttp\Promise\Promise getMLTaskRunsAsync(array $args = [])
|
|
|
204 |
* @method \Aws\Result getMLTransform(array $args = [])
|
|
|
205 |
* @method \GuzzleHttp\Promise\Promise getMLTransformAsync(array $args = [])
|
|
|
206 |
* @method \Aws\Result getMLTransforms(array $args = [])
|
|
|
207 |
* @method \GuzzleHttp\Promise\Promise getMLTransformsAsync(array $args = [])
|
|
|
208 |
* @method \Aws\Result getMapping(array $args = [])
|
|
|
209 |
* @method \GuzzleHttp\Promise\Promise getMappingAsync(array $args = [])
|
|
|
210 |
* @method \Aws\Result getPartition(array $args = [])
|
|
|
211 |
* @method \GuzzleHttp\Promise\Promise getPartitionAsync(array $args = [])
|
|
|
212 |
* @method \Aws\Result getPartitionIndexes(array $args = [])
|
|
|
213 |
* @method \GuzzleHttp\Promise\Promise getPartitionIndexesAsync(array $args = [])
|
|
|
214 |
* @method \Aws\Result getPartitions(array $args = [])
|
|
|
215 |
* @method \GuzzleHttp\Promise\Promise getPartitionsAsync(array $args = [])
|
|
|
216 |
* @method \Aws\Result getPlan(array $args = [])
|
|
|
217 |
* @method \GuzzleHttp\Promise\Promise getPlanAsync(array $args = [])
|
|
|
218 |
* @method \Aws\Result getRegistry(array $args = [])
|
|
|
219 |
* @method \GuzzleHttp\Promise\Promise getRegistryAsync(array $args = [])
|
|
|
220 |
* @method \Aws\Result getResourcePolicies(array $args = [])
|
|
|
221 |
* @method \GuzzleHttp\Promise\Promise getResourcePoliciesAsync(array $args = [])
|
|
|
222 |
* @method \Aws\Result getResourcePolicy(array $args = [])
|
|
|
223 |
* @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
|
|
|
224 |
* @method \Aws\Result getSchema(array $args = [])
|
|
|
225 |
* @method \GuzzleHttp\Promise\Promise getSchemaAsync(array $args = [])
|
|
|
226 |
* @method \Aws\Result getSchemaByDefinition(array $args = [])
|
|
|
227 |
* @method \GuzzleHttp\Promise\Promise getSchemaByDefinitionAsync(array $args = [])
|
|
|
228 |
* @method \Aws\Result getSchemaVersion(array $args = [])
|
|
|
229 |
* @method \GuzzleHttp\Promise\Promise getSchemaVersionAsync(array $args = [])
|
|
|
230 |
* @method \Aws\Result getSchemaVersionsDiff(array $args = [])
|
|
|
231 |
* @method \GuzzleHttp\Promise\Promise getSchemaVersionsDiffAsync(array $args = [])
|
|
|
232 |
* @method \Aws\Result getSecurityConfiguration(array $args = [])
|
|
|
233 |
* @method \GuzzleHttp\Promise\Promise getSecurityConfigurationAsync(array $args = [])
|
|
|
234 |
* @method \Aws\Result getSecurityConfigurations(array $args = [])
|
|
|
235 |
* @method \GuzzleHttp\Promise\Promise getSecurityConfigurationsAsync(array $args = [])
|
|
|
236 |
* @method \Aws\Result getSession(array $args = [])
|
|
|
237 |
* @method \GuzzleHttp\Promise\Promise getSessionAsync(array $args = [])
|
|
|
238 |
* @method \Aws\Result getStatement(array $args = [])
|
|
|
239 |
* @method \GuzzleHttp\Promise\Promise getStatementAsync(array $args = [])
|
|
|
240 |
* @method \Aws\Result getTable(array $args = [])
|
|
|
241 |
* @method \GuzzleHttp\Promise\Promise getTableAsync(array $args = [])
|
|
|
242 |
* @method \Aws\Result getTableVersion(array $args = [])
|
|
|
243 |
* @method \GuzzleHttp\Promise\Promise getTableVersionAsync(array $args = [])
|
|
|
244 |
* @method \Aws\Result getTableVersions(array $args = [])
|
|
|
245 |
* @method \GuzzleHttp\Promise\Promise getTableVersionsAsync(array $args = [])
|
|
|
246 |
* @method \Aws\Result getTables(array $args = [])
|
|
|
247 |
* @method \GuzzleHttp\Promise\Promise getTablesAsync(array $args = [])
|
|
|
248 |
* @method \Aws\Result getTags(array $args = [])
|
|
|
249 |
* @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
|
|
|
250 |
* @method \Aws\Result getTrigger(array $args = [])
|
|
|
251 |
* @method \GuzzleHttp\Promise\Promise getTriggerAsync(array $args = [])
|
|
|
252 |
* @method \Aws\Result getTriggers(array $args = [])
|
|
|
253 |
* @method \GuzzleHttp\Promise\Promise getTriggersAsync(array $args = [])
|
|
|
254 |
* @method \Aws\Result getUnfilteredPartitionMetadata(array $args = [])
|
|
|
255 |
* @method \GuzzleHttp\Promise\Promise getUnfilteredPartitionMetadataAsync(array $args = [])
|
|
|
256 |
* @method \Aws\Result getUnfilteredPartitionsMetadata(array $args = [])
|
|
|
257 |
* @method \GuzzleHttp\Promise\Promise getUnfilteredPartitionsMetadataAsync(array $args = [])
|
|
|
258 |
* @method \Aws\Result getUnfilteredTableMetadata(array $args = [])
|
|
|
259 |
* @method \GuzzleHttp\Promise\Promise getUnfilteredTableMetadataAsync(array $args = [])
|
|
|
260 |
* @method \Aws\Result getUserDefinedFunction(array $args = [])
|
|
|
261 |
* @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionAsync(array $args = [])
|
|
|
262 |
* @method \Aws\Result getUserDefinedFunctions(array $args = [])
|
|
|
263 |
* @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionsAsync(array $args = [])
|
|
|
264 |
* @method \Aws\Result getWorkflow(array $args = [])
|
|
|
265 |
* @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = [])
|
|
|
266 |
* @method \Aws\Result getWorkflowRun(array $args = [])
|
|
|
267 |
* @method \GuzzleHttp\Promise\Promise getWorkflowRunAsync(array $args = [])
|
|
|
268 |
* @method \Aws\Result getWorkflowRunProperties(array $args = [])
|
|
|
269 |
* @method \GuzzleHttp\Promise\Promise getWorkflowRunPropertiesAsync(array $args = [])
|
|
|
270 |
* @method \Aws\Result getWorkflowRuns(array $args = [])
|
|
|
271 |
* @method \GuzzleHttp\Promise\Promise getWorkflowRunsAsync(array $args = [])
|
|
|
272 |
* @method \Aws\Result importCatalogToGlue(array $args = [])
|
|
|
273 |
* @method \GuzzleHttp\Promise\Promise importCatalogToGlueAsync(array $args = [])
|
|
|
274 |
* @method \Aws\Result listBlueprints(array $args = [])
|
|
|
275 |
* @method \GuzzleHttp\Promise\Promise listBlueprintsAsync(array $args = [])
|
|
|
276 |
* @method \Aws\Result listCrawlers(array $args = [])
|
|
|
277 |
* @method \GuzzleHttp\Promise\Promise listCrawlersAsync(array $args = [])
|
|
|
278 |
* @method \Aws\Result listCrawls(array $args = [])
|
|
|
279 |
* @method \GuzzleHttp\Promise\Promise listCrawlsAsync(array $args = [])
|
|
|
280 |
* @method \Aws\Result listCustomEntityTypes(array $args = [])
|
|
|
281 |
* @method \GuzzleHttp\Promise\Promise listCustomEntityTypesAsync(array $args = [])
|
|
|
282 |
* @method \Aws\Result listDataQualityResults(array $args = [])
|
|
|
283 |
* @method \GuzzleHttp\Promise\Promise listDataQualityResultsAsync(array $args = [])
|
|
|
284 |
* @method \Aws\Result listDataQualityRuleRecommendationRuns(array $args = [])
|
|
|
285 |
* @method \GuzzleHttp\Promise\Promise listDataQualityRuleRecommendationRunsAsync(array $args = [])
|
|
|
286 |
* @method \Aws\Result listDataQualityRulesetEvaluationRuns(array $args = [])
|
|
|
287 |
* @method \GuzzleHttp\Promise\Promise listDataQualityRulesetEvaluationRunsAsync(array $args = [])
|
|
|
288 |
* @method \Aws\Result listDataQualityRulesets(array $args = [])
|
|
|
289 |
* @method \GuzzleHttp\Promise\Promise listDataQualityRulesetsAsync(array $args = [])
|
|
|
290 |
* @method \Aws\Result listDevEndpoints(array $args = [])
|
|
|
291 |
* @method \GuzzleHttp\Promise\Promise listDevEndpointsAsync(array $args = [])
|
|
|
292 |
* @method \Aws\Result listJobs(array $args = [])
|
|
|
293 |
* @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
|
|
|
294 |
* @method \Aws\Result listMLTransforms(array $args = [])
|
|
|
295 |
* @method \GuzzleHttp\Promise\Promise listMLTransformsAsync(array $args = [])
|
|
|
296 |
* @method \Aws\Result listRegistries(array $args = [])
|
|
|
297 |
* @method \GuzzleHttp\Promise\Promise listRegistriesAsync(array $args = [])
|
|
|
298 |
* @method \Aws\Result listSchemaVersions(array $args = [])
|
|
|
299 |
* @method \GuzzleHttp\Promise\Promise listSchemaVersionsAsync(array $args = [])
|
|
|
300 |
* @method \Aws\Result listSchemas(array $args = [])
|
|
|
301 |
* @method \GuzzleHttp\Promise\Promise listSchemasAsync(array $args = [])
|
|
|
302 |
* @method \Aws\Result listSessions(array $args = [])
|
|
|
303 |
* @method \GuzzleHttp\Promise\Promise listSessionsAsync(array $args = [])
|
|
|
304 |
* @method \Aws\Result listStatements(array $args = [])
|
|
|
305 |
* @method \GuzzleHttp\Promise\Promise listStatementsAsync(array $args = [])
|
|
|
306 |
* @method \Aws\Result listTriggers(array $args = [])
|
|
|
307 |
* @method \GuzzleHttp\Promise\Promise listTriggersAsync(array $args = [])
|
|
|
308 |
* @method \Aws\Result listWorkflows(array $args = [])
|
|
|
309 |
* @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
|
|
|
310 |
* @method \Aws\Result putDataCatalogEncryptionSettings(array $args = [])
|
|
|
311 |
* @method \GuzzleHttp\Promise\Promise putDataCatalogEncryptionSettingsAsync(array $args = [])
|
|
|
312 |
* @method \Aws\Result putResourcePolicy(array $args = [])
|
|
|
313 |
* @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
|
|
|
314 |
* @method \Aws\Result putSchemaVersionMetadata(array $args = [])
|
|
|
315 |
* @method \GuzzleHttp\Promise\Promise putSchemaVersionMetadataAsync(array $args = [])
|
|
|
316 |
* @method \Aws\Result putWorkflowRunProperties(array $args = [])
|
|
|
317 |
* @method \GuzzleHttp\Promise\Promise putWorkflowRunPropertiesAsync(array $args = [])
|
|
|
318 |
* @method \Aws\Result querySchemaVersionMetadata(array $args = [])
|
|
|
319 |
* @method \GuzzleHttp\Promise\Promise querySchemaVersionMetadataAsync(array $args = [])
|
|
|
320 |
* @method \Aws\Result registerSchemaVersion(array $args = [])
|
|
|
321 |
* @method \GuzzleHttp\Promise\Promise registerSchemaVersionAsync(array $args = [])
|
|
|
322 |
* @method \Aws\Result removeSchemaVersionMetadata(array $args = [])
|
|
|
323 |
* @method \GuzzleHttp\Promise\Promise removeSchemaVersionMetadataAsync(array $args = [])
|
|
|
324 |
* @method \Aws\Result resetJobBookmark(array $args = [])
|
|
|
325 |
* @method \GuzzleHttp\Promise\Promise resetJobBookmarkAsync(array $args = [])
|
|
|
326 |
* @method \Aws\Result resumeWorkflowRun(array $args = [])
|
|
|
327 |
* @method \GuzzleHttp\Promise\Promise resumeWorkflowRunAsync(array $args = [])
|
|
|
328 |
* @method \Aws\Result runStatement(array $args = [])
|
|
|
329 |
* @method \GuzzleHttp\Promise\Promise runStatementAsync(array $args = [])
|
|
|
330 |
* @method \Aws\Result searchTables(array $args = [])
|
|
|
331 |
* @method \GuzzleHttp\Promise\Promise searchTablesAsync(array $args = [])
|
|
|
332 |
* @method \Aws\Result startBlueprintRun(array $args = [])
|
|
|
333 |
* @method \GuzzleHttp\Promise\Promise startBlueprintRunAsync(array $args = [])
|
|
|
334 |
* @method \Aws\Result startCrawler(array $args = [])
|
|
|
335 |
* @method \GuzzleHttp\Promise\Promise startCrawlerAsync(array $args = [])
|
|
|
336 |
* @method \Aws\Result startCrawlerSchedule(array $args = [])
|
|
|
337 |
* @method \GuzzleHttp\Promise\Promise startCrawlerScheduleAsync(array $args = [])
|
|
|
338 |
* @method \Aws\Result startDataQualityRuleRecommendationRun(array $args = [])
|
|
|
339 |
* @method \GuzzleHttp\Promise\Promise startDataQualityRuleRecommendationRunAsync(array $args = [])
|
|
|
340 |
* @method \Aws\Result startDataQualityRulesetEvaluationRun(array $args = [])
|
|
|
341 |
* @method \GuzzleHttp\Promise\Promise startDataQualityRulesetEvaluationRunAsync(array $args = [])
|
|
|
342 |
* @method \Aws\Result startExportLabelsTaskRun(array $args = [])
|
|
|
343 |
* @method \GuzzleHttp\Promise\Promise startExportLabelsTaskRunAsync(array $args = [])
|
|
|
344 |
* @method \Aws\Result startImportLabelsTaskRun(array $args = [])
|
|
|
345 |
* @method \GuzzleHttp\Promise\Promise startImportLabelsTaskRunAsync(array $args = [])
|
|
|
346 |
* @method \Aws\Result startJobRun(array $args = [])
|
|
|
347 |
* @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = [])
|
|
|
348 |
* @method \Aws\Result startMLEvaluationTaskRun(array $args = [])
|
|
|
349 |
* @method \GuzzleHttp\Promise\Promise startMLEvaluationTaskRunAsync(array $args = [])
|
|
|
350 |
* @method \Aws\Result startMLLabelingSetGenerationTaskRun(array $args = [])
|
|
|
351 |
* @method \GuzzleHttp\Promise\Promise startMLLabelingSetGenerationTaskRunAsync(array $args = [])
|
|
|
352 |
* @method \Aws\Result startTrigger(array $args = [])
|
|
|
353 |
* @method \GuzzleHttp\Promise\Promise startTriggerAsync(array $args = [])
|
|
|
354 |
* @method \Aws\Result startWorkflowRun(array $args = [])
|
|
|
355 |
* @method \GuzzleHttp\Promise\Promise startWorkflowRunAsync(array $args = [])
|
|
|
356 |
* @method \Aws\Result stopCrawler(array $args = [])
|
|
|
357 |
* @method \GuzzleHttp\Promise\Promise stopCrawlerAsync(array $args = [])
|
|
|
358 |
* @method \Aws\Result stopCrawlerSchedule(array $args = [])
|
|
|
359 |
* @method \GuzzleHttp\Promise\Promise stopCrawlerScheduleAsync(array $args = [])
|
|
|
360 |
* @method \Aws\Result stopSession(array $args = [])
|
|
|
361 |
* @method \GuzzleHttp\Promise\Promise stopSessionAsync(array $args = [])
|
|
|
362 |
* @method \Aws\Result stopTrigger(array $args = [])
|
|
|
363 |
* @method \GuzzleHttp\Promise\Promise stopTriggerAsync(array $args = [])
|
|
|
364 |
* @method \Aws\Result stopWorkflowRun(array $args = [])
|
|
|
365 |
* @method \GuzzleHttp\Promise\Promise stopWorkflowRunAsync(array $args = [])
|
|
|
366 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
367 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
368 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
369 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
370 |
* @method \Aws\Result updateBlueprint(array $args = [])
|
|
|
371 |
* @method \GuzzleHttp\Promise\Promise updateBlueprintAsync(array $args = [])
|
|
|
372 |
* @method \Aws\Result updateClassifier(array $args = [])
|
|
|
373 |
* @method \GuzzleHttp\Promise\Promise updateClassifierAsync(array $args = [])
|
|
|
374 |
* @method \Aws\Result updateColumnStatisticsForPartition(array $args = [])
|
|
|
375 |
* @method \GuzzleHttp\Promise\Promise updateColumnStatisticsForPartitionAsync(array $args = [])
|
|
|
376 |
* @method \Aws\Result updateColumnStatisticsForTable(array $args = [])
|
|
|
377 |
* @method \GuzzleHttp\Promise\Promise updateColumnStatisticsForTableAsync(array $args = [])
|
|
|
378 |
* @method \Aws\Result updateConnection(array $args = [])
|
|
|
379 |
* @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
|
|
|
380 |
* @method \Aws\Result updateCrawler(array $args = [])
|
|
|
381 |
* @method \GuzzleHttp\Promise\Promise updateCrawlerAsync(array $args = [])
|
|
|
382 |
* @method \Aws\Result updateCrawlerSchedule(array $args = [])
|
|
|
383 |
* @method \GuzzleHttp\Promise\Promise updateCrawlerScheduleAsync(array $args = [])
|
|
|
384 |
* @method \Aws\Result updateDataQualityRuleset(array $args = [])
|
|
|
385 |
* @method \GuzzleHttp\Promise\Promise updateDataQualityRulesetAsync(array $args = [])
|
|
|
386 |
* @method \Aws\Result updateDatabase(array $args = [])
|
|
|
387 |
* @method \GuzzleHttp\Promise\Promise updateDatabaseAsync(array $args = [])
|
|
|
388 |
* @method \Aws\Result updateDevEndpoint(array $args = [])
|
|
|
389 |
* @method \GuzzleHttp\Promise\Promise updateDevEndpointAsync(array $args = [])
|
|
|
390 |
* @method \Aws\Result updateJob(array $args = [])
|
|
|
391 |
* @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
|
|
|
392 |
* @method \Aws\Result updateJobFromSourceControl(array $args = [])
|
|
|
393 |
* @method \GuzzleHttp\Promise\Promise updateJobFromSourceControlAsync(array $args = [])
|
|
|
394 |
* @method \Aws\Result updateMLTransform(array $args = [])
|
|
|
395 |
* @method \GuzzleHttp\Promise\Promise updateMLTransformAsync(array $args = [])
|
|
|
396 |
* @method \Aws\Result updatePartition(array $args = [])
|
|
|
397 |
* @method \GuzzleHttp\Promise\Promise updatePartitionAsync(array $args = [])
|
|
|
398 |
* @method \Aws\Result updateRegistry(array $args = [])
|
|
|
399 |
* @method \GuzzleHttp\Promise\Promise updateRegistryAsync(array $args = [])
|
|
|
400 |
* @method \Aws\Result updateSchema(array $args = [])
|
|
|
401 |
* @method \GuzzleHttp\Promise\Promise updateSchemaAsync(array $args = [])
|
|
|
402 |
* @method \Aws\Result updateSourceControlFromJob(array $args = [])
|
|
|
403 |
* @method \GuzzleHttp\Promise\Promise updateSourceControlFromJobAsync(array $args = [])
|
|
|
404 |
* @method \Aws\Result updateTable(array $args = [])
|
|
|
405 |
* @method \GuzzleHttp\Promise\Promise updateTableAsync(array $args = [])
|
|
|
406 |
* @method \Aws\Result updateTrigger(array $args = [])
|
|
|
407 |
* @method \GuzzleHttp\Promise\Promise updateTriggerAsync(array $args = [])
|
|
|
408 |
* @method \Aws\Result updateUserDefinedFunction(array $args = [])
|
|
|
409 |
* @method \GuzzleHttp\Promise\Promise updateUserDefinedFunctionAsync(array $args = [])
|
|
|
410 |
* @method \Aws\Result updateWorkflow(array $args = [])
|
|
|
411 |
* @method \GuzzleHttp\Promise\Promise updateWorkflowAsync(array $args = [])
|
|
|
412 |
*/
|
|
|
413 |
class GlueClient extends AwsClient {}
|