@aws-sdk/client-glue 3.194.0 → 3.195.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 (776) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/GlueClient.js +11 -8
  3. package/dist-cjs/commands/BatchCreatePartitionCommand.js +10 -0
  4. package/dist-cjs/commands/BatchDeleteConnectionCommand.js +10 -0
  5. package/dist-cjs/commands/BatchDeletePartitionCommand.js +10 -0
  6. package/dist-cjs/commands/BatchDeleteTableCommand.js +10 -0
  7. package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +10 -0
  8. package/dist-cjs/commands/BatchGetBlueprintsCommand.js +10 -0
  9. package/dist-cjs/commands/BatchGetCrawlersCommand.js +10 -0
  10. package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +10 -0
  11. package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +10 -0
  12. package/dist-cjs/commands/BatchGetJobsCommand.js +10 -0
  13. package/dist-cjs/commands/BatchGetPartitionCommand.js +10 -0
  14. package/dist-cjs/commands/BatchGetTriggersCommand.js +10 -0
  15. package/dist-cjs/commands/BatchGetWorkflowsCommand.js +10 -0
  16. package/dist-cjs/commands/BatchStopJobRunCommand.js +10 -0
  17. package/dist-cjs/commands/BatchUpdatePartitionCommand.js +10 -0
  18. package/dist-cjs/commands/CancelMLTaskRunCommand.js +10 -0
  19. package/dist-cjs/commands/CancelStatementCommand.js +10 -0
  20. package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +10 -0
  21. package/dist-cjs/commands/CreateBlueprintCommand.js +10 -0
  22. package/dist-cjs/commands/CreateClassifierCommand.js +10 -0
  23. package/dist-cjs/commands/CreateConnectionCommand.js +10 -0
  24. package/dist-cjs/commands/CreateCrawlerCommand.js +10 -0
  25. package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +10 -0
  26. package/dist-cjs/commands/CreateDatabaseCommand.js +10 -0
  27. package/dist-cjs/commands/CreateDevEndpointCommand.js +10 -0
  28. package/dist-cjs/commands/CreateJobCommand.js +10 -0
  29. package/dist-cjs/commands/CreateMLTransformCommand.js +10 -0
  30. package/dist-cjs/commands/CreatePartitionCommand.js +10 -0
  31. package/dist-cjs/commands/CreatePartitionIndexCommand.js +10 -0
  32. package/dist-cjs/commands/CreateRegistryCommand.js +10 -0
  33. package/dist-cjs/commands/CreateSchemaCommand.js +10 -0
  34. package/dist-cjs/commands/CreateScriptCommand.js +10 -0
  35. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +10 -0
  36. package/dist-cjs/commands/CreateSessionCommand.js +10 -0
  37. package/dist-cjs/commands/CreateTableCommand.js +10 -0
  38. package/dist-cjs/commands/CreateTriggerCommand.js +10 -0
  39. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +10 -0
  40. package/dist-cjs/commands/CreateWorkflowCommand.js +10 -0
  41. package/dist-cjs/commands/DeleteBlueprintCommand.js +10 -0
  42. package/dist-cjs/commands/DeleteClassifierCommand.js +10 -0
  43. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +10 -0
  44. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +10 -0
  45. package/dist-cjs/commands/DeleteConnectionCommand.js +10 -0
  46. package/dist-cjs/commands/DeleteCrawlerCommand.js +10 -0
  47. package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +10 -0
  48. package/dist-cjs/commands/DeleteDatabaseCommand.js +10 -0
  49. package/dist-cjs/commands/DeleteDevEndpointCommand.js +10 -0
  50. package/dist-cjs/commands/DeleteJobCommand.js +10 -0
  51. package/dist-cjs/commands/DeleteMLTransformCommand.js +10 -0
  52. package/dist-cjs/commands/DeletePartitionCommand.js +10 -0
  53. package/dist-cjs/commands/DeletePartitionIndexCommand.js +10 -0
  54. package/dist-cjs/commands/DeleteRegistryCommand.js +10 -0
  55. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -0
  56. package/dist-cjs/commands/DeleteSchemaCommand.js +10 -0
  57. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +10 -0
  58. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +10 -0
  59. package/dist-cjs/commands/DeleteSessionCommand.js +10 -0
  60. package/dist-cjs/commands/DeleteTableCommand.js +10 -0
  61. package/dist-cjs/commands/DeleteTableVersionCommand.js +10 -0
  62. package/dist-cjs/commands/DeleteTriggerCommand.js +10 -0
  63. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +10 -0
  64. package/dist-cjs/commands/DeleteWorkflowCommand.js +10 -0
  65. package/dist-cjs/commands/GetBlueprintCommand.js +10 -0
  66. package/dist-cjs/commands/GetBlueprintRunCommand.js +10 -0
  67. package/dist-cjs/commands/GetBlueprintRunsCommand.js +10 -0
  68. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +10 -0
  69. package/dist-cjs/commands/GetClassifierCommand.js +10 -0
  70. package/dist-cjs/commands/GetClassifiersCommand.js +10 -0
  71. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +10 -0
  72. package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +10 -0
  73. package/dist-cjs/commands/GetConnectionCommand.js +10 -0
  74. package/dist-cjs/commands/GetConnectionsCommand.js +10 -0
  75. package/dist-cjs/commands/GetCrawlerCommand.js +10 -0
  76. package/dist-cjs/commands/GetCrawlerMetricsCommand.js +10 -0
  77. package/dist-cjs/commands/GetCrawlersCommand.js +10 -0
  78. package/dist-cjs/commands/GetCustomEntityTypeCommand.js +10 -0
  79. package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +10 -0
  80. package/dist-cjs/commands/GetDatabaseCommand.js +10 -0
  81. package/dist-cjs/commands/GetDatabasesCommand.js +10 -0
  82. package/dist-cjs/commands/GetDataflowGraphCommand.js +10 -0
  83. package/dist-cjs/commands/GetDevEndpointCommand.js +10 -0
  84. package/dist-cjs/commands/GetDevEndpointsCommand.js +10 -0
  85. package/dist-cjs/commands/GetJobBookmarkCommand.js +10 -0
  86. package/dist-cjs/commands/GetJobCommand.js +10 -0
  87. package/dist-cjs/commands/GetJobRunCommand.js +10 -0
  88. package/dist-cjs/commands/GetJobRunsCommand.js +10 -0
  89. package/dist-cjs/commands/GetJobsCommand.js +10 -0
  90. package/dist-cjs/commands/GetMLTaskRunCommand.js +10 -0
  91. package/dist-cjs/commands/GetMLTaskRunsCommand.js +10 -0
  92. package/dist-cjs/commands/GetMLTransformCommand.js +10 -0
  93. package/dist-cjs/commands/GetMLTransformsCommand.js +10 -0
  94. package/dist-cjs/commands/GetMappingCommand.js +10 -0
  95. package/dist-cjs/commands/GetPartitionCommand.js +10 -0
  96. package/dist-cjs/commands/GetPartitionIndexesCommand.js +10 -0
  97. package/dist-cjs/commands/GetPartitionsCommand.js +10 -0
  98. package/dist-cjs/commands/GetPlanCommand.js +10 -0
  99. package/dist-cjs/commands/GetRegistryCommand.js +10 -0
  100. package/dist-cjs/commands/GetResourcePoliciesCommand.js +10 -0
  101. package/dist-cjs/commands/GetResourcePolicyCommand.js +10 -0
  102. package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +10 -0
  103. package/dist-cjs/commands/GetSchemaCommand.js +10 -0
  104. package/dist-cjs/commands/GetSchemaVersionCommand.js +10 -0
  105. package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +10 -0
  106. package/dist-cjs/commands/GetSecurityConfigurationCommand.js +10 -0
  107. package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +10 -0
  108. package/dist-cjs/commands/GetSessionCommand.js +10 -0
  109. package/dist-cjs/commands/GetStatementCommand.js +10 -0
  110. package/dist-cjs/commands/GetTableCommand.js +10 -0
  111. package/dist-cjs/commands/GetTableVersionCommand.js +10 -0
  112. package/dist-cjs/commands/GetTableVersionsCommand.js +10 -0
  113. package/dist-cjs/commands/GetTablesCommand.js +10 -0
  114. package/dist-cjs/commands/GetTagsCommand.js +10 -0
  115. package/dist-cjs/commands/GetTriggerCommand.js +10 -0
  116. package/dist-cjs/commands/GetTriggersCommand.js +10 -0
  117. package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +10 -0
  118. package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +10 -0
  119. package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +10 -0
  120. package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +10 -0
  121. package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +10 -0
  122. package/dist-cjs/commands/GetWorkflowCommand.js +10 -0
  123. package/dist-cjs/commands/GetWorkflowRunCommand.js +10 -0
  124. package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +10 -0
  125. package/dist-cjs/commands/GetWorkflowRunsCommand.js +10 -0
  126. package/dist-cjs/commands/ImportCatalogToGlueCommand.js +10 -0
  127. package/dist-cjs/commands/ListBlueprintsCommand.js +10 -0
  128. package/dist-cjs/commands/ListCrawlersCommand.js +10 -0
  129. package/dist-cjs/commands/ListCrawlsCommand.js +10 -0
  130. package/dist-cjs/commands/ListCustomEntityTypesCommand.js +10 -0
  131. package/dist-cjs/commands/ListDevEndpointsCommand.js +10 -0
  132. package/dist-cjs/commands/ListJobsCommand.js +10 -0
  133. package/dist-cjs/commands/ListMLTransformsCommand.js +10 -0
  134. package/dist-cjs/commands/ListRegistriesCommand.js +10 -0
  135. package/dist-cjs/commands/ListSchemaVersionsCommand.js +10 -0
  136. package/dist-cjs/commands/ListSchemasCommand.js +10 -0
  137. package/dist-cjs/commands/ListSessionsCommand.js +10 -0
  138. package/dist-cjs/commands/ListStatementsCommand.js +10 -0
  139. package/dist-cjs/commands/ListTriggersCommand.js +10 -0
  140. package/dist-cjs/commands/ListWorkflowsCommand.js +10 -0
  141. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +10 -0
  142. package/dist-cjs/commands/PutResourcePolicyCommand.js +10 -0
  143. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +10 -0
  144. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +10 -0
  145. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +10 -0
  146. package/dist-cjs/commands/RegisterSchemaVersionCommand.js +10 -0
  147. package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +10 -0
  148. package/dist-cjs/commands/ResetJobBookmarkCommand.js +10 -0
  149. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +10 -0
  150. package/dist-cjs/commands/RunStatementCommand.js +10 -0
  151. package/dist-cjs/commands/SearchTablesCommand.js +10 -0
  152. package/dist-cjs/commands/StartBlueprintRunCommand.js +10 -0
  153. package/dist-cjs/commands/StartCrawlerCommand.js +10 -0
  154. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +10 -0
  155. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +10 -0
  156. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +10 -0
  157. package/dist-cjs/commands/StartJobRunCommand.js +10 -0
  158. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +10 -0
  159. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +10 -0
  160. package/dist-cjs/commands/StartTriggerCommand.js +10 -0
  161. package/dist-cjs/commands/StartWorkflowRunCommand.js +10 -0
  162. package/dist-cjs/commands/StopCrawlerCommand.js +10 -0
  163. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +10 -0
  164. package/dist-cjs/commands/StopSessionCommand.js +10 -0
  165. package/dist-cjs/commands/StopTriggerCommand.js +10 -0
  166. package/dist-cjs/commands/StopWorkflowRunCommand.js +10 -0
  167. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  168. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  169. package/dist-cjs/commands/UpdateBlueprintCommand.js +10 -0
  170. package/dist-cjs/commands/UpdateClassifierCommand.js +10 -0
  171. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +10 -0
  172. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +10 -0
  173. package/dist-cjs/commands/UpdateConnectionCommand.js +10 -0
  174. package/dist-cjs/commands/UpdateCrawlerCommand.js +10 -0
  175. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +10 -0
  176. package/dist-cjs/commands/UpdateDatabaseCommand.js +10 -0
  177. package/dist-cjs/commands/UpdateDevEndpointCommand.js +10 -0
  178. package/dist-cjs/commands/UpdateJobCommand.js +10 -0
  179. package/dist-cjs/commands/UpdateJobFromSourceControlCommand.js +10 -0
  180. package/dist-cjs/commands/UpdateMLTransformCommand.js +10 -0
  181. package/dist-cjs/commands/UpdatePartitionCommand.js +10 -0
  182. package/dist-cjs/commands/UpdateRegistryCommand.js +10 -0
  183. package/dist-cjs/commands/UpdateSchemaCommand.js +10 -0
  184. package/dist-cjs/commands/UpdateSourceControlFromJobCommand.js +10 -0
  185. package/dist-cjs/commands/UpdateTableCommand.js +10 -0
  186. package/dist-cjs/commands/UpdateTriggerCommand.js +10 -0
  187. package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +10 -0
  188. package/dist-cjs/commands/UpdateWorkflowCommand.js +10 -0
  189. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  190. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  191. package/dist-cjs/endpoint/ruleset.js +318 -0
  192. package/dist-cjs/runtimeConfig.shared.js +3 -3
  193. package/dist-es/GlueClient.js +12 -9
  194. package/dist-es/commands/BatchCreatePartitionCommand.js +10 -0
  195. package/dist-es/commands/BatchDeleteConnectionCommand.js +10 -0
  196. package/dist-es/commands/BatchDeletePartitionCommand.js +10 -0
  197. package/dist-es/commands/BatchDeleteTableCommand.js +10 -0
  198. package/dist-es/commands/BatchDeleteTableVersionCommand.js +10 -0
  199. package/dist-es/commands/BatchGetBlueprintsCommand.js +10 -0
  200. package/dist-es/commands/BatchGetCrawlersCommand.js +10 -0
  201. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +10 -0
  202. package/dist-es/commands/BatchGetDevEndpointsCommand.js +10 -0
  203. package/dist-es/commands/BatchGetJobsCommand.js +10 -0
  204. package/dist-es/commands/BatchGetPartitionCommand.js +10 -0
  205. package/dist-es/commands/BatchGetTriggersCommand.js +10 -0
  206. package/dist-es/commands/BatchGetWorkflowsCommand.js +10 -0
  207. package/dist-es/commands/BatchStopJobRunCommand.js +10 -0
  208. package/dist-es/commands/BatchUpdatePartitionCommand.js +10 -0
  209. package/dist-es/commands/CancelMLTaskRunCommand.js +10 -0
  210. package/dist-es/commands/CancelStatementCommand.js +10 -0
  211. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +10 -0
  212. package/dist-es/commands/CreateBlueprintCommand.js +10 -0
  213. package/dist-es/commands/CreateClassifierCommand.js +10 -0
  214. package/dist-es/commands/CreateConnectionCommand.js +10 -0
  215. package/dist-es/commands/CreateCrawlerCommand.js +10 -0
  216. package/dist-es/commands/CreateCustomEntityTypeCommand.js +10 -0
  217. package/dist-es/commands/CreateDatabaseCommand.js +10 -0
  218. package/dist-es/commands/CreateDevEndpointCommand.js +10 -0
  219. package/dist-es/commands/CreateJobCommand.js +10 -0
  220. package/dist-es/commands/CreateMLTransformCommand.js +10 -0
  221. package/dist-es/commands/CreatePartitionCommand.js +10 -0
  222. package/dist-es/commands/CreatePartitionIndexCommand.js +10 -0
  223. package/dist-es/commands/CreateRegistryCommand.js +10 -0
  224. package/dist-es/commands/CreateSchemaCommand.js +10 -0
  225. package/dist-es/commands/CreateScriptCommand.js +10 -0
  226. package/dist-es/commands/CreateSecurityConfigurationCommand.js +10 -0
  227. package/dist-es/commands/CreateSessionCommand.js +10 -0
  228. package/dist-es/commands/CreateTableCommand.js +10 -0
  229. package/dist-es/commands/CreateTriggerCommand.js +10 -0
  230. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +10 -0
  231. package/dist-es/commands/CreateWorkflowCommand.js +10 -0
  232. package/dist-es/commands/DeleteBlueprintCommand.js +10 -0
  233. package/dist-es/commands/DeleteClassifierCommand.js +10 -0
  234. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +10 -0
  235. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +10 -0
  236. package/dist-es/commands/DeleteConnectionCommand.js +10 -0
  237. package/dist-es/commands/DeleteCrawlerCommand.js +10 -0
  238. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +10 -0
  239. package/dist-es/commands/DeleteDatabaseCommand.js +10 -0
  240. package/dist-es/commands/DeleteDevEndpointCommand.js +10 -0
  241. package/dist-es/commands/DeleteJobCommand.js +10 -0
  242. package/dist-es/commands/DeleteMLTransformCommand.js +10 -0
  243. package/dist-es/commands/DeletePartitionCommand.js +10 -0
  244. package/dist-es/commands/DeletePartitionIndexCommand.js +10 -0
  245. package/dist-es/commands/DeleteRegistryCommand.js +10 -0
  246. package/dist-es/commands/DeleteResourcePolicyCommand.js +10 -0
  247. package/dist-es/commands/DeleteSchemaCommand.js +10 -0
  248. package/dist-es/commands/DeleteSchemaVersionsCommand.js +10 -0
  249. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +10 -0
  250. package/dist-es/commands/DeleteSessionCommand.js +10 -0
  251. package/dist-es/commands/DeleteTableCommand.js +10 -0
  252. package/dist-es/commands/DeleteTableVersionCommand.js +10 -0
  253. package/dist-es/commands/DeleteTriggerCommand.js +10 -0
  254. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +10 -0
  255. package/dist-es/commands/DeleteWorkflowCommand.js +10 -0
  256. package/dist-es/commands/GetBlueprintCommand.js +10 -0
  257. package/dist-es/commands/GetBlueprintRunCommand.js +10 -0
  258. package/dist-es/commands/GetBlueprintRunsCommand.js +10 -0
  259. package/dist-es/commands/GetCatalogImportStatusCommand.js +10 -0
  260. package/dist-es/commands/GetClassifierCommand.js +10 -0
  261. package/dist-es/commands/GetClassifiersCommand.js +10 -0
  262. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +10 -0
  263. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +10 -0
  264. package/dist-es/commands/GetConnectionCommand.js +10 -0
  265. package/dist-es/commands/GetConnectionsCommand.js +10 -0
  266. package/dist-es/commands/GetCrawlerCommand.js +10 -0
  267. package/dist-es/commands/GetCrawlerMetricsCommand.js +10 -0
  268. package/dist-es/commands/GetCrawlersCommand.js +10 -0
  269. package/dist-es/commands/GetCustomEntityTypeCommand.js +10 -0
  270. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +10 -0
  271. package/dist-es/commands/GetDatabaseCommand.js +10 -0
  272. package/dist-es/commands/GetDatabasesCommand.js +10 -0
  273. package/dist-es/commands/GetDataflowGraphCommand.js +10 -0
  274. package/dist-es/commands/GetDevEndpointCommand.js +10 -0
  275. package/dist-es/commands/GetDevEndpointsCommand.js +10 -0
  276. package/dist-es/commands/GetJobBookmarkCommand.js +10 -0
  277. package/dist-es/commands/GetJobCommand.js +10 -0
  278. package/dist-es/commands/GetJobRunCommand.js +10 -0
  279. package/dist-es/commands/GetJobRunsCommand.js +10 -0
  280. package/dist-es/commands/GetJobsCommand.js +10 -0
  281. package/dist-es/commands/GetMLTaskRunCommand.js +10 -0
  282. package/dist-es/commands/GetMLTaskRunsCommand.js +10 -0
  283. package/dist-es/commands/GetMLTransformCommand.js +10 -0
  284. package/dist-es/commands/GetMLTransformsCommand.js +10 -0
  285. package/dist-es/commands/GetMappingCommand.js +10 -0
  286. package/dist-es/commands/GetPartitionCommand.js +10 -0
  287. package/dist-es/commands/GetPartitionIndexesCommand.js +10 -0
  288. package/dist-es/commands/GetPartitionsCommand.js +10 -0
  289. package/dist-es/commands/GetPlanCommand.js +10 -0
  290. package/dist-es/commands/GetRegistryCommand.js +10 -0
  291. package/dist-es/commands/GetResourcePoliciesCommand.js +10 -0
  292. package/dist-es/commands/GetResourcePolicyCommand.js +10 -0
  293. package/dist-es/commands/GetSchemaByDefinitionCommand.js +10 -0
  294. package/dist-es/commands/GetSchemaCommand.js +10 -0
  295. package/dist-es/commands/GetSchemaVersionCommand.js +10 -0
  296. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +10 -0
  297. package/dist-es/commands/GetSecurityConfigurationCommand.js +10 -0
  298. package/dist-es/commands/GetSecurityConfigurationsCommand.js +10 -0
  299. package/dist-es/commands/GetSessionCommand.js +10 -0
  300. package/dist-es/commands/GetStatementCommand.js +10 -0
  301. package/dist-es/commands/GetTableCommand.js +10 -0
  302. package/dist-es/commands/GetTableVersionCommand.js +10 -0
  303. package/dist-es/commands/GetTableVersionsCommand.js +10 -0
  304. package/dist-es/commands/GetTablesCommand.js +10 -0
  305. package/dist-es/commands/GetTagsCommand.js +10 -0
  306. package/dist-es/commands/GetTriggerCommand.js +10 -0
  307. package/dist-es/commands/GetTriggersCommand.js +10 -0
  308. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +10 -0
  309. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +10 -0
  310. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +10 -0
  311. package/dist-es/commands/GetUserDefinedFunctionCommand.js +10 -0
  312. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +10 -0
  313. package/dist-es/commands/GetWorkflowCommand.js +10 -0
  314. package/dist-es/commands/GetWorkflowRunCommand.js +10 -0
  315. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +10 -0
  316. package/dist-es/commands/GetWorkflowRunsCommand.js +10 -0
  317. package/dist-es/commands/ImportCatalogToGlueCommand.js +10 -0
  318. package/dist-es/commands/ListBlueprintsCommand.js +10 -0
  319. package/dist-es/commands/ListCrawlersCommand.js +10 -0
  320. package/dist-es/commands/ListCrawlsCommand.js +10 -0
  321. package/dist-es/commands/ListCustomEntityTypesCommand.js +10 -0
  322. package/dist-es/commands/ListDevEndpointsCommand.js +10 -0
  323. package/dist-es/commands/ListJobsCommand.js +10 -0
  324. package/dist-es/commands/ListMLTransformsCommand.js +10 -0
  325. package/dist-es/commands/ListRegistriesCommand.js +10 -0
  326. package/dist-es/commands/ListSchemaVersionsCommand.js +10 -0
  327. package/dist-es/commands/ListSchemasCommand.js +10 -0
  328. package/dist-es/commands/ListSessionsCommand.js +10 -0
  329. package/dist-es/commands/ListStatementsCommand.js +10 -0
  330. package/dist-es/commands/ListTriggersCommand.js +10 -0
  331. package/dist-es/commands/ListWorkflowsCommand.js +10 -0
  332. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +10 -0
  333. package/dist-es/commands/PutResourcePolicyCommand.js +10 -0
  334. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +10 -0
  335. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +10 -0
  336. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +10 -0
  337. package/dist-es/commands/RegisterSchemaVersionCommand.js +10 -0
  338. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +10 -0
  339. package/dist-es/commands/ResetJobBookmarkCommand.js +10 -0
  340. package/dist-es/commands/ResumeWorkflowRunCommand.js +10 -0
  341. package/dist-es/commands/RunStatementCommand.js +10 -0
  342. package/dist-es/commands/SearchTablesCommand.js +10 -0
  343. package/dist-es/commands/StartBlueprintRunCommand.js +10 -0
  344. package/dist-es/commands/StartCrawlerCommand.js +10 -0
  345. package/dist-es/commands/StartCrawlerScheduleCommand.js +10 -0
  346. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +10 -0
  347. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +10 -0
  348. package/dist-es/commands/StartJobRunCommand.js +10 -0
  349. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +10 -0
  350. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +10 -0
  351. package/dist-es/commands/StartTriggerCommand.js +10 -0
  352. package/dist-es/commands/StartWorkflowRunCommand.js +10 -0
  353. package/dist-es/commands/StopCrawlerCommand.js +10 -0
  354. package/dist-es/commands/StopCrawlerScheduleCommand.js +10 -0
  355. package/dist-es/commands/StopSessionCommand.js +10 -0
  356. package/dist-es/commands/StopTriggerCommand.js +10 -0
  357. package/dist-es/commands/StopWorkflowRunCommand.js +10 -0
  358. package/dist-es/commands/TagResourceCommand.js +10 -0
  359. package/dist-es/commands/UntagResourceCommand.js +10 -0
  360. package/dist-es/commands/UpdateBlueprintCommand.js +10 -0
  361. package/dist-es/commands/UpdateClassifierCommand.js +10 -0
  362. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +10 -0
  363. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +10 -0
  364. package/dist-es/commands/UpdateConnectionCommand.js +10 -0
  365. package/dist-es/commands/UpdateCrawlerCommand.js +10 -0
  366. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +10 -0
  367. package/dist-es/commands/UpdateDatabaseCommand.js +10 -0
  368. package/dist-es/commands/UpdateDevEndpointCommand.js +10 -0
  369. package/dist-es/commands/UpdateJobCommand.js +10 -0
  370. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +10 -0
  371. package/dist-es/commands/UpdateMLTransformCommand.js +10 -0
  372. package/dist-es/commands/UpdatePartitionCommand.js +10 -0
  373. package/dist-es/commands/UpdateRegistryCommand.js +10 -0
  374. package/dist-es/commands/UpdateSchemaCommand.js +10 -0
  375. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +10 -0
  376. package/dist-es/commands/UpdateTableCommand.js +10 -0
  377. package/dist-es/commands/UpdateTriggerCommand.js +10 -0
  378. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +10 -0
  379. package/dist-es/commands/UpdateWorkflowCommand.js +10 -0
  380. package/dist-es/endpoint/EndpointParameters.js +8 -0
  381. package/dist-es/endpoint/endpointResolver.js +8 -0
  382. package/dist-es/endpoint/ruleset.js +315 -0
  383. package/dist-es/runtimeConfig.shared.js +2 -2
  384. package/dist-types/GlueClient.d.ts +6 -9
  385. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +2 -0
  386. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -0
  387. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +2 -0
  388. package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -0
  389. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -0
  390. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -0
  391. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -0
  392. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -0
  393. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -0
  394. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -0
  395. package/dist-types/commands/BatchGetPartitionCommand.d.ts +2 -0
  396. package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -0
  397. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -0
  398. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -0
  399. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +2 -0
  400. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +2 -0
  401. package/dist-types/commands/CancelStatementCommand.d.ts +2 -0
  402. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +2 -0
  403. package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -0
  404. package/dist-types/commands/CreateClassifierCommand.d.ts +2 -0
  405. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -0
  406. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -0
  407. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -0
  408. package/dist-types/commands/CreateDatabaseCommand.d.ts +2 -0
  409. package/dist-types/commands/CreateDevEndpointCommand.d.ts +2 -0
  410. package/dist-types/commands/CreateJobCommand.d.ts +2 -0
  411. package/dist-types/commands/CreateMLTransformCommand.d.ts +2 -0
  412. package/dist-types/commands/CreatePartitionCommand.d.ts +2 -0
  413. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +2 -0
  414. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -0
  415. package/dist-types/commands/CreateSchemaCommand.d.ts +2 -0
  416. package/dist-types/commands/CreateScriptCommand.d.ts +2 -0
  417. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -0
  418. package/dist-types/commands/CreateSessionCommand.d.ts +2 -0
  419. package/dist-types/commands/CreateTableCommand.d.ts +2 -0
  420. package/dist-types/commands/CreateTriggerCommand.d.ts +2 -0
  421. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +2 -0
  422. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -0
  423. package/dist-types/commands/DeleteBlueprintCommand.d.ts +2 -0
  424. package/dist-types/commands/DeleteClassifierCommand.d.ts +2 -0
  425. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -0
  426. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -0
  427. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -0
  428. package/dist-types/commands/DeleteCrawlerCommand.d.ts +2 -0
  429. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +2 -0
  430. package/dist-types/commands/DeleteDatabaseCommand.d.ts +2 -0
  431. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +2 -0
  432. package/dist-types/commands/DeleteJobCommand.d.ts +2 -0
  433. package/dist-types/commands/DeleteMLTransformCommand.d.ts +2 -0
  434. package/dist-types/commands/DeletePartitionCommand.d.ts +2 -0
  435. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +2 -0
  436. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -0
  437. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
  438. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -0
  439. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -0
  440. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +2 -0
  441. package/dist-types/commands/DeleteSessionCommand.d.ts +2 -0
  442. package/dist-types/commands/DeleteTableCommand.d.ts +2 -0
  443. package/dist-types/commands/DeleteTableVersionCommand.d.ts +2 -0
  444. package/dist-types/commands/DeleteTriggerCommand.d.ts +2 -0
  445. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -0
  446. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -0
  447. package/dist-types/commands/GetBlueprintCommand.d.ts +2 -0
  448. package/dist-types/commands/GetBlueprintRunCommand.d.ts +2 -0
  449. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +2 -0
  450. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -0
  451. package/dist-types/commands/GetClassifierCommand.d.ts +2 -0
  452. package/dist-types/commands/GetClassifiersCommand.d.ts +2 -0
  453. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -0
  454. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -0
  455. package/dist-types/commands/GetConnectionCommand.d.ts +2 -0
  456. package/dist-types/commands/GetConnectionsCommand.d.ts +2 -0
  457. package/dist-types/commands/GetCrawlerCommand.d.ts +2 -0
  458. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -0
  459. package/dist-types/commands/GetCrawlersCommand.d.ts +2 -0
  460. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +2 -0
  461. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -0
  462. package/dist-types/commands/GetDatabaseCommand.d.ts +2 -0
  463. package/dist-types/commands/GetDatabasesCommand.d.ts +2 -0
  464. package/dist-types/commands/GetDataflowGraphCommand.d.ts +2 -0
  465. package/dist-types/commands/GetDevEndpointCommand.d.ts +2 -0
  466. package/dist-types/commands/GetDevEndpointsCommand.d.ts +2 -0
  467. package/dist-types/commands/GetJobBookmarkCommand.d.ts +2 -0
  468. package/dist-types/commands/GetJobCommand.d.ts +2 -0
  469. package/dist-types/commands/GetJobRunCommand.d.ts +2 -0
  470. package/dist-types/commands/GetJobRunsCommand.d.ts +2 -0
  471. package/dist-types/commands/GetJobsCommand.d.ts +2 -0
  472. package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -0
  473. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -0
  474. package/dist-types/commands/GetMLTransformCommand.d.ts +2 -0
  475. package/dist-types/commands/GetMLTransformsCommand.d.ts +2 -0
  476. package/dist-types/commands/GetMappingCommand.d.ts +2 -0
  477. package/dist-types/commands/GetPartitionCommand.d.ts +2 -0
  478. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +2 -0
  479. package/dist-types/commands/GetPartitionsCommand.d.ts +2 -0
  480. package/dist-types/commands/GetPlanCommand.d.ts +2 -0
  481. package/dist-types/commands/GetRegistryCommand.d.ts +2 -0
  482. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -0
  483. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
  484. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +2 -0
  485. package/dist-types/commands/GetSchemaCommand.d.ts +2 -0
  486. package/dist-types/commands/GetSchemaVersionCommand.d.ts +2 -0
  487. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +2 -0
  488. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +2 -0
  489. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +2 -0
  490. package/dist-types/commands/GetSessionCommand.d.ts +2 -0
  491. package/dist-types/commands/GetStatementCommand.d.ts +2 -0
  492. package/dist-types/commands/GetTableCommand.d.ts +2 -0
  493. package/dist-types/commands/GetTableVersionCommand.d.ts +2 -0
  494. package/dist-types/commands/GetTableVersionsCommand.d.ts +2 -0
  495. package/dist-types/commands/GetTablesCommand.d.ts +2 -0
  496. package/dist-types/commands/GetTagsCommand.d.ts +2 -0
  497. package/dist-types/commands/GetTriggerCommand.d.ts +2 -0
  498. package/dist-types/commands/GetTriggersCommand.d.ts +2 -0
  499. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -0
  500. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -0
  501. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -0
  502. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +2 -0
  503. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +2 -0
  504. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -0
  505. package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -0
  506. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -0
  507. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +2 -0
  508. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +2 -0
  509. package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -0
  510. package/dist-types/commands/ListCrawlersCommand.d.ts +2 -0
  511. package/dist-types/commands/ListCrawlsCommand.d.ts +2 -0
  512. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +2 -0
  513. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -0
  514. package/dist-types/commands/ListJobsCommand.d.ts +2 -0
  515. package/dist-types/commands/ListMLTransformsCommand.d.ts +2 -0
  516. package/dist-types/commands/ListRegistriesCommand.d.ts +2 -0
  517. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -0
  518. package/dist-types/commands/ListSchemasCommand.d.ts +2 -0
  519. package/dist-types/commands/ListSessionsCommand.d.ts +2 -0
  520. package/dist-types/commands/ListStatementsCommand.d.ts +2 -0
  521. package/dist-types/commands/ListTriggersCommand.d.ts +2 -0
  522. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -0
  523. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -0
  524. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
  525. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +2 -0
  526. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -0
  527. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -0
  528. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -0
  529. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -0
  530. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +2 -0
  531. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -0
  532. package/dist-types/commands/RunStatementCommand.d.ts +2 -0
  533. package/dist-types/commands/SearchTablesCommand.d.ts +2 -0
  534. package/dist-types/commands/StartBlueprintRunCommand.d.ts +2 -0
  535. package/dist-types/commands/StartCrawlerCommand.d.ts +2 -0
  536. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +2 -0
  537. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +2 -0
  538. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +2 -0
  539. package/dist-types/commands/StartJobRunCommand.d.ts +2 -0
  540. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -0
  541. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -0
  542. package/dist-types/commands/StartTriggerCommand.d.ts +2 -0
  543. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -0
  544. package/dist-types/commands/StopCrawlerCommand.d.ts +2 -0
  545. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +2 -0
  546. package/dist-types/commands/StopSessionCommand.d.ts +2 -0
  547. package/dist-types/commands/StopTriggerCommand.d.ts +2 -0
  548. package/dist-types/commands/StopWorkflowRunCommand.d.ts +2 -0
  549. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  550. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  551. package/dist-types/commands/UpdateBlueprintCommand.d.ts +2 -0
  552. package/dist-types/commands/UpdateClassifierCommand.d.ts +2 -0
  553. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -0
  554. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -0
  555. package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -0
  556. package/dist-types/commands/UpdateCrawlerCommand.d.ts +2 -0
  557. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -0
  558. package/dist-types/commands/UpdateDatabaseCommand.d.ts +2 -0
  559. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +2 -0
  560. package/dist-types/commands/UpdateJobCommand.d.ts +2 -0
  561. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -0
  562. package/dist-types/commands/UpdateMLTransformCommand.d.ts +2 -0
  563. package/dist-types/commands/UpdatePartitionCommand.d.ts +2 -0
  564. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -0
  565. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -0
  566. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -0
  567. package/dist-types/commands/UpdateTableCommand.d.ts +2 -0
  568. package/dist-types/commands/UpdateTriggerCommand.d.ts +2 -0
  569. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -0
  570. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -0
  571. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  572. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  573. package/dist-types/endpoint/ruleset.d.ts +2 -0
  574. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  575. package/dist-types/runtimeConfig.d.ts +4 -2
  576. package/dist-types/runtimeConfig.native.d.ts +4 -2
  577. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  578. package/dist-types/ts3.4/GlueClient.d.ts +15 -8
  579. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +2 -0
  580. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +2 -0
  581. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +2 -0
  582. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +2 -0
  583. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +2 -0
  584. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +2 -0
  585. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +2 -0
  586. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -0
  587. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +2 -0
  588. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +2 -0
  589. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +2 -0
  590. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +2 -0
  591. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +2 -0
  592. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -0
  593. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +2 -0
  594. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +2 -0
  595. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +2 -0
  596. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +2 -0
  597. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +2 -0
  598. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +2 -0
  599. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -0
  600. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -0
  601. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +2 -0
  602. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +2 -0
  603. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +2 -0
  604. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -0
  605. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +2 -0
  606. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +2 -0
  607. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +2 -0
  608. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +2 -0
  609. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -0
  610. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -0
  611. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +2 -0
  612. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -0
  613. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -0
  614. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +2 -0
  615. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +2 -0
  616. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -0
  617. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +2 -0
  618. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +2 -0
  619. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -0
  620. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -0
  621. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -0
  622. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +2 -0
  623. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +2 -0
  624. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +2 -0
  625. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +2 -0
  626. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -0
  627. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +2 -0
  628. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +2 -0
  629. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +2 -0
  630. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +2 -0
  631. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -0
  632. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -0
  633. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +2 -0
  634. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +2 -0
  635. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +2 -0
  636. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -0
  637. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +2 -0
  638. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +2 -0
  639. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -0
  640. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -0
  641. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +2 -0
  642. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +2 -0
  643. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +2 -0
  644. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +2 -0
  645. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +2 -0
  646. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +2 -0
  647. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -0
  648. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +2 -0
  649. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +2 -0
  650. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +2 -0
  651. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +2 -0
  652. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +2 -0
  653. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +2 -0
  654. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +2 -0
  655. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -0
  656. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -0
  657. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +2 -0
  658. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +2 -0
  659. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +2 -0
  660. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +2 -0
  661. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +2 -0
  662. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -0
  663. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +2 -0
  664. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +2 -0
  665. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +2 -0
  666. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -0
  667. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +2 -0
  668. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +2 -0
  669. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +2 -0
  670. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +2 -0
  671. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +2 -0
  672. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +2 -0
  673. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +2 -0
  674. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +2 -0
  675. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +2 -0
  676. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +2 -0
  677. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -0
  678. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +2 -0
  679. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +2 -0
  680. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +2 -0
  681. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +2 -0
  682. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +2 -0
  683. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +2 -0
  684. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -0
  685. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +2 -0
  686. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -0
  687. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -0
  688. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -0
  689. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -0
  690. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -0
  691. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +2 -0
  692. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +2 -0
  693. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -0
  694. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -0
  695. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -0
  696. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +2 -0
  697. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +2 -0
  698. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -0
  699. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +2 -0
  700. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -0
  701. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +2 -0
  702. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +2 -0
  703. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +2 -0
  704. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +2 -0
  705. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +2 -0
  706. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +2 -0
  707. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +2 -0
  708. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
  709. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +2 -0
  710. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +2 -0
  711. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +2 -0
  712. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -0
  713. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -0
  714. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +2 -0
  715. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +2 -0
  716. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -0
  717. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -0
  718. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -0
  719. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +2 -0
  720. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -0
  721. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -0
  722. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +2 -0
  723. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -0
  724. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +2 -0
  725. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +2 -0
  726. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +2 -0
  727. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -0
  728. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +2 -0
  729. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +2 -0
  730. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +2 -0
  731. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +2 -0
  732. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +2 -0
  733. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -0
  734. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -0
  735. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -0
  736. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +2 -0
  737. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +2 -0
  738. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +2 -0
  739. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +2 -0
  740. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +2 -0
  741. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +2 -0
  742. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +2 -0
  743. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  744. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  745. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +2 -0
  746. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +2 -0
  747. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -0
  748. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -0
  749. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -0
  750. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +2 -0
  751. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -0
  752. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +2 -0
  753. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +2 -0
  754. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -0
  755. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +2 -0
  756. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +2 -0
  757. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +2 -0
  758. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +2 -0
  759. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +2 -0
  760. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +2 -0
  761. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -0
  762. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +2 -0
  763. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -0
  764. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +2 -0
  765. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  766. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  767. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  768. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  769. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  770. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  771. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  772. package/package.json +3 -1
  773. package/dist-cjs/endpoints.js +0 -185
  774. package/dist-es/endpoints.js +0 -181
  775. package/dist-types/endpoints.d.ts +0 -2
  776. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput } from "./commands/BatchCreatePartitionCommand";
