GlueClient.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. <?php
  2. namespace Aws\Glue;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Glue** service.
  6. * @method \Aws\Result batchCreatePartition(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchCreatePartitionAsync(array $args = [])
  8. * @method \Aws\Result batchDeleteConnection(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchDeleteConnectionAsync(array $args = [])
  10. * @method \Aws\Result batchDeletePartition(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchDeletePartitionAsync(array $args = [])
  12. * @method \Aws\Result batchDeleteTable(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise batchDeleteTableAsync(array $args = [])
  14. * @method \Aws\Result batchDeleteTableVersion(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise batchDeleteTableVersionAsync(array $args = [])
  16. * @method \Aws\Result batchGetCrawlers(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise batchGetCrawlersAsync(array $args = [])
  18. * @method \Aws\Result batchGetDevEndpoints(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise batchGetDevEndpointsAsync(array $args = [])
  20. * @method \Aws\Result batchGetJobs(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise batchGetJobsAsync(array $args = [])
  22. * @method \Aws\Result batchGetPartition(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise batchGetPartitionAsync(array $args = [])
  24. * @method \Aws\Result batchGetTriggers(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise batchGetTriggersAsync(array $args = [])
  26. * @method \Aws\Result batchGetWorkflows(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise batchGetWorkflowsAsync(array $args = [])
  28. * @method \Aws\Result batchStopJobRun(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise batchStopJobRunAsync(array $args = [])
  30. * @method \Aws\Result batchUpdatePartition(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise batchUpdatePartitionAsync(array $args = [])
  32. * @method \Aws\Result cancelMLTaskRun(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise cancelMLTaskRunAsync(array $args = [])
  34. * @method \Aws\Result checkSchemaVersionValidity(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise checkSchemaVersionValidityAsync(array $args = [])
  36. * @method \Aws\Result createClassifier(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise createClassifierAsync(array $args = [])
  38. * @method \Aws\Result createConnection(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
  40. * @method \Aws\Result createCrawler(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise createCrawlerAsync(array $args = [])
  42. * @method \Aws\Result createDatabase(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise createDatabaseAsync(array $args = [])
  44. * @method \Aws\Result createDevEndpoint(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise createDevEndpointAsync(array $args = [])
  46. * @method \Aws\Result createJob(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
  48. * @method \Aws\Result createMLTransform(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise createMLTransformAsync(array $args = [])
  50. * @method \Aws\Result createPartition(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise createPartitionAsync(array $args = [])
  52. * @method \Aws\Result createPartitionIndex(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise createPartitionIndexAsync(array $args = [])
  54. * @method \Aws\Result createRegistry(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise createRegistryAsync(array $args = [])
  56. * @method \Aws\Result createSchema(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise createSchemaAsync(array $args = [])
  58. * @method \Aws\Result createScript(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise createScriptAsync(array $args = [])
  60. * @method \Aws\Result createSecurityConfiguration(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise createSecurityConfigurationAsync(array $args = [])
  62. * @method \Aws\Result createTable(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise createTableAsync(array $args = [])
  64. * @method \Aws\Result createTrigger(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise createTriggerAsync(array $args = [])
  66. * @method \Aws\Result createUserDefinedFunction(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise createUserDefinedFunctionAsync(array $args = [])
  68. * @method \Aws\Result createWorkflow(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
  70. * @method \Aws\Result deleteClassifier(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise deleteClassifierAsync(array $args = [])
  72. * @method \Aws\Result deleteColumnStatisticsForPartition(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise deleteColumnStatisticsForPartitionAsync(array $args = [])
  74. * @method \Aws\Result deleteColumnStatisticsForTable(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise deleteColumnStatisticsForTableAsync(array $args = [])
  76. * @method \Aws\Result deleteConnection(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
  78. * @method \Aws\Result deleteCrawler(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise deleteCrawlerAsync(array $args = [])
  80. * @method \Aws\Result deleteDatabase(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise deleteDatabaseAsync(array $args = [])
  82. * @method \Aws\Result deleteDevEndpoint(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise deleteDevEndpointAsync(array $args = [])
  84. * @method \Aws\Result deleteJob(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
  86. * @method \Aws\Result deleteMLTransform(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise deleteMLTransformAsync(array $args = [])
  88. * @method \Aws\Result deletePartition(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise deletePartitionAsync(array $args = [])
  90. * @method \Aws\Result deletePartitionIndex(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise deletePartitionIndexAsync(array $args = [])
  92. * @method \Aws\Result deleteRegistry(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise deleteRegistryAsync(array $args = [])
  94. * @method \Aws\Result deleteResourcePolicy(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
  96. * @method \Aws\Result deleteSchema(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise deleteSchemaAsync(array $args = [])
  98. * @method \Aws\Result deleteSchemaVersions(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise deleteSchemaVersionsAsync(array $args = [])
  100. * @method \Aws\Result deleteSecurityConfiguration(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise deleteSecurityConfigurationAsync(array $args = [])
  102. * @method \Aws\Result deleteTable(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise deleteTableAsync(array $args = [])
  104. * @method \Aws\Result deleteTableVersion(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise deleteTableVersionAsync(array $args = [])
  106. * @method \Aws\Result deleteTrigger(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise deleteTriggerAsync(array $args = [])
  108. * @method \Aws\Result deleteUserDefinedFunction(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise deleteUserDefinedFunctionAsync(array $args = [])
  110. * @method \Aws\Result deleteWorkflow(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
  112. * @method \Aws\Result getCatalogImportStatus(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise getCatalogImportStatusAsync(array $args = [])
  114. * @method \Aws\Result getClassifier(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise getClassifierAsync(array $args = [])
  116. * @method \Aws\Result getClassifiers(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise getClassifiersAsync(array $args = [])
  118. * @method \Aws\Result getColumnStatisticsForPartition(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise getColumnStatisticsForPartitionAsync(array $args = [])
  120. * @method \Aws\Result getColumnStatisticsForTable(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise getColumnStatisticsForTableAsync(array $args = [])
  122. * @method \Aws\Result getConnection(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
  124. * @method \Aws\Result getConnections(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise getConnectionsAsync(array $args = [])
  126. * @method \Aws\Result getCrawler(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise getCrawlerAsync(array $args = [])
  128. * @method \Aws\Result getCrawlerMetrics(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise getCrawlerMetricsAsync(array $args = [])
  130. * @method \Aws\Result getCrawlers(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise getCrawlersAsync(array $args = [])
  132. * @method \Aws\Result getDataCatalogEncryptionSettings(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise getDataCatalogEncryptionSettingsAsync(array $args = [])
  134. * @method \Aws\Result getDatabase(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise getDatabaseAsync(array $args = [])
  136. * @method \Aws\Result getDatabases(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise getDatabasesAsync(array $args = [])
  138. * @method \Aws\Result getDataflowGraph(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise getDataflowGraphAsync(array $args = [])
  140. * @method \Aws\Result getDevEndpoint(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise getDevEndpointAsync(array $args = [])
  142. * @method \Aws\Result getDevEndpoints(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise getDevEndpointsAsync(array $args = [])
  144. * @method \Aws\Result getJob(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
  146. * @method \Aws\Result getJobBookmark(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise getJobBookmarkAsync(array $args = [])
  148. * @method \Aws\Result getJobRun(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise getJobRunAsync(array $args = [])
  150. * @method \Aws\Result getJobRuns(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise getJobRunsAsync(array $args = [])
  152. * @method \Aws\Result getJobs(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise getJobsAsync(array $args = [])
  154. * @method \Aws\Result getMLTaskRun(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise getMLTaskRunAsync(array $args = [])
  156. * @method \Aws\Result getMLTaskRuns(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise getMLTaskRunsAsync(array $args = [])
  158. * @method \Aws\Result getMLTransform(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise getMLTransformAsync(array $args = [])
  160. * @method \Aws\Result getMLTransforms(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise getMLTransformsAsync(array $args = [])
  162. * @method \Aws\Result getMapping(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise getMappingAsync(array $args = [])
  164. * @method \Aws\Result getPartition(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise getPartitionAsync(array $args = [])
  166. * @method \Aws\Result getPartitionIndexes(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise getPartitionIndexesAsync(array $args = [])
  168. * @method \Aws\Result getPartitions(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise getPartitionsAsync(array $args = [])
  170. * @method \Aws\Result getPlan(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise getPlanAsync(array $args = [])
  172. * @method \Aws\Result getRegistry(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise getRegistryAsync(array $args = [])
  174. * @method \Aws\Result getResourcePolicies(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise getResourcePoliciesAsync(array $args = [])
  176. * @method \Aws\Result getResourcePolicy(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
  178. * @method \Aws\Result getSchema(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise getSchemaAsync(array $args = [])
  180. * @method \Aws\Result getSchemaByDefinition(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise getSchemaByDefinitionAsync(array $args = [])
  182. * @method \Aws\Result getSchemaVersion(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise getSchemaVersionAsync(array $args = [])
  184. * @method \Aws\Result getSchemaVersionsDiff(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise getSchemaVersionsDiffAsync(array $args = [])
  186. * @method \Aws\Result getSecurityConfiguration(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise getSecurityConfigurationAsync(array $args = [])
  188. * @method \Aws\Result getSecurityConfigurations(array $args = [])
  189. * @method \GuzzleHttp\Promise\Promise getSecurityConfigurationsAsync(array $args = [])
  190. * @method \Aws\Result getTable(array $args = [])
  191. * @method \GuzzleHttp\Promise\Promise getTableAsync(array $args = [])
  192. * @method \Aws\Result getTableVersion(array $args = [])
  193. * @method \GuzzleHttp\Promise\Promise getTableVersionAsync(array $args = [])
  194. * @method \Aws\Result getTableVersions(array $args = [])
  195. * @method \GuzzleHttp\Promise\Promise getTableVersionsAsync(array $args = [])
  196. * @method \Aws\Result getTables(array $args = [])
  197. * @method \GuzzleHttp\Promise\Promise getTablesAsync(array $args = [])
  198. * @method \Aws\Result getTags(array $args = [])
  199. * @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
  200. * @method \Aws\Result getTrigger(array $args = [])
  201. * @method \GuzzleHttp\Promise\Promise getTriggerAsync(array $args = [])
  202. * @method \Aws\Result getTriggers(array $args = [])
  203. * @method \GuzzleHttp\Promise\Promise getTriggersAsync(array $args = [])
  204. * @method \Aws\Result getUserDefinedFunction(array $args = [])
  205. * @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionAsync(array $args = [])
  206. * @method \Aws\Result getUserDefinedFunctions(array $args = [])
  207. * @method \GuzzleHttp\Promise\Promise getUserDefinedFunctionsAsync(array $args = [])
  208. * @method \Aws\Result getWorkflow(array $args = [])
  209. * @method \GuzzleHttp\Promise\Promise getWorkflowAsync(array $args = [])
  210. * @method \Aws\Result getWorkflowRun(array $args = [])
  211. * @method \GuzzleHttp\Promise\Promise getWorkflowRunAsync(array $args = [])
  212. * @method \Aws\Result getWorkflowRunProperties(array $args = [])
  213. * @method \GuzzleHttp\Promise\Promise getWorkflowRunPropertiesAsync(array $args = [])
  214. * @method \Aws\Result getWorkflowRuns(array $args = [])
  215. * @method \GuzzleHttp\Promise\Promise getWorkflowRunsAsync(array $args = [])
  216. * @method \Aws\Result importCatalogToGlue(array $args = [])
  217. * @method \GuzzleHttp\Promise\Promise importCatalogToGlueAsync(array $args = [])
  218. * @method \Aws\Result listCrawlers(array $args = [])
  219. * @method \GuzzleHttp\Promise\Promise listCrawlersAsync(array $args = [])
  220. * @method \Aws\Result listDevEndpoints(array $args = [])
  221. * @method \GuzzleHttp\Promise\Promise listDevEndpointsAsync(array $args = [])
  222. * @method \Aws\Result listJobs(array $args = [])
  223. * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
  224. * @method \Aws\Result listMLTransforms(array $args = [])
  225. * @method \GuzzleHttp\Promise\Promise listMLTransformsAsync(array $args = [])
  226. * @method \Aws\Result listRegistries(array $args = [])
  227. * @method \GuzzleHttp\Promise\Promise listRegistriesAsync(array $args = [])
  228. * @method \Aws\Result listSchemaVersions(array $args = [])
  229. * @method \GuzzleHttp\Promise\Promise listSchemaVersionsAsync(array $args = [])
  230. * @method \Aws\Result listSchemas(array $args = [])
  231. * @method \GuzzleHttp\Promise\Promise listSchemasAsync(array $args = [])
  232. * @method \Aws\Result listTriggers(array $args = [])
  233. * @method \GuzzleHttp\Promise\Promise listTriggersAsync(array $args = [])
  234. * @method \Aws\Result listWorkflows(array $args = [])
  235. * @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
  236. * @method \Aws\Result putDataCatalogEncryptionSettings(array $args = [])
  237. * @method \GuzzleHttp\Promise\Promise putDataCatalogEncryptionSettingsAsync(array $args = [])
  238. * @method \Aws\Result putResourcePolicy(array $args = [])
  239. * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
  240. * @method \Aws\Result putSchemaVersionMetadata(array $args = [])
  241. * @method \GuzzleHttp\Promise\Promise putSchemaVersionMetadataAsync(array $args = [])
  242. * @method \Aws\Result putWorkflowRunProperties(array $args = [])
  243. * @method \GuzzleHttp\Promise\Promise putWorkflowRunPropertiesAsync(array $args = [])
  244. * @method \Aws\Result querySchemaVersionMetadata(array $args = [])
  245. * @method \GuzzleHttp\Promise\Promise querySchemaVersionMetadataAsync(array $args = [])
  246. * @method \Aws\Result registerSchemaVersion(array $args = [])
  247. * @method \GuzzleHttp\Promise\Promise registerSchemaVersionAsync(array $args = [])
  248. * @method \Aws\Result removeSchemaVersionMetadata(array $args = [])
  249. * @method \GuzzleHttp\Promise\Promise removeSchemaVersionMetadataAsync(array $args = [])
  250. * @method \Aws\Result resetJobBookmark(array $args = [])
  251. * @method \GuzzleHttp\Promise\Promise resetJobBookmarkAsync(array $args = [])
  252. * @method \Aws\Result resumeWorkflowRun(array $args = [])
  253. * @method \GuzzleHttp\Promise\Promise resumeWorkflowRunAsync(array $args = [])
  254. * @method \Aws\Result searchTables(array $args = [])
  255. * @method \GuzzleHttp\Promise\Promise searchTablesAsync(array $args = [])
  256. * @method \Aws\Result startCrawler(array $args = [])
  257. * @method \GuzzleHttp\Promise\Promise startCrawlerAsync(array $args = [])
  258. * @method \Aws\Result startCrawlerSchedule(array $args = [])
  259. * @method \GuzzleHttp\Promise\Promise startCrawlerScheduleAsync(array $args = [])
  260. * @method \Aws\Result startExportLabelsTaskRun(array $args = [])
  261. * @method \GuzzleHttp\Promise\Promise startExportLabelsTaskRunAsync(array $args = [])
  262. * @method \Aws\Result startImportLabelsTaskRun(array $args = [])
  263. * @method \GuzzleHttp\Promise\Promise startImportLabelsTaskRunAsync(array $args = [])
  264. * @method \Aws\Result startJobRun(array $args = [])
  265. * @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = [])
  266. * @method \Aws\Result startMLEvaluationTaskRun(array $args = [])
  267. * @method \GuzzleHttp\Promise\Promise startMLEvaluationTaskRunAsync(array $args = [])
  268. * @method \Aws\Result startMLLabelingSetGenerationTaskRun(array $args = [])
  269. * @method \GuzzleHttp\Promise\Promise startMLLabelingSetGenerationTaskRunAsync(array $args = [])
  270. * @method \Aws\Result startTrigger(array $args = [])
  271. * @method \GuzzleHttp\Promise\Promise startTriggerAsync(array $args = [])
  272. * @method \Aws\Result startWorkflowRun(array $args = [])
  273. * @method \GuzzleHttp\Promise\Promise startWorkflowRunAsync(array $args = [])
  274. * @method \Aws\Result stopCrawler(array $args = [])
  275. * @method \GuzzleHttp\Promise\Promise stopCrawlerAsync(array $args = [])
  276. * @method \Aws\Result stopCrawlerSchedule(array $args = [])
  277. * @method \GuzzleHttp\Promise\Promise stopCrawlerScheduleAsync(array $args = [])
  278. * @method \Aws\Result stopTrigger(array $args = [])
  279. * @method \GuzzleHttp\Promise\Promise stopTriggerAsync(array $args = [])
  280. * @method \Aws\Result stopWorkflowRun(array $args = [])
  281. * @method \GuzzleHttp\Promise\Promise stopWorkflowRunAsync(array $args = [])
  282. * @method \Aws\Result tagResource(array $args = [])
  283. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  284. * @method \Aws\Result untagResource(array $args = [])
  285. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  286. * @method \Aws\Result updateClassifier(array $args = [])
  287. * @method \GuzzleHttp\Promise\Promise updateClassifierAsync(array $args = [])
  288. * @method \Aws\Result updateColumnStatisticsForPartition(array $args = [])
  289. * @method \GuzzleHttp\Promise\Promise updateColumnStatisticsForPartitionAsync(array $args = [])
  290. * @method \Aws\Result updateColumnStatisticsForTable(array $args = [])
  291. * @method \GuzzleHttp\Promise\Promise updateColumnStatisticsForTableAsync(array $args = [])
  292. * @method \Aws\Result updateConnection(array $args = [])
  293. * @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
  294. * @method \Aws\Result updateCrawler(array $args = [])
  295. * @method \GuzzleHttp\Promise\Promise updateCrawlerAsync(array $args = [])
  296. * @method \Aws\Result updateCrawlerSchedule(array $args = [])
  297. * @method \GuzzleHttp\Promise\Promise updateCrawlerScheduleAsync(array $args = [])
  298. * @method \Aws\Result updateDatabase(array $args = [])
  299. * @method \GuzzleHttp\Promise\Promise updateDatabaseAsync(array $args = [])
  300. * @method \Aws\Result updateDevEndpoint(array $args = [])
  301. * @method \GuzzleHttp\Promise\Promise updateDevEndpointAsync(array $args = [])
  302. * @method \Aws\Result updateJob(array $args = [])
  303. * @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
  304. * @method \Aws\Result updateMLTransform(array $args = [])
  305. * @method \GuzzleHttp\Promise\Promise updateMLTransformAsync(array $args = [])
  306. * @method \Aws\Result updatePartition(array $args = [])
  307. * @method \GuzzleHttp\Promise\Promise updatePartitionAsync(array $args = [])
  308. * @method \Aws\Result updateRegistry(array $args = [])
  309. * @method \GuzzleHttp\Promise\Promise updateRegistryAsync(array $args = [])
  310. * @method \Aws\Result updateSchema(array $args = [])
  311. * @method \GuzzleHttp\Promise\Promise updateSchemaAsync(array $args = [])
  312. * @method \Aws\Result updateTable(array $args = [])
  313. * @method \GuzzleHttp\Promise\Promise updateTableAsync(array $args = [])
  314. * @method \Aws\Result updateTrigger(array $args = [])
  315. * @method \GuzzleHttp\Promise\Promise updateTriggerAsync(array $args = [])
  316. * @method \Aws\Result updateUserDefinedFunction(array $args = [])
  317. * @method \GuzzleHttp\Promise\Promise updateUserDefinedFunctionAsync(array $args = [])
  318. * @method \Aws\Result updateWorkflow(array $args = [])
  319. * @method \GuzzleHttp\Promise\Promise updateWorkflowAsync(array $args = [])
  320. */
  321. class GlueClient extends AwsClient {}