@aws-sdk/client-glue 3.53.0 → 3.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Glue.js +135 -0
  3. package/dist-cjs/GlueClient.js +13 -13
  4. package/dist-cjs/commands/BatchCreatePartitionCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDeleteConnectionCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDeletePartitionCommand.js +3 -3
  7. package/dist-cjs/commands/BatchDeleteTableCommand.js +3 -3
  8. package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +3 -3
  9. package/dist-cjs/commands/BatchGetBlueprintsCommand.js +3 -3
  10. package/dist-cjs/commands/BatchGetCrawlersCommand.js +3 -3
  11. package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +3 -3
  12. package/dist-cjs/commands/BatchGetJobsCommand.js +3 -3
  13. package/dist-cjs/commands/BatchGetPartitionCommand.js +3 -3
  14. package/dist-cjs/commands/BatchGetTriggersCommand.js +3 -3
  15. package/dist-cjs/commands/BatchGetWorkflowsCommand.js +3 -3
  16. package/dist-cjs/commands/BatchStopJobRunCommand.js +3 -3
  17. package/dist-cjs/commands/BatchUpdatePartitionCommand.js +3 -3
  18. package/dist-cjs/commands/CancelMLTaskRunCommand.js +3 -3
  19. package/dist-cjs/commands/CancelStatementCommand.js +36 -0
  20. package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +3 -3
  21. package/dist-cjs/commands/CreateBlueprintCommand.js +3 -3
  22. package/dist-cjs/commands/CreateClassifierCommand.js +3 -3
  23. package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
  24. package/dist-cjs/commands/CreateCrawlerCommand.js +3 -3
  25. package/dist-cjs/commands/CreateDatabaseCommand.js +3 -3
  26. package/dist-cjs/commands/CreateDevEndpointCommand.js +3 -3
  27. package/dist-cjs/commands/CreateJobCommand.js +3 -3
  28. package/dist-cjs/commands/CreateMLTransformCommand.js +3 -3
  29. package/dist-cjs/commands/CreatePartitionCommand.js +3 -3
  30. package/dist-cjs/commands/CreatePartitionIndexCommand.js +3 -3
  31. package/dist-cjs/commands/CreateRegistryCommand.js +3 -3
  32. package/dist-cjs/commands/CreateSchemaCommand.js +3 -3
  33. package/dist-cjs/commands/CreateScriptCommand.js +3 -3
  34. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  35. package/dist-cjs/commands/CreateSessionCommand.js +36 -0
  36. package/dist-cjs/commands/CreateTableCommand.js +3 -3
  37. package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
  38. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
  39. package/dist-cjs/commands/CreateWorkflowCommand.js +3 -3
  40. package/dist-cjs/commands/DeleteBlueprintCommand.js +3 -3
  41. package/dist-cjs/commands/DeleteClassifierCommand.js +3 -3
  42. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
  43. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
  44. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  45. package/dist-cjs/commands/DeleteCrawlerCommand.js +3 -3
  46. package/dist-cjs/commands/DeleteDatabaseCommand.js +3 -3
  47. package/dist-cjs/commands/DeleteDevEndpointCommand.js +3 -3
  48. package/dist-cjs/commands/DeleteJobCommand.js +3 -3
  49. package/dist-cjs/commands/DeleteMLTransformCommand.js +3 -3
  50. package/dist-cjs/commands/DeletePartitionCommand.js +3 -3
  51. package/dist-cjs/commands/DeletePartitionIndexCommand.js +3 -3
  52. package/dist-cjs/commands/DeleteRegistryCommand.js +3 -3
  53. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  54. package/dist-cjs/commands/DeleteSchemaCommand.js +3 -3
  55. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +3 -3
  56. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
  57. package/dist-cjs/commands/DeleteSessionCommand.js +36 -0
  58. package/dist-cjs/commands/DeleteTableCommand.js +3 -3
  59. package/dist-cjs/commands/DeleteTableVersionCommand.js +3 -3
  60. package/dist-cjs/commands/DeleteTriggerCommand.js +3 -3
  61. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +3 -3
  62. package/dist-cjs/commands/DeleteWorkflowCommand.js +3 -3
  63. package/dist-cjs/commands/GetBlueprintCommand.js +3 -3
  64. package/dist-cjs/commands/GetBlueprintRunCommand.js +3 -3
  65. package/dist-cjs/commands/GetBlueprintRunsCommand.js +3 -3
  66. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +3 -3
  67. package/dist-cjs/commands/GetClassifierCommand.js +3 -3
  68. package/dist-cjs/commands/GetClassifiersCommand.js +3 -3
  69. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +3 -3
  70. package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
  71. package/dist-cjs/commands/GetConnectionCommand.js +6 -6
  72. package/dist-cjs/commands/GetConnectionsCommand.js +6 -6
  73. package/dist-cjs/commands/GetCrawlerCommand.js +6 -6
  74. package/dist-cjs/commands/GetCrawlerMetricsCommand.js +4 -5
  75. package/dist-cjs/commands/GetCrawlersCommand.js +3 -3
  76. package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -3
  77. package/dist-cjs/commands/GetDatabaseCommand.js +3 -3
  78. package/dist-cjs/commands/GetDatabasesCommand.js +3 -3
  79. package/dist-cjs/commands/GetDataflowGraphCommand.js +3 -3
  80. package/dist-cjs/commands/GetDevEndpointCommand.js +3 -3
  81. package/dist-cjs/commands/GetDevEndpointsCommand.js +3 -3
  82. package/dist-cjs/commands/GetJobBookmarkCommand.js +3 -3
  83. package/dist-cjs/commands/GetJobCommand.js +3 -3
  84. package/dist-cjs/commands/GetJobRunCommand.js +3 -3
  85. package/dist-cjs/commands/GetJobRunsCommand.js +3 -3
  86. package/dist-cjs/commands/GetJobsCommand.js +3 -3
  87. package/dist-cjs/commands/GetMLTaskRunCommand.js +3 -3
  88. package/dist-cjs/commands/GetMLTaskRunsCommand.js +3 -3
  89. package/dist-cjs/commands/GetMLTransformCommand.js +3 -3
  90. package/dist-cjs/commands/GetMLTransformsCommand.js +3 -3
  91. package/dist-cjs/commands/GetMappingCommand.js +3 -3
  92. package/dist-cjs/commands/GetPartitionCommand.js +3 -3
  93. package/dist-cjs/commands/GetPartitionIndexesCommand.js +3 -3
  94. package/dist-cjs/commands/GetPartitionsCommand.js +3 -3
  95. package/dist-cjs/commands/GetPlanCommand.js +3 -3
  96. package/dist-cjs/commands/GetRegistryCommand.js +3 -3
  97. package/dist-cjs/commands/GetResourcePoliciesCommand.js +3 -3
  98. package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
  99. package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +3 -3
  100. package/dist-cjs/commands/GetSchemaCommand.js +3 -3
  101. package/dist-cjs/commands/GetSchemaVersionCommand.js +3 -3
  102. package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +3 -3
  103. package/dist-cjs/commands/GetSecurityConfigurationCommand.js +3 -3
  104. package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +3 -3
  105. package/dist-cjs/commands/GetSessionCommand.js +36 -0
  106. package/dist-cjs/commands/GetStatementCommand.js +36 -0
  107. package/dist-cjs/commands/GetTableCommand.js +3 -3
  108. package/dist-cjs/commands/GetTableVersionCommand.js +3 -3
  109. package/dist-cjs/commands/GetTableVersionsCommand.js +3 -3
  110. package/dist-cjs/commands/GetTablesCommand.js +3 -3
  111. package/dist-cjs/commands/GetTagsCommand.js +3 -3
  112. package/dist-cjs/commands/GetTriggerCommand.js +3 -3
  113. package/dist-cjs/commands/GetTriggersCommand.js +3 -3
  114. package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +3 -3
  115. package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -3
  116. package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +3 -3
  117. package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +3 -3
  118. package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +3 -3
  119. package/dist-cjs/commands/GetWorkflowCommand.js +3 -3
  120. package/dist-cjs/commands/GetWorkflowRunCommand.js +3 -3
  121. package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +3 -3
  122. package/dist-cjs/commands/GetWorkflowRunsCommand.js +3 -3
  123. package/dist-cjs/commands/ImportCatalogToGlueCommand.js +3 -3
  124. package/dist-cjs/commands/ListBlueprintsCommand.js +3 -3
  125. package/dist-cjs/commands/ListCrawlersCommand.js +3 -3
  126. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  127. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  128. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  129. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  130. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  131. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  132. package/dist-cjs/commands/ListSessionsCommand.js +36 -0
  133. package/dist-cjs/commands/ListStatementsCommand.js +36 -0
  134. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  135. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  136. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  137. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  138. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
  139. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +3 -3
  140. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +3 -3
  141. package/dist-cjs/commands/RegisterSchemaVersionCommand.js +3 -3
  142. package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +3 -3
  143. package/dist-cjs/commands/ResetJobBookmarkCommand.js +3 -3
  144. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +3 -3
  145. package/dist-cjs/commands/RunStatementCommand.js +36 -0
  146. package/dist-cjs/commands/SearchTablesCommand.js +3 -3
  147. package/dist-cjs/commands/StartBlueprintRunCommand.js +3 -3
  148. package/dist-cjs/commands/StartCrawlerCommand.js +3 -3
  149. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +3 -3
  150. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +3 -3
  151. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +3 -3
  152. package/dist-cjs/commands/StartJobRunCommand.js +3 -3
  153. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +3 -3
  154. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
  155. package/dist-cjs/commands/StartTriggerCommand.js +3 -3
  156. package/dist-cjs/commands/StartWorkflowRunCommand.js +3 -3
  157. package/dist-cjs/commands/StopCrawlerCommand.js +3 -3
  158. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +3 -3
  159. package/dist-cjs/commands/StopSessionCommand.js +36 -0
  160. package/dist-cjs/commands/StopTriggerCommand.js +3 -3
  161. package/dist-cjs/commands/StopWorkflowRunCommand.js +3 -3
  162. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  163. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  164. package/dist-cjs/commands/UpdateBlueprintCommand.js +3 -3
  165. package/dist-cjs/commands/UpdateClassifierCommand.js +3 -3
  166. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
  167. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
  168. package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
  169. package/dist-cjs/commands/UpdateCrawlerCommand.js +3 -3
  170. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +3 -3
  171. package/dist-cjs/commands/UpdateDatabaseCommand.js +3 -3
  172. package/dist-cjs/commands/UpdateDevEndpointCommand.js +3 -3
  173. package/dist-cjs/commands/UpdateJobCommand.js +3 -3
  174. package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
  175. package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
  176. package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
  177. package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
  178. package/dist-cjs/commands/UpdateTableCommand.js +3 -3
  179. package/dist-cjs/commands/UpdateTriggerCommand.js +6 -6
  180. package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +6 -6
  181. package/dist-cjs/commands/UpdateWorkflowCommand.js +6 -6
  182. package/dist-cjs/commands/index.js +9 -0
  183. package/dist-cjs/endpoints.js +1 -1
  184. package/dist-cjs/models/index.js +1 -0
  185. package/dist-cjs/models/models_0.js +75 -64
  186. package/dist-cjs/models/models_1.js +165 -48
  187. package/dist-cjs/models/models_2.js +45 -0
  188. package/dist-cjs/pagination/ListSessionsPaginator.js +35 -0
  189. package/dist-cjs/pagination/index.js +1 -0
  190. package/dist-cjs/protocols/Aws_json1_1.js +1786 -940
  191. package/dist-cjs/runtimeConfig.browser.js +4 -4
  192. package/dist-cjs/runtimeConfig.js +9 -9
  193. package/dist-cjs/runtimeConfig.native.js +1 -1
  194. package/dist-es/Glue.js +304 -169
  195. package/dist-es/commands/CancelStatementCommand.js +39 -0
  196. package/dist-es/commands/CreateSessionCommand.js +39 -0
  197. package/dist-es/commands/DeleteSessionCommand.js +39 -0
  198. package/dist-es/commands/GetConnectionCommand.js +1 -1
  199. package/dist-es/commands/GetConnectionsCommand.js +1 -1
  200. package/dist-es/commands/GetCrawlerCommand.js +1 -1
  201. package/dist-es/commands/GetCrawlerMetricsCommand.js +1 -2
  202. package/dist-es/commands/GetSessionCommand.js +39 -0
  203. package/dist-es/commands/GetStatementCommand.js +39 -0
  204. package/dist-es/commands/ListSessionsCommand.js +39 -0
  205. package/dist-es/commands/ListStatementsCommand.js +39 -0
  206. package/dist-es/commands/RunStatementCommand.js +39 -0
  207. package/dist-es/commands/StopSessionCommand.js +39 -0
  208. package/dist-es/commands/UpdateTriggerCommand.js +1 -1
  209. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +1 -1
  210. package/dist-es/commands/UpdateWorkflowCommand.js +1 -1
  211. package/dist-es/commands/index.js +9 -0
  212. package/dist-es/models/index.js +1 -0
  213. package/dist-es/models/models_0.js +54 -40
  214. package/dist-es/models/models_1.js +109 -28
  215. package/dist-es/models/models_2.js +29 -0
  216. package/dist-es/pagination/GetBlueprintRunsPaginator.js +4 -4
  217. package/dist-es/pagination/GetClassifiersPaginator.js +4 -4
  218. package/dist-es/pagination/GetConnectionsPaginator.js +4 -4
  219. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +4 -4
  220. package/dist-es/pagination/GetCrawlersPaginator.js +4 -4
  221. package/dist-es/pagination/GetDatabasesPaginator.js +4 -4
  222. package/dist-es/pagination/GetDevEndpointsPaginator.js +4 -4
  223. package/dist-es/pagination/GetJobRunsPaginator.js +4 -4
  224. package/dist-es/pagination/GetJobsPaginator.js +4 -4
  225. package/dist-es/pagination/GetMLTaskRunsPaginator.js +4 -4
  226. package/dist-es/pagination/GetMLTransformsPaginator.js +4 -4
  227. package/dist-es/pagination/GetPartitionIndexesPaginator.js +4 -4
  228. package/dist-es/pagination/GetPartitionsPaginator.js +4 -4
  229. package/dist-es/pagination/GetResourcePoliciesPaginator.js +4 -4
  230. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +4 -4
  231. package/dist-es/pagination/GetTableVersionsPaginator.js +4 -4
  232. package/dist-es/pagination/GetTablesPaginator.js +4 -4
  233. package/dist-es/pagination/GetTriggersPaginator.js +4 -4
  234. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +4 -4
  235. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +4 -4
  236. package/dist-es/pagination/GetWorkflowRunsPaginator.js +4 -4
  237. package/dist-es/pagination/ListBlueprintsPaginator.js +4 -4
  238. package/dist-es/pagination/ListCrawlersPaginator.js +4 -4
  239. package/dist-es/pagination/ListDevEndpointsPaginator.js +4 -4
  240. package/dist-es/pagination/ListJobsPaginator.js +4 -4
  241. package/dist-es/pagination/ListMLTransformsPaginator.js +4 -4
  242. package/dist-es/pagination/ListRegistriesPaginator.js +4 -4
  243. package/dist-es/pagination/ListSchemaVersionsPaginator.js +4 -4
  244. package/dist-es/pagination/ListSchemasPaginator.js +4 -4
  245. package/dist-es/pagination/ListSessionsPaginator.js +74 -0
  246. package/dist-es/pagination/ListTriggersPaginator.js +4 -4
  247. package/dist-es/pagination/ListWorkflowsPaginator.js +4 -4
  248. package/dist-es/pagination/SearchTablesPaginator.js +4 -4
  249. package/dist-es/pagination/index.js +1 -0
  250. package/dist-es/protocols/Aws_json1_1.js +1020 -47
  251. package/dist-types/Glue.d.ts +63 -0
  252. package/dist-types/GlueClient.d.ts +13 -4
  253. package/dist-types/commands/CancelStatementCommand.d.ts +35 -0
  254. package/dist-types/commands/CreateSessionCommand.d.ts +35 -0
  255. package/dist-types/commands/DeleteSessionCommand.d.ts +35 -0
  256. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  257. package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
  258. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  259. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -2
  260. package/dist-types/commands/GetSessionCommand.d.ts +35 -0
  261. package/dist-types/commands/GetStatementCommand.d.ts +35 -0
  262. package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
  263. package/dist-types/commands/ListStatementsCommand.d.ts +35 -0
  264. package/dist-types/commands/RunStatementCommand.d.ts +35 -0
  265. package/dist-types/commands/StopSessionCommand.d.ts +35 -0
  266. package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -1
  267. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  268. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
  269. package/dist-types/commands/index.d.ts +9 -0
  270. package/dist-types/models/index.d.ts +1 -0
  271. package/dist-types/models/models_0.d.ts +269 -377
  272. package/dist-types/models/models_1.d.ts +679 -142
  273. package/dist-types/models/models_2.d.ts +142 -0
  274. package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
  275. package/dist-types/pagination/index.d.ts +1 -0
  276. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  277. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  278. package/dist-types/runtimeConfig.d.ts +1 -1
  279. package/dist-types/runtimeConfig.native.d.ts +3 -3
  280. package/dist-types/ts3.4/Glue.d.ts +45 -0
  281. package/dist-types/ts3.4/GlueClient.d.ts +13 -4
  282. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -2
  289. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  299. package/dist-types/ts3.4/models/index.d.ts +1 -0
  300. package/dist-types/ts3.4/models/models_0.d.ts +33 -0
  301. package/dist-types/ts3.4/models/models_1.d.ts +320 -1
  302. package/dist-types/ts3.4/models/models_2.d.ts +82 -0
  303. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +4 -0
  304. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  305. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  306. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  307. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  308. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  309. package/package.json +34 -34