10
11
  import { BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput } from "./commands/BatchDeleteConnectionCommand";
11
12
  import { BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput } from "./commands/BatchDeletePartitionCommand";
@@ -192,6 +193,7 @@ import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/Up
192
193
  import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
193
194
  import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
194
195
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
196
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
195
197
  export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
196
198
  export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
197
199
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -284,11 +286,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
284
286
  * @internal
285
287
  */
286
288
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
287
- /**
288
- * Fetch related hostname, signing name or signing region with given region.
289
- * @internal
290
- */
291
- regionInfoProvider?: RegionInfoProvider;
292
289
  /**
293
290
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
294
291
  * @internal
@@ -299,13 +296,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
299
296
  */
300
297
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
301
298
  }
302
- declare type GlueClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
299
+ declare type GlueClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
303
300
  /**
304
301
  * The configuration interface of GlueClient class constructor that set the region, credentials and other options.
305
302
  */
306
303
  export interface GlueClientConfig extends GlueClientConfigType {
307
304
  }
308
- declare type GlueClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
305
+ declare type GlueClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
309
306
  /**
310
307
  * The resolved configuration interface of GlueClient class. This is resolved and normalized from the {@link GlueClientConfig | constructor configuration interface}.
311
308
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR
25
26
  */
26
27
  export declare class BatchCreatePartitionCommand extends $Command<BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchCreatePartitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchCreatePartitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchDeleteConnectionCommandOutput extends BatchDeleteConnectio
