@aws-sdk/client-glue 3.1045.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
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetMaterializedViewRefreshTaskRunRequest, GetMaterializedViewRefreshTaskRunResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface GetMaterializedViewRefreshTaskRunCommandInput extends GetMateri
22
22
  export interface GetMaterializedViewRefreshTaskRunCommandOutput extends GetMaterializedViewRefreshTaskRunResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMaterializedViewRefreshTaskRunCommand_base: {
25
- new (input: GetMaterializedViewRefreshTaskRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetMaterializedViewRefreshTaskRunCommandInput, GetMaterializedViewRefreshTaskRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMaterializedViewRefreshTaskRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetMaterializedViewRefreshTaskRunCommandInput, GetMaterializedViewRefreshTaskRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMaterializedViewRefreshTaskRunCommandInput): import("@smithy/core/client").CommandImpl<GetMaterializedViewRefreshTaskRunCommandInput, GetMaterializedViewRefreshTaskRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMaterializedViewRefreshTaskRunCommandInput): import("@smithy/core/client").CommandImpl<GetMaterializedViewRefreshTaskRunCommandInput, GetMaterializedViewRefreshTaskRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get the associated metadata/information for a task run, given a task run ID.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetPartitionRequest, GetPartitionResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetPartitionCommandInput extends GetPartitionRequest {
22
22
  export interface GetPartitionCommandOutput extends GetPartitionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPartitionCommand_base: {
25
- new (input: GetPartitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartitionCommandInput, GetPartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPartitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartitionCommandInput, GetPartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPartitionCommandInput): import("@smithy/core/client").CommandImpl<GetPartitionCommandInput, GetPartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPartitionCommandInput): import("@smithy/core/client").CommandImpl<GetPartitionCommandInput, GetPartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a specified partition.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetPartitionIndexesRequest, GetPartitionIndexesResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetPartitionIndexesCommandInput extends GetPartitionIndexesRequ
22
22
  export interface GetPartitionIndexesCommandOutput extends GetPartitionIndexesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPartitionIndexesCommand_base: {
25
- new (input: GetPartitionIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPartitionIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPartitionIndexesCommandInput): import("@smithy/core/client").CommandImpl<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPartitionIndexesCommandInput): import("@smithy/core/client").CommandImpl<GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the partition indexes associated with a table.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetPartitionsRequest, GetPartitionsResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetPartitionsCommandInput extends GetPartitionsRequest {
22
22
  export interface GetPartitionsCommandOutput extends GetPartitionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPartitionsCommand_base: {
25
- new (input: GetPartitionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPartitionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPartitionsCommandInput): import("@smithy/core/client").CommandImpl<GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPartitionsCommandInput): import("@smithy/core/client").CommandImpl<GetPartitionsCommandInput, GetPartitionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about the partitions in a table.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetPlanRequest, GetPlanResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetPlanCommandInput extends GetPlanRequest {
22
22
  export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPlanCommand_base: {
25
- new (input: GetPlanCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPlanCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets code to perform a specified mapping.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetRegistryInput, GetRegistryResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetRegistryCommandInput extends GetRegistryInput {
22
22
  export interface GetRegistryCommandOutput extends GetRegistryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetRegistryCommand_base: {
25
- new (input: GetRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegistryCommandInput, GetRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegistryCommandInput, GetRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetRegistryCommandInput): import("@smithy/core/client").CommandImpl<GetRegistryCommandInput, GetRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRegistryCommandInput): import("@smithy/core/client").CommandImpl<GetRegistryCommandInput, GetRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified registry in detail.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesRequ
22
22
  export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourcePoliciesCommand_base: {
25
- new (input: GetResourcePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetResourcePoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetResourcePoliciesCommandInput]): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the resource policies set on individual resources by Resource Access Manager
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
22
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetResourcePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetResourcePolicyCommandInput]): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a specified resource policy.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetSchemaByDefinitionInput, GetSchemaByDefinitionResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetSchemaByDefinitionCommandInput extends GetSchemaByDefinition
22
22
  export interface GetSchemaByDefinitionCommandOutput extends GetSchemaByDefinitionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSchemaByDefinitionCommand_base: {
25
- new (input: GetSchemaByDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSchemaByDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSchemaByDefinitionCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSchemaByDefinitionCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a schema by the <code>SchemaDefinition</code>. The schema definition is sent to the Schema Registry, canonicalized, and hashed. If the hash is matched within the scope of the <code>SchemaName</code> or ARN (or the default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is returned. Schema versions in <code>Deleted</code> statuses will not be included in the results.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetSchemaInput, GetSchemaResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetSchemaCommandInput extends GetSchemaInput {
22
22
  export interface GetSchemaCommandOutput extends GetSchemaResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSchemaCommand_base: {
25
- new (input: GetSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the specified schema in detail.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetSchemaVersionInput, GetSchemaVersionResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetSchemaVersionCommandInput extends GetSchemaVersionInput {
22
22
  export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSchemaVersionCommand_base: {
25
- new (input: GetSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSchemaVersionCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetSchemaVersionCommandInput]): import("@smithy/core/client").CommandImpl<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetSchemaVersionsDiffInput, GetSchemaVersionsDiffResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetSchemaVersionsDiffCommandInput extends GetSchemaVersionsDiff
22
22
  export interface GetSchemaVersionsDiffCommandOutput extends GetSchemaVersionsDiffResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSchemaVersionsDiffCommand_base: {
25
- new (input: GetSchemaVersionsDiffCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSchemaVersionsDiffCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSchemaVersionsDiffCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSchemaVersionsDiffCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetSecurityConfigurationRequest, GetSecurityConfigurationResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetSecurityConfigurationCommandInput extends GetSecurityConfigu
22
22
  export interface GetSecurityConfigurationCommandOutput extends GetSecurityConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSecurityConfigurationCommand_base: {
25
- new (input: GetSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSecurityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSecurityConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a specified security configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetSecurityConfigurationsRequest, GetSecurityConfigurationsResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetSecurityConfigurationsCommandInput extends GetSecurityConfig
22
22
  export interface GetSecurityConfigurationsCommandOutput extends GetSecurityConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSecurityConfigurationsCommand_base: {
25
- new (input: GetSecurityConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSecurityConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSecurityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetSecurityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of all security configurations.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetSessionRequest, GetSessionResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetSessionCommandInput extends GetSessionRequest {
22
22
  export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSessionCommand_base: {
25
- new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the session.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetStatementRequest, GetStatementResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetStatementCommandInput extends GetStatementRequest {
22
22
  export interface GetStatementCommandOutput extends GetStatementResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetStatementCommand_base: {
25
- new (input: GetStatementCommandInput): import("@smithy/smithy-client").CommandImpl<GetStatementCommandInput, GetStatementCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetStatementCommandInput): import("@smithy/smithy-client").CommandImpl<GetStatementCommandInput, GetStatementCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetStatementCommandInput): import("@smithy/core/client").CommandImpl<GetStatementCommandInput, GetStatementCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetStatementCommandInput): import("@smithy/core/client").CommandImpl<GetStatementCommandInput, GetStatementCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the statement.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTableRequest } from "../models/models_2";
@@ -23,9 +23,11 @@ export interface GetTableCommandInput extends GetTableRequest {
23
23
  export interface GetTableCommandOutput extends GetTableResponse, __MetadataBearer {
24
24
  }
25
25
  declare const GetTableCommand_base: {
26
- new (input: GetTableCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: GetTableCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: GetTableCommandInput): import("@smithy/core/client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: GetTableCommandInput): import("@smithy/core/client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>Retrieves the <code>Table</code> definition in a Data Catalog for
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTableOptimizerRequest, GetTableOptimizerResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetTableOptimizerCommandInput extends GetTableOptimizerRequest
22
22
  export interface GetTableOptimizerCommandOutput extends GetTableOptimizerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTableOptimizerCommand_base: {
25
- new (input: GetTableOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTableOptimizerCommandInput): import("@smithy/core/client").CommandImpl<GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTableOptimizerCommandInput): import("@smithy/core/client").CommandImpl<GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the configuration of all optimizers associated with a specified table.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTableVersionRequest } from "../models/models_2";
@@ -23,9 +23,11 @@ export interface GetTableVersionCommandInput extends GetTableVersionRequest {
23
23
  export interface GetTableVersionCommandOutput extends GetTableVersionResponse, __MetadataBearer {
24
24
  }
25
25
  declare const GetTableVersionCommand_base: {
26
- new (input: GetTableVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableVersionCommandInput, GetTableVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: GetTableVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableVersionCommandInput, GetTableVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: GetTableVersionCommandInput): import("@smithy/core/client").CommandImpl<GetTableVersionCommandInput, GetTableVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: GetTableVersionCommandInput): import("@smithy/core/client").CommandImpl<GetTableVersionCommandInput, GetTableVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>Retrieves a specified version of a table.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTableVersionsRequest } from "../models/models_2";
@@ -23,9 +23,11 @@ export interface GetTableVersionsCommandInput extends GetTableVersionsRequest {
23
23
  export interface GetTableVersionsCommandOutput extends GetTableVersionsResponse, __MetadataBearer {
24
24
  }
25
25
  declare const GetTableVersionsCommand_base: {
26
- new (input: GetTableVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableVersionsCommandInput, GetTableVersionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: GetTableVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableVersionsCommandInput, GetTableVersionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: GetTableVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetTableVersionsCommandInput, GetTableVersionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: GetTableVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetTableVersionsCommandInput, GetTableVersionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>Retrieves a list of strings that identify available versions of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTablesRequest } from "../models/models_2";
@@ -23,9 +23,11 @@ export interface GetTablesCommandInput extends GetTablesRequest {
23
23
  export interface GetTablesCommandOutput extends GetTablesResponse, __MetadataBearer {
24
24
  }
25
25
  declare const GetTablesCommand_base: {
26
- new (input: GetTablesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: GetTablesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: GetTablesCommandInput): import("@smithy/core/client").CommandImpl<GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: GetTablesCommandInput): import("@smithy/core/client").CommandImpl<GetTablesCommandInput, GetTablesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>Retrieves the definitions of some or all of the tables in a given
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTagsRequest, GetTagsResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetTagsCommandInput extends GetTagsRequest {
22
22
  export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTagsCommand_base: {
25
- new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of tags associated with a resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTriggerRequest, GetTriggerResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetTriggerCommandInput extends GetTriggerRequest {
22
22
  export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTriggerCommand_base: {
25
- new (input: GetTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTriggerCommandInput): import("@smithy/core/client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTriggerCommandInput): import("@smithy/core/client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the definition of a trigger.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetTriggersRequest, GetTriggersResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetTriggersCommandInput extends GetTriggersRequest {
22
22
  export interface GetTriggersCommandOutput extends GetTriggersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTriggersCommand_base: {
25
- new (input: GetTriggersCommandInput): import("@smithy/smithy-client").CommandImpl<GetTriggersCommandInput, GetTriggersCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTriggersCommandInput]): import("@smithy/smithy-client").CommandImpl<GetTriggersCommandInput, GetTriggersCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTriggersCommandInput): import("@smithy/core/client").CommandImpl<GetTriggersCommandInput, GetTriggersCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetTriggersCommandInput]): import("@smithy/core/client").CommandImpl<GetTriggersCommandInput, GetTriggersCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets all the triggers associated with a job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetUnfilteredPartitionMetadataRequest, GetUnfilteredPartitionMetadataResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetUnfilteredPartitionMetadataCommandInput extends GetUnfiltere
22
22
  export interface GetUnfilteredPartitionMetadataCommandOutput extends GetUnfilteredPartitionMetadataResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUnfilteredPartitionMetadataCommand_base: {
25
- new (input: GetUnfilteredPartitionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUnfilteredPartitionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetUnfilteredPartitionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUnfilteredPartitionMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves partition metadata from the Data Catalog that contains unfiltered
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
4
  import type { GetUnfilteredPartitionsMetadataRequest, GetUnfilteredPartitionsMetadataResponse } from "../models/models_2";
@@ -22,9 +22,11 @@ export interface GetUnfilteredPartitionsMetadataCommandInput extends GetUnfilter
22
22
  export interface GetUnfilteredPartitionsMetadataCommandOutput extends GetUnfilteredPartitionsMetadataResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUnfilteredPartitionsMetadataCommand_base: {
25
- new (input: GetUnfilteredPartitionsMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUnfilteredPartitionsMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetUnfilteredPartitionsMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUnfilteredPartitionsMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves partition metadata from the Data Catalog that contains unfiltered