@@ -11,7 +11,7 @@ class GetPlanCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetPlanCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetPlanCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetPlanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetPlanCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetPlanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPlanCommand = GetPlanCommand;
@@ -11,7 +11,7 @@ class GetRegistryCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetRegistryCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRegistryCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRegistryCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRegistryCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRegistryCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRegistryCommand = GetRegistryCommand;
@@ -11,7 +11,7 @@ class GetResourcePoliciesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetResourcePoliciesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResourcePoliciesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResourcePoliciesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResourcePoliciesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResourcePoliciesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResourcePoliciesCommand = GetResourcePoliciesCommand;
@@ -11,7 +11,7 @@ class GetResourcePolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetResourcePolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetResourcePolicyCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetResourcePolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResourcePolicyCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetResourcePolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
@@ -11,7 +11,7 @@ class GetSchemaByDefinitionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetSchemaByDefinitionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSchemaByDefinitionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSchemaByDefinitionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSchemaByDefinitionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSchemaByDefinitionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSchemaByDefinitionCommand = GetSchemaByDefinitionCommand;
@@ -11,7 +11,7 @@ class GetSchemaCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetSchemaCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSchemaCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSchemaCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSchemaCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSchemaCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSchemaCommand = GetSchemaCommand;
@@ -11,7 +11,7 @@ class GetSchemaVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetSchemaVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSchemaVersionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSchemaVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSchemaVersionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSchemaVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSchemaVersionCommand = GetSchemaVersionCommand;
@@ -11,7 +11,7 @@ class GetSchemaVersionsDiffCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetSchemaVersionsDiffCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSchemaVersionsDiffCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSchemaVersionsDiffCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSchemaVersionsDiffCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSchemaVersionsDiffCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSchemaVersionsDiffCommand = GetSchemaVersionsDiffCommand;
@@ -11,7 +11,7 @@ class GetSecurityConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetSecurityConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSecurityConfigurationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSecurityConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSecurityConfigurationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSecurityConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSecurityConfigurationCommand = GetSecurityConfigurationCommand;
@@ -11,7 +11,7 @@ class GetSecurityConfigurationsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetSecurityConfigurationsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSecurityConfigurationsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSecurityConfigurationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSecurityConfigurationsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSecurityConfigurationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSecurityConfigurationsCommand = GetSecurityConfigurationsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetSessionCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_1_1 = require("../models/models_1");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class GetSessionCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "GlueClient";
18
+ const commandName = "GetSessionCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_1_1.GetSessionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.GetSessionResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSessionCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSessionCommand)(output, context);
34
+ }
35
+ }
36
+ exports.GetSessionCommand = GetSessionCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetStatementCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_1_1 = require("../models/models_1");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class GetStatementCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "GlueClient";
18
+ const commandName = "GetStatementCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_1_1.GetStatementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.GetStatementResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetStatementCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetStatementCommand)(output, context);
34
+ }
35
+ }
36
+ exports.GetStatementCommand = GetStatementCommand;
@@ -11,7 +11,7 @@ class GetTableCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetTableCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetTableCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetTableCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetTableCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetTableCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTableCommand = GetTableCommand;
@@ -11,7 +11,7 @@ class GetTableVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetTableVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetTableVersionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetTableVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetTableVersionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetTableVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTableVersionCommand = GetTableVersionCommand;
@@ -11,7 +11,7 @@ class GetTableVersionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetTableVersionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetTableVersionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetTableVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetTableVersionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetTableVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTableVersionsCommand = GetTableVersionsCommand;
@@ -11,7 +11,7 @@ class GetTablesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetTablesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetTablesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetTablesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetTablesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetTablesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTablesCommand = GetTablesCommand;
@@ -11,7 +11,7 @@ class GetTagsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetTagsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetTagsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetTagsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTagsCommand = GetTagsCommand;
@@ -11,7 +11,7 @@ class GetTriggerCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetTriggerCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetTriggerCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetTriggerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetTriggerCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetTriggerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTriggerCommand = GetTriggerCommand;
@@ -11,7 +11,7 @@ class GetTriggersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetTriggersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetTriggersCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetTriggersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetTriggersCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetTriggersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTriggersCommand = GetTriggersCommand;
@@ -11,7 +11,7 @@ class GetUnfilteredPartitionMetadataCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetUnfilteredPartitionMetadataCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetUnfilteredPartitionMetadataCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetUnfilteredPartitionMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUnfilteredPartitionMetadataCommand = GetUnfilteredPartitionMetadataCommand;
@@ -11,7 +11,7 @@ class GetUnfilteredPartitionsMetadataCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetUnfilteredPartitionsMetadataCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUnfilteredPartitionsMetadataCommand = GetUnfilteredPartitionsMetadataCommand;
@@ -11,7 +11,7 @@ class GetUnfilteredTableMetadataCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetUnfilteredTableMetadataCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetUnfilteredTableMetadataCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetUnfilteredTableMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetUnfilteredTableMetadataCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetUnfilteredTableMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUnfilteredTableMetadataCommand = GetUnfilteredTableMetadataCommand;
@@ -11,7 +11,7 @@ class GetUserDefinedFunctionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetUserDefinedFunctionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetUserDefinedFunctionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetUserDefinedFunctionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetUserDefinedFunctionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetUserDefinedFunctionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUserDefinedFunctionCommand = GetUserDefinedFunctionCommand;
@@ -11,7 +11,7 @@ class GetUserDefinedFunctionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetUserDefinedFunctionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetUserDefinedFunctionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetUserDefinedFunctionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetUserDefinedFunctionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetUserDefinedFunctionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUserDefinedFunctionsCommand = GetUserDefinedFunctionsCommand;
@@ -11,7 +11,7 @@ class GetWorkflowCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetWorkflowCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetWorkflowCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetWorkflowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetWorkflowCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetWorkflowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetWorkflowCommand = GetWorkflowCommand;
@@ -11,7 +11,7 @@ class GetWorkflowRunCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "GlueClient";
@@ -27,10 +27,10 @@ class GetWorkflowRunCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetWorkflowRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetWorkflowRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetWorkflowRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetWorkflowRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetWorkflowRunCommand = GetWorkflowRunCommand;