25
26
  */
26
27
  export declare class BatchDeleteConnectionCommand extends $Command<BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchDeleteConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchDeleteConnectionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchDeletePartitionCommandOutput extends BatchDeletePartitionR
25
26
  */
26
27
  export declare class BatchDeletePartitionCommand extends $Command<BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchDeletePartitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchDeletePartitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -35,6 +36,7 @@ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse,
35
36
  */
36
37
  export declare class BatchDeleteTableCommand extends $Command<BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput, GlueClientResolvedConfig> {
37
38
  readonly input: BatchDeleteTableCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: BatchDeleteTableCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchDeleteTableVersionCommandOutput extends BatchDeleteTableVe
25
26
  */
26
27
  export declare class BatchDeleteTableVersionCommand extends $Command<BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchDeleteTableVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchDeleteTableVersionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchGetBlueprintsCommandOutput extends BatchGetBlueprintsRespo
25
26
  */
26
27
  export declare class BatchGetBlueprintsCommand extends $Command<BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchGetBlueprintsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchGetBlueprintsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse,
25
26
  */
26
27
  export declare class BatchGetCrawlersCommand extends $Command<BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchGetCrawlersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchGetCrawlersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEn
25
26
  */
26
27
  export declare class BatchGetCustomEntityTypesCommand extends $Command<BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchGetCustomEntityTypesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchGetCustomEntityTypesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -28,6 +29,7 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR
28
29
  */
29
30
  export declare class BatchGetDevEndpointsCommand extends $Command<BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput, GlueClientResolvedConfig> {
30
31
  readonly input: BatchGetDevEndpointsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: BatchGetDevEndpointsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -27,6 +28,7 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
27
28
  */
28
29
  export declare class BatchGetJobsCommand extends $Command<BatchGetJobsCommandInput, BatchGetJobsCommandOutput, GlueClientResolvedConfig> {
29
30
  readonly input: BatchGetJobsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchGetJobsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchGetPartitionCommandOutput extends BatchGetPartitionRespons
25
26
  */
26
27
  export declare class BatchGetPartitionCommand extends $Command<BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchGetPartitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchGetPartitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchGetTriggersCommandOutput extends BatchGetTriggersResponse,
25
26
  */
26
27
  export declare class BatchGetTriggersCommand extends $Command<BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchGetTriggersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchGetTriggersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
25
26
  */
26
27
  export declare class BatchGetWorkflowsCommand extends $Command<BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchGetWorkflowsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchGetWorkflowsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, _
25
26
  */
26
27
  export declare class BatchStopJobRunCommand extends $Command<BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchStopJobRunCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchStopJobRunCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface BatchUpdatePartitionCommandOutput extends BatchUpdatePartitionR
25
26
  */
26
27
  export declare class BatchUpdatePartitionCommand extends $Command<BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: BatchUpdatePartitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchUpdatePartitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -27,6 +28,7 @@ export interface CancelMLTaskRunCommandOutput extends CancelMLTaskRunResponse, _
27
28
  */
28
29
  export declare class CancelMLTaskRunCommand extends $Command<CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput, GlueClientResolvedConfig> {
29
30
  readonly input: CancelMLTaskRunCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CancelMLTaskRunCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CancelStatementCommandOutput extends CancelStatementResponse, _
25
26
  */
26
27
  export declare class CancelStatementCommand extends $Command<CancelStatementCommandInput, CancelStatementCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CancelStatementCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CancelStatementCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CheckSchemaVersionValidityCommandOutput extends CheckSchemaVers
25
26
  */
26
27
  export declare class CheckSchemaVersionValidityCommand extends $Command<CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CheckSchemaVersionValidityCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CheckSchemaVersionValidityCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, _
25
26
  */
26
27
  export declare class CreateBlueprintCommand extends $Command<CreateBlueprintCommandInput, CreateBlueprintCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateBlueprintCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateBlueprintCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -27,6 +28,7 @@ export interface CreateClassifierCommandOutput extends CreateClassifierResponse,
27
28
  */
28
29
  export declare class CreateClassifierCommand extends $Command<CreateClassifierCommandInput, CreateClassifierCommandOutput, GlueClientResolvedConfig> {
29
30
  readonly input: CreateClassifierCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateClassifierCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
25
26
  */
26
27
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateConnectionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -27,6 +28,7 @@ export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __Met
27
28
  */
28
29
  export declare class CreateCrawlerCommand extends $Command<CreateCrawlerCommandInput, CreateCrawlerCommandOutput, GlueClientResolvedConfig> {
29
30
  readonly input: CreateCrawlerCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateCrawlerCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -27,6 +28,7 @@ export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityT
27
28
  */
28
29
  export declare class CreateCustomEntityTypeCommand extends $Command<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
29
30
  readonly input: CreateCustomEntityTypeCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateCustomEntityTypeCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M
25
26
  */
26
27
  export declare class CreateDatabaseCommand extends $Command<CreateDatabaseCommandInput, CreateDatabaseCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateDatabaseCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateDatabaseCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
25
26
  */
26
27
  export declare class CreateDevEndpointCommand extends $Command<CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateDevEndpointCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateDevEndpointCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -26,6 +27,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
26
27
  */
27
28
  export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, GlueClientResolvedConfig> {
28
29
  readonly input: CreateJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateJobCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -37,6 +38,7 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
37
38
  */
38
39
  export declare class CreateMLTransformCommand extends $Command<CreateMLTransformCommandInput, CreateMLTransformCommandOutput, GlueClientResolvedConfig> {
39
40
  readonly input: CreateMLTransformCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: CreateMLTransformCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreatePartitionCommandOutput extends CreatePartitionResponse, _
25
26
  */
26
27
  export declare class CreatePartitionCommand extends $Command<CreatePartitionCommandInput, CreatePartitionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreatePartitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreatePartitionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreatePartitionIndexCommandOutput extends CreatePartitionIndexR
25
26
  */
26
27
  export declare class CreatePartitionIndexCommand extends $Command<CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreatePartitionIndexCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreatePartitionIndexCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __M
25
26
  */
26
27
  export declare class CreateRegistryCommand extends $Command<CreateRegistryCommandInput, CreateRegistryCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateRegistryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateRegistryCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -27,6 +28,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
27
28
  */
28
29
  export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, GlueClientResolvedConfig> {
29
30
  readonly input: CreateSchemaCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateSchemaCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateScriptCommandOutput extends CreateScriptResponse, __Metad
25
26
  */
26
27
  export declare class CreateScriptCommand extends $Command<CreateScriptCommandInput, CreateScriptCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateScriptCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateScriptCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
25
26
  */
26
27
  export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateSecurityConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateSecurityConfigurationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
25
26
  */
26
27
  export declare class CreateSessionCommand extends $Command<CreateSessionCommandInput, CreateSessionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateSessionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateSessionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
25
26
  */
26
27
  export declare class CreateTableCommand extends $Command<CreateTableCommandInput, CreateTableCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateTableCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateTableCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __Met
25
26
  */
26
27
  export declare class CreateTriggerCommand extends $Command<CreateTriggerCommandInput, CreateTriggerCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateTriggerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateTriggerCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -25,6 +26,7 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
25
26
  */
26
27
  export declare class CreateUserDefinedFunctionCommand extends $Command<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
27
28
  readonly input: CreateUserDefinedFunctionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateUserDefinedFunctionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
@@ -26,6 +27,7 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
26
27
  */
27
28
  export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig> {
28
29
  readonly input: CreateWorkflowCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateWorkflowCommandInput);
30
32
  /**
31
33
  * @internal