@aws-sdk/client-glue 3.1044.0 → 3.1046.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 (833) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +546 -547
  5. package/dist-cjs/models/GlueServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Glue.js +1 -1
  10. package/dist-es/GlueClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchCreatePartitionCommand.js +2 -2
  13. package/dist-es/commands/BatchDeleteConnectionCommand.js +2 -2
  14. package/dist-es/commands/BatchDeletePartitionCommand.js +2 -2
  15. package/dist-es/commands/BatchDeleteTableCommand.js +2 -2
  16. package/dist-es/commands/BatchDeleteTableVersionCommand.js +2 -2
  17. package/dist-es/commands/BatchGetBlueprintsCommand.js +2 -2
  18. package/dist-es/commands/BatchGetCrawlersCommand.js +2 -2
  19. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +2 -2
  20. package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -2
  21. package/dist-es/commands/BatchGetDevEndpointsCommand.js +2 -2
  22. package/dist-es/commands/BatchGetJobsCommand.js +2 -2
  23. package/dist-es/commands/BatchGetPartitionCommand.js +2 -2
  24. package/dist-es/commands/BatchGetTableOptimizerCommand.js +2 -2
  25. package/dist-es/commands/BatchGetTriggersCommand.js +2 -2
  26. package/dist-es/commands/BatchGetWorkflowsCommand.js +2 -2
  27. package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +2 -2
  28. package/dist-es/commands/BatchStopJobRunCommand.js +2 -2
  29. package/dist-es/commands/BatchUpdatePartitionCommand.js +2 -2
  30. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +2 -2
  31. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +2 -2
  32. package/dist-es/commands/CancelMLTaskRunCommand.js +2 -2
  33. package/dist-es/commands/CancelStatementCommand.js +2 -2
  34. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +2 -2
  35. package/dist-es/commands/CreateBlueprintCommand.js +2 -2
  36. package/dist-es/commands/CreateCatalogCommand.js +2 -2
  37. package/dist-es/commands/CreateClassifierCommand.js +2 -2
  38. package/dist-es/commands/CreateColumnStatisticsTaskSettingsCommand.js +2 -2
  39. package/dist-es/commands/CreateConnectionCommand.js +2 -2
  40. package/dist-es/commands/CreateCrawlerCommand.js +2 -2
  41. package/dist-es/commands/CreateCustomEntityTypeCommand.js +2 -2
  42. package/dist-es/commands/CreateDataQualityRulesetCommand.js +2 -2
  43. package/dist-es/commands/CreateDatabaseCommand.js +2 -2
  44. package/dist-es/commands/CreateDevEndpointCommand.js +2 -2
  45. package/dist-es/commands/CreateGlueIdentityCenterConfigurationCommand.js +2 -2
  46. package/dist-es/commands/CreateIntegrationCommand.js +2 -2
  47. package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +2 -2
  48. package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +2 -2
  49. package/dist-es/commands/CreateJobCommand.js +2 -2
  50. package/dist-es/commands/CreateMLTransformCommand.js +2 -2
  51. package/dist-es/commands/CreatePartitionCommand.js +2 -2
  52. package/dist-es/commands/CreatePartitionIndexCommand.js +2 -2
  53. package/dist-es/commands/CreateRegistryCommand.js +2 -2
  54. package/dist-es/commands/CreateSchemaCommand.js +2 -2
  55. package/dist-es/commands/CreateScriptCommand.js +2 -2
  56. package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -2
  57. package/dist-es/commands/CreateSessionCommand.js +2 -2
  58. package/dist-es/commands/CreateTableCommand.js +2 -2
  59. package/dist-es/commands/CreateTableOptimizerCommand.js +2 -2
  60. package/dist-es/commands/CreateTriggerCommand.js +2 -2
  61. package/dist-es/commands/CreateUsageProfileCommand.js +2 -2
  62. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +2 -2
  63. package/dist-es/commands/CreateWorkflowCommand.js +2 -2
  64. package/dist-es/commands/DeleteBlueprintCommand.js +2 -2
  65. package/dist-es/commands/DeleteCatalogCommand.js +2 -2
  66. package/dist-es/commands/DeleteClassifierCommand.js +2 -2
  67. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +2 -2
  68. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +2 -2
  69. package/dist-es/commands/DeleteColumnStatisticsTaskSettingsCommand.js +2 -2
  70. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  71. package/dist-es/commands/DeleteConnectionTypeCommand.js +2 -2
  72. package/dist-es/commands/DeleteCrawlerCommand.js +2 -2
  73. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +2 -2
  74. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +2 -2
  75. package/dist-es/commands/DeleteDatabaseCommand.js +2 -2
  76. package/dist-es/commands/DeleteDevEndpointCommand.js +2 -2
  77. package/dist-es/commands/DeleteGlueIdentityCenterConfigurationCommand.js +2 -2
  78. package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
  79. package/dist-es/commands/DeleteIntegrationResourcePropertyCommand.js +2 -2
  80. package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +2 -2
  81. package/dist-es/commands/DeleteJobCommand.js +2 -2
  82. package/dist-es/commands/DeleteMLTransformCommand.js +2 -2
  83. package/dist-es/commands/DeletePartitionCommand.js +2 -2
  84. package/dist-es/commands/DeletePartitionIndexCommand.js +2 -2
  85. package/dist-es/commands/DeleteRegistryCommand.js +2 -2
  86. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  87. package/dist-es/commands/DeleteSchemaCommand.js +2 -2
  88. package/dist-es/commands/DeleteSchemaVersionsCommand.js +2 -2
  89. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +2 -2
  90. package/dist-es/commands/DeleteSessionCommand.js +2 -2
  91. package/dist-es/commands/DeleteTableCommand.js +2 -2
  92. package/dist-es/commands/DeleteTableOptimizerCommand.js +2 -2
  93. package/dist-es/commands/DeleteTableVersionCommand.js +2 -2
  94. package/dist-es/commands/DeleteTriggerCommand.js +2 -2
  95. package/dist-es/commands/DeleteUsageProfileCommand.js +2 -2
  96. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +2 -2
  97. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  98. package/dist-es/commands/DescribeConnectionTypeCommand.js +2 -2
  99. package/dist-es/commands/DescribeEntityCommand.js +2 -2
  100. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +2 -2
  101. package/dist-es/commands/DescribeIntegrationsCommand.js +2 -2
  102. package/dist-es/commands/GetBlueprintCommand.js +2 -2
  103. package/dist-es/commands/GetBlueprintRunCommand.js +2 -2
  104. package/dist-es/commands/GetBlueprintRunsCommand.js +2 -2
  105. package/dist-es/commands/GetCatalogCommand.js +2 -2
  106. package/dist-es/commands/GetCatalogImportStatusCommand.js +2 -2
  107. package/dist-es/commands/GetCatalogsCommand.js +2 -2
  108. package/dist-es/commands/GetClassifierCommand.js +2 -2
  109. package/dist-es/commands/GetClassifiersCommand.js +2 -2
  110. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +2 -2
  111. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +2 -2
  112. package/dist-es/commands/GetColumnStatisticsTaskRunCommand.js +2 -2
  113. package/dist-es/commands/GetColumnStatisticsTaskRunsCommand.js +2 -2
  114. package/dist-es/commands/GetColumnStatisticsTaskSettingsCommand.js +2 -2
  115. package/dist-es/commands/GetConnectionCommand.js +2 -2
  116. package/dist-es/commands/GetConnectionsCommand.js +2 -2
  117. package/dist-es/commands/GetCrawlerCommand.js +2 -2
  118. package/dist-es/commands/GetCrawlerMetricsCommand.js +2 -2
  119. package/dist-es/commands/GetCrawlersCommand.js +2 -2
  120. package/dist-es/commands/GetCustomEntityTypeCommand.js +2 -2
  121. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +2 -2
  122. package/dist-es/commands/GetDataQualityModelCommand.js +2 -2
  123. package/dist-es/commands/GetDataQualityModelResultCommand.js +2 -2
  124. package/dist-es/commands/GetDataQualityResultCommand.js +2 -2
  125. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +2 -2
  126. package/dist-es/commands/GetDataQualityRulesetCommand.js +2 -2
  127. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +2 -2
  128. package/dist-es/commands/GetDatabaseCommand.js +2 -2
  129. package/dist-es/commands/GetDatabasesCommand.js +2 -2
  130. package/dist-es/commands/GetDataflowGraphCommand.js +2 -2
  131. package/dist-es/commands/GetDevEndpointCommand.js +2 -2
  132. package/dist-es/commands/GetDevEndpointsCommand.js +2 -2
  133. package/dist-es/commands/GetEntityRecordsCommand.js +2 -2
  134. package/dist-es/commands/GetGlueIdentityCenterConfigurationCommand.js +2 -2
  135. package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +2 -2
  136. package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +2 -2
  137. package/dist-es/commands/GetJobBookmarkCommand.js +2 -2
  138. package/dist-es/commands/GetJobCommand.js +2 -2
  139. package/dist-es/commands/GetJobRunCommand.js +2 -2
  140. package/dist-es/commands/GetJobRunsCommand.js +2 -2
  141. package/dist-es/commands/GetJobsCommand.js +2 -2
  142. package/dist-es/commands/GetMLTaskRunCommand.js +2 -2
  143. package/dist-es/commands/GetMLTaskRunsCommand.js +2 -2
  144. package/dist-es/commands/GetMLTransformCommand.js +2 -2
  145. package/dist-es/commands/GetMLTransformsCommand.js +2 -2
  146. package/dist-es/commands/GetMappingCommand.js +2 -2
  147. package/dist-es/commands/GetMaterializedViewRefreshTaskRunCommand.js +2 -2
  148. package/dist-es/commands/GetPartitionCommand.js +2 -2
  149. package/dist-es/commands/GetPartitionIndexesCommand.js +2 -2
  150. package/dist-es/commands/GetPartitionsCommand.js +2 -2
  151. package/dist-es/commands/GetPlanCommand.js +2 -2
  152. package/dist-es/commands/GetRegistryCommand.js +2 -2
  153. package/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  154. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  155. package/dist-es/commands/GetSchemaByDefinitionCommand.js +2 -2
  156. package/dist-es/commands/GetSchemaCommand.js +2 -2
  157. package/dist-es/commands/GetSchemaVersionCommand.js +2 -2
  158. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +2 -2
  159. package/dist-es/commands/GetSecurityConfigurationCommand.js +2 -2
  160. package/dist-es/commands/GetSecurityConfigurationsCommand.js +2 -2
  161. package/dist-es/commands/GetSessionCommand.js +2 -2
  162. package/dist-es/commands/GetStatementCommand.js +2 -2
  163. package/dist-es/commands/GetTableCommand.js +2 -2
  164. package/dist-es/commands/GetTableOptimizerCommand.js +2 -2
  165. package/dist-es/commands/GetTableVersionCommand.js +2 -2
  166. package/dist-es/commands/GetTableVersionsCommand.js +2 -2
  167. package/dist-es/commands/GetTablesCommand.js +2 -2
  168. package/dist-es/commands/GetTagsCommand.js +2 -2
  169. package/dist-es/commands/GetTriggerCommand.js +2 -2
  170. package/dist-es/commands/GetTriggersCommand.js +2 -2
  171. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +2 -2
  172. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +2 -2
  173. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +2 -2
  174. package/dist-es/commands/GetUsageProfileCommand.js +2 -2
  175. package/dist-es/commands/GetUserDefinedFunctionCommand.js +2 -2
  176. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +2 -2
  177. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  178. package/dist-es/commands/GetWorkflowRunCommand.js +2 -2
  179. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +2 -2
  180. package/dist-es/commands/GetWorkflowRunsCommand.js +2 -2
  181. package/dist-es/commands/ImportCatalogToGlueCommand.js +2 -2
  182. package/dist-es/commands/ListBlueprintsCommand.js +2 -2
  183. package/dist-es/commands/ListColumnStatisticsTaskRunsCommand.js +2 -2
  184. package/dist-es/commands/ListConnectionTypesCommand.js +2 -2
  185. package/dist-es/commands/ListCrawlersCommand.js +2 -2
  186. package/dist-es/commands/ListCrawlsCommand.js +2 -2
  187. package/dist-es/commands/ListCustomEntityTypesCommand.js +2 -2
  188. package/dist-es/commands/ListDataQualityResultsCommand.js +2 -2
  189. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +2 -2
  190. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +2 -2
  191. package/dist-es/commands/ListDataQualityRulesetsCommand.js +2 -2
  192. package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +2 -2
  193. package/dist-es/commands/ListDataQualityStatisticsCommand.js +2 -2
  194. package/dist-es/commands/ListDevEndpointsCommand.js +2 -2
  195. package/dist-es/commands/ListEntitiesCommand.js +2 -2
  196. package/dist-es/commands/ListIntegrationResourcePropertiesCommand.js +2 -2
  197. package/dist-es/commands/ListJobsCommand.js +2 -2
  198. package/dist-es/commands/ListMLTransformsCommand.js +2 -2
  199. package/dist-es/commands/ListMaterializedViewRefreshTaskRunsCommand.js +2 -2
  200. package/dist-es/commands/ListRegistriesCommand.js +2 -2
  201. package/dist-es/commands/ListSchemaVersionsCommand.js +2 -2
  202. package/dist-es/commands/ListSchemasCommand.js +2 -2
  203. package/dist-es/commands/ListSessionsCommand.js +2 -2
  204. package/dist-es/commands/ListStatementsCommand.js +2 -2
  205. package/dist-es/commands/ListTableOptimizerRunsCommand.js +2 -2
  206. package/dist-es/commands/ListTriggersCommand.js +2 -2
  207. package/dist-es/commands/ListUsageProfilesCommand.js +2 -2
  208. package/dist-es/commands/ListWorkflowsCommand.js +2 -2
  209. package/dist-es/commands/ModifyIntegrationCommand.js +2 -2
  210. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +2 -2
  211. package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +2 -2
  212. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  213. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +2 -2
  214. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +2 -2
  215. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +2 -2
  216. package/dist-es/commands/RegisterConnectionTypeCommand.js +2 -2
  217. package/dist-es/commands/RegisterSchemaVersionCommand.js +2 -2
  218. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +2 -2
  219. package/dist-es/commands/ResetJobBookmarkCommand.js +2 -2
  220. package/dist-es/commands/ResumeWorkflowRunCommand.js +2 -2
  221. package/dist-es/commands/RunStatementCommand.js +2 -2
  222. package/dist-es/commands/SearchTablesCommand.js +2 -2
  223. package/dist-es/commands/StartBlueprintRunCommand.js +2 -2
  224. package/dist-es/commands/StartColumnStatisticsTaskRunCommand.js +2 -2
  225. package/dist-es/commands/StartColumnStatisticsTaskRunScheduleCommand.js +2 -2
  226. package/dist-es/commands/StartCrawlerCommand.js +2 -2
  227. package/dist-es/commands/StartCrawlerScheduleCommand.js +2 -2
  228. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +2 -2
  229. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +2 -2
  230. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +2 -2
  231. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +2 -2
  232. package/dist-es/commands/StartJobRunCommand.js +2 -2
  233. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +2 -2
  234. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +2 -2
  235. package/dist-es/commands/StartMaterializedViewRefreshTaskRunCommand.js +2 -2
  236. package/dist-es/commands/StartTriggerCommand.js +2 -2
  237. package/dist-es/commands/StartWorkflowRunCommand.js +2 -2
  238. package/dist-es/commands/StopColumnStatisticsTaskRunCommand.js +2 -2
  239. package/dist-es/commands/StopColumnStatisticsTaskRunScheduleCommand.js +2 -2
  240. package/dist-es/commands/StopCrawlerCommand.js +2 -2
  241. package/dist-es/commands/StopCrawlerScheduleCommand.js +2 -2
  242. package/dist-es/commands/StopMaterializedViewRefreshTaskRunCommand.js +2 -2
  243. package/dist-es/commands/StopSessionCommand.js +2 -2
  244. package/dist-es/commands/StopTriggerCommand.js +2 -2
  245. package/dist-es/commands/StopWorkflowRunCommand.js +2 -2
  246. package/dist-es/commands/TagResourceCommand.js +2 -2
  247. package/dist-es/commands/TestConnectionCommand.js +2 -2
  248. package/dist-es/commands/UntagResourceCommand.js +2 -2
  249. package/dist-es/commands/UpdateBlueprintCommand.js +2 -2
  250. package/dist-es/commands/UpdateCatalogCommand.js +2 -2
  251. package/dist-es/commands/UpdateClassifierCommand.js +2 -2
  252. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +2 -2
  253. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +2 -2
  254. package/dist-es/commands/UpdateColumnStatisticsTaskSettingsCommand.js +2 -2
  255. package/dist-es/commands/UpdateConnectionCommand.js +2 -2
  256. package/dist-es/commands/UpdateCrawlerCommand.js +2 -2
  257. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +2 -2
  258. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +2 -2
  259. package/dist-es/commands/UpdateDatabaseCommand.js +2 -2
  260. package/dist-es/commands/UpdateDevEndpointCommand.js +2 -2
  261. package/dist-es/commands/UpdateGlueIdentityCenterConfigurationCommand.js +2 -2
  262. package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +2 -2
  263. package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +2 -2
  264. package/dist-es/commands/UpdateJobCommand.js +2 -2
  265. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +2 -2
  266. package/dist-es/commands/UpdateMLTransformCommand.js +2 -2
  267. package/dist-es/commands/UpdatePartitionCommand.js +2 -2
  268. package/dist-es/commands/UpdateRegistryCommand.js +2 -2
  269. package/dist-es/commands/UpdateSchemaCommand.js +2 -2
  270. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +2 -2
  271. package/dist-es/commands/UpdateTableCommand.js +2 -2
  272. package/dist-es/commands/UpdateTableOptimizerCommand.js +2 -2
  273. package/dist-es/commands/UpdateTriggerCommand.js +2 -2
  274. package/dist-es/commands/UpdateUsageProfileCommand.js +2 -2
  275. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +2 -2
  276. package/dist-es/commands/UpdateWorkflowCommand.js +2 -2
  277. package/dist-es/endpoint/bdd.js +1 -1
  278. package/dist-es/endpoint/endpointResolver.js +1 -1
  279. package/dist-es/models/GlueServiceException.js +1 -1
  280. package/dist-es/runtimeConfig.browser.js +4 -6
  281. package/dist-es/runtimeConfig.js +4 -8
  282. package/dist-es/runtimeConfig.shared.js +3 -4
  283. package/dist-es/runtimeExtensions.js +2 -2
  284. package/dist-types/GlueClient.d.ts +5 -5
  285. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +6 -4
  286. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +6 -4
  287. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +6 -4
  288. package/dist-types/commands/BatchDeleteTableCommand.d.ts +6 -4
  289. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +6 -4
  290. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +6 -4
  291. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +6 -4
  292. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +6 -4
  293. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +6 -4
  294. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +6 -4
  295. package/dist-types/commands/BatchGetJobsCommand.d.ts +6 -4
  296. package/dist-types/commands/BatchGetPartitionCommand.d.ts +6 -4
  297. package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +6 -4
  298. package/dist-types/commands/BatchGetTriggersCommand.d.ts +6 -4
  299. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +6 -4
  300. package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +6 -4
  301. package/dist-types/commands/BatchStopJobRunCommand.d.ts +6 -4
  302. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +6 -4
  303. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  304. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  305. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +6 -4
  306. package/dist-types/commands/CancelStatementCommand.d.ts +6 -4
  307. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +6 -4
  308. package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -4
  309. package/dist-types/commands/CreateCatalogCommand.d.ts +6 -4
  310. package/dist-types/commands/CreateClassifierCommand.d.ts +6 -4
  311. package/dist-types/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  312. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
  313. package/dist-types/commands/CreateCrawlerCommand.d.ts +6 -4
  314. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +6 -4
  315. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +6 -4
  316. package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -4
  317. package/dist-types/commands/CreateDevEndpointCommand.d.ts +6 -4
  318. package/dist-types/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  319. package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -4
  320. package/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +6 -4
  321. package/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +6 -4
  322. package/dist-types/commands/CreateJobCommand.d.ts +6 -4
  323. package/dist-types/commands/CreateMLTransformCommand.d.ts +6 -4
  324. package/dist-types/commands/CreatePartitionCommand.d.ts +6 -4
  325. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +6 -4
  326. package/dist-types/commands/CreateRegistryCommand.d.ts +6 -4
  327. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -4
  328. package/dist-types/commands/CreateScriptCommand.d.ts +6 -4
  329. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
  330. package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
  331. package/dist-types/commands/CreateTableCommand.d.ts +6 -4
  332. package/dist-types/commands/CreateTableOptimizerCommand.d.ts +6 -4
  333. package/dist-types/commands/CreateTriggerCommand.d.ts +6 -4
  334. package/dist-types/commands/CreateUsageProfileCommand.d.ts +6 -4
  335. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +6 -4
  336. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -4
  337. package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -4
  338. package/dist-types/commands/DeleteCatalogCommand.d.ts +6 -4
  339. package/dist-types/commands/DeleteClassifierCommand.d.ts +6 -4
  340. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +6 -4
  341. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +6 -4
  342. package/dist-types/commands/DeleteColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  343. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
  344. package/dist-types/commands/DeleteConnectionTypeCommand.d.ts +6 -4
  345. package/dist-types/commands/DeleteCrawlerCommand.d.ts +6 -4
  346. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +6 -4
  347. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +6 -4
  348. package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -4
  349. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +6 -4
  350. package/dist-types/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  351. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -4
  352. package/dist-types/commands/DeleteIntegrationResourcePropertyCommand.d.ts +6 -4
  353. package/dist-types/commands/DeleteIntegrationTablePropertiesCommand.d.ts +6 -4
  354. package/dist-types/commands/DeleteJobCommand.d.ts +6 -4
  355. package/dist-types/commands/DeleteMLTransformCommand.d.ts +6 -4
  356. package/dist-types/commands/DeletePartitionCommand.d.ts +6 -4
  357. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +6 -4
  358. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -4
  359. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  360. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -4
  361. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +6 -4
  362. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +6 -4
  363. package/dist-types/commands/DeleteSessionCommand.d.ts +6 -4
  364. package/dist-types/commands/DeleteTableCommand.d.ts +6 -4
  365. package/dist-types/commands/DeleteTableOptimizerCommand.d.ts +6 -4
  366. package/dist-types/commands/DeleteTableVersionCommand.d.ts +6 -4
  367. package/dist-types/commands/DeleteTriggerCommand.d.ts +6 -4
  368. package/dist-types/commands/DeleteUsageProfileCommand.d.ts +6 -4
  369. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +6 -4
  370. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -4
  371. package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +6 -4
  372. package/dist-types/commands/DescribeEntityCommand.d.ts +6 -4
  373. package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +6 -4
  374. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +6 -4
  375. package/dist-types/commands/GetBlueprintCommand.d.ts +6 -4
  376. package/dist-types/commands/GetBlueprintRunCommand.d.ts +6 -4
  377. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +6 -4
  378. package/dist-types/commands/GetCatalogCommand.d.ts +6 -4
  379. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +6 -4
  380. package/dist-types/commands/GetCatalogsCommand.d.ts +6 -4
  381. package/dist-types/commands/GetClassifierCommand.d.ts +6 -4
  382. package/dist-types/commands/GetClassifiersCommand.d.ts +6 -4
  383. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +6 -4
  384. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +6 -4
  385. package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +6 -4
  386. package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +6 -4
  387. package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  388. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  389. package/dist-types/commands/GetConnectionsCommand.d.ts +6 -4
  390. package/dist-types/commands/GetCrawlerCommand.d.ts +6 -4
  391. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +6 -4
  392. package/dist-types/commands/GetCrawlersCommand.d.ts +6 -4
  393. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +6 -4
  394. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  395. package/dist-types/commands/GetDataQualityModelCommand.d.ts +6 -4
  396. package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +6 -4
  397. package/dist-types/commands/GetDataQualityResultCommand.d.ts +6 -4
  398. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  399. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +6 -4
  400. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  401. package/dist-types/commands/GetDatabaseCommand.d.ts +6 -4
  402. package/dist-types/commands/GetDatabasesCommand.d.ts +6 -4
  403. package/dist-types/commands/GetDataflowGraphCommand.d.ts +6 -4
  404. package/dist-types/commands/GetDevEndpointCommand.d.ts +6 -4
  405. package/dist-types/commands/GetDevEndpointsCommand.d.ts +6 -4
  406. package/dist-types/commands/GetEntityRecordsCommand.d.ts +6 -4
  407. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  408. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +6 -4
  409. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +6 -4
  410. package/dist-types/commands/GetJobBookmarkCommand.d.ts +6 -4
  411. package/dist-types/commands/GetJobCommand.d.ts +6 -4
  412. package/dist-types/commands/GetJobRunCommand.d.ts +6 -4
  413. package/dist-types/commands/GetJobRunsCommand.d.ts +6 -4
  414. package/dist-types/commands/GetJobsCommand.d.ts +6 -4
  415. package/dist-types/commands/GetMLTaskRunCommand.d.ts +6 -4
  416. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +6 -4
  417. package/dist-types/commands/GetMLTransformCommand.d.ts +6 -4
  418. package/dist-types/commands/GetMLTransformsCommand.d.ts +6 -4
  419. package/dist-types/commands/GetMappingCommand.d.ts +6 -4
  420. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  421. package/dist-types/commands/GetPartitionCommand.d.ts +6 -4
  422. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +6 -4
  423. package/dist-types/commands/GetPartitionsCommand.d.ts +6 -4
  424. package/dist-types/commands/GetPlanCommand.d.ts +6 -4
  425. package/dist-types/commands/GetRegistryCommand.d.ts +6 -4
  426. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -4
  427. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  428. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +6 -4
  429. package/dist-types/commands/GetSchemaCommand.d.ts +6 -4
  430. package/dist-types/commands/GetSchemaVersionCommand.d.ts +6 -4
  431. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +6 -4
  432. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +6 -4
  433. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +6 -4
  434. package/dist-types/commands/GetSessionCommand.d.ts +6 -4
  435. package/dist-types/commands/GetStatementCommand.d.ts +6 -4
  436. package/dist-types/commands/GetTableCommand.d.ts +6 -4
  437. package/dist-types/commands/GetTableOptimizerCommand.d.ts +6 -4
  438. package/dist-types/commands/GetTableVersionCommand.d.ts +6 -4
  439. package/dist-types/commands/GetTableVersionsCommand.d.ts +6 -4
  440. package/dist-types/commands/GetTablesCommand.d.ts +6 -4
  441. package/dist-types/commands/GetTagsCommand.d.ts +6 -4
  442. package/dist-types/commands/GetTriggerCommand.d.ts +6 -4
  443. package/dist-types/commands/GetTriggersCommand.d.ts +6 -4
  444. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +6 -4
  445. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +6 -4
  446. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +6 -4
  447. package/dist-types/commands/GetUsageProfileCommand.d.ts +6 -4
  448. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +6 -4
  449. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +6 -4
  450. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -4
  451. package/dist-types/commands/GetWorkflowRunCommand.d.ts +6 -4
  452. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +6 -4
  453. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +6 -4
  454. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +6 -4
  455. package/dist-types/commands/ListBlueprintsCommand.d.ts +6 -4
  456. package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +6 -4
  457. package/dist-types/commands/ListConnectionTypesCommand.d.ts +6 -4
  458. package/dist-types/commands/ListCrawlersCommand.d.ts +6 -4
  459. package/dist-types/commands/ListCrawlsCommand.d.ts +6 -4
  460. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +6 -4
  461. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +6 -4
  462. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +6 -4
  463. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +6 -4
  464. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +6 -4
  465. package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +6 -4
  466. package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +6 -4
  467. package/dist-types/commands/ListDevEndpointsCommand.d.ts +6 -4
  468. package/dist-types/commands/ListEntitiesCommand.d.ts +6 -4
  469. package/dist-types/commands/ListIntegrationResourcePropertiesCommand.d.ts +6 -4
  470. package/dist-types/commands/ListJobsCommand.d.ts +6 -4
  471. package/dist-types/commands/ListMLTransformsCommand.d.ts +6 -4
  472. package/dist-types/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +6 -4
  473. package/dist-types/commands/ListRegistriesCommand.d.ts +6 -4
  474. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +6 -4
  475. package/dist-types/commands/ListSchemasCommand.d.ts +6 -4
  476. package/dist-types/commands/ListSessionsCommand.d.ts +6 -4
  477. package/dist-types/commands/ListStatementsCommand.d.ts +6 -4
  478. package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +6 -4
  479. package/dist-types/commands/ListTriggersCommand.d.ts +6 -4
  480. package/dist-types/commands/ListUsageProfilesCommand.d.ts +6 -4
  481. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -4
  482. package/dist-types/commands/ModifyIntegrationCommand.d.ts +6 -4
  483. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  484. package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +6 -4
  485. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  486. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +6 -4
  487. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +6 -4
  488. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +6 -4
  489. package/dist-types/commands/RegisterConnectionTypeCommand.d.ts +6 -4
  490. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +6 -4
  491. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +6 -4
  492. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +6 -4
  493. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +6 -4
  494. package/dist-types/commands/RunStatementCommand.d.ts +6 -4
  495. package/dist-types/commands/SearchTablesCommand.d.ts +6 -4
  496. package/dist-types/commands/StartBlueprintRunCommand.d.ts +6 -4
  497. package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +6 -4
  498. package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  499. package/dist-types/commands/StartCrawlerCommand.d.ts +6 -4
  500. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +6 -4
  501. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  502. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  503. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +6 -4
  504. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +6 -4
  505. package/dist-types/commands/StartJobRunCommand.d.ts +6 -4
  506. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -4
  507. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -4
  508. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  509. package/dist-types/commands/StartTriggerCommand.d.ts +6 -4
  510. package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -4
  511. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +6 -4
  512. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  513. package/dist-types/commands/StopCrawlerCommand.d.ts +6 -4
  514. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +6 -4
  515. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  516. package/dist-types/commands/StopSessionCommand.d.ts +6 -4
  517. package/dist-types/commands/StopTriggerCommand.d.ts +6 -4
  518. package/dist-types/commands/StopWorkflowRunCommand.d.ts +6 -4
  519. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  520. package/dist-types/commands/TestConnectionCommand.d.ts +6 -4
  521. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  522. package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -4
  523. package/dist-types/commands/UpdateCatalogCommand.d.ts +6 -4
  524. package/dist-types/commands/UpdateClassifierCommand.d.ts +6 -4
  525. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +6 -4
  526. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +6 -4
  527. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  528. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -4
  529. package/dist-types/commands/UpdateCrawlerCommand.d.ts +6 -4
  530. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +6 -4
  531. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +6 -4
  532. package/dist-types/commands/UpdateDatabaseCommand.d.ts +6 -4
  533. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +6 -4
  534. package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  535. package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +6 -4
  536. package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +6 -4
  537. package/dist-types/commands/UpdateJobCommand.d.ts +6 -4
  538. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +6 -4
  539. package/dist-types/commands/UpdateMLTransformCommand.d.ts +6 -4
  540. package/dist-types/commands/UpdatePartitionCommand.d.ts +6 -4
  541. package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -4
  542. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -4
  543. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +6 -4
  544. package/dist-types/commands/UpdateTableCommand.d.ts +6 -4
  545. package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +6 -4
  546. package/dist-types/commands/UpdateTriggerCommand.d.ts +6 -4
  547. package/dist-types/commands/UpdateUsageProfileCommand.d.ts +6 -4
  548. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +6 -4
  549. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -4
  550. package/dist-types/endpoint/bdd.d.ts +1 -1
  551. package/dist-types/extensionConfiguration.d.ts +1 -1
  552. package/dist-types/models/GlueServiceException.d.ts +1 -1
  553. package/dist-types/models/errors.d.ts +1 -1
  554. package/dist-types/models/models_0.d.ts +2 -2
  555. package/dist-types/models/models_2.d.ts +1 -1
  556. package/dist-types/models/models_3.d.ts +3 -3
  557. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  558. package/dist-types/runtimeConfig.d.ts +2 -2
  559. package/dist-types/runtimeConfig.native.d.ts +2 -2
  560. package/dist-types/ts3.4/GlueClient.d.ts +8 -14
  561. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +6 -4
  562. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +6 -4
  563. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +6 -4
  564. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +6 -4
  565. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +6 -4
  566. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +6 -4
  567. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +6 -4
  568. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +6 -4
  569. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +6 -4
  570. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +6 -4
  571. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +6 -4
  572. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +6 -4
  573. package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +6 -4
  574. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +6 -4
  575. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +6 -4
  576. package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +6 -4
  577. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +6 -4
  578. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +6 -4
  579. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  580. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  581. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +6 -4
  582. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +6 -4
  583. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +6 -4
  584. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +6 -4
  585. package/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +6 -4
  586. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +6 -4
  587. package/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  588. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
  589. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +6 -4
  590. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +6 -4
  591. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +6 -4
  592. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +6 -4
  593. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +6 -4
  594. package/dist-types/ts3.4/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  595. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +6 -4
  596. package/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +6 -4
  597. package/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +6 -4
  598. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -8
  599. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +6 -4
  600. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +6 -4
  601. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +6 -4
  602. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +6 -4
  603. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +6 -4
  604. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +6 -4
  605. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
  606. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
  607. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +6 -4
  608. package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +6 -4
  609. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +6 -4
  610. package/dist-types/ts3.4/commands/CreateUsageProfileCommand.d.ts +6 -4
  611. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +6 -4
  612. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +6 -4
  613. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +6 -4
  614. package/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +6 -4
  615. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +6 -4
  616. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +6 -4
  617. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +6 -4
  618. package/dist-types/ts3.4/commands/DeleteColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  619. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
  620. package/dist-types/ts3.4/commands/DeleteConnectionTypeCommand.d.ts +6 -4
  621. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +6 -4
  622. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +6 -4
  623. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +6 -4
  624. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +6 -4
  625. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +6 -4
  626. package/dist-types/ts3.4/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  627. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +6 -4
  628. package/dist-types/ts3.4/commands/DeleteIntegrationResourcePropertyCommand.d.ts +6 -4
  629. package/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +6 -4
  630. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +6 -8
  631. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +6 -4
  632. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +6 -4
  633. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +6 -4
  634. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +6 -4
  635. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  636. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +6 -4
  637. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +6 -4
  638. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +6 -4
  639. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +6 -4
  640. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +6 -4
  641. package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +6 -4
  642. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +6 -4
  643. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +6 -4
  644. package/dist-types/ts3.4/commands/DeleteUsageProfileCommand.d.ts +6 -4
  645. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +6 -4
  646. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +6 -4
  647. package/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +6 -4
  648. package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +6 -4
  649. package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +6 -4
  650. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +6 -4
  651. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +6 -4
  652. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +6 -4
  653. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +6 -4
  654. package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +6 -4
  655. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +6 -4
  656. package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +6 -4
  657. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +6 -4
  658. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +6 -4
  659. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +6 -4
  660. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +6 -4
  661. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +6 -4
  662. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +6 -4
  663. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  664. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
  665. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +6 -4
  666. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +6 -4
  667. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +6 -4
  668. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +6 -4
  669. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +6 -4
  670. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  671. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +6 -4
  672. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +6 -4
  673. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +6 -4
  674. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  675. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +6 -4
  676. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  677. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +6 -4
  678. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +6 -4
  679. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +6 -4
  680. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +6 -4
  681. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +6 -4
  682. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +6 -4
  683. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  684. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +6 -4
  685. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +6 -4
  686. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +6 -4
  687. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
  688. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +6 -8
  689. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +6 -4
  690. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +6 -4
  691. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +6 -4
  692. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +6 -4
  693. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +6 -4
  694. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +6 -4
  695. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +6 -4
  696. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  697. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +6 -4
  698. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +6 -4
  699. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +6 -4
  700. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +6 -4
  701. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +6 -4
  702. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +6 -4
  703. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  704. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +6 -4
  705. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +6 -8
  706. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +6 -4
  707. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +6 -4
  708. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +6 -4
  709. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +6 -4
  710. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
  711. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +6 -4
  712. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +6 -8
  713. package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +6 -4
  714. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +6 -4
  715. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +6 -4
  716. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +6 -8
  717. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
  718. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +6 -4
  719. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +6 -4
  720. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +6 -4
  721. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +6 -4
  722. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +6 -4
  723. package/dist-types/ts3.4/commands/GetUsageProfileCommand.d.ts +6 -4
  724. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +6 -4
  725. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +6 -4
  726. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +6 -4
  727. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +6 -4
  728. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +6 -4
  729. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +6 -4
  730. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +6 -4
  731. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +6 -4
  732. package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +6 -4
  733. package/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +6 -4
  734. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +6 -4
  735. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +6 -4
  736. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +6 -4
  737. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +6 -4
  738. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +6 -4
  739. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +6 -4
  740. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +6 -4
  741. package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +6 -4
  742. package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +6 -4
  743. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +6 -4
  744. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +6 -4
  745. package/dist-types/ts3.4/commands/ListIntegrationResourcePropertiesCommand.d.ts +6 -4
  746. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
  747. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +6 -4
  748. package/dist-types/ts3.4/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +6 -4
  749. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +6 -4
  750. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +6 -4
  751. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +6 -4
  752. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
  753. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +6 -4
  754. package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +6 -4
  755. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +6 -4
  756. package/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +6 -4
  757. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +6 -4
  758. package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +6 -4
  759. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  760. package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +6 -4
  761. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  762. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +6 -4
  763. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +6 -4
  764. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +6 -4
  765. package/dist-types/ts3.4/commands/RegisterConnectionTypeCommand.d.ts +6 -4
  766. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +6 -4
  767. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +6 -4
  768. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +6 -4
  769. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +6 -4
  770. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +6 -4
  771. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +6 -4
  772. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +6 -4
  773. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +6 -4
  774. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  775. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +6 -4
  776. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +6 -4
  777. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  778. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  779. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +6 -4
  780. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +6 -4
  781. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +6 -4
  782. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -4
  783. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -4
  784. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  785. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +6 -4
  786. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +6 -4
  787. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +6 -4
  788. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  789. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +6 -4
  790. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +6 -4
  791. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  792. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +6 -4
  793. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +6 -4
  794. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +6 -4
  795. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  796. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +6 -4
  797. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  798. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +6 -4
  799. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +6 -4
  800. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +6 -4
  801. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +6 -4
  802. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +6 -4
  803. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  804. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +6 -4
  805. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +6 -4
  806. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +6 -4
  807. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +6 -4
  808. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +6 -4
  809. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +6 -4
  810. package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  811. package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +6 -4
  812. package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +6 -4
  813. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +6 -8
  814. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +6 -4
  815. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +6 -4
  816. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +6 -4
  817. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +6 -4
  818. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +6 -4
  819. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +6 -4
  820. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +6 -4
  821. package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +6 -4
  822. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +6 -4
  823. package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +6 -4
  824. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +6 -4
  825. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +6 -4
  826. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  827. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  828. package/dist-types/ts3.4/models/GlueServiceException.d.ts +1 -1
  829. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  830. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  831. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  832. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  833. package/package.json +13 -34
