@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 StartBlueprintRunCommand 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 StartBlueprintRunCommand 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_1StartBlueprintRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartBlueprintRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartBlueprintRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartBlueprintRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartBlueprintRunCommand = StartBlueprintRunCommand;
@@ -11,7 +11,7 @@ class StartCrawlerCommand 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 StartCrawlerCommand 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_1StartCrawlerCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartCrawlerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartCrawlerCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartCrawlerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartCrawlerCommand = StartCrawlerCommand;
@@ -11,7 +11,7 @@ class StartCrawlerScheduleCommand 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 StartCrawlerScheduleCommand 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_1StartCrawlerScheduleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartCrawlerScheduleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartCrawlerScheduleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartCrawlerScheduleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartCrawlerScheduleCommand = StartCrawlerScheduleCommand;
@@ -11,7 +11,7 @@ class StartExportLabelsTaskRunCommand 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 StartExportLabelsTaskRunCommand 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_1StartExportLabelsTaskRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartExportLabelsTaskRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartExportLabelsTaskRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartExportLabelsTaskRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartExportLabelsTaskRunCommand = StartExportLabelsTaskRunCommand;
@@ -11,7 +11,7 @@ class StartImportLabelsTaskRunCommand 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 StartImportLabelsTaskRunCommand 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_1StartImportLabelsTaskRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartImportLabelsTaskRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartImportLabelsTaskRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartImportLabelsTaskRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartImportLabelsTaskRunCommand = StartImportLabelsTaskRunCommand;
@@ -11,7 +11,7 @@ class StartJobRunCommand 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 StartJobRunCommand 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_1StartJobRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartJobRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartJobRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartJobRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartJobRunCommand = StartJobRunCommand;
@@ -11,7 +11,7 @@ class StartMLEvaluationTaskRunCommand 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 StartMLEvaluationTaskRunCommand 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_1StartMLEvaluationTaskRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartMLEvaluationTaskRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartMLEvaluationTaskRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartMLEvaluationTaskRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartMLEvaluationTaskRunCommand = StartMLEvaluationTaskRunCommand;
@@ -11,7 +11,7 @@ class StartMLLabelingSetGenerationTaskRunCommand 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 StartMLLabelingSetGenerationTaskRunCommand 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_1StartMLLabelingSetGenerationTaskRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartMLLabelingSetGenerationTaskRunCommand = StartMLLabelingSetGenerationTaskRunCommand;
@@ -11,7 +11,7 @@ class StartTriggerCommand 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 StartTriggerCommand 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_1StartTriggerCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartTriggerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartTriggerCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartTriggerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartTriggerCommand = StartTriggerCommand;
@@ -11,7 +11,7 @@ class StartWorkflowRunCommand 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 StartWorkflowRunCommand 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_1StartWorkflowRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartWorkflowRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartWorkflowRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartWorkflowRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartWorkflowRunCommand = StartWorkflowRunCommand;
@@ -11,7 +11,7 @@ class StopCrawlerCommand 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 StopCrawlerCommand 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_1StopCrawlerCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopCrawlerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopCrawlerCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopCrawlerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopCrawlerCommand = StopCrawlerCommand;
@@ -11,7 +11,7 @@ class StopCrawlerScheduleCommand 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 StopCrawlerScheduleCommand 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_1StopCrawlerScheduleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopCrawlerScheduleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopCrawlerScheduleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopCrawlerScheduleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopCrawlerScheduleCommand = StopCrawlerScheduleCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StopSessionCommand = 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 StopSessionCommand 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 = "StopSessionCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_1_1.StopSessionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.StopSessionResponse.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_1StopSessionCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopSessionCommand)(output, context);
34
+ }
35
+ }
36
+ exports.StopSessionCommand = StopSessionCommand;
@@ -11,7 +11,7 @@ class StopTriggerCommand 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 StopTriggerCommand 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_1StopTriggerCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopTriggerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopTriggerCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopTriggerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopTriggerCommand = StopTriggerCommand;
@@ -11,7 +11,7 @@ class StopWorkflowRunCommand 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 StopWorkflowRunCommand 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_1StopWorkflowRunCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StopWorkflowRunCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StopWorkflowRunCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StopWorkflowRunCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopWorkflowRunCommand = StopWorkflowRunCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand 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 TagResourceCommand 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_1TagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 UntagResourceCommand 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_1UntagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateBlueprintCommand 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 UpdateBlueprintCommand 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_1UpdateBlueprintCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateBlueprintCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateBlueprintCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateBlueprintCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBlueprintCommand = UpdateBlueprintCommand;
@@ -11,7 +11,7 @@ class UpdateClassifierCommand 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 UpdateClassifierCommand 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_1UpdateClassifierCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateClassifierCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateClassifierCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateClassifierCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateClassifierCommand = UpdateClassifierCommand;
@@ -11,7 +11,7 @@ class UpdateColumnStatisticsForPartitionCommand 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 UpdateColumnStatisticsForPartitionCommand 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_1UpdateColumnStatisticsForPartitionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateColumnStatisticsForPartitionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateColumnStatisticsForPartitionCommand = UpdateColumnStatisticsForPartitionCommand;
@@ -11,7 +11,7 @@ class UpdateColumnStatisticsForTableCommand 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 UpdateColumnStatisticsForTableCommand 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_1UpdateColumnStatisticsForTableCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateColumnStatisticsForTableCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateColumnStatisticsForTableCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateColumnStatisticsForTableCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateColumnStatisticsForTableCommand = UpdateColumnStatisticsForTableCommand;
@@ -11,7 +11,7 @@ class UpdateConnectionCommand 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 UpdateConnectionCommand 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_1UpdateConnectionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateConnectionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateConnectionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateConnectionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateConnectionCommand = UpdateConnectionCommand;
@@ -11,7 +11,7 @@ class UpdateCrawlerCommand 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 UpdateCrawlerCommand 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_1UpdateCrawlerCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateCrawlerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateCrawlerCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateCrawlerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateCrawlerCommand = UpdateCrawlerCommand;
@@ -11,7 +11,7 @@ class UpdateCrawlerScheduleCommand 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 UpdateCrawlerScheduleCommand 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_1UpdateCrawlerScheduleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateCrawlerScheduleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateCrawlerScheduleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateCrawlerScheduleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateCrawlerScheduleCommand = UpdateCrawlerScheduleCommand;
@@ -11,7 +11,7 @@ class UpdateDatabaseCommand 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 UpdateDatabaseCommand 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_1UpdateDatabaseCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDatabaseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateDatabaseCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDatabaseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDatabaseCommand = UpdateDatabaseCommand;
@@ -11,7 +11,7 @@ class UpdateDevEndpointCommand 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 UpdateDevEndpointCommand 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_1UpdateDevEndpointCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDevEndpointCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateDevEndpointCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDevEndpointCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDevEndpointCommand = UpdateDevEndpointCommand;
@@ -11,7 +11,7 @@ class UpdateJobCommand 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 UpdateJobCommand 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_1UpdateJobCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateJobCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateJobCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateJobCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateJobCommand = UpdateJobCommand;