package/dist-cjs/index.js CHANGED
@@ -4,17 +4,16 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
18
  var errors = require('./models/errors');
20
19
  var GlueServiceException = require('./models/GlueServiceException');
@@ -73,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
73
72
  };
74
73
 
75
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
76
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
77
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
78
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
79
78
  };
80
79
 
81
- class GlueClient extends smithyClient.Client {
80
+ class GlueClient extends client.Client {
82
81
  config;
83
82
  constructor(...[configuration]) {
84
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -86,17 +85,17 @@ class GlueClient extends smithyClient.Client {
86
85
  this.initConfig = _config_0;
87
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
88
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
89
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
90
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
91
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
92
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
93
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
94
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
95
94
  this.config = _config_8;
96
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
97
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
98
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
99
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
98
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
100
99
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
101
100
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
102
101
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -113,11 +112,11 @@ class GlueClient extends smithyClient.Client {
113
112
  }
114
113
  }
115
114
 
116
- class BatchCreatePartitionCommand extends smithyClient.Command
115
+ class BatchCreatePartitionCommand extends client.Command
117
116
  .classBuilder()
118
117
  .ep(commonParams)
119
118
  .m(function (Command, cs, config, o) {
120
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
121
120
  })
122
121
  .s("AWSGlue", "BatchCreatePartition", {})
123
122
  .n("GlueClient", "BatchCreatePartitionCommand")
@@ -125,11 +124,11 @@ class BatchCreatePartitionCommand extends smithyClient.Command
125
124
  .build() {
126
125
  }
127
126
 
128
- class BatchDeleteConnectionCommand extends smithyClient.Command
127
+ class BatchDeleteConnectionCommand extends client.Command
129
128
  .classBuilder()
130
129
  .ep(commonParams)
131
130
  .m(function (Command, cs, config, o) {
132
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
133
132
  })
134
133
  .s("AWSGlue", "BatchDeleteConnection", {})
135
134
  .n("GlueClient", "BatchDeleteConnectionCommand")
@@ -137,11 +136,11 @@ class BatchDeleteConnectionCommand extends smithyClient.Command
137
136
  .build() {
138
137
  }
139
138
 
140
- class BatchDeletePartitionCommand extends smithyClient.Command
139
+ class BatchDeletePartitionCommand extends client.Command
141
140
  .classBuilder()
142
141
  .ep(commonParams)
143
142
  .m(function (Command, cs, config, o) {
144
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
145
144
  })
146
145
  .s("AWSGlue", "BatchDeletePartition", {})
147
146
  .n("GlueClient", "BatchDeletePartitionCommand")
@@ -149,11 +148,11 @@ class BatchDeletePartitionCommand extends smithyClient.Command
149
148
  .build() {
150
149
  }
151
150
 
152
- class BatchDeleteTableCommand extends smithyClient.Command
151
+ class BatchDeleteTableCommand extends client.Command
153
152
  .classBuilder()
154
153
  .ep(commonParams)
155
154
  .m(function (Command, cs, config, o) {
156
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
157
156
  })
158
157
  .s("AWSGlue", "BatchDeleteTable", {})
159
158
  .n("GlueClient", "BatchDeleteTableCommand")
@@ -161,11 +160,11 @@ class BatchDeleteTableCommand extends smithyClient.Command
161
160
  .build() {
162
161
  }
163
162
 
164
- class BatchDeleteTableVersionCommand extends smithyClient.Command
163
+ class BatchDeleteTableVersionCommand extends client.Command
165
164
  .classBuilder()
166
165
  .ep(commonParams)
167
166
  .m(function (Command, cs, config, o) {
168
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
169
168
  })
170
169
  .s("AWSGlue", "BatchDeleteTableVersion", {})
171
170
  .n("GlueClient", "BatchDeleteTableVersionCommand")
@@ -173,11 +172,11 @@ class BatchDeleteTableVersionCommand extends smithyClient.Command
173
172
  .build() {
174
173
  }
175
174
 
176
- class BatchGetBlueprintsCommand extends smithyClient.Command
175
+ class BatchGetBlueprintsCommand extends client.Command
177
176
  .classBuilder()
178
177
  .ep(commonParams)
179
178
  .m(function (Command, cs, config, o) {
180
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
181
180
  })
182
181
  .s("AWSGlue", "BatchGetBlueprints", {})
183
182
  .n("GlueClient", "BatchGetBlueprintsCommand")
@@ -185,11 +184,11 @@ class BatchGetBlueprintsCommand extends smithyClient.Command
185
184
  .build() {
186
185
  }
187
186
 
188
- class BatchGetCrawlersCommand extends smithyClient.Command
187
+ class BatchGetCrawlersCommand extends client.Command
189
188
  .classBuilder()
190
189
  .ep(commonParams)
191
190
  .m(function (Command, cs, config, o) {
192
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
193
192
  })
194
193
  .s("AWSGlue", "BatchGetCrawlers", {})
195
194
  .n("GlueClient", "BatchGetCrawlersCommand")
@@ -197,11 +196,11 @@ class BatchGetCrawlersCommand extends smithyClient.Command
197
196
  .build() {
198
197
  }
199
198
 
200
- class BatchGetCustomEntityTypesCommand extends smithyClient.Command
199
+ class BatchGetCustomEntityTypesCommand extends client.Command
201
200
  .classBuilder()
202
201
  .ep(commonParams)
203
202
  .m(function (Command, cs, config, o) {
204
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
205
204
  })
206
205
  .s("AWSGlue", "BatchGetCustomEntityTypes", {})
207
206
  .n("GlueClient", "BatchGetCustomEntityTypesCommand")
@@ -209,11 +208,11 @@ class BatchGetCustomEntityTypesCommand extends smithyClient.Command
209
208
  .build() {
210
209
  }
211
210
 
212
- class BatchGetDataQualityResultCommand extends smithyClient.Command
211
+ class BatchGetDataQualityResultCommand extends client.Command
213
212
  .classBuilder()
214
213
  .ep(commonParams)
215
214
  .m(function (Command, cs, config, o) {
216
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
217
216
  })
218
217
  .s("AWSGlue", "BatchGetDataQualityResult", {})
219
218
  .n("GlueClient", "BatchGetDataQualityResultCommand")
@@ -221,11 +220,11 @@ class BatchGetDataQualityResultCommand extends smithyClient.Command
221
220
  .build() {
222
221
  }
223
222
 
224
- class BatchGetDevEndpointsCommand extends smithyClient.Command
223
+ class BatchGetDevEndpointsCommand extends client.Command
225
224
  .classBuilder()
226
225
  .ep(commonParams)
227
226
  .m(function (Command, cs, config, o) {
228
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
229
228
  })
230
229
  .s("AWSGlue", "BatchGetDevEndpoints", {})
231
230
  .n("GlueClient", "BatchGetDevEndpointsCommand")
@@ -233,11 +232,11 @@ class BatchGetDevEndpointsCommand extends smithyClient.Command
233
232
  .build() {
234
233
  }
235
234
 
236
- class BatchGetJobsCommand extends smithyClient.Command
235
+ class BatchGetJobsCommand extends client.Command
237
236
  .classBuilder()
238
237
  .ep(commonParams)
239
238
  .m(function (Command, cs, config, o) {
240
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
241
240
  })
242
241
  .s("AWSGlue", "BatchGetJobs", {})
243
242
  .n("GlueClient", "BatchGetJobsCommand")
@@ -245,11 +244,11 @@ class BatchGetJobsCommand extends smithyClient.Command
245
244
  .build() {
246
245
  }
247
246
 
248
- class BatchGetPartitionCommand extends smithyClient.Command
247
+ class BatchGetPartitionCommand extends client.Command
249
248
  .classBuilder()
250
249
  .ep(commonParams)
251
250
  .m(function (Command, cs, config, o) {
252
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
253
252
  })
254
253
  .s("AWSGlue", "BatchGetPartition", {})
255
254
  .n("GlueClient", "BatchGetPartitionCommand")
@@ -257,11 +256,11 @@ class BatchGetPartitionCommand extends smithyClient.Command
257
256
  .build() {
258
257
  }
259
258
 
260
- class BatchGetTableOptimizerCommand extends smithyClient.Command
259
+ class BatchGetTableOptimizerCommand extends client.Command
261
260
  .classBuilder()
262
261
  .ep(commonParams)
263
262
  .m(function (Command, cs, config, o) {
264
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
265
264
  })
266
265
  .s("AWSGlue", "BatchGetTableOptimizer", {})
267
266
  .n("GlueClient", "BatchGetTableOptimizerCommand")
@@ -269,11 +268,11 @@ class BatchGetTableOptimizerCommand extends smithyClient.Command
269
268
  .build() {
270
269
  }
271
270
 
272
- class BatchGetTriggersCommand extends smithyClient.Command
271
+ class BatchGetTriggersCommand extends client.Command
273
272
  .classBuilder()
274
273
  .ep(commonParams)
275
274
  .m(function (Command, cs, config, o) {
276
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
277
276
  })
278
277
  .s("AWSGlue", "BatchGetTriggers", {})
279
278
  .n("GlueClient", "BatchGetTriggersCommand")
@@ -281,11 +280,11 @@ class BatchGetTriggersCommand extends smithyClient.Command
281
280
  .build() {
282
281
  }
283
282
 
284
- class BatchGetWorkflowsCommand extends smithyClient.Command
283
+ class BatchGetWorkflowsCommand extends client.Command
285
284
  .classBuilder()
286
285
  .ep(commonParams)
287
286
  .m(function (Command, cs, config, o) {
288
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
289
288
  })
290
289
  .s("AWSGlue", "BatchGetWorkflows", {})
291
290
  .n("GlueClient", "BatchGetWorkflowsCommand")
@@ -293,11 +292,11 @@ class BatchGetWorkflowsCommand extends smithyClient.Command
293
292
  .build() {
294
293
  }
295
294
 
296
- class BatchPutDataQualityStatisticAnnotationCommand extends smithyClient.Command
295
+ class BatchPutDataQualityStatisticAnnotationCommand extends client.Command
297
296
  .classBuilder()
298
297
  .ep(commonParams)
299
298
  .m(function (Command, cs, config, o) {
300
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
301
300
  })
302
301
  .s("AWSGlue", "BatchPutDataQualityStatisticAnnotation", {})
303
302
  .n("GlueClient", "BatchPutDataQualityStatisticAnnotationCommand")
@@ -305,11 +304,11 @@ class BatchPutDataQualityStatisticAnnotationCommand extends smithyClient.Command
305
304
  .build() {
306
305
  }
307
306
 
308
- class BatchStopJobRunCommand extends smithyClient.Command
307
+ class BatchStopJobRunCommand extends client.Command
309
308
  .classBuilder()
310
309
  .ep(commonParams)
311
310
  .m(function (Command, cs, config, o) {
312
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
313
312
  })
314
313
  .s("AWSGlue", "BatchStopJobRun", {})
315
314
  .n("GlueClient", "BatchStopJobRunCommand")
@@ -317,11 +316,11 @@ class BatchStopJobRunCommand extends smithyClient.Command
317
316
  .build() {
318
317
  }
319
318
 
320
- class BatchUpdatePartitionCommand extends smithyClient.Command
319
+ class BatchUpdatePartitionCommand extends client.Command
321
320
  .classBuilder()
322
321
  .ep(commonParams)
323
322
  .m(function (Command, cs, config, o) {
324
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
325
324
  })
326
325
  .s("AWSGlue", "BatchUpdatePartition", {})
327
326
  .n("GlueClient", "BatchUpdatePartitionCommand")
@@ -329,11 +328,11 @@ class BatchUpdatePartitionCommand extends smithyClient.Command
329
328
  .build() {
330
329
  }
331
330
 
332
- class CancelDataQualityRuleRecommendationRunCommand extends smithyClient.Command
331
+ class CancelDataQualityRuleRecommendationRunCommand extends client.Command
333
332
  .classBuilder()
334
333
  .ep(commonParams)
335
334
  .m(function (Command, cs, config, o) {
336
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
337
336
  })
338
337
  .s("AWSGlue", "CancelDataQualityRuleRecommendationRun", {})
339
338
  .n("GlueClient", "CancelDataQualityRuleRecommendationRunCommand")
@@ -341,11 +340,11 @@ class CancelDataQualityRuleRecommendationRunCommand extends smithyClient.Command
341
340
  .build() {
342
341
  }
343
342
 
344
- class CancelDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
343
+ class CancelDataQualityRulesetEvaluationRunCommand extends client.Command
345
344
  .classBuilder()
346
345
  .ep(commonParams)
347
346
  .m(function (Command, cs, config, o) {
348
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
349
348
  })
350
349
  .s("AWSGlue", "CancelDataQualityRulesetEvaluationRun", {})
351
350
  .n("GlueClient", "CancelDataQualityRulesetEvaluationRunCommand")
@@ -353,11 +352,11 @@ class CancelDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
353
352
  .build() {
354
353
  }
355
354
 
356
- class CancelMLTaskRunCommand extends smithyClient.Command
355
+ class CancelMLTaskRunCommand extends client.Command
357
356
  .classBuilder()
358
357
  .ep(commonParams)
359
358
  .m(function (Command, cs, config, o) {
360
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
361
360
  })
362
361
  .s("AWSGlue", "CancelMLTaskRun", {})
363
362
  .n("GlueClient", "CancelMLTaskRunCommand")
@@ -365,11 +364,11 @@ class CancelMLTaskRunCommand extends smithyClient.Command
365
364
  .build() {
366
365
  }
367
366
 
368
- class CancelStatementCommand extends smithyClient.Command
367
+ class CancelStatementCommand extends client.Command
369
368
  .classBuilder()
370
369
  .ep(commonParams)
371
370
  .m(function (Command, cs, config, o) {
372
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
373
372
  })
374
373
  .s("AWSGlue", "CancelStatement", {})
375
374
  .n("GlueClient", "CancelStatementCommand")
@@ -377,11 +376,11 @@ class CancelStatementCommand extends smithyClient.Command
377
376
  .build() {
378
377
  }
379
378
 
380
- class CheckSchemaVersionValidityCommand extends smithyClient.Command
379
+ class CheckSchemaVersionValidityCommand extends client.Command
381
380
  .classBuilder()
382
381
  .ep(commonParams)
383
382
  .m(function (Command, cs, config, o) {
384
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
385
384
  })
386
385
  .s("AWSGlue", "CheckSchemaVersionValidity", {})
387
386
  .n("GlueClient", "CheckSchemaVersionValidityCommand")
@@ -389,11 +388,11 @@ class CheckSchemaVersionValidityCommand extends smithyClient.Command
389
388
  .build() {
390
389
  }
391
390
 
392
- class CreateBlueprintCommand extends smithyClient.Command
391
+ class CreateBlueprintCommand extends client.Command
393
392
  .classBuilder()
394
393
  .ep(commonParams)
395
394
  .m(function (Command, cs, config, o) {
396
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
397
396
  })
398
397
  .s("AWSGlue", "CreateBlueprint", {})
399
398
  .n("GlueClient", "CreateBlueprintCommand")
@@ -401,11 +400,11 @@ class CreateBlueprintCommand extends smithyClient.Command
401
400
  .build() {
402
401
  }
403
402
 
404
- class CreateCatalogCommand extends smithyClient.Command
403
+ class CreateCatalogCommand extends client.Command
405
404
  .classBuilder()
406
405
  .ep(commonParams)
407
406
  .m(function (Command, cs, config, o) {
408
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
409
408
  })
410
409
  .s("AWSGlue", "CreateCatalog", {})
411
410
  .n("GlueClient", "CreateCatalogCommand")
@@ -413,11 +412,11 @@ class CreateCatalogCommand extends smithyClient.Command
413
412
  .build() {
414
413
  }
415
414
 
416
- class CreateClassifierCommand extends smithyClient.Command
415
+ class CreateClassifierCommand extends client.Command
417
416
  .classBuilder()
418
417
  .ep(commonParams)
419
418
  .m(function (Command, cs, config, o) {
420
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
421
420
  })
422
421
  .s("AWSGlue", "CreateClassifier", {})
423
422
  .n("GlueClient", "CreateClassifierCommand")
@@ -425,11 +424,11 @@ class CreateClassifierCommand extends smithyClient.Command
425
424
  .build() {
426
425
  }
427
426
 
428
- class CreateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
427
+ class CreateColumnStatisticsTaskSettingsCommand extends client.Command
429
428
  .classBuilder()
430
429
  .ep(commonParams)
431
430
  .m(function (Command, cs, config, o) {
432
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
433
432
  })
434
433
  .s("AWSGlue", "CreateColumnStatisticsTaskSettings", {})
435
434
  .n("GlueClient", "CreateColumnStatisticsTaskSettingsCommand")
@@ -437,11 +436,11 @@ class CreateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
437
436
  .build() {
438
437
  }
439
438
 
440
- class CreateConnectionCommand extends smithyClient.Command
439
+ class CreateConnectionCommand extends client.Command
441
440
  .classBuilder()
442
441
  .ep(commonParams)
443
442
  .m(function (Command, cs, config, o) {
444
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
445
444
  })
446
445
  .s("AWSGlue", "CreateConnection", {})
447
446
  .n("GlueClient", "CreateConnectionCommand")
@@ -449,11 +448,11 @@ class CreateConnectionCommand extends smithyClient.Command
449
448
  .build() {
450
449
  }
451
450
 
452
- class CreateCrawlerCommand extends smithyClient.Command
451
+ class CreateCrawlerCommand extends client.Command
453
452
  .classBuilder()
454
453
  .ep(commonParams)
455
454
  .m(function (Command, cs, config, o) {
456
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
457
456
  })
458
457
  .s("AWSGlue", "CreateCrawler", {})
459
458
  .n("GlueClient", "CreateCrawlerCommand")
@@ -461,11 +460,11 @@ class CreateCrawlerCommand extends smithyClient.Command
461
460
  .build() {
462
461
  }
463
462
 
464
- class CreateCustomEntityTypeCommand extends smithyClient.Command
463
+ class CreateCustomEntityTypeCommand extends client.Command
465
464
  .classBuilder()
466
465
  .ep(commonParams)
467
466
  .m(function (Command, cs, config, o) {
468
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
469
468
  })
470
469
  .s("AWSGlue", "CreateCustomEntityType", {})
471
470
  .n("GlueClient", "CreateCustomEntityTypeCommand")
@@ -473,11 +472,11 @@ class CreateCustomEntityTypeCommand extends smithyClient.Command
473
472
  .build() {
474
473
  }
475
474
 
476
- class CreateDatabaseCommand extends smithyClient.Command
475
+ class CreateDatabaseCommand extends client.Command
477
476
  .classBuilder()
478
477
  .ep(commonParams)
479
478
  .m(function (Command, cs, config, o) {
480
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
481
480
  })
482
481
  .s("AWSGlue", "CreateDatabase", {})
483
482
  .n("GlueClient", "CreateDatabaseCommand")
@@ -485,11 +484,11 @@ class CreateDatabaseCommand extends smithyClient.Command
485
484
  .build() {
486
485
  }
487
486
 
488
- class CreateDataQualityRulesetCommand extends smithyClient.Command
487
+ class CreateDataQualityRulesetCommand extends client.Command
489
488
  .classBuilder()
490
489
  .ep(commonParams)
491
490
  .m(function (Command, cs, config, o) {
492
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
493
492
  })
494
493
  .s("AWSGlue", "CreateDataQualityRuleset", {})
495
494
  .n("GlueClient", "CreateDataQualityRulesetCommand")
@@ -497,11 +496,11 @@ class CreateDataQualityRulesetCommand extends smithyClient.Command
497
496
  .build() {
498
497
  }
499
498
 
500
- class CreateDevEndpointCommand extends smithyClient.Command
499
+ class CreateDevEndpointCommand extends client.Command
501
500
  .classBuilder()
502
501
  .ep(commonParams)
503
502
  .m(function (Command, cs, config, o) {
504
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
505
504
  })
506
505
  .s("AWSGlue", "CreateDevEndpoint", {})
507
506
  .n("GlueClient", "CreateDevEndpointCommand")
@@ -509,11 +508,11 @@ class CreateDevEndpointCommand extends smithyClient.Command
509
508
  .build() {
510
509
  }
511
510
 
512
- class CreateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
511
+ class CreateGlueIdentityCenterConfigurationCommand extends client.Command
513
512
  .classBuilder()
514
513
  .ep(commonParams)
515
514
  .m(function (Command, cs, config, o) {
516
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
517
516
  })
518
517
  .s("AWSGlue", "CreateGlueIdentityCenterConfiguration", {})
519
518
  .n("GlueClient", "CreateGlueIdentityCenterConfigurationCommand")
@@ -521,11 +520,11 @@ class CreateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
521
520
  .build() {
522
521
  }
523
522
 
524
- class CreateIntegrationCommand extends smithyClient.Command
523
+ class CreateIntegrationCommand extends client.Command
525
524
  .classBuilder()
526
525
  .ep(commonParams)
527
526
  .m(function (Command, cs, config, o) {
528
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
529
528
  })
530
529
  .s("AWSGlue", "CreateIntegration", {})
531
530
  .n("GlueClient", "CreateIntegrationCommand")
@@ -533,11 +532,11 @@ class CreateIntegrationCommand extends smithyClient.Command
533
532
  .build() {
534
533
  }
535
534
 
536
- class CreateIntegrationResourcePropertyCommand extends smithyClient.Command
535
+ class CreateIntegrationResourcePropertyCommand extends client.Command
537
536
  .classBuilder()
538
537
  .ep(commonParams)
539
538
  .m(function (Command, cs, config, o) {
540
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
541
540
  })
542
541
  .s("AWSGlue", "CreateIntegrationResourceProperty", {})
543
542
  .n("GlueClient", "CreateIntegrationResourcePropertyCommand")
@@ -545,11 +544,11 @@ class CreateIntegrationResourcePropertyCommand extends smithyClient.Command
545
544
  .build() {
546
545
  }
547
546
 
548
- class CreateIntegrationTablePropertiesCommand extends smithyClient.Command
547
+ class CreateIntegrationTablePropertiesCommand extends client.Command
549
548
  .classBuilder()
550
549
  .ep(commonParams)
551
550
  .m(function (Command, cs, config, o) {
552
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
553
552
  })
554
553
  .s("AWSGlue", "CreateIntegrationTableProperties", {})
555
554
  .n("GlueClient", "CreateIntegrationTablePropertiesCommand")
@@ -557,11 +556,11 @@ class CreateIntegrationTablePropertiesCommand extends smithyClient.Command
557
556
  .build() {
558
557
  }
559
558
 
560
- class CreateJobCommand extends smithyClient.Command
559
+ class CreateJobCommand extends client.Command
561
560
  .classBuilder()
562
561
  .ep(commonParams)
563
562
  .m(function (Command, cs, config, o) {
564
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
565
564
  })
566
565
  .s("AWSGlue", "CreateJob", {})
567
566
  .n("GlueClient", "CreateJobCommand")
@@ -569,11 +568,11 @@ class CreateJobCommand extends smithyClient.Command
569
568
  .build() {
570
569
  }
571
570
 
572
- class CreateMLTransformCommand extends smithyClient.Command
571
+ class CreateMLTransformCommand extends client.Command
573
572
  .classBuilder()
574
573
  .ep(commonParams)
575
574
  .m(function (Command, cs, config, o) {
576
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
577
576
  })
578
577
  .s("AWSGlue", "CreateMLTransform", {})
579
578
  .n("GlueClient", "CreateMLTransformCommand")
@@ -581,11 +580,11 @@ class CreateMLTransformCommand extends smithyClient.Command
581
580
  .build() {
582
581
  }
583
582
 
584
- class CreatePartitionCommand extends smithyClient.Command
583
+ class CreatePartitionCommand extends client.Command
585
584
  .classBuilder()
586
585
  .ep(commonParams)
587
586
  .m(function (Command, cs, config, o) {
588
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
589
588
  })
590
589
  .s("AWSGlue", "CreatePartition", {})
591
590
  .n("GlueClient", "CreatePartitionCommand")
@@ -593,11 +592,11 @@ class CreatePartitionCommand extends smithyClient.Command
593
592
  .build() {
594
593
  }
595
594
 
596
- class CreatePartitionIndexCommand extends smithyClient.Command
595
+ class CreatePartitionIndexCommand extends client.Command
597
596
  .classBuilder()
598
597
  .ep(commonParams)
599
598
  .m(function (Command, cs, config, o) {
600
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
599
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
601
600
  })
602
601
  .s("AWSGlue", "CreatePartitionIndex", {})
603
602
  .n("GlueClient", "CreatePartitionIndexCommand")
@@ -605,11 +604,11 @@ class CreatePartitionIndexCommand extends smithyClient.Command
605
604
  .build() {
606
605
  }
607
606
 
608
- class CreateRegistryCommand extends smithyClient.Command
607
+ class CreateRegistryCommand extends client.Command
609
608
  .classBuilder()
610
609
  .ep(commonParams)
611
610
  .m(function (Command, cs, config, o) {
612
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
611
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
613
612
  })
614
613
  .s("AWSGlue", "CreateRegistry", {})
615
614
  .n("GlueClient", "CreateRegistryCommand")
@@ -617,11 +616,11 @@ class CreateRegistryCommand extends smithyClient.Command
617
616
  .build() {
618
617
  }
619
618
 
620
- class CreateSchemaCommand extends smithyClient.Command
619
+ class CreateSchemaCommand extends client.Command
621
620
  .classBuilder()
622
621
  .ep(commonParams)
623
622
  .m(function (Command, cs, config, o) {
624
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
623
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
625
624
  })
626
625
  .s("AWSGlue", "CreateSchema", {})
627
626
  .n("GlueClient", "CreateSchemaCommand")
@@ -629,11 +628,11 @@ class CreateSchemaCommand extends smithyClient.Command
629
628
  .build() {
630
629
  }
631
630
 
632
- class CreateScriptCommand extends smithyClient.Command
631
+ class CreateScriptCommand extends client.Command
633
632
  .classBuilder()
634
633
  .ep(commonParams)
635
634
  .m(function (Command, cs, config, o) {
636
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
635
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
637
636
  })
638
637
  .s("AWSGlue", "CreateScript", {})
639
638
  .n("GlueClient", "CreateScriptCommand")
@@ -641,11 +640,11 @@ class CreateScriptCommand extends smithyClient.Command
641
640
  .build() {
642
641
  }
643
642
 
644
- class CreateSecurityConfigurationCommand extends smithyClient.Command
643
+ class CreateSecurityConfigurationCommand extends client.Command
645
644
  .classBuilder()
646
645
  .ep(commonParams)
647
646
  .m(function (Command, cs, config, o) {
648
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
649
648
  })
650
649
  .s("AWSGlue", "CreateSecurityConfiguration", {})
651
650
  .n("GlueClient", "CreateSecurityConfigurationCommand")
@@ -653,11 +652,11 @@ class CreateSecurityConfigurationCommand extends smithyClient.Command
653
652
  .build() {
654
653
  }
655
654
 
656
- class CreateSessionCommand extends smithyClient.Command
655
+ class CreateSessionCommand extends client.Command
657
656
  .classBuilder()
658
657
  .ep(commonParams)
659
658
  .m(function (Command, cs, config, o) {
660
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
659
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
661
660
  })
662
661
  .s("AWSGlue", "CreateSession", {})
663
662
  .n("GlueClient", "CreateSessionCommand")
@@ -665,11 +664,11 @@ class CreateSessionCommand extends smithyClient.Command
665
664
  .build() {
666
665
  }
667
666
 
668
- class CreateTableCommand extends smithyClient.Command
667
+ class CreateTableCommand extends client.Command
669
668
  .classBuilder()
670
669
  .ep(commonParams)
671
670
  .m(function (Command, cs, config, o) {
672
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
671
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
673
672
  })
674
673
  .s("AWSGlue", "CreateTable", {})
675
674
  .n("GlueClient", "CreateTableCommand")
@@ -677,11 +676,11 @@ class CreateTableCommand extends smithyClient.Command
677
676
  .build() {
678
677
  }
679
678
 
680
- class CreateTableOptimizerCommand extends smithyClient.Command
679
+ class CreateTableOptimizerCommand extends client.Command
681
680
  .classBuilder()
682
681
  .ep(commonParams)
683
682
  .m(function (Command, cs, config, o) {
684
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
683
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
685
684
  })
686
685
  .s("AWSGlue", "CreateTableOptimizer", {})
687
686
  .n("GlueClient", "CreateTableOptimizerCommand")
@@ -689,11 +688,11 @@ class CreateTableOptimizerCommand extends smithyClient.Command
689
688
  .build() {
690
689
  }
691
690
 
692
- class CreateTriggerCommand extends smithyClient.Command
691
+ class CreateTriggerCommand extends client.Command
693
692
  .classBuilder()
694
693
  .ep(commonParams)
695
694
  .m(function (Command, cs, config, o) {
696
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
697
696
  })
698
697
  .s("AWSGlue", "CreateTrigger", {})
699
698
  .n("GlueClient", "CreateTriggerCommand")
@@ -701,11 +700,11 @@ class CreateTriggerCommand extends smithyClient.Command
701
700
  .build() {
702
701
  }
703
702
 
704
- class CreateUsageProfileCommand extends smithyClient.Command
703
+ class CreateUsageProfileCommand extends client.Command
705
704
  .classBuilder()
706
705
  .ep(commonParams)
707
706
  .m(function (Command, cs, config, o) {
708
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
709
708
  })
710
709
  .s("AWSGlue", "CreateUsageProfile", {})
711
710
  .n("GlueClient", "CreateUsageProfileCommand")
@@ -713,11 +712,11 @@ class CreateUsageProfileCommand extends smithyClient.Command
713
712
  .build() {
714
713
  }
715
714
 
716
- class CreateUserDefinedFunctionCommand extends smithyClient.Command
715
+ class CreateUserDefinedFunctionCommand extends client.Command
717
716
  .classBuilder()
718
717
  .ep(commonParams)
719
718
  .m(function (Command, cs, config, o) {
720
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
719
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
721
720
  })
722
721
  .s("AWSGlue", "CreateUserDefinedFunction", {})
723
722
  .n("GlueClient", "CreateUserDefinedFunctionCommand")
@@ -725,11 +724,11 @@ class CreateUserDefinedFunctionCommand extends smithyClient.Command
725
724
  .build() {
726
725
  }
727
726
 
728
- class CreateWorkflowCommand extends smithyClient.Command
727
+ class CreateWorkflowCommand extends client.Command
729
728
  .classBuilder()
730
729
  .ep(commonParams)
731
730
  .m(function (Command, cs, config, o) {
732
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
731
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
733
732
  })
734
733
  .s("AWSGlue", "CreateWorkflow", {})
735
734
  .n("GlueClient", "CreateWorkflowCommand")
@@ -737,11 +736,11 @@ class CreateWorkflowCommand extends smithyClient.Command
737
736
  .build() {
738
737
  }
739
738
 
740
- class DeleteBlueprintCommand extends smithyClient.Command
739
+ class DeleteBlueprintCommand extends client.Command
741
740
  .classBuilder()
742
741
  .ep(commonParams)
743
742
  .m(function (Command, cs, config, o) {
744
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
743
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
745
744
  })
746
745
  .s("AWSGlue", "DeleteBlueprint", {})
747
746
  .n("GlueClient", "DeleteBlueprintCommand")
@@ -749,11 +748,11 @@ class DeleteBlueprintCommand extends smithyClient.Command
749
748
  .build() {
750
749
  }
751
750
 
752
- class DeleteCatalogCommand extends smithyClient.Command
751
+ class DeleteCatalogCommand extends client.Command
753
752
  .classBuilder()
754
753
  .ep(commonParams)
755
754
  .m(function (Command, cs, config, o) {
756
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
755
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
757
756
  })
758
757
  .s("AWSGlue", "DeleteCatalog", {})
759
758
  .n("GlueClient", "DeleteCatalogCommand")
@@ -761,11 +760,11 @@ class DeleteCatalogCommand extends smithyClient.Command
761
760
  .build() {
762
761
  }
763
762
 
764
- class DeleteClassifierCommand extends smithyClient.Command
763
+ class DeleteClassifierCommand extends client.Command
765
764
  .classBuilder()
766
765
  .ep(commonParams)
767
766
  .m(function (Command, cs, config, o) {
768
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
767
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
769
768
  })
770
769
  .s("AWSGlue", "DeleteClassifier", {})
771
770
  .n("GlueClient", "DeleteClassifierCommand")
@@ -773,11 +772,11 @@ class DeleteClassifierCommand extends smithyClient.Command
773
772
  .build() {
774
773
  }
775
774
 
776
- class DeleteColumnStatisticsForPartitionCommand extends smithyClient.Command
775
+ class DeleteColumnStatisticsForPartitionCommand extends client.Command
777
776
  .classBuilder()
778
777
  .ep(commonParams)
779
778
  .m(function (Command, cs, config, o) {
780
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
781
780
  })
782
781
  .s("AWSGlue", "DeleteColumnStatisticsForPartition", {})
783
782
  .n("GlueClient", "DeleteColumnStatisticsForPartitionCommand")
@@ -785,11 +784,11 @@ class DeleteColumnStatisticsForPartitionCommand extends smithyClient.Command
785
784
  .build() {
786
785
  }
787
786
 
788
- class DeleteColumnStatisticsForTableCommand extends smithyClient.Command
787
+ class DeleteColumnStatisticsForTableCommand extends client.Command
789
788
  .classBuilder()
790
789
  .ep(commonParams)
791
790
  .m(function (Command, cs, config, o) {
792
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
793
792
  })
794
793
  .s("AWSGlue", "DeleteColumnStatisticsForTable", {})
795
794
  .n("GlueClient", "DeleteColumnStatisticsForTableCommand")
@@ -797,11 +796,11 @@ class DeleteColumnStatisticsForTableCommand extends smithyClient.Command
797
796
  .build() {
798
797
  }
799
798
 
800
- class DeleteColumnStatisticsTaskSettingsCommand extends smithyClient.Command
799
+ class DeleteColumnStatisticsTaskSettingsCommand extends client.Command
801
800
  .classBuilder()
802
801
  .ep(commonParams)
803
802
  .m(function (Command, cs, config, o) {
804
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
805
804
  })
806
805
  .s("AWSGlue", "DeleteColumnStatisticsTaskSettings", {})
807
806
  .n("GlueClient", "DeleteColumnStatisticsTaskSettingsCommand")
@@ -809,11 +808,11 @@ class DeleteColumnStatisticsTaskSettingsCommand extends smithyClient.Command
809
808
  .build() {
810
809
  }
811
810
 
812
- class DeleteConnectionCommand extends smithyClient.Command
811
+ class DeleteConnectionCommand extends client.Command
813
812
  .classBuilder()
814
813
  .ep(commonParams)
815
814
  .m(function (Command, cs, config, o) {
816
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
817
816
  })
818
817
  .s("AWSGlue", "DeleteConnection", {})
819
818
  .n("GlueClient", "DeleteConnectionCommand")
@@ -821,11 +820,11 @@ class DeleteConnectionCommand extends smithyClient.Command
821
820
  .build() {
822
821
  }
823
822
 
824
- class DeleteConnectionTypeCommand extends smithyClient.Command
823
+ class DeleteConnectionTypeCommand extends client.Command
825
824
  .classBuilder()
826
825
  .ep(commonParams)
827
826
  .m(function (Command, cs, config, o) {
828
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
827
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
829
828
  })
830
829
  .s("AWSGlue", "DeleteConnectionType", {})
831
830
  .n("GlueClient", "DeleteConnectionTypeCommand")
@@ -833,11 +832,11 @@ class DeleteConnectionTypeCommand extends smithyClient.Command
833
832
  .build() {
834
833
  }
835
834
 
836
- class DeleteCrawlerCommand extends smithyClient.Command
835
+ class DeleteCrawlerCommand extends client.Command
837
836
  .classBuilder()
838
837
  .ep(commonParams)
839
838
  .m(function (Command, cs, config, o) {
840
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
839
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
841
840
  })
842
841
  .s("AWSGlue", "DeleteCrawler", {})
843
842
  .n("GlueClient", "DeleteCrawlerCommand")
@@ -845,11 +844,11 @@ class DeleteCrawlerCommand extends smithyClient.Command
845
844
  .build() {
846
845
  }
847
846
 
848
- class DeleteCustomEntityTypeCommand extends smithyClient.Command
847
+ class DeleteCustomEntityTypeCommand extends client.Command
849
848
  .classBuilder()
850
849
  .ep(commonParams)
851
850
  .m(function (Command, cs, config, o) {
852
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
851
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
853
852
  })
854
853
  .s("AWSGlue", "DeleteCustomEntityType", {})
855
854
  .n("GlueClient", "DeleteCustomEntityTypeCommand")
@@ -857,11 +856,11 @@ class DeleteCustomEntityTypeCommand extends smithyClient.Command
857
856
  .build() {
858
857
  }
859
858
 
860
- class DeleteDatabaseCommand extends smithyClient.Command
859
+ class DeleteDatabaseCommand extends client.Command
861
860
  .classBuilder()
862
861
  .ep(commonParams)
863
862
  .m(function (Command, cs, config, o) {
864
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
863
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
865
864
  })
866
865
  .s("AWSGlue", "DeleteDatabase", {})
867
866
  .n("GlueClient", "DeleteDatabaseCommand")
@@ -869,11 +868,11 @@ class DeleteDatabaseCommand extends smithyClient.Command
869
868
  .build() {
870
869
  }
871
870
 
872
- class DeleteDataQualityRulesetCommand extends smithyClient.Command
871
+ class DeleteDataQualityRulesetCommand extends client.Command
873
872
  .classBuilder()
874
873
  .ep(commonParams)
875
874
  .m(function (Command, cs, config, o) {
876
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
875
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
877
876
  })
878
877
  .s("AWSGlue", "DeleteDataQualityRuleset", {})
879
878
  .n("GlueClient", "DeleteDataQualityRulesetCommand")
@@ -881,11 +880,11 @@ class DeleteDataQualityRulesetCommand extends smithyClient.Command
881
880
  .build() {
882
881
  }
883
882
 
884
- class DeleteDevEndpointCommand extends smithyClient.Command
883
+ class DeleteDevEndpointCommand extends client.Command
885
884
  .classBuilder()
886
885
  .ep(commonParams)
887
886
  .m(function (Command, cs, config, o) {
888
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
889
888
  })
890
889
  .s("AWSGlue", "DeleteDevEndpoint", {})
891
890
  .n("GlueClient", "DeleteDevEndpointCommand")
@@ -893,11 +892,11 @@ class DeleteDevEndpointCommand extends smithyClient.Command
893
892
  .build() {
894
893
  }
895
894
 
896
- class DeleteGlueIdentityCenterConfigurationCommand extends smithyClient.Command
895
+ class DeleteGlueIdentityCenterConfigurationCommand extends client.Command
897
896
  .classBuilder()
898
897
  .ep(commonParams)
899
898
  .m(function (Command, cs, config, o) {
900
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
899
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
901
900
  })
902
901
  .s("AWSGlue", "DeleteGlueIdentityCenterConfiguration", {})
903
902
  .n("GlueClient", "DeleteGlueIdentityCenterConfigurationCommand")
@@ -905,11 +904,11 @@ class DeleteGlueIdentityCenterConfigurationCommand extends smithyClient.Command
905
904
  .build() {
906
905
  }
907
906
 
908
- class DeleteIntegrationCommand extends smithyClient.Command
907
+ class DeleteIntegrationCommand extends client.Command
909
908
  .classBuilder()
910
909
  .ep(commonParams)
911
910
  .m(function (Command, cs, config, o) {
912
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
913
912
  })
914
913
  .s("AWSGlue", "DeleteIntegration", {})
915
914
  .n("GlueClient", "DeleteIntegrationCommand")
@@ -917,11 +916,11 @@ class DeleteIntegrationCommand extends smithyClient.Command
917
916
  .build() {
918
917
  }
919
918
 
920
- class DeleteIntegrationResourcePropertyCommand extends smithyClient.Command
919
+ class DeleteIntegrationResourcePropertyCommand extends client.Command
921
920
  .classBuilder()
922
921
  .ep(commonParams)
923
922
  .m(function (Command, cs, config, o) {
924
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
925
924
  })
926
925
  .s("AWSGlue", "DeleteIntegrationResourceProperty", {})
927
926
  .n("GlueClient", "DeleteIntegrationResourcePropertyCommand")
@@ -929,11 +928,11 @@ class DeleteIntegrationResourcePropertyCommand extends smithyClient.Command
929
928
  .build() {
930
929
  }
931
930
 
932
- class DeleteIntegrationTablePropertiesCommand extends smithyClient.Command
931
+ class DeleteIntegrationTablePropertiesCommand extends client.Command
933
932
  .classBuilder()
934
933
  .ep(commonParams)
935
934
  .m(function (Command, cs, config, o) {
936
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
937
936
  })
938
937
  .s("AWSGlue", "DeleteIntegrationTableProperties", {})
939
938
  .n("GlueClient", "DeleteIntegrationTablePropertiesCommand")
@@ -941,11 +940,11 @@ class DeleteIntegrationTablePropertiesCommand extends smithyClient.Command
941
940
  .build() {
942
941
  }
943
942
 
944
- class DeleteJobCommand extends smithyClient.Command
943
+ class DeleteJobCommand extends client.Command
945
944
  .classBuilder()
946
945
  .ep(commonParams)
947
946
  .m(function (Command, cs, config, o) {
948
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
947
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
949
948
  })
950
949
  .s("AWSGlue", "DeleteJob", {})
951
950
  .n("GlueClient", "DeleteJobCommand")
@@ -953,11 +952,11 @@ class DeleteJobCommand extends smithyClient.Command
953
952
  .build() {
954
953
  }
955
954
 
956
- class DeleteMLTransformCommand extends smithyClient.Command
955
+ class DeleteMLTransformCommand extends client.Command
957
956
  .classBuilder()
958
957
  .ep(commonParams)
959
958
  .m(function (Command, cs, config, o) {
960
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
961
960
  })
962
961
  .s("AWSGlue", "DeleteMLTransform", {})
963
962
  .n("GlueClient", "DeleteMLTransformCommand")
@@ -965,11 +964,11 @@ class DeleteMLTransformCommand extends smithyClient.Command
965
964
  .build() {
966
965
  }
967
966
 
968
- class DeletePartitionCommand extends smithyClient.Command
967
+ class DeletePartitionCommand extends client.Command
969
968
  .classBuilder()
970
969
  .ep(commonParams)
971
970
  .m(function (Command, cs, config, o) {
972
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
971
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
973
972
  })
974
973
  .s("AWSGlue", "DeletePartition", {})
975
974
  .n("GlueClient", "DeletePartitionCommand")
@@ -977,11 +976,11 @@ class DeletePartitionCommand extends smithyClient.Command
977
976
  .build() {
978
977
  }
979
978
 
980
- class DeletePartitionIndexCommand extends smithyClient.Command
979
+ class DeletePartitionIndexCommand extends client.Command
981
980
  .classBuilder()
982
981
  .ep(commonParams)
983
982
  .m(function (Command, cs, config, o) {
984
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
985
984
  })
986
985
  .s("AWSGlue", "DeletePartitionIndex", {})
987
986
  .n("GlueClient", "DeletePartitionIndexCommand")
@@ -989,11 +988,11 @@ class DeletePartitionIndexCommand extends smithyClient.Command
989
988
  .build() {
990
989
  }
991
990
 
992
- class DeleteRegistryCommand extends smithyClient.Command
991
+ class DeleteRegistryCommand extends client.Command
993
992
  .classBuilder()
994
993
  .ep(commonParams)
995
994
  .m(function (Command, cs, config, o) {
996
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
997
996
  })
998
997
  .s("AWSGlue", "DeleteRegistry", {})
999
998
  .n("GlueClient", "DeleteRegistryCommand")
@@ -1001,11 +1000,11 @@ class DeleteRegistryCommand extends smithyClient.Command
1001
1000
  .build() {
1002
1001
  }
1003
1002
 
1004
- class DeleteResourcePolicyCommand extends smithyClient.Command
1003
+ class DeleteResourcePolicyCommand extends client.Command
1005
1004
  .classBuilder()
1006
1005
  .ep(commonParams)
1007
1006
  .m(function (Command, cs, config, o) {
1008
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1009
1008
  })
1010
1009
  .s("AWSGlue", "DeleteResourcePolicy", {})
1011
1010
  .n("GlueClient", "DeleteResourcePolicyCommand")
@@ -1013,11 +1012,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
1013
1012
  .build() {
1014
1013
  }
1015
1014
 
1016
- class DeleteSchemaCommand extends smithyClient.Command
1015
+ class DeleteSchemaCommand extends client.Command
1017
1016
  .classBuilder()
1018
1017
  .ep(commonParams)
1019
1018
  .m(function (Command, cs, config, o) {
1020
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1019
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1021
1020
  })
1022
1021
  .s("AWSGlue", "DeleteSchema", {})
1023
1022
  .n("GlueClient", "DeleteSchemaCommand")
@@ -1025,11 +1024,11 @@ class DeleteSchemaCommand extends smithyClient.Command
1025
1024
  .build() {
1026
1025
  }
1027
1026
 
1028
- class DeleteSchemaVersionsCommand extends smithyClient.Command
1027
+ class DeleteSchemaVersionsCommand extends client.Command
1029
1028
  .classBuilder()
1030
1029
  .ep(commonParams)
1031
1030
  .m(function (Command, cs, config, o) {
1032
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1031
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1033
1032
  })
1034
1033
  .s("AWSGlue", "DeleteSchemaVersions", {})
1035
1034
  .n("GlueClient", "DeleteSchemaVersionsCommand")
@@ -1037,11 +1036,11 @@ class DeleteSchemaVersionsCommand extends smithyClient.Command
1037
1036
  .build() {
1038
1037
  }
1039
1038
 
1040
- class DeleteSecurityConfigurationCommand extends smithyClient.Command
1039
+ class DeleteSecurityConfigurationCommand extends client.Command
1041
1040
  .classBuilder()
1042
1041
  .ep(commonParams)
1043
1042
  .m(function (Command, cs, config, o) {
1044
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1043
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1045
1044
  })
1046
1045
  .s("AWSGlue", "DeleteSecurityConfiguration", {})
1047
1046
  .n("GlueClient", "DeleteSecurityConfigurationCommand")
@@ -1049,11 +1048,11 @@ class DeleteSecurityConfigurationCommand extends smithyClient.Command
1049
1048
  .build() {
1050
1049
  }
1051
1050
 
1052
- class DeleteSessionCommand extends smithyClient.Command
1051
+ class DeleteSessionCommand extends client.Command
1053
1052
  .classBuilder()
1054
1053
  .ep(commonParams)
1055
1054
  .m(function (Command, cs, config, o) {
1056
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1055
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1057
1056
  })
1058
1057
  .s("AWSGlue", "DeleteSession", {})
1059
1058
  .n("GlueClient", "DeleteSessionCommand")
@@ -1061,11 +1060,11 @@ class DeleteSessionCommand extends smithyClient.Command
1061
1060
  .build() {
1062
1061
  }
1063
1062
 
1064
- class DeleteTableCommand extends smithyClient.Command
1063
+ class DeleteTableCommand extends client.Command
1065
1064
  .classBuilder()
1066
1065
  .ep(commonParams)
1067
1066
  .m(function (Command, cs, config, o) {
1068
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1067
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1069
1068
  })
1070
1069
  .s("AWSGlue", "DeleteTable", {})
1071
1070
  .n("GlueClient", "DeleteTableCommand")
@@ -1073,11 +1072,11 @@ class DeleteTableCommand extends smithyClient.Command
1073
1072
  .build() {
1074
1073
  }
1075
1074
 
1076
- class DeleteTableOptimizerCommand extends smithyClient.Command
1075
+ class DeleteTableOptimizerCommand extends client.Command
1077
1076
  .classBuilder()
1078
1077
  .ep(commonParams)
1079
1078
  .m(function (Command, cs, config, o) {
1080
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1079
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1081
1080
  })
1082
1081
  .s("AWSGlue", "DeleteTableOptimizer", {})
1083
1082
  .n("GlueClient", "DeleteTableOptimizerCommand")
@@ -1085,11 +1084,11 @@ class DeleteTableOptimizerCommand extends smithyClient.Command
1085
1084
  .build() {
1086
1085
  }
1087
1086
 
1088
- class DeleteTableVersionCommand extends smithyClient.Command
1087
+ class DeleteTableVersionCommand extends client.Command
1089
1088
  .classBuilder()
1090
1089
  .ep(commonParams)
1091
1090
  .m(function (Command, cs, config, o) {
1092
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1091
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1093
1092
  })
1094
1093
  .s("AWSGlue", "DeleteTableVersion", {})
1095
1094
  .n("GlueClient", "DeleteTableVersionCommand")
@@ -1097,11 +1096,11 @@ class DeleteTableVersionCommand extends smithyClient.Command
1097
1096
  .build() {
1098
1097
  }
1099
1098
 
1100
- class DeleteTriggerCommand extends smithyClient.Command
1099
+ class DeleteTriggerCommand extends client.Command
1101
1100
  .classBuilder()
1102
1101
  .ep(commonParams)
1103
1102
  .m(function (Command, cs, config, o) {
1104
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1103
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1105
1104
  })
1106
1105
  .s("AWSGlue", "DeleteTrigger", {})
1107
1106
  .n("GlueClient", "DeleteTriggerCommand")
@@ -1109,11 +1108,11 @@ class DeleteTriggerCommand extends smithyClient.Command
1109
1108
  .build() {
1110
1109
  }
1111
1110
 
1112
- class DeleteUsageProfileCommand extends smithyClient.Command
1111
+ class DeleteUsageProfileCommand extends client.Command
1113
1112
  .classBuilder()
1114
1113
  .ep(commonParams)
1115
1114
  .m(function (Command, cs, config, o) {
1116
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1115
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1117
1116
  })
1118
1117
  .s("AWSGlue", "DeleteUsageProfile", {})
1119
1118
  .n("GlueClient", "DeleteUsageProfileCommand")
@@ -1121,11 +1120,11 @@ class DeleteUsageProfileCommand extends smithyClient.Command
1121
1120
  .build() {
1122
1121
  }
1123
1122
 
1124
- class DeleteUserDefinedFunctionCommand extends smithyClient.Command
1123
+ class DeleteUserDefinedFunctionCommand extends client.Command
1125
1124
  .classBuilder()
1126
1125
  .ep(commonParams)
1127
1126
  .m(function (Command, cs, config, o) {
1128
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1127
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1129
1128
  })
1130
1129
  .s("AWSGlue", "DeleteUserDefinedFunction", {})
1131
1130
  .n("GlueClient", "DeleteUserDefinedFunctionCommand")
@@ -1133,11 +1132,11 @@ class DeleteUserDefinedFunctionCommand extends smithyClient.Command
1133
1132
  .build() {
1134
1133
  }
1135
1134
 
1136
- class DeleteWorkflowCommand extends smithyClient.Command
1135
+ class DeleteWorkflowCommand extends client.Command
1137
1136
  .classBuilder()
1138
1137
  .ep(commonParams)
1139
1138
  .m(function (Command, cs, config, o) {
1140
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1139
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1141
1140
  })
1142
1141
  .s("AWSGlue", "DeleteWorkflow", {})
1143
1142
  .n("GlueClient", "DeleteWorkflowCommand")
@@ -1145,11 +1144,11 @@ class DeleteWorkflowCommand extends smithyClient.Command
1145
1144
  .build() {
1146
1145
  }
1147
1146
 
1148
- class DescribeConnectionTypeCommand extends smithyClient.Command
1147
+ class DescribeConnectionTypeCommand extends client.Command
1149
1148
  .classBuilder()
1150
1149
  .ep(commonParams)
1151
1150
  .m(function (Command, cs, config, o) {
1152
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1151
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1153
1152
  })
1154
1153
  .s("AWSGlue", "DescribeConnectionType", {})
1155
1154
  .n("GlueClient", "DescribeConnectionTypeCommand")
@@ -1157,11 +1156,11 @@ class DescribeConnectionTypeCommand extends smithyClient.Command
1157
1156
  .build() {
1158
1157
  }
1159
1158
 
1160
- class DescribeEntityCommand extends smithyClient.Command
1159
+ class DescribeEntityCommand extends client.Command
1161
1160
  .classBuilder()
1162
1161
  .ep(commonParams)
1163
1162
  .m(function (Command, cs, config, o) {
1164
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1163
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1165
1164
  })
1166
1165
  .s("AWSGlue", "DescribeEntity", {})
1167
1166
  .n("GlueClient", "DescribeEntityCommand")
@@ -1169,11 +1168,11 @@ class DescribeEntityCommand extends smithyClient.Command
1169
1168
  .build() {
1170
1169
  }
1171
1170
 
1172
- class DescribeInboundIntegrationsCommand extends smithyClient.Command
1171
+ class DescribeInboundIntegrationsCommand extends client.Command
1173
1172
  .classBuilder()
1174
1173
  .ep(commonParams)
1175
1174
  .m(function (Command, cs, config, o) {
1176
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1175
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1177
1176
  })
1178
1177
  .s("AWSGlue", "DescribeInboundIntegrations", {})
1179
1178
  .n("GlueClient", "DescribeInboundIntegrationsCommand")
@@ -1181,11 +1180,11 @@ class DescribeInboundIntegrationsCommand extends smithyClient.Command
1181
1180
  .build() {
1182
1181
  }
1183
1182
 
1184
- class DescribeIntegrationsCommand extends smithyClient.Command
1183
+ class DescribeIntegrationsCommand extends client.Command
1185
1184
  .classBuilder()
1186
1185
  .ep(commonParams)
1187
1186
  .m(function (Command, cs, config, o) {
1188
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1187
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1189
1188
  })
1190
1189
  .s("AWSGlue", "DescribeIntegrations", {})
1191
1190
  .n("GlueClient", "DescribeIntegrationsCommand")
@@ -1193,11 +1192,11 @@ class DescribeIntegrationsCommand extends smithyClient.Command
1193
1192
  .build() {
1194
1193
  }
1195
1194
 
1196
- class GetBlueprintCommand extends smithyClient.Command
1195
+ class GetBlueprintCommand extends client.Command
1197
1196
  .classBuilder()
1198
1197
  .ep(commonParams)
1199
1198
  .m(function (Command, cs, config, o) {
1200
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1201
1200
  })
1202
1201
  .s("AWSGlue", "GetBlueprint", {})
1203
1202
  .n("GlueClient", "GetBlueprintCommand")
@@ -1205,11 +1204,11 @@ class GetBlueprintCommand extends smithyClient.Command
1205
1204
  .build() {
1206
1205
  }
1207
1206
 
1208
- class GetBlueprintRunCommand extends smithyClient.Command
1207
+ class GetBlueprintRunCommand extends client.Command
1209
1208
  .classBuilder()
1210
1209
  .ep(commonParams)
1211
1210
  .m(function (Command, cs, config, o) {
1212
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1211
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1213
1212
  })
1214
1213
  .s("AWSGlue", "GetBlueprintRun", {})
1215
1214
  .n("GlueClient", "GetBlueprintRunCommand")
@@ -1217,11 +1216,11 @@ class GetBlueprintRunCommand extends smithyClient.Command
1217
1216
  .build() {
1218
1217
  }
1219
1218
 
1220
- class GetBlueprintRunsCommand extends smithyClient.Command
1219
+ class GetBlueprintRunsCommand extends client.Command
1221
1220
  .classBuilder()
1222
1221
  .ep(commonParams)
1223
1222
  .m(function (Command, cs, config, o) {
1224
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1223
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1225
1224
  })
1226
1225
  .s("AWSGlue", "GetBlueprintRuns", {})
1227
1226
  .n("GlueClient", "GetBlueprintRunsCommand")
@@ -1229,11 +1228,11 @@ class GetBlueprintRunsCommand extends smithyClient.Command
1229
1228
  .build() {
1230
1229
  }
1231
1230
 
1232
- class GetCatalogCommand extends smithyClient.Command
1231
+ class GetCatalogCommand extends client.Command
1233
1232
  .classBuilder()
1234
1233
  .ep(commonParams)
1235
1234
  .m(function (Command, cs, config, o) {
1236
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1235
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1237
1236
  })
1238
1237
  .s("AWSGlue", "GetCatalog", {})
1239
1238
  .n("GlueClient", "GetCatalogCommand")
@@ -1241,11 +1240,11 @@ class GetCatalogCommand extends smithyClient.Command
1241
1240
  .build() {
1242
1241
  }
1243
1242
 
1244
- class GetCatalogImportStatusCommand extends smithyClient.Command
1243
+ class GetCatalogImportStatusCommand extends client.Command
1245
1244
  .classBuilder()
1246
1245
  .ep(commonParams)
1247
1246
  .m(function (Command, cs, config, o) {
1248
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1247
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1249
1248
  })
1250
1249
  .s("AWSGlue", "GetCatalogImportStatus", {})
1251
1250
  .n("GlueClient", "GetCatalogImportStatusCommand")
@@ -1253,11 +1252,11 @@ class GetCatalogImportStatusCommand extends smithyClient.Command
1253
1252
  .build() {
1254
1253
  }
1255
1254
 
1256
- class GetCatalogsCommand extends smithyClient.Command
1255
+ class GetCatalogsCommand extends client.Command
1257
1256
  .classBuilder()
1258
1257
  .ep(commonParams)
1259
1258
  .m(function (Command, cs, config, o) {
1260
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1259
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1261
1260
  })
1262
1261
  .s("AWSGlue", "GetCatalogs", {})
1263
1262
  .n("GlueClient", "GetCatalogsCommand")
@@ -1265,11 +1264,11 @@ class GetCatalogsCommand extends smithyClient.Command
1265
1264
  .build() {
1266
1265
  }
1267
1266
 
1268
- class GetClassifierCommand extends smithyClient.Command
1267
+ class GetClassifierCommand extends client.Command
1269
1268
  .classBuilder()
1270
1269
  .ep(commonParams)
1271
1270
  .m(function (Command, cs, config, o) {
1272
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1271
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1273
1272
  })
1274
1273
  .s("AWSGlue", "GetClassifier", {})
1275
1274
  .n("GlueClient", "GetClassifierCommand")
@@ -1277,11 +1276,11 @@ class GetClassifierCommand extends smithyClient.Command
1277
1276
  .build() {
1278
1277
  }
1279
1278
 
1280
- class GetClassifiersCommand extends smithyClient.Command
1279
+ class GetClassifiersCommand extends client.Command
1281
1280
  .classBuilder()
1282
1281
  .ep(commonParams)
1283
1282
  .m(function (Command, cs, config, o) {
1284
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1283
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1285
1284
  })
1286
1285
  .s("AWSGlue", "GetClassifiers", {})
1287
1286
  .n("GlueClient", "GetClassifiersCommand")
@@ -1289,11 +1288,11 @@ class GetClassifiersCommand extends smithyClient.Command
1289
1288
  .build() {
1290
1289
  }
1291
1290
 
1292
- class GetColumnStatisticsForPartitionCommand extends smithyClient.Command
1291
+ class GetColumnStatisticsForPartitionCommand extends client.Command
1293
1292
  .classBuilder()
1294
1293
  .ep(commonParams)
1295
1294
  .m(function (Command, cs, config, o) {
1296
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1295
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1297
1296
  })
1298
1297
  .s("AWSGlue", "GetColumnStatisticsForPartition", {})
1299
1298
  .n("GlueClient", "GetColumnStatisticsForPartitionCommand")
@@ -1301,11 +1300,11 @@ class GetColumnStatisticsForPartitionCommand extends smithyClient.Command
1301
1300
  .build() {
1302
1301
  }
1303
1302
 
1304
- class GetColumnStatisticsForTableCommand extends smithyClient.Command
1303
+ class GetColumnStatisticsForTableCommand extends client.Command
1305
1304
  .classBuilder()
1306
1305
  .ep(commonParams)
1307
1306
  .m(function (Command, cs, config, o) {
1308
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1307
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1309
1308
  })
1310
1309
  .s("AWSGlue", "GetColumnStatisticsForTable", {})
1311
1310
  .n("GlueClient", "GetColumnStatisticsForTableCommand")
@@ -1313,11 +1312,11 @@ class GetColumnStatisticsForTableCommand extends smithyClient.Command
1313
1312
  .build() {
1314
1313
  }
1315
1314
 
1316
- class GetColumnStatisticsTaskRunCommand extends smithyClient.Command
1315
+ class GetColumnStatisticsTaskRunCommand extends client.Command
1317
1316
  .classBuilder()
1318
1317
  .ep(commonParams)
1319
1318
  .m(function (Command, cs, config, o) {
1320
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1319
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1321
1320
  })
1322
1321
  .s("AWSGlue", "GetColumnStatisticsTaskRun", {})
1323
1322
  .n("GlueClient", "GetColumnStatisticsTaskRunCommand")
@@ -1325,11 +1324,11 @@ class GetColumnStatisticsTaskRunCommand extends smithyClient.Command
1325
1324
  .build() {
1326
1325
  }
1327
1326
 
1328
- class GetColumnStatisticsTaskRunsCommand extends smithyClient.Command
1327
+ class GetColumnStatisticsTaskRunsCommand extends client.Command
1329
1328
  .classBuilder()
1330
1329
  .ep(commonParams)
1331
1330
  .m(function (Command, cs, config, o) {
1332
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1331
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1333
1332
  })
1334
1333
  .s("AWSGlue", "GetColumnStatisticsTaskRuns", {})
1335
1334
  .n("GlueClient", "GetColumnStatisticsTaskRunsCommand")
@@ -1337,11 +1336,11 @@ class GetColumnStatisticsTaskRunsCommand extends smithyClient.Command
1337
1336
  .build() {
1338
1337
  }
1339
1338
 
1340
- class GetColumnStatisticsTaskSettingsCommand extends smithyClient.Command
1339
+ class GetColumnStatisticsTaskSettingsCommand extends client.Command
1341
1340
  .classBuilder()
1342
1341
  .ep(commonParams)
1343
1342
  .m(function (Command, cs, config, o) {
1344
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1345
1344
  })
1346
1345
  .s("AWSGlue", "GetColumnStatisticsTaskSettings", {})
1347
1346
  .n("GlueClient", "GetColumnStatisticsTaskSettingsCommand")
@@ -1349,11 +1348,11 @@ class GetColumnStatisticsTaskSettingsCommand extends smithyClient.Command
1349
1348
  .build() {
1350
1349
  }
1351
1350
 
1352
- class GetConnectionCommand extends smithyClient.Command
1351
+ class GetConnectionCommand extends client.Command
1353
1352
  .classBuilder()
1354
1353
  .ep(commonParams)
1355
1354
  .m(function (Command, cs, config, o) {
1356
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1355
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1357
1356
  })
1358
1357
  .s("AWSGlue", "GetConnection", {})
1359
1358
  .n("GlueClient", "GetConnectionCommand")
@@ -1361,11 +1360,11 @@ class GetConnectionCommand extends smithyClient.Command
1361
1360
  .build() {
1362
1361
  }
1363
1362
 
1364
- class GetConnectionsCommand extends smithyClient.Command
1363
+ class GetConnectionsCommand extends client.Command
1365
1364
  .classBuilder()
1366
1365
  .ep(commonParams)
1367
1366
  .m(function (Command, cs, config, o) {
1368
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1367
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1369
1368
  })
1370
1369
  .s("AWSGlue", "GetConnections", {})
1371
1370
  .n("GlueClient", "GetConnectionsCommand")
@@ -1373,11 +1372,11 @@ class GetConnectionsCommand extends smithyClient.Command
1373
1372
  .build() {
1374
1373
  }
1375
1374
 
1376
- class GetCrawlerCommand extends smithyClient.Command
1375
+ class GetCrawlerCommand extends client.Command
1377
1376
  .classBuilder()
1378
1377
  .ep(commonParams)
1379
1378
  .m(function (Command, cs, config, o) {
1380
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1379
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1381
1380
  })
1382
1381
  .s("AWSGlue", "GetCrawler", {})
1383
1382
  .n("GlueClient", "GetCrawlerCommand")
@@ -1385,11 +1384,11 @@ class GetCrawlerCommand extends smithyClient.Command
1385
1384
  .build() {
1386
1385
  }
1387
1386
 
1388
- class GetCrawlerMetricsCommand extends smithyClient.Command
1387
+ class GetCrawlerMetricsCommand extends client.Command
1389
1388
  .classBuilder()
1390
1389
  .ep(commonParams)
1391
1390
  .m(function (Command, cs, config, o) {
1392
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1391
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1393
1392
  })
1394
1393
  .s("AWSGlue", "GetCrawlerMetrics", {})
1395
1394
  .n("GlueClient", "GetCrawlerMetricsCommand")
@@ -1397,11 +1396,11 @@ class GetCrawlerMetricsCommand extends smithyClient.Command
1397
1396
  .build() {
1398
1397
  }
1399
1398
 
1400
- class GetCrawlersCommand extends smithyClient.Command
1399
+ class GetCrawlersCommand extends client.Command
1401
1400
  .classBuilder()
1402
1401
  .ep(commonParams)
1403
1402
  .m(function (Command, cs, config, o) {
1404
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1403
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1405
1404
  })
1406
1405
  .s("AWSGlue", "GetCrawlers", {})
1407
1406
  .n("GlueClient", "GetCrawlersCommand")
@@ -1409,11 +1408,11 @@ class GetCrawlersCommand extends smithyClient.Command
1409
1408
  .build() {
1410
1409
  }
1411
1410
 
1412
- class GetCustomEntityTypeCommand extends smithyClient.Command
1411
+ class GetCustomEntityTypeCommand extends client.Command
1413
1412
  .classBuilder()
1414
1413
  .ep(commonParams)
1415
1414
  .m(function (Command, cs, config, o) {
1416
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1415
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1417
1416
  })
1418
1417
  .s("AWSGlue", "GetCustomEntityType", {})
1419
1418
  .n("GlueClient", "GetCustomEntityTypeCommand")
@@ -1421,11 +1420,11 @@ class GetCustomEntityTypeCommand extends smithyClient.Command
1421
1420
  .build() {
1422
1421
  }
1423
1422
 
1424
- class GetDatabaseCommand extends smithyClient.Command
1423
+ class GetDatabaseCommand extends client.Command
1425
1424
  .classBuilder()
1426
1425
  .ep(commonParams)
1427
1426
  .m(function (Command, cs, config, o) {
1428
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1427
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1429
1428
  })
1430
1429
  .s("AWSGlue", "GetDatabase", {})
1431
1430
  .n("GlueClient", "GetDatabaseCommand")
@@ -1433,11 +1432,11 @@ class GetDatabaseCommand extends smithyClient.Command
1433
1432
  .build() {
1434
1433
  }
1435
1434
 
1436
- class GetDatabasesCommand extends smithyClient.Command
1435
+ class GetDatabasesCommand extends client.Command
1437
1436
  .classBuilder()
1438
1437
  .ep(commonParams)
1439
1438
  .m(function (Command, cs, config, o) {
1440
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1439
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1441
1440
  })
1442
1441
  .s("AWSGlue", "GetDatabases", {})
1443
1442
  .n("GlueClient", "GetDatabasesCommand")
@@ -1445,11 +1444,11 @@ class GetDatabasesCommand extends smithyClient.Command
1445
1444
  .build() {
1446
1445
  }
1447
1446
 
1448
- class GetDataCatalogEncryptionSettingsCommand extends smithyClient.Command
1447
+ class GetDataCatalogEncryptionSettingsCommand extends client.Command
1449
1448
  .classBuilder()
1450
1449
  .ep(commonParams)
1451
1450
  .m(function (Command, cs, config, o) {
1452
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1451
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1453
1452
  })
1454
1453
  .s("AWSGlue", "GetDataCatalogEncryptionSettings", {})
1455
1454
  .n("GlueClient", "GetDataCatalogEncryptionSettingsCommand")
@@ -1457,11 +1456,11 @@ class GetDataCatalogEncryptionSettingsCommand extends smithyClient.Command
1457
1456
  .build() {
1458
1457
  }
1459
1458
 
1460
- class GetDataflowGraphCommand extends smithyClient.Command
1459
+ class GetDataflowGraphCommand extends client.Command
1461
1460
  .classBuilder()
1462
1461
  .ep(commonParams)
1463
1462
  .m(function (Command, cs, config, o) {
1464
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1463
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1465
1464
  })
1466
1465
  .s("AWSGlue", "GetDataflowGraph", {})
1467
1466
  .n("GlueClient", "GetDataflowGraphCommand")
@@ -1469,11 +1468,11 @@ class GetDataflowGraphCommand extends smithyClient.Command
1469
1468
  .build() {
1470
1469
  }
1471
1470
 
1472
- class GetDataQualityModelCommand extends smithyClient.Command
1471
+ class GetDataQualityModelCommand extends client.Command
1473
1472
  .classBuilder()
1474
1473
  .ep(commonParams)
1475
1474
  .m(function (Command, cs, config, o) {
1476
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1475
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1477
1476
  })
1478
1477
  .s("AWSGlue", "GetDataQualityModel", {})
1479
1478
  .n("GlueClient", "GetDataQualityModelCommand")
@@ -1481,11 +1480,11 @@ class GetDataQualityModelCommand extends smithyClient.Command
1481
1480
  .build() {
1482
1481
  }
1483
1482
 
1484
- class GetDataQualityModelResultCommand extends smithyClient.Command
1483
+ class GetDataQualityModelResultCommand extends client.Command
1485
1484
  .classBuilder()
1486
1485
  .ep(commonParams)
1487
1486
  .m(function (Command, cs, config, o) {
1488
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1487
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1489
1488
  })
1490
1489
  .s("AWSGlue", "GetDataQualityModelResult", {})
1491
1490
  .n("GlueClient", "GetDataQualityModelResultCommand")
@@ -1493,11 +1492,11 @@ class GetDataQualityModelResultCommand extends smithyClient.Command
1493
1492
  .build() {
1494
1493
  }
1495
1494
 
1496
- class GetDataQualityResultCommand extends smithyClient.Command
1495
+ class GetDataQualityResultCommand extends client.Command
1497
1496
  .classBuilder()
1498
1497
  .ep(commonParams)
1499
1498
  .m(function (Command, cs, config, o) {
1500
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1499
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1501
1500
  })
1502
1501
  .s("AWSGlue", "GetDataQualityResult", {})
1503
1502
  .n("GlueClient", "GetDataQualityResultCommand")
@@ -1505,11 +1504,11 @@ class GetDataQualityResultCommand extends smithyClient.Command
1505
1504
  .build() {
1506
1505
  }
1507
1506
 
1508
- class GetDataQualityRuleRecommendationRunCommand extends smithyClient.Command
1507
+ class GetDataQualityRuleRecommendationRunCommand extends client.Command
1509
1508
  .classBuilder()
1510
1509
  .ep(commonParams)
1511
1510
  .m(function (Command, cs, config, o) {
1512
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1511
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1513
1512
  })
1514
1513
  .s("AWSGlue", "GetDataQualityRuleRecommendationRun", {})
1515
1514
  .n("GlueClient", "GetDataQualityRuleRecommendationRunCommand")
@@ -1517,11 +1516,11 @@ class GetDataQualityRuleRecommendationRunCommand extends smithyClient.Command
1517
1516
  .build() {
1518
1517
  }
1519
1518
 
1520
- class GetDataQualityRulesetCommand extends smithyClient.Command
1519
+ class GetDataQualityRulesetCommand extends client.Command
1521
1520
  .classBuilder()
1522
1521
  .ep(commonParams)
1523
1522
  .m(function (Command, cs, config, o) {
1524
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1523
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1525
1524
  })
1526
1525
  .s("AWSGlue", "GetDataQualityRuleset", {})
1527
1526
  .n("GlueClient", "GetDataQualityRulesetCommand")
@@ -1529,11 +1528,11 @@ class GetDataQualityRulesetCommand extends smithyClient.Command
1529
1528
  .build() {
1530
1529
  }
1531
1530
 
1532
- class GetDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
1531
+ class GetDataQualityRulesetEvaluationRunCommand extends client.Command
1533
1532
  .classBuilder()
1534
1533
  .ep(commonParams)
1535
1534
  .m(function (Command, cs, config, o) {
1536
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1535
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1537
1536
  })
1538
1537
  .s("AWSGlue", "GetDataQualityRulesetEvaluationRun", {})
1539
1538
  .n("GlueClient", "GetDataQualityRulesetEvaluationRunCommand")
@@ -1541,11 +1540,11 @@ class GetDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
1541
1540
  .build() {
1542
1541
  }
1543
1542
 
1544
- class GetDevEndpointCommand extends smithyClient.Command
1543
+ class GetDevEndpointCommand extends client.Command
1545
1544
  .classBuilder()
1546
1545
  .ep(commonParams)
1547
1546
  .m(function (Command, cs, config, o) {
1548
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1547
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1549
1548
  })
1550
1549
  .s("AWSGlue", "GetDevEndpoint", {})
1551
1550
  .n("GlueClient", "GetDevEndpointCommand")
@@ -1553,11 +1552,11 @@ class GetDevEndpointCommand extends smithyClient.Command
1553
1552
  .build() {
1554
1553
  }
1555
1554
 
1556
- class GetDevEndpointsCommand extends smithyClient.Command
1555
+ class GetDevEndpointsCommand extends client.Command
1557
1556
  .classBuilder()
1558
1557
  .ep(commonParams)
1559
1558
  .m(function (Command, cs, config, o) {
1560
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1559
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1561
1560
  })
1562
1561
  .s("AWSGlue", "GetDevEndpoints", {})
1563
1562
  .n("GlueClient", "GetDevEndpointsCommand")
@@ -1565,11 +1564,11 @@ class GetDevEndpointsCommand extends smithyClient.Command
1565
1564
  .build() {
1566
1565
  }
1567
1566
 
1568
- class GetEntityRecordsCommand extends smithyClient.Command
1567
+ class GetEntityRecordsCommand extends client.Command
1569
1568
  .classBuilder()
1570
1569
  .ep(commonParams)
1571
1570
  .m(function (Command, cs, config, o) {
1572
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1571
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1573
1572
  })
1574
1573
  .s("AWSGlue", "GetEntityRecords", {})
1575
1574
  .n("GlueClient", "GetEntityRecordsCommand")
@@ -1577,11 +1576,11 @@ class GetEntityRecordsCommand extends smithyClient.Command
1577
1576
  .build() {
1578
1577
  }
1579
1578
 
1580
- class GetGlueIdentityCenterConfigurationCommand extends smithyClient.Command
1579
+ class GetGlueIdentityCenterConfigurationCommand extends client.Command
1581
1580
  .classBuilder()
1582
1581
  .ep(commonParams)
1583
1582
  .m(function (Command, cs, config, o) {
1584
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1583
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1585
1584
  })
1586
1585
  .s("AWSGlue", "GetGlueIdentityCenterConfiguration", {})
1587
1586
  .n("GlueClient", "GetGlueIdentityCenterConfigurationCommand")
@@ -1589,11 +1588,11 @@ class GetGlueIdentityCenterConfigurationCommand extends smithyClient.Command
1589
1588
  .build() {
1590
1589
  }
1591
1590
 
1592
- class GetIntegrationResourcePropertyCommand extends smithyClient.Command
1591
+ class GetIntegrationResourcePropertyCommand extends client.Command
1593
1592
  .classBuilder()
1594
1593
  .ep(commonParams)
1595
1594
  .m(function (Command, cs, config, o) {
1596
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1595
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1597
1596
  })
1598
1597
  .s("AWSGlue", "GetIntegrationResourceProperty", {})
1599
1598
  .n("GlueClient", "GetIntegrationResourcePropertyCommand")
@@ -1601,11 +1600,11 @@ class GetIntegrationResourcePropertyCommand extends smithyClient.Command
1601
1600
  .build() {
1602
1601
  }
1603
1602
 
1604
- class GetIntegrationTablePropertiesCommand extends smithyClient.Command
1603
+ class GetIntegrationTablePropertiesCommand extends client.Command
1605
1604
  .classBuilder()
1606
1605
  .ep(commonParams)
1607
1606
  .m(function (Command, cs, config, o) {
1608
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1607
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1609
1608
  })
1610
1609
  .s("AWSGlue", "GetIntegrationTableProperties", {})
1611
1610
  .n("GlueClient", "GetIntegrationTablePropertiesCommand")
@@ -1613,11 +1612,11 @@ class GetIntegrationTablePropertiesCommand extends smithyClient.Command
1613
1612
  .build() {
1614
1613
  }
1615
1614
 
1616
- class GetJobBookmarkCommand extends smithyClient.Command
1615
+ class GetJobBookmarkCommand extends client.Command
1617
1616
  .classBuilder()
1618
1617
  .ep(commonParams)
1619
1618
  .m(function (Command, cs, config, o) {
1620
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1619
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1621
1620
  })
1622
1621
  .s("AWSGlue", "GetJobBookmark", {})
1623
1622
  .n("GlueClient", "GetJobBookmarkCommand")
@@ -1625,11 +1624,11 @@ class GetJobBookmarkCommand extends smithyClient.Command
1625
1624
  .build() {
1626
1625
  }
1627
1626
 
1628
- class GetJobCommand extends smithyClient.Command
1627
+ class GetJobCommand extends client.Command
1629
1628
  .classBuilder()
1630
1629
  .ep(commonParams)
1631
1630
  .m(function (Command, cs, config, o) {
1632
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1631
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1633
1632
  })
1634
1633
  .s("AWSGlue", "GetJob", {})
1635
1634
  .n("GlueClient", "GetJobCommand")
@@ -1637,11 +1636,11 @@ class GetJobCommand extends smithyClient.Command
1637
1636
  .build() {
1638
1637
  }
1639
1638
 
1640
- class GetJobRunCommand extends smithyClient.Command
1639
+ class GetJobRunCommand extends client.Command
1641
1640
  .classBuilder()
1642
1641
  .ep(commonParams)
1643
1642
  .m(function (Command, cs, config, o) {
1644
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1643
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1645
1644
  })
1646
1645
  .s("AWSGlue", "GetJobRun", {})
1647
1646
  .n("GlueClient", "GetJobRunCommand")
@@ -1649,11 +1648,11 @@ class GetJobRunCommand extends smithyClient.Command
1649
1648
  .build() {
1650
1649
  }
1651
1650
 
1652
- class GetJobRunsCommand extends smithyClient.Command
1651
+ class GetJobRunsCommand extends client.Command
1653
1652
  .classBuilder()
1654
1653
  .ep(commonParams)
1655
1654
  .m(function (Command, cs, config, o) {
1656
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1655
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1657
1656
  })
1658
1657
  .s("AWSGlue", "GetJobRuns", {})
1659
1658
  .n("GlueClient", "GetJobRunsCommand")
@@ -1661,11 +1660,11 @@ class GetJobRunsCommand extends smithyClient.Command
1661
1660
  .build() {
1662
1661
  }
1663
1662
 
1664
- class GetJobsCommand extends smithyClient.Command
1663
+ class GetJobsCommand extends client.Command
1665
1664
  .classBuilder()
1666
1665
  .ep(commonParams)
1667
1666
  .m(function (Command, cs, config, o) {
1668
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1667
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1669
1668
  })
1670
1669
  .s("AWSGlue", "GetJobs", {})
1671
1670
  .n("GlueClient", "GetJobsCommand")
@@ -1673,11 +1672,11 @@ class GetJobsCommand extends smithyClient.Command
1673
1672
  .build() {
1674
1673
  }
1675
1674
 
1676
- class GetMappingCommand extends smithyClient.Command
1675
+ class GetMappingCommand extends client.Command
1677
1676
  .classBuilder()
1678
1677
  .ep(commonParams)
1679
1678
  .m(function (Command, cs, config, o) {
1680
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1679
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1681
1680
  })
1682
1681
  .s("AWSGlue", "GetMapping", {})
1683
1682
  .n("GlueClient", "GetMappingCommand")
@@ -1685,11 +1684,11 @@ class GetMappingCommand extends smithyClient.Command
1685
1684
  .build() {
1686
1685
  }
1687
1686
 
1688
- class GetMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
1687
+ class GetMaterializedViewRefreshTaskRunCommand extends client.Command
1689
1688
  .classBuilder()
1690
1689
  .ep(commonParams)
1691
1690
  .m(function (Command, cs, config, o) {
1692
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1691
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1693
1692
  })
1694
1693
  .s("AWSGlue", "GetMaterializedViewRefreshTaskRun", {})
1695
1694
  .n("GlueClient", "GetMaterializedViewRefreshTaskRunCommand")
@@ -1697,11 +1696,11 @@ class GetMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
1697
1696
  .build() {
1698
1697
  }
1699
1698
 
1700
- class GetMLTaskRunCommand extends smithyClient.Command
1699
+ class GetMLTaskRunCommand extends client.Command
1701
1700
  .classBuilder()
1702
1701
  .ep(commonParams)
1703
1702
  .m(function (Command, cs, config, o) {
1704
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1703
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1705
1704
  })
1706
1705
  .s("AWSGlue", "GetMLTaskRun", {})
1707
1706
  .n("GlueClient", "GetMLTaskRunCommand")
@@ -1709,11 +1708,11 @@ class GetMLTaskRunCommand extends smithyClient.Command
1709
1708
  .build() {
1710
1709
  }
1711
1710
 
1712
- class GetMLTaskRunsCommand extends smithyClient.Command
1711
+ class GetMLTaskRunsCommand extends client.Command
1713
1712
  .classBuilder()
1714
1713
  .ep(commonParams)
1715
1714
  .m(function (Command, cs, config, o) {
1716
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1715
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1717
1716
  })
1718
1717
  .s("AWSGlue", "GetMLTaskRuns", {})
1719
1718
  .n("GlueClient", "GetMLTaskRunsCommand")
@@ -1721,11 +1720,11 @@ class GetMLTaskRunsCommand extends smithyClient.Command
1721
1720
  .build() {
1722
1721
  }
1723
1722
 
1724
- class GetMLTransformCommand extends smithyClient.Command
1723
+ class GetMLTransformCommand extends client.Command
1725
1724
  .classBuilder()
1726
1725
  .ep(commonParams)
1727
1726
  .m(function (Command, cs, config, o) {
1728
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1727
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1729
1728
  })
1730
1729
  .s("AWSGlue", "GetMLTransform", {})
1731
1730
  .n("GlueClient", "GetMLTransformCommand")
@@ -1733,11 +1732,11 @@ class GetMLTransformCommand extends smithyClient.Command
1733
1732
  .build() {
1734
1733
  }
1735
1734
 
1736
- class GetMLTransformsCommand extends smithyClient.Command
1735
+ class GetMLTransformsCommand extends client.Command
1737
1736
  .classBuilder()
1738
1737
  .ep(commonParams)
1739
1738
  .m(function (Command, cs, config, o) {
1740
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1739
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1741
1740
  })
1742
1741
  .s("AWSGlue", "GetMLTransforms", {})
1743
1742
  .n("GlueClient", "GetMLTransformsCommand")
@@ -1745,11 +1744,11 @@ class GetMLTransformsCommand extends smithyClient.Command
1745
1744
  .build() {
1746
1745
  }
1747
1746
 
1748
- class GetPartitionCommand extends smithyClient.Command
1747
+ class GetPartitionCommand extends client.Command
1749
1748
  .classBuilder()
1750
1749
  .ep(commonParams)
1751
1750
  .m(function (Command, cs, config, o) {
1752
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1751
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1753
1752
  })
1754
1753
  .s("AWSGlue", "GetPartition", {})
1755
1754
  .n("GlueClient", "GetPartitionCommand")
@@ -1757,11 +1756,11 @@ class GetPartitionCommand extends smithyClient.Command
1757
1756
  .build() {
1758
1757
  }
1759
1758
 
1760
- class GetPartitionIndexesCommand extends smithyClient.Command
1759
+ class GetPartitionIndexesCommand extends client.Command
1761
1760
  .classBuilder()
1762
1761
  .ep(commonParams)
1763
1762
  .m(function (Command, cs, config, o) {
1764
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1763
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1765
1764
  })
1766
1765
  .s("AWSGlue", "GetPartitionIndexes", {})
1767
1766
  .n("GlueClient", "GetPartitionIndexesCommand")
@@ -1769,11 +1768,11 @@ class GetPartitionIndexesCommand extends smithyClient.Command
1769
1768
  .build() {
1770
1769
  }
1771
1770
 
1772
- class GetPartitionsCommand extends smithyClient.Command
1771
+ class GetPartitionsCommand extends client.Command
1773
1772
  .classBuilder()
1774
1773
  .ep(commonParams)
1775
1774
  .m(function (Command, cs, config, o) {
1776
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1775
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1777
1776
  })
1778
1777
  .s("AWSGlue", "GetPartitions", {})
1779
1778
  .n("GlueClient", "GetPartitionsCommand")
@@ -1781,11 +1780,11 @@ class GetPartitionsCommand extends smithyClient.Command
1781
1780
  .build() {
1782
1781
  }
1783
1782
 
1784
- class GetPlanCommand extends smithyClient.Command
1783
+ class GetPlanCommand extends client.Command
1785
1784
  .classBuilder()
1786
1785
  .ep(commonParams)
1787
1786
  .m(function (Command, cs, config, o) {
1788
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1787
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1789
1788
  })
1790
1789
  .s("AWSGlue", "GetPlan", {})
1791
1790
  .n("GlueClient", "GetPlanCommand")
@@ -1793,11 +1792,11 @@ class GetPlanCommand extends smithyClient.Command
1793
1792
  .build() {
1794
1793
  }
1795
1794
 
1796
- class GetRegistryCommand extends smithyClient.Command
1795
+ class GetRegistryCommand extends client.Command
1797
1796
  .classBuilder()
1798
1797
  .ep(commonParams)
1799
1798
  .m(function (Command, cs, config, o) {
1800
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1799
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1801
1800
  })
1802
1801
  .s("AWSGlue", "GetRegistry", {})
1803
1802
  .n("GlueClient", "GetRegistryCommand")
@@ -1805,11 +1804,11 @@ class GetRegistryCommand extends smithyClient.Command
1805
1804
  .build() {
1806
1805
  }
1807
1806
 
1808
- class GetResourcePoliciesCommand extends smithyClient.Command
1807
+ class GetResourcePoliciesCommand extends client.Command
1809
1808
  .classBuilder()
1810
1809
  .ep(commonParams)
1811
1810
  .m(function (Command, cs, config, o) {
1812
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1811
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1813
1812
  })
1814
1813
  .s("AWSGlue", "GetResourcePolicies", {})
1815
1814
  .n("GlueClient", "GetResourcePoliciesCommand")
@@ -1817,11 +1816,11 @@ class GetResourcePoliciesCommand extends smithyClient.Command
1817
1816
  .build() {
1818
1817
  }
1819
1818
 
1820
- class GetResourcePolicyCommand extends smithyClient.Command
1819
+ class GetResourcePolicyCommand extends client.Command
1821
1820
  .classBuilder()
1822
1821
  .ep(commonParams)
1823
1822
  .m(function (Command, cs, config, o) {
1824
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1823
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1825
1824
  })
1826
1825
  .s("AWSGlue", "GetResourcePolicy", {})
1827
1826
  .n("GlueClient", "GetResourcePolicyCommand")
@@ -1829,11 +1828,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
1829
1828
  .build() {
1830
1829
  }
1831
1830
 
1832
- class GetSchemaByDefinitionCommand extends smithyClient.Command
1831
+ class GetSchemaByDefinitionCommand extends client.Command
1833
1832
  .classBuilder()
1834
1833
  .ep(commonParams)
1835
1834
  .m(function (Command, cs, config, o) {
1836
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1835
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1837
1836
  })
1838
1837
  .s("AWSGlue", "GetSchemaByDefinition", {})
1839
1838
  .n("GlueClient", "GetSchemaByDefinitionCommand")
@@ -1841,11 +1840,11 @@ class GetSchemaByDefinitionCommand extends smithyClient.Command
1841
1840
  .build() {
1842
1841
  }
1843
1842
 
1844
- class GetSchemaCommand extends smithyClient.Command
1843
+ class GetSchemaCommand extends client.Command
1845
1844
  .classBuilder()
1846
1845
  .ep(commonParams)
1847
1846
  .m(function (Command, cs, config, o) {
1848
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1847
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1849
1848
  })
1850
1849
  .s("AWSGlue", "GetSchema", {})
1851
1850
  .n("GlueClient", "GetSchemaCommand")
@@ -1853,11 +1852,11 @@ class GetSchemaCommand extends smithyClient.Command
1853
1852
  .build() {
1854
1853
  }
1855
1854
 
1856
- class GetSchemaVersionCommand extends smithyClient.Command
1855
+ class GetSchemaVersionCommand extends client.Command
1857
1856
  .classBuilder()
1858
1857
  .ep(commonParams)
1859
1858
  .m(function (Command, cs, config, o) {
1860
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1859
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1861
1860
  })
1862
1861
  .s("AWSGlue", "GetSchemaVersion", {})
1863
1862
  .n("GlueClient", "GetSchemaVersionCommand")
@@ -1865,11 +1864,11 @@ class GetSchemaVersionCommand extends smithyClient.Command
1865
1864
  .build() {
1866
1865
  }
1867
1866
 
1868
- class GetSchemaVersionsDiffCommand extends smithyClient.Command
1867
+ class GetSchemaVersionsDiffCommand extends client.Command
1869
1868
  .classBuilder()
1870
1869
  .ep(commonParams)
1871
1870
  .m(function (Command, cs, config, o) {
1872
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1871
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1873
1872
  })
1874
1873
  .s("AWSGlue", "GetSchemaVersionsDiff", {})
1875
1874
  .n("GlueClient", "GetSchemaVersionsDiffCommand")
@@ -1877,11 +1876,11 @@ class GetSchemaVersionsDiffCommand extends smithyClient.Command
1877
1876
  .build() {
1878
1877
  }
1879
1878
 
1880
- class GetSecurityConfigurationCommand extends smithyClient.Command
1879
+ class GetSecurityConfigurationCommand extends client.Command
1881
1880
  .classBuilder()
1882
1881
  .ep(commonParams)
1883
1882
  .m(function (Command, cs, config, o) {
1884
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1883
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1885
1884
  })
1886
1885
  .s("AWSGlue", "GetSecurityConfiguration", {})
1887
1886
  .n("GlueClient", "GetSecurityConfigurationCommand")
@@ -1889,11 +1888,11 @@ class GetSecurityConfigurationCommand extends smithyClient.Command
1889
1888
  .build() {
1890
1889
  }
1891
1890
 
1892
- class GetSecurityConfigurationsCommand extends smithyClient.Command
1891
+ class GetSecurityConfigurationsCommand extends client.Command
1893
1892
  .classBuilder()
1894
1893
  .ep(commonParams)
1895
1894
  .m(function (Command, cs, config, o) {
1896
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1895
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1897
1896
  })
1898
1897
  .s("AWSGlue", "GetSecurityConfigurations", {})
1899
1898
  .n("GlueClient", "GetSecurityConfigurationsCommand")
@@ -1901,11 +1900,11 @@ class GetSecurityConfigurationsCommand extends smithyClient.Command
1901
1900
  .build() {
1902
1901
  }
1903
1902
 
1904
- class GetSessionCommand extends smithyClient.Command
1903
+ class GetSessionCommand extends client.Command
1905
1904
  .classBuilder()
1906
1905
  .ep(commonParams)
1907
1906
  .m(function (Command, cs, config, o) {
1908
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1907
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1909
1908
  })
1910
1909
  .s("AWSGlue", "GetSession", {})
1911
1910
  .n("GlueClient", "GetSessionCommand")
@@ -1913,11 +1912,11 @@ class GetSessionCommand extends smithyClient.Command
1913
1912
  .build() {
1914
1913
  }
1915
1914
 
1916
- class GetStatementCommand extends smithyClient.Command
1915
+ class GetStatementCommand extends client.Command
1917
1916
  .classBuilder()
1918
1917
  .ep(commonParams)
1919
1918
  .m(function (Command, cs, config, o) {
1920
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1919
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1921
1920
  })
1922
1921
  .s("AWSGlue", "GetStatement", {})
1923
1922
  .n("GlueClient", "GetStatementCommand")
@@ -1925,11 +1924,11 @@ class GetStatementCommand extends smithyClient.Command
1925
1924
  .build() {
1926
1925
  }
1927
1926
 
1928
- class GetTableCommand extends smithyClient.Command
1927
+ class GetTableCommand extends client.Command
1929
1928
  .classBuilder()
1930
1929
  .ep(commonParams)
1931
1930
  .m(function (Command, cs, config, o) {
1932
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1931
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1933
1932
  })
1934
1933
  .s("AWSGlue", "GetTable", {})
1935
1934
  .n("GlueClient", "GetTableCommand")
@@ -1937,11 +1936,11 @@ class GetTableCommand extends smithyClient.Command
1937
1936
  .build() {
1938
1937
  }
1939
1938
 
1940
- class GetTableOptimizerCommand extends smithyClient.Command
1939
+ class GetTableOptimizerCommand extends client.Command
1941
1940
  .classBuilder()
1942
1941
  .ep(commonParams)
1943
1942
  .m(function (Command, cs, config, o) {
1944
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1943
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1945
1944
  })
1946
1945
  .s("AWSGlue", "GetTableOptimizer", {})
1947
1946
  .n("GlueClient", "GetTableOptimizerCommand")
@@ -1949,11 +1948,11 @@ class GetTableOptimizerCommand extends smithyClient.Command
1949
1948
  .build() {
1950
1949
  }
1951
1950
 
1952
- class GetTablesCommand extends smithyClient.Command
1951
+ class GetTablesCommand extends client.Command
1953
1952
  .classBuilder()
1954
1953
  .ep(commonParams)
1955
1954
  .m(function (Command, cs, config, o) {
1956
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1955
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1957
1956
  })
1958
1957
  .s("AWSGlue", "GetTables", {})
1959
1958
  .n("GlueClient", "GetTablesCommand")
@@ -1961,11 +1960,11 @@ class GetTablesCommand extends smithyClient.Command
1961
1960
  .build() {
1962
1961
  }
1963
1962
 
1964
- class GetTableVersionCommand extends smithyClient.Command
1963
+ class GetTableVersionCommand extends client.Command
1965
1964
  .classBuilder()
1966
1965
  .ep(commonParams)
1967
1966
  .m(function (Command, cs, config, o) {
1968
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1967
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1969
1968
  })
1970
1969
  .s("AWSGlue", "GetTableVersion", {})
1971
1970
  .n("GlueClient", "GetTableVersionCommand")
@@ -1973,11 +1972,11 @@ class GetTableVersionCommand extends smithyClient.Command
1973
1972
  .build() {
1974
1973
  }
1975
1974
 
1976
- class GetTableVersionsCommand extends smithyClient.Command
1975
+ class GetTableVersionsCommand extends client.Command
1977
1976
  .classBuilder()
1978
1977
  .ep(commonParams)
1979
1978
  .m(function (Command, cs, config, o) {
1980
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1979
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1981
1980
  })
1982
1981
  .s("AWSGlue", "GetTableVersions", {})
1983
1982
  .n("GlueClient", "GetTableVersionsCommand")
@@ -1985,11 +1984,11 @@ class GetTableVersionsCommand extends smithyClient.Command
1985
1984
  .build() {
1986
1985
  }
1987
1986
 
1988
- class GetTagsCommand extends smithyClient.Command
1987
+ class GetTagsCommand extends client.Command
1989
1988
  .classBuilder()
1990
1989
  .ep(commonParams)
1991
1990
  .m(function (Command, cs, config, o) {
1992
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1991
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1993
1992
  })
1994
1993
  .s("AWSGlue", "GetTags", {})
1995
1994
  .n("GlueClient", "GetTagsCommand")
@@ -1997,11 +1996,11 @@ class GetTagsCommand extends smithyClient.Command
1997
1996
  .build() {
1998
1997
  }
1999
1998
 
2000
- class GetTriggerCommand extends smithyClient.Command
1999
+ class GetTriggerCommand extends client.Command
2001
2000
  .classBuilder()
2002
2001
  .ep(commonParams)
2003
2002
  .m(function (Command, cs, config, o) {
2004
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2003
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2005
2004
  })
2006
2005
  .s("AWSGlue", "GetTrigger", {})
2007
2006
  .n("GlueClient", "GetTriggerCommand")
@@ -2009,11 +2008,11 @@ class GetTriggerCommand extends smithyClient.Command
2009
2008
  .build() {
2010
2009
  }
2011
2010
 
2012
- class GetTriggersCommand extends smithyClient.Command
2011
+ class GetTriggersCommand extends client.Command
2013
2012
  .classBuilder()
2014
2013
  .ep(commonParams)
2015
2014
  .m(function (Command, cs, config, o) {
2016
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2015
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2017
2016
  })
2018
2017
  .s("AWSGlue", "GetTriggers", {})
2019
2018
  .n("GlueClient", "GetTriggersCommand")
@@ -2021,11 +2020,11 @@ class GetTriggersCommand extends smithyClient.Command
2021
2020
  .build() {
2022
2021
  }
2023
2022
 
2024
- class GetUnfilteredPartitionMetadataCommand extends smithyClient.Command
2023
+ class GetUnfilteredPartitionMetadataCommand extends client.Command
2025
2024
  .classBuilder()
2026
2025
  .ep(commonParams)
2027
2026
  .m(function (Command, cs, config, o) {
2028
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2027
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2029
2028
  })
2030
2029
  .s("AWSGlue", "GetUnfilteredPartitionMetadata", {})
2031
2030
  .n("GlueClient", "GetUnfilteredPartitionMetadataCommand")
@@ -2033,11 +2032,11 @@ class GetUnfilteredPartitionMetadataCommand extends smithyClient.Command
2033
2032
  .build() {
2034
2033
  }
2035
2034
 
2036
- class GetUnfilteredPartitionsMetadataCommand extends smithyClient.Command
2035
+ class GetUnfilteredPartitionsMetadataCommand extends client.Command
2037
2036
  .classBuilder()
2038
2037
  .ep(commonParams)
2039
2038
  .m(function (Command, cs, config, o) {
2040
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2039
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2041
2040
  })
2042
2041
  .s("AWSGlue", "GetUnfilteredPartitionsMetadata", {})
2043
2042
  .n("GlueClient", "GetUnfilteredPartitionsMetadataCommand")
@@ -2045,11 +2044,11 @@ class GetUnfilteredPartitionsMetadataCommand extends smithyClient.Command
2045
2044
  .build() {
2046
2045
  }
2047
2046
 
2048
- class GetUnfilteredTableMetadataCommand extends smithyClient.Command
2047
+ class GetUnfilteredTableMetadataCommand extends client.Command
2049
2048
  .classBuilder()
2050
2049
  .ep(commonParams)
2051
2050
  .m(function (Command, cs, config, o) {
2052
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2051
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
2052
  })
2054
2053
  .s("AWSGlue", "GetUnfilteredTableMetadata", {})
2055
2054
  .n("GlueClient", "GetUnfilteredTableMetadataCommand")
@@ -2057,11 +2056,11 @@ class GetUnfilteredTableMetadataCommand extends smithyClient.Command
2057
2056
  .build() {
2058
2057
  }
2059
2058
 
2060
- class GetUsageProfileCommand extends smithyClient.Command
2059
+ class GetUsageProfileCommand extends client.Command
2061
2060
  .classBuilder()
2062
2061
  .ep(commonParams)
2063
2062
  .m(function (Command, cs, config, o) {
2064
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2063
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2065
2064
  })
2066
2065
  .s("AWSGlue", "GetUsageProfile", {})
2067
2066
  .n("GlueClient", "GetUsageProfileCommand")
@@ -2069,11 +2068,11 @@ class GetUsageProfileCommand extends smithyClient.Command
2069
2068
  .build() {
2070
2069
  }
2071
2070
 
2072
- class GetUserDefinedFunctionCommand extends smithyClient.Command
2071
+ class GetUserDefinedFunctionCommand extends client.Command
2073
2072
  .classBuilder()
2074
2073
  .ep(commonParams)
2075
2074
  .m(function (Command, cs, config, o) {
2076
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2075
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2077
2076
  })
2078
2077
  .s("AWSGlue", "GetUserDefinedFunction", {})
2079
2078
  .n("GlueClient", "GetUserDefinedFunctionCommand")
@@ -2081,11 +2080,11 @@ class GetUserDefinedFunctionCommand extends smithyClient.Command
2081
2080
  .build() {
2082
2081
  }
2083
2082
 
2084
- class GetUserDefinedFunctionsCommand extends smithyClient.Command
2083
+ class GetUserDefinedFunctionsCommand extends client.Command
2085
2084
  .classBuilder()
2086
2085
  .ep(commonParams)
2087
2086
  .m(function (Command, cs, config, o) {
2088
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2087
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
2088
  })
2090
2089
  .s("AWSGlue", "GetUserDefinedFunctions", {})
2091
2090
  .n("GlueClient", "GetUserDefinedFunctionsCommand")
@@ -2093,11 +2092,11 @@ class GetUserDefinedFunctionsCommand extends smithyClient.Command
2093
2092
  .build() {
2094
2093
  }
2095
2094
 
2096
- class GetWorkflowCommand extends smithyClient.Command
2095
+ class GetWorkflowCommand extends client.Command
2097
2096
  .classBuilder()
2098
2097
  .ep(commonParams)
2099
2098
  .m(function (Command, cs, config, o) {
2100
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2099
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2101
2100
  })
2102
2101
  .s("AWSGlue", "GetWorkflow", {})
2103
2102
  .n("GlueClient", "GetWorkflowCommand")
@@ -2105,11 +2104,11 @@ class GetWorkflowCommand extends smithyClient.Command
2105
2104
  .build() {
2106
2105
  }
2107
2106
 
2108
- class GetWorkflowRunCommand extends smithyClient.Command
2107
+ class GetWorkflowRunCommand extends client.Command
2109
2108
  .classBuilder()
2110
2109
  .ep(commonParams)
2111
2110
  .m(function (Command, cs, config, o) {
2112
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2111
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2113
2112
  })
2114
2113
  .s("AWSGlue", "GetWorkflowRun", {})
2115
2114
  .n("GlueClient", "GetWorkflowRunCommand")
@@ -2117,11 +2116,11 @@ class GetWorkflowRunCommand extends smithyClient.Command
2117
2116
  .build() {
2118
2117
  }
2119
2118
 
2120
- class GetWorkflowRunPropertiesCommand extends smithyClient.Command
2119
+ class GetWorkflowRunPropertiesCommand extends client.Command
2121
2120
  .classBuilder()
2122
2121
  .ep(commonParams)
2123
2122
  .m(function (Command, cs, config, o) {
2124
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2123
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2125
2124
  })
2126
2125
  .s("AWSGlue", "GetWorkflowRunProperties", {})
2127
2126
  .n("GlueClient", "GetWorkflowRunPropertiesCommand")
@@ -2129,11 +2128,11 @@ class GetWorkflowRunPropertiesCommand extends smithyClient.Command
2129
2128
  .build() {
2130
2129
  }
2131
2130
 
2132
- class GetWorkflowRunsCommand extends smithyClient.Command
2131
+ class GetWorkflowRunsCommand extends client.Command
2133
2132
  .classBuilder()
2134
2133
  .ep(commonParams)
2135
2134
  .m(function (Command, cs, config, o) {
2136
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2135
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2137
2136
  })
2138
2137
  .s("AWSGlue", "GetWorkflowRuns", {})
2139
2138
  .n("GlueClient", "GetWorkflowRunsCommand")
@@ -2141,11 +2140,11 @@ class GetWorkflowRunsCommand extends smithyClient.Command
2141
2140
  .build() {
2142
2141
  }
2143
2142
 
2144
- class ImportCatalogToGlueCommand extends smithyClient.Command
2143
+ class ImportCatalogToGlueCommand extends client.Command
2145
2144
  .classBuilder()
2146
2145
  .ep(commonParams)
2147
2146
  .m(function (Command, cs, config, o) {
2148
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2147
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2149
2148
  })
2150
2149
  .s("AWSGlue", "ImportCatalogToGlue", {})
2151
2150
  .n("GlueClient", "ImportCatalogToGlueCommand")
@@ -2153,11 +2152,11 @@ class ImportCatalogToGlueCommand extends smithyClient.Command
2153
2152
  .build() {
2154
2153
  }
2155
2154
 
2156
- class ListBlueprintsCommand extends smithyClient.Command
2155
+ class ListBlueprintsCommand extends client.Command
2157
2156
  .classBuilder()
2158
2157
  .ep(commonParams)
2159
2158
  .m(function (Command, cs, config, o) {
2160
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2159
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
2160
  })
2162
2161
  .s("AWSGlue", "ListBlueprints", {})
2163
2162
  .n("GlueClient", "ListBlueprintsCommand")
@@ -2165,11 +2164,11 @@ class ListBlueprintsCommand extends smithyClient.Command
2165
2164
  .build() {
2166
2165
  }
2167
2166
 
2168
- class ListColumnStatisticsTaskRunsCommand extends smithyClient.Command
2167
+ class ListColumnStatisticsTaskRunsCommand extends client.Command
2169
2168
  .classBuilder()
2170
2169
  .ep(commonParams)
2171
2170
  .m(function (Command, cs, config, o) {
2172
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2171
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2173
2172
  })
2174
2173
  .s("AWSGlue", "ListColumnStatisticsTaskRuns", {})
2175
2174
  .n("GlueClient", "ListColumnStatisticsTaskRunsCommand")
@@ -2177,11 +2176,11 @@ class ListColumnStatisticsTaskRunsCommand extends smithyClient.Command
2177
2176
  .build() {
2178
2177
  }
2179
2178
 
2180
- class ListConnectionTypesCommand extends smithyClient.Command
2179
+ class ListConnectionTypesCommand extends client.Command
2181
2180
  .classBuilder()
2182
2181
  .ep(commonParams)
2183
2182
  .m(function (Command, cs, config, o) {
2184
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2183
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
2184
  })
2186
2185
  .s("AWSGlue", "ListConnectionTypes", {})
2187
2186
  .n("GlueClient", "ListConnectionTypesCommand")
@@ -2189,11 +2188,11 @@ class ListConnectionTypesCommand extends smithyClient.Command
2189
2188
  .build() {
2190
2189
  }
2191
2190
 
2192
- class ListCrawlersCommand extends smithyClient.Command
2191
+ class ListCrawlersCommand extends client.Command
2193
2192
  .classBuilder()
2194
2193
  .ep(commonParams)
2195
2194
  .m(function (Command, cs, config, o) {
2196
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2195
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
2196
  })
2198
2197
  .s("AWSGlue", "ListCrawlers", {})
2199
2198
  .n("GlueClient", "ListCrawlersCommand")
@@ -2201,11 +2200,11 @@ class ListCrawlersCommand extends smithyClient.Command
2201
2200
  .build() {
2202
2201
  }
2203
2202
 
2204
- class ListCrawlsCommand extends smithyClient.Command
2203
+ class ListCrawlsCommand extends client.Command
2205
2204
  .classBuilder()
2206
2205
  .ep(commonParams)
2207
2206
  .m(function (Command, cs, config, o) {
2208
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2207
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2209
2208
  })
2210
2209
  .s("AWSGlue", "ListCrawls", {})
2211
2210
  .n("GlueClient", "ListCrawlsCommand")
@@ -2213,11 +2212,11 @@ class ListCrawlsCommand extends smithyClient.Command
2213
2212
  .build() {
2214
2213
  }
2215
2214
 
2216
- class ListCustomEntityTypesCommand extends smithyClient.Command
2215
+ class ListCustomEntityTypesCommand extends client.Command
2217
2216
  .classBuilder()
2218
2217
  .ep(commonParams)
2219
2218
  .m(function (Command, cs, config, o) {
2220
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2219
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2221
2220
  })
2222
2221
  .s("AWSGlue", "ListCustomEntityTypes", {})
2223
2222
  .n("GlueClient", "ListCustomEntityTypesCommand")
@@ -2225,11 +2224,11 @@ class ListCustomEntityTypesCommand extends smithyClient.Command
2225
2224
  .build() {
2226
2225
  }
2227
2226
 
2228
- class ListDataQualityResultsCommand extends smithyClient.Command
2227
+ class ListDataQualityResultsCommand extends client.Command
2229
2228
  .classBuilder()
2230
2229
  .ep(commonParams)
2231
2230
  .m(function (Command, cs, config, o) {
2232
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2231
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2233
2232
  })
2234
2233
  .s("AWSGlue", "ListDataQualityResults", {})
2235
2234
  .n("GlueClient", "ListDataQualityResultsCommand")
@@ -2237,11 +2236,11 @@ class ListDataQualityResultsCommand extends smithyClient.Command
2237
2236
  .build() {
2238
2237
  }
2239
2238
 
2240
- class ListDataQualityRuleRecommendationRunsCommand extends smithyClient.Command
2239
+ class ListDataQualityRuleRecommendationRunsCommand extends client.Command
2241
2240
  .classBuilder()
2242
2241
  .ep(commonParams)
2243
2242
  .m(function (Command, cs, config, o) {
2244
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2243
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
2244
  })
2246
2245
  .s("AWSGlue", "ListDataQualityRuleRecommendationRuns", {})
2247
2246
  .n("GlueClient", "ListDataQualityRuleRecommendationRunsCommand")
@@ -2249,11 +2248,11 @@ class ListDataQualityRuleRecommendationRunsCommand extends smithyClient.Command
2249
2248
  .build() {
2250
2249
  }
2251
2250
 
2252
- class ListDataQualityRulesetEvaluationRunsCommand extends smithyClient.Command
2251
+ class ListDataQualityRulesetEvaluationRunsCommand extends client.Command
2253
2252
  .classBuilder()
2254
2253
  .ep(commonParams)
2255
2254
  .m(function (Command, cs, config, o) {
2256
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2255
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2257
2256
  })
2258
2257
  .s("AWSGlue", "ListDataQualityRulesetEvaluationRuns", {})
2259
2258
  .n("GlueClient", "ListDataQualityRulesetEvaluationRunsCommand")
@@ -2261,11 +2260,11 @@ class ListDataQualityRulesetEvaluationRunsCommand extends smithyClient.Command
2261
2260
  .build() {
2262
2261
  }
2263
2262
 
2264
- class ListDataQualityRulesetsCommand extends smithyClient.Command
2263
+ class ListDataQualityRulesetsCommand extends client.Command
2265
2264
  .classBuilder()
2266
2265
  .ep(commonParams)
2267
2266
  .m(function (Command, cs, config, o) {
2268
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2267
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2269
2268
  })
2270
2269
  .s("AWSGlue", "ListDataQualityRulesets", {})
2271
2270
  .n("GlueClient", "ListDataQualityRulesetsCommand")
@@ -2273,11 +2272,11 @@ class ListDataQualityRulesetsCommand extends smithyClient.Command
2273
2272
  .build() {
2274
2273
  }
2275
2274
 
2276
- class ListDataQualityStatisticAnnotationsCommand extends smithyClient.Command
2275
+ class ListDataQualityStatisticAnnotationsCommand extends client.Command
2277
2276
  .classBuilder()
2278
2277
  .ep(commonParams)
2279
2278
  .m(function (Command, cs, config, o) {
2280
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2279
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2281
2280
  })
2282
2281
  .s("AWSGlue", "ListDataQualityStatisticAnnotations", {})
2283
2282
  .n("GlueClient", "ListDataQualityStatisticAnnotationsCommand")
@@ -2285,11 +2284,11 @@ class ListDataQualityStatisticAnnotationsCommand extends smithyClient.Command
2285
2284
  .build() {
2286
2285
  }
2287
2286
 
2288
- class ListDataQualityStatisticsCommand extends smithyClient.Command
2287
+ class ListDataQualityStatisticsCommand extends client.Command
2289
2288
  .classBuilder()
2290
2289
  .ep(commonParams)
2291
2290
  .m(function (Command, cs, config, o) {
2292
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2291
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
2292
  })
2294
2293
  .s("AWSGlue", "ListDataQualityStatistics", {})
2295
2294
  .n("GlueClient", "ListDataQualityStatisticsCommand")
@@ -2297,11 +2296,11 @@ class ListDataQualityStatisticsCommand extends smithyClient.Command
2297
2296
  .build() {
2298
2297
  }
2299
2298
 
2300
- class ListDevEndpointsCommand extends smithyClient.Command
2299
+ class ListDevEndpointsCommand extends client.Command
2301
2300
  .classBuilder()
2302
2301
  .ep(commonParams)
2303
2302
  .m(function (Command, cs, config, o) {
2304
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2303
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2305
2304
  })
2306
2305
  .s("AWSGlue", "ListDevEndpoints", {})
2307
2306
  .n("GlueClient", "ListDevEndpointsCommand")
@@ -2309,11 +2308,11 @@ class ListDevEndpointsCommand extends smithyClient.Command
2309
2308
  .build() {
2310
2309
  }
2311
2310
 
2312
- class ListEntitiesCommand extends smithyClient.Command
2311
+ class ListEntitiesCommand extends client.Command
2313
2312
  .classBuilder()
2314
2313
  .ep(commonParams)
2315
2314
  .m(function (Command, cs, config, o) {
2316
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2315
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2317
2316
  })
2318
2317
  .s("AWSGlue", "ListEntities", {})
2319
2318
  .n("GlueClient", "ListEntitiesCommand")
@@ -2321,11 +2320,11 @@ class ListEntitiesCommand extends smithyClient.Command
2321
2320
  .build() {
2322
2321
  }
2323
2322
 
2324
- class ListIntegrationResourcePropertiesCommand extends smithyClient.Command
2323
+ class ListIntegrationResourcePropertiesCommand extends client.Command
2325
2324
  .classBuilder()
2326
2325
  .ep(commonParams)
2327
2326
  .m(function (Command, cs, config, o) {
2328
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2327
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2329
2328
  })
2330
2329
  .s("AWSGlue", "ListIntegrationResourceProperties", {})
2331
2330
  .n("GlueClient", "ListIntegrationResourcePropertiesCommand")
@@ -2333,11 +2332,11 @@ class ListIntegrationResourcePropertiesCommand extends smithyClient.Command
2333
2332
  .build() {
2334
2333
  }
2335
2334
 
2336
- class ListJobsCommand extends smithyClient.Command
2335
+ class ListJobsCommand extends client.Command
2337
2336
  .classBuilder()
2338
2337
  .ep(commonParams)
2339
2338
  .m(function (Command, cs, config, o) {
2340
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2339
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2341
2340
  })
2342
2341
  .s("AWSGlue", "ListJobs", {})
2343
2342
  .n("GlueClient", "ListJobsCommand")
@@ -2345,11 +2344,11 @@ class ListJobsCommand extends smithyClient.Command
2345
2344
  .build() {
2346
2345
  }
2347
2346
 
2348
- class ListMaterializedViewRefreshTaskRunsCommand extends smithyClient.Command
2347
+ class ListMaterializedViewRefreshTaskRunsCommand extends client.Command
2349
2348
  .classBuilder()
2350
2349
  .ep(commonParams)
2351
2350
  .m(function (Command, cs, config, o) {
2352
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2351
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2353
2352
  })
2354
2353
  .s("AWSGlue", "ListMaterializedViewRefreshTaskRuns", {})
2355
2354
  .n("GlueClient", "ListMaterializedViewRefreshTaskRunsCommand")
@@ -2357,11 +2356,11 @@ class ListMaterializedViewRefreshTaskRunsCommand extends smithyClient.Command
2357
2356
  .build() {
2358
2357
  }
2359
2358
 
2360
- class ListMLTransformsCommand extends smithyClient.Command
2359
+ class ListMLTransformsCommand extends client.Command
2361
2360
  .classBuilder()
2362
2361
  .ep(commonParams)
2363
2362
  .m(function (Command, cs, config, o) {
2364
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2363
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2365
2364
  })
2366
2365
  .s("AWSGlue", "ListMLTransforms", {})
2367
2366
  .n("GlueClient", "ListMLTransformsCommand")
@@ -2369,11 +2368,11 @@ class ListMLTransformsCommand extends smithyClient.Command
2369
2368
  .build() {
2370
2369
  }
2371
2370
 
2372
- class ListRegistriesCommand extends smithyClient.Command
2371
+ class ListRegistriesCommand extends client.Command
2373
2372
  .classBuilder()
2374
2373
  .ep(commonParams)
2375
2374
  .m(function (Command, cs, config, o) {
2376
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2375
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2377
2376
  })
2378
2377
  .s("AWSGlue", "ListRegistries", {})
2379
2378
  .n("GlueClient", "ListRegistriesCommand")
@@ -2381,11 +2380,11 @@ class ListRegistriesCommand extends smithyClient.Command
2381
2380
  .build() {
2382
2381
  }
2383
2382
 
2384
- class ListSchemasCommand extends smithyClient.Command
2383
+ class ListSchemasCommand extends client.Command
2385
2384
  .classBuilder()
2386
2385
  .ep(commonParams)
2387
2386
  .m(function (Command, cs, config, o) {
2388
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2387
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2389
2388
  })
2390
2389
  .s("AWSGlue", "ListSchemas", {})
2391
2390
  .n("GlueClient", "ListSchemasCommand")
@@ -2393,11 +2392,11 @@ class ListSchemasCommand extends smithyClient.Command
2393
2392
  .build() {
2394
2393
  }
2395
2394
 
2396
- class ListSchemaVersionsCommand extends smithyClient.Command
2395
+ class ListSchemaVersionsCommand extends client.Command
2397
2396
  .classBuilder()
2398
2397
  .ep(commonParams)
2399
2398
  .m(function (Command, cs, config, o) {
2400
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2399
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
2400
  })
2402
2401
  .s("AWSGlue", "ListSchemaVersions", {})
2403
2402
  .n("GlueClient", "ListSchemaVersionsCommand")
@@ -2405,11 +2404,11 @@ class ListSchemaVersionsCommand extends smithyClient.Command
2405
2404
  .build() {
2406
2405
  }
2407
2406
 
2408
- class ListSessionsCommand extends smithyClient.Command
2407
+ class ListSessionsCommand extends client.Command
2409
2408
  .classBuilder()
2410
2409
  .ep(commonParams)
2411
2410
  .m(function (Command, cs, config, o) {
2412
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2411
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2413
2412
  })
2414
2413
  .s("AWSGlue", "ListSessions", {})
2415
2414
  .n("GlueClient", "ListSessionsCommand")
@@ -2417,11 +2416,11 @@ class ListSessionsCommand extends smithyClient.Command
2417
2416
  .build() {
2418
2417
  }
2419
2418
 
2420
- class ListStatementsCommand extends smithyClient.Command
2419
+ class ListStatementsCommand extends client.Command
2421
2420
  .classBuilder()
2422
2421
  .ep(commonParams)
2423
2422
  .m(function (Command, cs, config, o) {
2424
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2423
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2425
2424
  })
2426
2425
  .s("AWSGlue", "ListStatements", {})
2427
2426
  .n("GlueClient", "ListStatementsCommand")
@@ -2429,11 +2428,11 @@ class ListStatementsCommand extends smithyClient.Command
2429
2428
  .build() {
2430
2429
  }
2431
2430
 
2432
- class ListTableOptimizerRunsCommand extends smithyClient.Command
2431
+ class ListTableOptimizerRunsCommand extends client.Command
2433
2432
  .classBuilder()
2434
2433
  .ep(commonParams)
2435
2434
  .m(function (Command, cs, config, o) {
2436
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2435
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2437
2436
  })
2438
2437
  .s("AWSGlue", "ListTableOptimizerRuns", {})
2439
2438
  .n("GlueClient", "ListTableOptimizerRunsCommand")
@@ -2441,11 +2440,11 @@ class ListTableOptimizerRunsCommand extends smithyClient.Command
2441
2440
  .build() {
2442
2441
  }
2443
2442
 
2444
- class ListTriggersCommand extends smithyClient.Command
2443
+ class ListTriggersCommand extends client.Command
2445
2444
  .classBuilder()
2446
2445
  .ep(commonParams)
2447
2446
  .m(function (Command, cs, config, o) {
2448
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2447
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2449
2448
  })
2450
2449
  .s("AWSGlue", "ListTriggers", {})
2451
2450
  .n("GlueClient", "ListTriggersCommand")
@@ -2453,11 +2452,11 @@ class ListTriggersCommand extends smithyClient.Command
2453
2452
  .build() {
2454
2453
  }
2455
2454
 
2456
- class ListUsageProfilesCommand extends smithyClient.Command
2455
+ class ListUsageProfilesCommand extends client.Command
2457
2456
  .classBuilder()
2458
2457
  .ep(commonParams)
2459
2458
  .m(function (Command, cs, config, o) {
2460
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2459
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2461
2460
  })
2462
2461
  .s("AWSGlue", "ListUsageProfiles", {})
2463
2462
  .n("GlueClient", "ListUsageProfilesCommand")
@@ -2465,11 +2464,11 @@ class ListUsageProfilesCommand extends smithyClient.Command
2465
2464
  .build() {
2466
2465
  }
2467
2466
 
2468
- class ListWorkflowsCommand extends smithyClient.Command
2467
+ class ListWorkflowsCommand extends client.Command
2469
2468
  .classBuilder()
2470
2469
  .ep(commonParams)
2471
2470
  .m(function (Command, cs, config, o) {
2472
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2471
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2473
2472
  })
2474
2473
  .s("AWSGlue", "ListWorkflows", {})
2475
2474
  .n("GlueClient", "ListWorkflowsCommand")
@@ -2477,11 +2476,11 @@ class ListWorkflowsCommand extends smithyClient.Command
2477
2476
  .build() {
2478
2477
  }
2479
2478
 
2480
- class ModifyIntegrationCommand extends smithyClient.Command
2479
+ class ModifyIntegrationCommand extends client.Command
2481
2480
  .classBuilder()
2482
2481
  .ep(commonParams)
2483
2482
  .m(function (Command, cs, config, o) {
2484
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2483
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2485
2484
  })
2486
2485
  .s("AWSGlue", "ModifyIntegration", {})
2487
2486
  .n("GlueClient", "ModifyIntegrationCommand")
@@ -2489,11 +2488,11 @@ class ModifyIntegrationCommand extends smithyClient.Command
2489
2488
  .build() {
2490
2489
  }
2491
2490
 
2492
- class PutDataCatalogEncryptionSettingsCommand extends smithyClient.Command
2491
+ class PutDataCatalogEncryptionSettingsCommand extends client.Command
2493
2492
  .classBuilder()
2494
2493
  .ep(commonParams)
2495
2494
  .m(function (Command, cs, config, o) {
2496
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2495
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2497
2496
  })
2498
2497
  .s("AWSGlue", "PutDataCatalogEncryptionSettings", {})
2499
2498
  .n("GlueClient", "PutDataCatalogEncryptionSettingsCommand")
@@ -2501,11 +2500,11 @@ class PutDataCatalogEncryptionSettingsCommand extends smithyClient.Command
2501
2500
  .build() {
2502
2501
  }
2503
2502
 
2504
- class PutDataQualityProfileAnnotationCommand extends smithyClient.Command
2503
+ class PutDataQualityProfileAnnotationCommand extends client.Command
2505
2504
  .classBuilder()
2506
2505
  .ep(commonParams)
2507
2506
  .m(function (Command, cs, config, o) {
2508
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2507
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2509
2508
  })
2510
2509
  .s("AWSGlue", "PutDataQualityProfileAnnotation", {})
2511
2510
  .n("GlueClient", "PutDataQualityProfileAnnotationCommand")
@@ -2513,11 +2512,11 @@ class PutDataQualityProfileAnnotationCommand extends smithyClient.Command
2513
2512
  .build() {
2514
2513
  }
2515
2514
 
2516
- class PutResourcePolicyCommand extends smithyClient.Command
2515
+ class PutResourcePolicyCommand extends client.Command
2517
2516
  .classBuilder()
2518
2517
  .ep(commonParams)
2519
2518
  .m(function (Command, cs, config, o) {
2520
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2519
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2521
2520
  })
2522
2521
  .s("AWSGlue", "PutResourcePolicy", {})
2523
2522
  .n("GlueClient", "PutResourcePolicyCommand")
@@ -2525,11 +2524,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
2525
2524
  .build() {
2526
2525
  }
2527
2526
 
2528
- class PutSchemaVersionMetadataCommand extends smithyClient.Command
2527
+ class PutSchemaVersionMetadataCommand extends client.Command
2529
2528
  .classBuilder()
2530
2529
  .ep(commonParams)
2531
2530
  .m(function (Command, cs, config, o) {
2532
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2531
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2533
2532
  })
2534
2533
  .s("AWSGlue", "PutSchemaVersionMetadata", {})
2535
2534
  .n("GlueClient", "PutSchemaVersionMetadataCommand")
@@ -2537,11 +2536,11 @@ class PutSchemaVersionMetadataCommand extends smithyClient.Command
2537
2536
  .build() {
2538
2537
  }
2539
2538
 
2540
- class PutWorkflowRunPropertiesCommand extends smithyClient.Command
2539
+ class PutWorkflowRunPropertiesCommand extends client.Command
2541
2540
  .classBuilder()
2542
2541
  .ep(commonParams)
2543
2542
  .m(function (Command, cs, config, o) {
2544
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2543
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2545
2544
  })
2546
2545
  .s("AWSGlue", "PutWorkflowRunProperties", {})
2547
2546
  .n("GlueClient", "PutWorkflowRunPropertiesCommand")
@@ -2549,11 +2548,11 @@ class PutWorkflowRunPropertiesCommand extends smithyClient.Command
2549
2548
  .build() {
2550
2549
  }
2551
2550
 
2552
- class QuerySchemaVersionMetadataCommand extends smithyClient.Command
2551
+ class QuerySchemaVersionMetadataCommand extends client.Command
2553
2552
  .classBuilder()
2554
2553
  .ep(commonParams)
2555
2554
  .m(function (Command, cs, config, o) {
2556
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2555
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2557
2556
  })
2558
2557
  .s("AWSGlue", "QuerySchemaVersionMetadata", {})
2559
2558
  .n("GlueClient", "QuerySchemaVersionMetadataCommand")
@@ -2561,11 +2560,11 @@ class QuerySchemaVersionMetadataCommand extends smithyClient.Command
2561
2560
  .build() {
2562
2561
  }
2563
2562
 
2564
- class RegisterConnectionTypeCommand extends smithyClient.Command
2563
+ class RegisterConnectionTypeCommand extends client.Command
2565
2564
  .classBuilder()
2566
2565
  .ep(commonParams)
2567
2566
  .m(function (Command, cs, config, o) {
2568
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2567
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2569
2568
  })
2570
2569
  .s("AWSGlue", "RegisterConnectionType", {})
2571
2570
  .n("GlueClient", "RegisterConnectionTypeCommand")
@@ -2573,11 +2572,11 @@ class RegisterConnectionTypeCommand extends smithyClient.Command
2573
2572
  .build() {
2574
2573
  }
2575
2574
 
2576
- class RegisterSchemaVersionCommand extends smithyClient.Command
2575
+ class RegisterSchemaVersionCommand extends client.Command
2577
2576
  .classBuilder()
2578
2577
  .ep(commonParams)
2579
2578
  .m(function (Command, cs, config, o) {
2580
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2579
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2581
2580
  })
2582
2581
  .s("AWSGlue", "RegisterSchemaVersion", {})
2583
2582
  .n("GlueClient", "RegisterSchemaVersionCommand")
@@ -2585,11 +2584,11 @@ class RegisterSchemaVersionCommand extends smithyClient.Command
2585
2584
  .build() {
2586
2585
  }
2587
2586
 
2588
- class RemoveSchemaVersionMetadataCommand extends smithyClient.Command
2587
+ class RemoveSchemaVersionMetadataCommand extends client.Command
2589
2588
  .classBuilder()
2590
2589
  .ep(commonParams)
2591
2590
  .m(function (Command, cs, config, o) {
2592
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2591
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2593
2592
  })
2594
2593
  .s("AWSGlue", "RemoveSchemaVersionMetadata", {})
2595
2594
  .n("GlueClient", "RemoveSchemaVersionMetadataCommand")
@@ -2597,11 +2596,11 @@ class RemoveSchemaVersionMetadataCommand extends smithyClient.Command
2597
2596
  .build() {
2598
2597
  }
2599
2598
 
2600
- class ResetJobBookmarkCommand extends smithyClient.Command
2599
+ class ResetJobBookmarkCommand extends client.Command
2601
2600
  .classBuilder()
2602
2601
  .ep(commonParams)
2603
2602
  .m(function (Command, cs, config, o) {
2604
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2603
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2605
2604
  })
2606
2605
  .s("AWSGlue", "ResetJobBookmark", {})
2607
2606
  .n("GlueClient", "ResetJobBookmarkCommand")
@@ -2609,11 +2608,11 @@ class ResetJobBookmarkCommand extends smithyClient.Command
2609
2608
  .build() {
2610
2609
  }
2611
2610
 
2612
- class ResumeWorkflowRunCommand extends smithyClient.Command
2611
+ class ResumeWorkflowRunCommand extends client.Command
2613
2612
  .classBuilder()
2614
2613
  .ep(commonParams)
2615
2614
  .m(function (Command, cs, config, o) {
2616
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2615
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2617
2616
  })
2618
2617
  .s("AWSGlue", "ResumeWorkflowRun", {})
2619
2618
  .n("GlueClient", "ResumeWorkflowRunCommand")
@@ -2621,11 +2620,11 @@ class ResumeWorkflowRunCommand extends smithyClient.Command
2621
2620
  .build() {
2622
2621
  }
2623
2622
 
2624
- class RunStatementCommand extends smithyClient.Command
2623
+ class RunStatementCommand extends client.Command
2625
2624
  .classBuilder()
2626
2625
  .ep(commonParams)
2627
2626
  .m(function (Command, cs, config, o) {
2628
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2627
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2629
2628
  })
2630
2629
  .s("AWSGlue", "RunStatement", {})
2631
2630
  .n("GlueClient", "RunStatementCommand")
@@ -2633,11 +2632,11 @@ class RunStatementCommand extends smithyClient.Command
2633
2632
  .build() {
2634
2633
  }
2635
2634
 
2636
- class SearchTablesCommand extends smithyClient.Command
2635
+ class SearchTablesCommand extends client.Command
2637
2636
  .classBuilder()
2638
2637
  .ep(commonParams)
2639
2638
  .m(function (Command, cs, config, o) {
2640
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2639
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2641
2640
  })
2642
2641
  .s("AWSGlue", "SearchTables", {})
2643
2642
  .n("GlueClient", "SearchTablesCommand")
@@ -2645,11 +2644,11 @@ class SearchTablesCommand extends smithyClient.Command
2645
2644
  .build() {
2646
2645
  }
2647
2646
 
2648
- class StartBlueprintRunCommand extends smithyClient.Command
2647
+ class StartBlueprintRunCommand extends client.Command
2649
2648
  .classBuilder()
2650
2649
  .ep(commonParams)
2651
2650
  .m(function (Command, cs, config, o) {
2652
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2651
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2653
2652
  })
2654
2653
  .s("AWSGlue", "StartBlueprintRun", {})
2655
2654
  .n("GlueClient", "StartBlueprintRunCommand")
@@ -2657,11 +2656,11 @@ class StartBlueprintRunCommand extends smithyClient.Command
2657
2656
  .build() {
2658
2657
  }
2659
2658
 
2660
- class StartColumnStatisticsTaskRunCommand extends smithyClient.Command
2659
+ class StartColumnStatisticsTaskRunCommand extends client.Command
2661
2660
  .classBuilder()
2662
2661
  .ep(commonParams)
2663
2662
  .m(function (Command, cs, config, o) {
2664
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2663
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2665
2664
  })
2666
2665
  .s("AWSGlue", "StartColumnStatisticsTaskRun", {})
2667
2666
  .n("GlueClient", "StartColumnStatisticsTaskRunCommand")
@@ -2669,11 +2668,11 @@ class StartColumnStatisticsTaskRunCommand extends smithyClient.Command
2669
2668
  .build() {
2670
2669
  }
2671
2670
 
2672
- class StartColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2671
+ class StartColumnStatisticsTaskRunScheduleCommand extends client.Command
2673
2672
  .classBuilder()
2674
2673
  .ep(commonParams)
2675
2674
  .m(function (Command, cs, config, o) {
2676
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2675
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2677
2676
  })
2678
2677
  .s("AWSGlue", "StartColumnStatisticsTaskRunSchedule", {})
2679
2678
  .n("GlueClient", "StartColumnStatisticsTaskRunScheduleCommand")
@@ -2681,11 +2680,11 @@ class StartColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2681
2680
  .build() {
2682
2681
  }
2683
2682
 
2684
- class StartCrawlerCommand extends smithyClient.Command
2683
+ class StartCrawlerCommand extends client.Command
2685
2684
  .classBuilder()
2686
2685
  .ep(commonParams)
2687
2686
  .m(function (Command, cs, config, o) {
2688
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2687
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2689
2688
  })
2690
2689
  .s("AWSGlue", "StartCrawler", {})
2691
2690
  .n("GlueClient", "StartCrawlerCommand")
@@ -2693,11 +2692,11 @@ class StartCrawlerCommand extends smithyClient.Command
2693
2692
  .build() {
2694
2693
  }
2695
2694
 
2696
- class StartCrawlerScheduleCommand extends smithyClient.Command
2695
+ class StartCrawlerScheduleCommand extends client.Command
2697
2696
  .classBuilder()
2698
2697
  .ep(commonParams)
2699
2698
  .m(function (Command, cs, config, o) {
2700
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2699
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2701
2700
  })
2702
2701
  .s("AWSGlue", "StartCrawlerSchedule", {})
2703
2702
  .n("GlueClient", "StartCrawlerScheduleCommand")
@@ -2705,11 +2704,11 @@ class StartCrawlerScheduleCommand extends smithyClient.Command
2705
2704
  .build() {
2706
2705
  }
2707
2706
 
2708
- class StartDataQualityRuleRecommendationRunCommand extends smithyClient.Command
2707
+ class StartDataQualityRuleRecommendationRunCommand extends client.Command
2709
2708
  .classBuilder()
2710
2709
  .ep(commonParams)
2711
2710
  .m(function (Command, cs, config, o) {
2712
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2711
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2713
2712
  })
2714
2713
  .s("AWSGlue", "StartDataQualityRuleRecommendationRun", {})
2715
2714
  .n("GlueClient", "StartDataQualityRuleRecommendationRunCommand")
@@ -2717,11 +2716,11 @@ class StartDataQualityRuleRecommendationRunCommand extends smithyClient.Command
2717
2716
  .build() {
2718
2717
  }
2719
2718
 
2720
- class StartDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
2719
+ class StartDataQualityRulesetEvaluationRunCommand extends client.Command
2721
2720
  .classBuilder()
2722
2721
  .ep(commonParams)
2723
2722
  .m(function (Command, cs, config, o) {
2724
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2723
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2725
2724
  })
2726
2725
  .s("AWSGlue", "StartDataQualityRulesetEvaluationRun", {})
2727
2726
  .n("GlueClient", "StartDataQualityRulesetEvaluationRunCommand")
@@ -2729,11 +2728,11 @@ class StartDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
2729
2728
  .build() {
2730
2729
  }
2731
2730
 
2732
- class StartExportLabelsTaskRunCommand extends smithyClient.Command
2731
+ class StartExportLabelsTaskRunCommand extends client.Command
2733
2732
  .classBuilder()
2734
2733
  .ep(commonParams)
2735
2734
  .m(function (Command, cs, config, o) {
2736
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2735
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2737
2736
  })
2738
2737
  .s("AWSGlue", "StartExportLabelsTaskRun", {})
2739
2738
  .n("GlueClient", "StartExportLabelsTaskRunCommand")
@@ -2741,11 +2740,11 @@ class StartExportLabelsTaskRunCommand extends smithyClient.Command
2741
2740
  .build() {
2742
2741
  }
2743
2742
 
2744
- class StartImportLabelsTaskRunCommand extends smithyClient.Command
2743
+ class StartImportLabelsTaskRunCommand extends client.Command
2745
2744
  .classBuilder()
2746
2745
  .ep(commonParams)
2747
2746
  .m(function (Command, cs, config, o) {
2748
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2747
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2749
2748
  })
2750
2749
  .s("AWSGlue", "StartImportLabelsTaskRun", {})
2751
2750
  .n("GlueClient", "StartImportLabelsTaskRunCommand")
@@ -2753,11 +2752,11 @@ class StartImportLabelsTaskRunCommand extends smithyClient.Command
2753
2752
  .build() {
2754
2753
  }
2755
2754
 
2756
- class StartJobRunCommand extends smithyClient.Command
2755
+ class StartJobRunCommand extends client.Command
2757
2756
  .classBuilder()
2758
2757
  .ep(commonParams)
2759
2758
  .m(function (Command, cs, config, o) {
2760
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2759
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2761
2760
  })
2762
2761
  .s("AWSGlue", "StartJobRun", {})
2763
2762
  .n("GlueClient", "StartJobRunCommand")
@@ -2765,11 +2764,11 @@ class StartJobRunCommand extends smithyClient.Command
2765
2764
  .build() {
2766
2765
  }
2767
2766
 
2768
- class StartMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2767
+ class StartMaterializedViewRefreshTaskRunCommand extends client.Command
2769
2768
  .classBuilder()
2770
2769
  .ep(commonParams)
2771
2770
  .m(function (Command, cs, config, o) {
2772
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2771
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2773
2772
  })
2774
2773
  .s("AWSGlue", "StartMaterializedViewRefreshTaskRun", {})
2775
2774
  .n("GlueClient", "StartMaterializedViewRefreshTaskRunCommand")
@@ -2777,11 +2776,11 @@ class StartMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2777
2776
  .build() {
2778
2777
  }
2779
2778
 
2780
- class StartMLEvaluationTaskRunCommand extends smithyClient.Command
2779
+ class StartMLEvaluationTaskRunCommand extends client.Command
2781
2780
  .classBuilder()
2782
2781
  .ep(commonParams)
2783
2782
  .m(function (Command, cs, config, o) {
2784
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2783
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2785
2784
  })
2786
2785
  .s("AWSGlue", "StartMLEvaluationTaskRun", {})
2787
2786
  .n("GlueClient", "StartMLEvaluationTaskRunCommand")
@@ -2789,11 +2788,11 @@ class StartMLEvaluationTaskRunCommand extends smithyClient.Command
2789
2788
  .build() {
2790
2789
  }
2791
2790
 
2792
- class StartMLLabelingSetGenerationTaskRunCommand extends smithyClient.Command
2791
+ class StartMLLabelingSetGenerationTaskRunCommand extends client.Command
2793
2792
  .classBuilder()
2794
2793
  .ep(commonParams)
2795
2794
  .m(function (Command, cs, config, o) {
2796
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2795
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2797
2796
  })
2798
2797
  .s("AWSGlue", "StartMLLabelingSetGenerationTaskRun", {})
2799
2798
  .n("GlueClient", "StartMLLabelingSetGenerationTaskRunCommand")
@@ -2801,11 +2800,11 @@ class StartMLLabelingSetGenerationTaskRunCommand extends smithyClient.Command
2801
2800
  .build() {
2802
2801
  }
2803
2802
 
2804
- class StartTriggerCommand extends smithyClient.Command
2803
+ class StartTriggerCommand extends client.Command
2805
2804
  .classBuilder()
2806
2805
  .ep(commonParams)
2807
2806
  .m(function (Command, cs, config, o) {
2808
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2807
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2809
2808
  })
2810
2809
  .s("AWSGlue", "StartTrigger", {})
2811
2810
  .n("GlueClient", "StartTriggerCommand")
@@ -2813,11 +2812,11 @@ class StartTriggerCommand extends smithyClient.Command
2813
2812
  .build() {
2814
2813
  }
2815
2814
 
2816
- class StartWorkflowRunCommand extends smithyClient.Command
2815
+ class StartWorkflowRunCommand extends client.Command
2817
2816
  .classBuilder()
2818
2817
  .ep(commonParams)
2819
2818
  .m(function (Command, cs, config, o) {
2820
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2819
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2821
2820
  })
2822
2821
  .s("AWSGlue", "StartWorkflowRun", {})
2823
2822
  .n("GlueClient", "StartWorkflowRunCommand")
@@ -2825,11 +2824,11 @@ class StartWorkflowRunCommand extends smithyClient.Command
2825
2824
  .build() {
2826
2825
  }
2827
2826
 
2828
- class StopColumnStatisticsTaskRunCommand extends smithyClient.Command
2827
+ class StopColumnStatisticsTaskRunCommand extends client.Command
2829
2828
  .classBuilder()
2830
2829
  .ep(commonParams)
2831
2830
  .m(function (Command, cs, config, o) {
2832
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2831
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2833
2832
  })
2834
2833
  .s("AWSGlue", "StopColumnStatisticsTaskRun", {})
2835
2834
  .n("GlueClient", "StopColumnStatisticsTaskRunCommand")
@@ -2837,11 +2836,11 @@ class StopColumnStatisticsTaskRunCommand extends smithyClient.Command
2837
2836
  .build() {
2838
2837
  }
2839
2838
 
2840
- class StopColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2839
+ class StopColumnStatisticsTaskRunScheduleCommand extends client.Command
2841
2840
  .classBuilder()
2842
2841
  .ep(commonParams)
2843
2842
  .m(function (Command, cs, config, o) {
2844
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2843
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2845
2844
  })
2846
2845
  .s("AWSGlue", "StopColumnStatisticsTaskRunSchedule", {})
2847
2846
  .n("GlueClient", "StopColumnStatisticsTaskRunScheduleCommand")
@@ -2849,11 +2848,11 @@ class StopColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2849
2848
  .build() {
2850
2849
  }
2851
2850
 
2852
- class StopCrawlerCommand extends smithyClient.Command
2851
+ class StopCrawlerCommand extends client.Command
2853
2852
  .classBuilder()
2854
2853
  .ep(commonParams)
2855
2854
  .m(function (Command, cs, config, o) {
2856
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2855
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2857
2856
  })
2858
2857
  .s("AWSGlue", "StopCrawler", {})
2859
2858
  .n("GlueClient", "StopCrawlerCommand")
@@ -2861,11 +2860,11 @@ class StopCrawlerCommand extends smithyClient.Command
2861
2860
  .build() {
2862
2861
  }
2863
2862
 
2864
- class StopCrawlerScheduleCommand extends smithyClient.Command
2863
+ class StopCrawlerScheduleCommand extends client.Command
2865
2864
  .classBuilder()
2866
2865
  .ep(commonParams)
2867
2866
  .m(function (Command, cs, config, o) {
2868
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2867
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2869
2868
  })
2870
2869
  .s("AWSGlue", "StopCrawlerSchedule", {})
2871
2870
  .n("GlueClient", "StopCrawlerScheduleCommand")
@@ -2873,11 +2872,11 @@ class StopCrawlerScheduleCommand extends smithyClient.Command
2873
2872
  .build() {
2874
2873
  }
2875
2874
 
2876
- class StopMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2875
+ class StopMaterializedViewRefreshTaskRunCommand extends client.Command
2877
2876
  .classBuilder()
2878
2877
  .ep(commonParams)
2879
2878
  .m(function (Command, cs, config, o) {
2880
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2879
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2881
2880
  })
2882
2881
  .s("AWSGlue", "StopMaterializedViewRefreshTaskRun", {})
2883
2882
  .n("GlueClient", "StopMaterializedViewRefreshTaskRunCommand")
@@ -2885,11 +2884,11 @@ class StopMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2885
2884
  .build() {
2886
2885
  }
2887
2886
 
2888
- class StopSessionCommand extends smithyClient.Command
2887
+ class StopSessionCommand extends client.Command
2889
2888
  .classBuilder()
2890
2889
  .ep(commonParams)
2891
2890
  .m(function (Command, cs, config, o) {
2892
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2891
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2893
2892
  })
2894
2893
  .s("AWSGlue", "StopSession", {})
2895
2894
  .n("GlueClient", "StopSessionCommand")
@@ -2897,11 +2896,11 @@ class StopSessionCommand extends smithyClient.Command
2897
2896
  .build() {
2898
2897
  }
2899
2898
 
2900
- class StopTriggerCommand extends smithyClient.Command
2899
+ class StopTriggerCommand extends client.Command
2901
2900
  .classBuilder()
2902
2901
  .ep(commonParams)
2903
2902
  .m(function (Command, cs, config, o) {
2904
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2903
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2905
2904
  })
2906
2905
  .s("AWSGlue", "StopTrigger", {})
2907
2906
  .n("GlueClient", "StopTriggerCommand")
@@ -2909,11 +2908,11 @@ class StopTriggerCommand extends smithyClient.Command
2909
2908
  .build() {
2910
2909
  }
2911
2910
 
2912
- class StopWorkflowRunCommand extends smithyClient.Command
2911
+ class StopWorkflowRunCommand extends client.Command
2913
2912
  .classBuilder()
2914
2913
  .ep(commonParams)
2915
2914
  .m(function (Command, cs, config, o) {
2916
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2915
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2917
2916
  })
2918
2917
  .s("AWSGlue", "StopWorkflowRun", {})
2919
2918
  .n("GlueClient", "StopWorkflowRunCommand")
@@ -2921,11 +2920,11 @@ class StopWorkflowRunCommand extends smithyClient.Command
2921
2920
  .build() {
2922
2921
  }
2923
2922
 
2924
- class TagResourceCommand extends smithyClient.Command
2923
+ class TagResourceCommand extends client.Command
2925
2924
  .classBuilder()
2926
2925
  .ep(commonParams)
2927
2926
  .m(function (Command, cs, config, o) {
2928
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2927
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2929
2928
  })
2930
2929
  .s("AWSGlue", "TagResource", {})
2931
2930
  .n("GlueClient", "TagResourceCommand")
@@ -2933,11 +2932,11 @@ class TagResourceCommand extends smithyClient.Command
2933
2932
  .build() {
2934
2933
  }
2935
2934
 
2936
- class TestConnectionCommand extends smithyClient.Command
2935
+ class TestConnectionCommand extends client.Command
2937
2936
  .classBuilder()
2938
2937
  .ep(commonParams)
2939
2938
  .m(function (Command, cs, config, o) {
2940
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2939
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2941
2940
  })
2942
2941
  .s("AWSGlue", "TestConnection", {})
2943
2942
  .n("GlueClient", "TestConnectionCommand")
@@ -2945,11 +2944,11 @@ class TestConnectionCommand extends smithyClient.Command
2945
2944
  .build() {
2946
2945
  }
2947
2946
 
2948
- class UntagResourceCommand extends smithyClient.Command
2947
+ class UntagResourceCommand extends client.Command
2949
2948
  .classBuilder()
2950
2949
  .ep(commonParams)
2951
2950
  .m(function (Command, cs, config, o) {
2952
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2951
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2953
2952
  })
2954
2953
  .s("AWSGlue", "UntagResource", {})
2955
2954
  .n("GlueClient", "UntagResourceCommand")
@@ -2957,11 +2956,11 @@ class UntagResourceCommand extends smithyClient.Command
2957
2956
  .build() {
2958
2957
  }
2959
2958
 
2960
- class UpdateBlueprintCommand extends smithyClient.Command
2959
+ class UpdateBlueprintCommand extends client.Command
2961
2960
  .classBuilder()
2962
2961
  .ep(commonParams)
2963
2962
  .m(function (Command, cs, config, o) {
2964
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2963
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2965
2964
  })
2966
2965
  .s("AWSGlue", "UpdateBlueprint", {})
2967
2966
  .n("GlueClient", "UpdateBlueprintCommand")
@@ -2969,11 +2968,11 @@ class UpdateBlueprintCommand extends smithyClient.Command
2969
2968
  .build() {
2970
2969
  }
2971
2970
 
2972
- class UpdateCatalogCommand extends smithyClient.Command
2971
+ class UpdateCatalogCommand extends client.Command
2973
2972
  .classBuilder()
2974
2973
  .ep(commonParams)
2975
2974
  .m(function (Command, cs, config, o) {
2976
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2975
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2977
2976
  })
2978
2977
  .s("AWSGlue", "UpdateCatalog", {})
2979
2978
  .n("GlueClient", "UpdateCatalogCommand")
@@ -2981,11 +2980,11 @@ class UpdateCatalogCommand extends smithyClient.Command
2981
2980
  .build() {
2982
2981
  }
2983
2982
 
2984
- class UpdateClassifierCommand extends smithyClient.Command
2983
+ class UpdateClassifierCommand extends client.Command
2985
2984
  .classBuilder()
2986
2985
  .ep(commonParams)
2987
2986
  .m(function (Command, cs, config, o) {
2988
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2987
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2989
2988
  })
2990
2989
  .s("AWSGlue", "UpdateClassifier", {})
2991
2990
  .n("GlueClient", "UpdateClassifierCommand")
@@ -2993,11 +2992,11 @@ class UpdateClassifierCommand extends smithyClient.Command
2993
2992
  .build() {
2994
2993
  }
2995
2994
 
2996
- class UpdateColumnStatisticsForPartitionCommand extends smithyClient.Command
2995
+ class UpdateColumnStatisticsForPartitionCommand extends client.Command
2997
2996
  .classBuilder()
2998
2997
  .ep(commonParams)
2999
2998
  .m(function (Command, cs, config, o) {
3000
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2999
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3001
3000
  })
3002
3001
  .s("AWSGlue", "UpdateColumnStatisticsForPartition", {})
3003
3002
  .n("GlueClient", "UpdateColumnStatisticsForPartitionCommand")
@@ -3005,11 +3004,11 @@ class UpdateColumnStatisticsForPartitionCommand extends smithyClient.Command
3005
3004
  .build() {
3006
3005
  }
3007
3006
 
3008
- class UpdateColumnStatisticsForTableCommand extends smithyClient.Command
3007
+ class UpdateColumnStatisticsForTableCommand extends client.Command
3009
3008
  .classBuilder()
3010
3009
  .ep(commonParams)
3011
3010
  .m(function (Command, cs, config, o) {
3012
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3011
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3013
3012
  })
3014
3013
  .s("AWSGlue", "UpdateColumnStatisticsForTable", {})
3015
3014
  .n("GlueClient", "UpdateColumnStatisticsForTableCommand")
@@ -3017,11 +3016,11 @@ class UpdateColumnStatisticsForTableCommand extends smithyClient.Command
3017
3016
  .build() {
3018
3017
  }
3019
3018
 
3020
- class UpdateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
3019
+ class UpdateColumnStatisticsTaskSettingsCommand extends client.Command
3021
3020
  .classBuilder()
3022
3021
  .ep(commonParams)
3023
3022
  .m(function (Command, cs, config, o) {
3024
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3023
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3025
3024
  })
3026
3025
  .s("AWSGlue", "UpdateColumnStatisticsTaskSettings", {})
3027
3026
  .n("GlueClient", "UpdateColumnStatisticsTaskSettingsCommand")
@@ -3029,11 +3028,11 @@ class UpdateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
3029
3028
  .build() {
3030
3029
  }
3031
3030
 
3032
- class UpdateConnectionCommand extends smithyClient.Command
3031
+ class UpdateConnectionCommand extends client.Command
3033
3032
  .classBuilder()
3034
3033
  .ep(commonParams)
3035
3034
  .m(function (Command, cs, config, o) {
3036
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3035
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3037
3036
  })
3038
3037
  .s("AWSGlue", "UpdateConnection", {})
3039
3038
  .n("GlueClient", "UpdateConnectionCommand")
@@ -3041,11 +3040,11 @@ class UpdateConnectionCommand extends smithyClient.Command
3041
3040
  .build() {
3042
3041
  }
3043
3042
 
3044
- class UpdateCrawlerCommand extends smithyClient.Command
3043
+ class UpdateCrawlerCommand extends client.Command
3045
3044
  .classBuilder()
3046
3045
  .ep(commonParams)
3047
3046
  .m(function (Command, cs, config, o) {
3048
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3047
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3049
3048
  })
3050
3049
  .s("AWSGlue", "UpdateCrawler", {})
3051
3050
  .n("GlueClient", "UpdateCrawlerCommand")
@@ -3053,11 +3052,11 @@ class UpdateCrawlerCommand extends smithyClient.Command
3053
3052
  .build() {
3054
3053
  }
3055
3054
 
3056
- class UpdateCrawlerScheduleCommand extends smithyClient.Command
3055
+ class UpdateCrawlerScheduleCommand extends client.Command
3057
3056
  .classBuilder()
3058
3057
  .ep(commonParams)
3059
3058
  .m(function (Command, cs, config, o) {
3060
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3059
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3061
3060
  })
3062
3061
  .s("AWSGlue", "UpdateCrawlerSchedule", {})
3063
3062
  .n("GlueClient", "UpdateCrawlerScheduleCommand")
@@ -3065,11 +3064,11 @@ class UpdateCrawlerScheduleCommand extends smithyClient.Command
3065
3064
  .build() {
3066
3065
  }
3067
3066
 
3068
- class UpdateDatabaseCommand extends smithyClient.Command
3067
+ class UpdateDatabaseCommand extends client.Command
3069
3068
  .classBuilder()
3070
3069
  .ep(commonParams)
3071
3070
  .m(function (Command, cs, config, o) {
3072
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3071
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3073
3072
  })
3074
3073
  .s("AWSGlue", "UpdateDatabase", {})
3075
3074
  .n("GlueClient", "UpdateDatabaseCommand")
@@ -3077,11 +3076,11 @@ class UpdateDatabaseCommand extends smithyClient.Command
3077
3076
  .build() {
3078
3077
  }
3079
3078
 
3080
- class UpdateDataQualityRulesetCommand extends smithyClient.Command
3079
+ class UpdateDataQualityRulesetCommand extends client.Command
3081
3080
  .classBuilder()
3082
3081
  .ep(commonParams)
3083
3082
  .m(function (Command, cs, config, o) {
3084
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3083
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3085
3084
  })
3086
3085
  .s("AWSGlue", "UpdateDataQualityRuleset", {})
3087
3086
  .n("GlueClient", "UpdateDataQualityRulesetCommand")
@@ -3089,11 +3088,11 @@ class UpdateDataQualityRulesetCommand extends smithyClient.Command
3089
3088
  .build() {
3090
3089
  }
3091
3090
 
3092
- class UpdateDevEndpointCommand extends smithyClient.Command
3091
+ class UpdateDevEndpointCommand extends client.Command
3093
3092
  .classBuilder()
3094
3093
  .ep(commonParams)
3095
3094
  .m(function (Command, cs, config, o) {
3096
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3095
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3097
3096
  })
3098
3097
  .s("AWSGlue", "UpdateDevEndpoint", {})
3099
3098
  .n("GlueClient", "UpdateDevEndpointCommand")
@@ -3101,11 +3100,11 @@ class UpdateDevEndpointCommand extends smithyClient.Command
3101
3100
  .build() {
3102
3101
  }
3103
3102
 
3104
- class UpdateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
3103
+ class UpdateGlueIdentityCenterConfigurationCommand extends client.Command
3105
3104
  .classBuilder()
3106
3105
  .ep(commonParams)
3107
3106
  .m(function (Command, cs, config, o) {
3108
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3107
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3109
3108
  })
3110
3109
  .s("AWSGlue", "UpdateGlueIdentityCenterConfiguration", {})
3111
3110
  .n("GlueClient", "UpdateGlueIdentityCenterConfigurationCommand")
@@ -3113,11 +3112,11 @@ class UpdateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
3113
3112
  .build() {
3114
3113
  }
3115
3114
 
3116
- class UpdateIntegrationResourcePropertyCommand extends smithyClient.Command
3115
+ class UpdateIntegrationResourcePropertyCommand extends client.Command
3117
3116
  .classBuilder()
3118
3117
  .ep(commonParams)
3119
3118
  .m(function (Command, cs, config, o) {
3120
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3121
3120
  })
3122
3121
  .s("AWSGlue", "UpdateIntegrationResourceProperty", {})
3123
3122
  .n("GlueClient", "UpdateIntegrationResourcePropertyCommand")
@@ -3125,11 +3124,11 @@ class UpdateIntegrationResourcePropertyCommand extends smithyClient.Command
3125
3124
  .build() {
3126
3125
  }
3127
3126
 
3128
- class UpdateIntegrationTablePropertiesCommand extends smithyClient.Command
3127
+ class UpdateIntegrationTablePropertiesCommand extends client.Command
3129
3128
  .classBuilder()
3130
3129
  .ep(commonParams)
3131
3130
  .m(function (Command, cs, config, o) {
3132
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3133
3132
  })
3134
3133
  .s("AWSGlue", "UpdateIntegrationTableProperties", {})
3135
3134
  .n("GlueClient", "UpdateIntegrationTablePropertiesCommand")
@@ -3137,11 +3136,11 @@ class UpdateIntegrationTablePropertiesCommand extends smithyClient.Command
3137
3136
  .build() {
3138
3137
  }
3139
3138
 
3140
- class UpdateJobCommand extends smithyClient.Command
3139
+ class UpdateJobCommand extends client.Command
3141
3140
  .classBuilder()
3142
3141
  .ep(commonParams)
3143
3142
  .m(function (Command, cs, config, o) {
3144
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3145
3144
  })
3146
3145
  .s("AWSGlue", "UpdateJob", {})
3147
3146
  .n("GlueClient", "UpdateJobCommand")
@@ -3149,11 +3148,11 @@ class UpdateJobCommand extends smithyClient.Command
3149
3148
  .build() {
3150
3149
  }
3151
3150
 
3152
- class UpdateJobFromSourceControlCommand extends smithyClient.Command
3151
+ class UpdateJobFromSourceControlCommand extends client.Command
3153
3152
  .classBuilder()
3154
3153
  .ep(commonParams)
3155
3154
  .m(function (Command, cs, config, o) {
3156
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3157
3156
  })
3158
3157
  .s("AWSGlue", "UpdateJobFromSourceControl", {})
3159
3158
  .n("GlueClient", "UpdateJobFromSourceControlCommand")
@@ -3161,11 +3160,11 @@ class UpdateJobFromSourceControlCommand extends smithyClient.Command
3161
3160
  .build() {
3162
3161
  }
3163
3162
 
3164
- class UpdateMLTransformCommand extends smithyClient.Command
3163
+ class UpdateMLTransformCommand extends client.Command
3165
3164
  .classBuilder()
3166
3165
  .ep(commonParams)
3167
3166
  .m(function (Command, cs, config, o) {
3168
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3169
3168
  })
3170
3169
  .s("AWSGlue", "UpdateMLTransform", {})
3171
3170
  .n("GlueClient", "UpdateMLTransformCommand")
@@ -3173,11 +3172,11 @@ class UpdateMLTransformCommand extends smithyClient.Command
3173
3172
  .build() {
3174
3173
  }
3175
3174
 
3176
- class UpdatePartitionCommand extends smithyClient.Command
3175
+ class UpdatePartitionCommand extends client.Command
3177
3176
  .classBuilder()
3178
3177
  .ep(commonParams)
3179
3178
  .m(function (Command, cs, config, o) {
3180
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3181
3180
  })
3182
3181
  .s("AWSGlue", "UpdatePartition", {})
3183
3182
  .n("GlueClient", "UpdatePartitionCommand")
@@ -3185,11 +3184,11 @@ class UpdatePartitionCommand extends smithyClient.Command
3185
3184
  .build() {
3186
3185
  }
3187
3186
 
3188
- class UpdateRegistryCommand extends smithyClient.Command
3187
+ class UpdateRegistryCommand extends client.Command
3189
3188
  .classBuilder()
3190
3189
  .ep(commonParams)
3191
3190
  .m(function (Command, cs, config, o) {
3192
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3193
3192
  })
3194
3193
  .s("AWSGlue", "UpdateRegistry", {})
3195
3194
  .n("GlueClient", "UpdateRegistryCommand")
@@ -3197,11 +3196,11 @@ class UpdateRegistryCommand extends smithyClient.Command
3197
3196
  .build() {
3198
3197
  }
3199
3198
 
3200
- class UpdateSchemaCommand extends smithyClient.Command
3199
+ class UpdateSchemaCommand extends client.Command
3201
3200
  .classBuilder()
3202
3201
  .ep(commonParams)
3203
3202
  .m(function (Command, cs, config, o) {
3204
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3205
3204
  })
3206
3205
  .s("AWSGlue", "UpdateSchema", {})
3207
3206
  .n("GlueClient", "UpdateSchemaCommand")
@@ -3209,11 +3208,11 @@ class UpdateSchemaCommand extends smithyClient.Command
3209
3208
  .build() {
3210
3209
  }
3211
3210
 
3212
- class UpdateSourceControlFromJobCommand extends smithyClient.Command
3211
+ class UpdateSourceControlFromJobCommand extends client.Command
3213
3212
  .classBuilder()
3214
3213
  .ep(commonParams)
3215
3214
  .m(function (Command, cs, config, o) {
3216
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3217
3216
  })
3218
3217
  .s("AWSGlue", "UpdateSourceControlFromJob", {})
3219
3218
  .n("GlueClient", "UpdateSourceControlFromJobCommand")
@@ -3221,11 +3220,11 @@ class UpdateSourceControlFromJobCommand extends smithyClient.Command
3221
3220
  .build() {
3222
3221
  }
3223
3222
 
3224
- class UpdateTableCommand extends smithyClient.Command
3223
+ class UpdateTableCommand extends client.Command
3225
3224
  .classBuilder()
3226
3225
  .ep(commonParams)
3227
3226
  .m(function (Command, cs, config, o) {
3228
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3229
3228
  })
3230
3229
  .s("AWSGlue", "UpdateTable", {})
3231
3230
  .n("GlueClient", "UpdateTableCommand")
@@ -3233,11 +3232,11 @@ class UpdateTableCommand extends smithyClient.Command
3233
3232
  .build() {
3234
3233
  }
3235
3234
 
3236
- class UpdateTableOptimizerCommand extends smithyClient.Command
3235
+ class UpdateTableOptimizerCommand extends client.Command
3237
3236
  .classBuilder()
3238
3237
  .ep(commonParams)
3239
3238
  .m(function (Command, cs, config, o) {
3240
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3241
3240
  })
3242
3241
  .s("AWSGlue", "UpdateTableOptimizer", {})
3243
3242
  .n("GlueClient", "UpdateTableOptimizerCommand")
@@ -3245,11 +3244,11 @@ class UpdateTableOptimizerCommand extends smithyClient.Command
3245
3244
  .build() {
3246
3245
  }
3247
3246
 
3248
- class UpdateTriggerCommand extends smithyClient.Command
3247
+ class UpdateTriggerCommand extends client.Command
3249
3248
  .classBuilder()
3250
3249
  .ep(commonParams)
3251
3250
  .m(function (Command, cs, config, o) {
3252
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3253
3252
  })
3254
3253
  .s("AWSGlue", "UpdateTrigger", {})
3255
3254
  .n("GlueClient", "UpdateTriggerCommand")
@@ -3257,11 +3256,11 @@ class UpdateTriggerCommand extends smithyClient.Command
3257
3256
  .build() {
3258
3257
  }
3259
3258
 
3260
- class UpdateUsageProfileCommand extends smithyClient.Command
3259
+ class UpdateUsageProfileCommand extends client.Command
3261
3260
  .classBuilder()
3262
3261
  .ep(commonParams)
3263
3262
  .m(function (Command, cs, config, o) {
3264
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3265
3264
  })
3266
3265
  .s("AWSGlue", "UpdateUsageProfile", {})
3267
3266
  .n("GlueClient", "UpdateUsageProfileCommand")
@@ -3269,11 +3268,11 @@ class UpdateUsageProfileCommand extends smithyClient.Command
3269
3268
  .build() {
3270
3269
  }
3271
3270
 
3272
- class UpdateUserDefinedFunctionCommand extends smithyClient.Command
3271
+ class UpdateUserDefinedFunctionCommand extends client.Command
3273
3272
  .classBuilder()
3274
3273
  .ep(commonParams)
3275
3274
  .m(function (Command, cs, config, o) {
3276
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3277
3276
  })
3278
3277
  .s("AWSGlue", "UpdateUserDefinedFunction", {})
3279
3278
  .n("GlueClient", "UpdateUserDefinedFunctionCommand")
@@ -3281,11 +3280,11 @@ class UpdateUserDefinedFunctionCommand extends smithyClient.Command
3281
3280
  .build() {
3282
3281
  }
3283
3282
 
3284
- class UpdateWorkflowCommand extends smithyClient.Command
3283
+ class UpdateWorkflowCommand extends client.Command
3285
3284
  .classBuilder()
3286
3285
  .ep(commonParams)
3287
3286
  .m(function (Command, cs, config, o) {
3288
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3289
3288
  })
3290
3289
  .s("AWSGlue", "UpdateWorkflow", {})
3291
3290
  .n("GlueClient", "UpdateWorkflowCommand")
@@ -3702,7 +3701,7 @@ const paginators = {
3702
3701
  };
3703
3702
  class Glue extends GlueClient {
3704
3703
  }
3705
- smithyClient.createAggregatedClient(commands, Glue, { paginators });
3704
+ client.createAggregatedClient(commands, Glue, { paginators });
3706
3705
 
3707
3706
  const AdditionalOptionKeys = {
3708
3707
  CacheOption: "performanceTuning.caching",
@@ -4676,8 +4675,8 @@ const ViewUpdateAction = {
4676
4675
  REPLACE: "REPLACE",
4677
4676
  };
4678
4677
 
4679
- exports.$Command = smithyClient.Command;
4680
- exports.__Client = smithyClient.Client;
4678
+ exports.$Command = client.Command;
4679
+ exports.__Client = client.Client;
4681
4680
  exports.GlueServiceException = GlueServiceException.GlueServiceException;
4682
4681
  exports.AdditionalOptionKeys = AdditionalOptionKeys;
4683
4682
  exports.AggFunction = AggFunction;