@aws-sdk/client-glue 3.590.0 → 3.592.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 (441) hide show
  1. package/dist-cjs/index.js +56 -226
  2. package/dist-es/models/models_0.js +15 -53
  3. package/dist-es/models/models_1.js +65 -3
  4. package/dist-es/models/models_2.js +9 -5
  5. package/dist-es/protocols/Aws_json1_1.js +7 -0
  6. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -1
  13. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -1
  14. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +2 -1
  15. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -1
  16. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -1
  17. package/dist-types/commands/BatchGetPartitionCommand.d.ts +2 -1
  18. package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +2 -1
  19. package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -1
  20. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -1
  21. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
  22. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +2 -1
  23. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  24. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  25. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +2 -1
  26. package/dist-types/commands/CancelStatementCommand.d.ts +2 -1
  27. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +2 -1
  28. package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateClassifierCommand.d.ts +2 -1
  30. package/dist-types/commands/CreateConnectionCommand.d.ts +27 -4
  31. package/dist-types/commands/CreateCrawlerCommand.d.ts +3 -2
  32. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +2 -1
  34. package/dist-types/commands/CreateDatabaseCommand.d.ts +2 -1
  35. package/dist-types/commands/CreateDevEndpointCommand.d.ts +2 -1
  36. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  37. package/dist-types/commands/CreateMLTransformCommand.d.ts +2 -1
  38. package/dist-types/commands/CreatePartitionCommand.d.ts +2 -1
  39. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +2 -1
  40. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -1
  41. package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
  42. package/dist-types/commands/CreateScriptCommand.d.ts +2 -1
  43. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
  44. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  45. package/dist-types/commands/CreateTableCommand.d.ts +18 -1
  46. package/dist-types/commands/CreateTableOptimizerCommand.d.ts +2 -1
  47. package/dist-types/commands/CreateTriggerCommand.d.ts +2 -1
  48. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +2 -1
  49. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  50. package/dist-types/commands/DeleteBlueprintCommand.d.ts +2 -1
  51. package/dist-types/commands/DeleteClassifierCommand.d.ts +2 -1
  52. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
  53. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
  54. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  55. package/dist-types/commands/DeleteCrawlerCommand.d.ts +2 -1
  56. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +2 -1
  57. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +2 -1
  58. package/dist-types/commands/DeleteDatabaseCommand.d.ts +2 -1
  59. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +2 -1
  60. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  61. package/dist-types/commands/DeleteMLTransformCommand.d.ts +2 -1
  62. package/dist-types/commands/DeletePartitionCommand.d.ts +2 -1
  63. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +2 -1
  64. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -1
  65. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  66. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
  67. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -1
  68. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +2 -1
  69. package/dist-types/commands/DeleteSessionCommand.d.ts +2 -1
  70. package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
  71. package/dist-types/commands/DeleteTableOptimizerCommand.d.ts +2 -1
  72. package/dist-types/commands/DeleteTableVersionCommand.d.ts +2 -1
  73. package/dist-types/commands/DeleteTriggerCommand.d.ts +2 -1
  74. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -1
  75. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  76. package/dist-types/commands/GetBlueprintCommand.d.ts +2 -1
  77. package/dist-types/commands/GetBlueprintRunCommand.d.ts +2 -1
  78. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +2 -1
  79. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -1
  80. package/dist-types/commands/GetClassifierCommand.d.ts +2 -1
  81. package/dist-types/commands/GetClassifiersCommand.d.ts +2 -1
  82. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  83. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -1
  84. package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +2 -1
  85. package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +2 -1
  86. package/dist-types/commands/GetConnectionCommand.d.ts +21 -2
  87. package/dist-types/commands/GetConnectionsCommand.d.ts +22 -3
  88. package/dist-types/commands/GetCrawlerCommand.d.ts +2 -1
  89. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -1
  90. package/dist-types/commands/GetCrawlersCommand.d.ts +2 -1
  91. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +2 -1
  92. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -1
  93. package/dist-types/commands/GetDataQualityResultCommand.d.ts +2 -1
  94. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  95. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +2 -1
  96. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  97. package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
  98. package/dist-types/commands/GetDatabasesCommand.d.ts +2 -1
  99. package/dist-types/commands/GetDataflowGraphCommand.d.ts +2 -1
  100. package/dist-types/commands/GetDevEndpointCommand.d.ts +2 -1
  101. package/dist-types/commands/GetDevEndpointsCommand.d.ts +2 -1
  102. package/dist-types/commands/GetJobBookmarkCommand.d.ts +2 -1
  103. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  104. package/dist-types/commands/GetJobRunCommand.d.ts +2 -1
  105. package/dist-types/commands/GetJobRunsCommand.d.ts +2 -1
  106. package/dist-types/commands/GetJobsCommand.d.ts +2 -1
  107. package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
  108. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -1
  109. package/dist-types/commands/GetMLTransformCommand.d.ts +2 -1
  110. package/dist-types/commands/GetMLTransformsCommand.d.ts +2 -1
  111. package/dist-types/commands/GetMappingCommand.d.ts +2 -1
  112. package/dist-types/commands/GetPartitionCommand.d.ts +2 -1
  113. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +2 -1
  114. package/dist-types/commands/GetPartitionsCommand.d.ts +2 -1
  115. package/dist-types/commands/GetPlanCommand.d.ts +2 -1
  116. package/dist-types/commands/GetRegistryCommand.d.ts +2 -1
  117. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -1
  118. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  119. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +3 -2
  120. package/dist-types/commands/GetSchemaCommand.d.ts +4 -2
  121. package/dist-types/commands/GetSchemaVersionCommand.d.ts +3 -2
  122. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +3 -2
  123. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +3 -2
  124. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +2 -1
  125. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  126. package/dist-types/commands/GetStatementCommand.d.ts +2 -1
  127. package/dist-types/commands/GetTableCommand.d.ts +3 -1
  128. package/dist-types/commands/GetTableOptimizerCommand.d.ts +2 -1
  129. package/dist-types/commands/GetTableVersionCommand.d.ts +3 -1
  130. package/dist-types/commands/GetTableVersionsCommand.d.ts +3 -1
  131. package/dist-types/commands/GetTablesCommand.d.ts +3 -1
  132. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  133. package/dist-types/commands/GetTriggerCommand.d.ts +2 -1
  134. package/dist-types/commands/GetTriggersCommand.d.ts +2 -1
  135. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -1
  136. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -1
  137. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +3 -1
  138. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +2 -1
  139. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +2 -1
  140. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  141. package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
  142. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -1
  143. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +2 -1
  144. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +2 -1
  145. package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -1
  146. package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +2 -1
  147. package/dist-types/commands/ListCrawlersCommand.d.ts +2 -1
  148. package/dist-types/commands/ListCrawlsCommand.d.ts +2 -1
  149. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +2 -1
  150. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +2 -1
  151. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +2 -1
  152. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +2 -1
  153. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +2 -1
  154. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -1
  155. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  156. package/dist-types/commands/ListMLTransformsCommand.d.ts +2 -1
  157. package/dist-types/commands/ListRegistriesCommand.d.ts +2 -1
  158. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -1
  159. package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
  160. package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
  161. package/dist-types/commands/ListStatementsCommand.d.ts +2 -1
  162. package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
  163. package/dist-types/commands/ListTriggersCommand.d.ts +2 -1
  164. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  165. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -1
  166. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  167. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +2 -1
  168. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -1
  169. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -1
  170. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -1
  171. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -1
  172. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +2 -1
  173. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -1
  174. package/dist-types/commands/RunStatementCommand.d.ts +2 -1
  175. package/dist-types/commands/SearchTablesCommand.d.ts +3 -1
  176. package/dist-types/commands/StartBlueprintRunCommand.d.ts +2 -1
  177. package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +2 -1
  178. package/dist-types/commands/StartCrawlerCommand.d.ts +2 -1
  179. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +2 -1
  180. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  181. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  182. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +2 -1
  183. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +2 -1
  184. package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
  185. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -1
  186. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -1
  187. package/dist-types/commands/StartTriggerCommand.d.ts +2 -1
  188. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
  189. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +2 -1
  190. package/dist-types/commands/StopCrawlerCommand.d.ts +2 -1
  191. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +2 -1
  192. package/dist-types/commands/StopSessionCommand.d.ts +2 -1
  193. package/dist-types/commands/StopTriggerCommand.d.ts +2 -1
  194. package/dist-types/commands/StopWorkflowRunCommand.d.ts +2 -1
  195. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  196. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  197. package/dist-types/commands/UpdateBlueprintCommand.d.ts +2 -1
  198. package/dist-types/commands/UpdateClassifierCommand.d.ts +2 -1
  199. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -1
  200. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
  201. package/dist-types/commands/UpdateConnectionCommand.d.ts +23 -2
  202. package/dist-types/commands/UpdateCrawlerCommand.d.ts +2 -1
  203. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
  204. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +2 -1
  205. package/dist-types/commands/UpdateDatabaseCommand.d.ts +2 -1
  206. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +2 -1
  207. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  208. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
  209. package/dist-types/commands/UpdateMLTransformCommand.d.ts +2 -1
  210. package/dist-types/commands/UpdatePartitionCommand.d.ts +2 -1
  211. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -1
  212. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
  213. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
  214. package/dist-types/commands/UpdateTableCommand.d.ts +20 -1
  215. package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +2 -1
  216. package/dist-types/commands/UpdateTriggerCommand.d.ts +2 -1
  217. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -1
  218. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
  219. package/dist-types/index.d.ts +2 -2
  220. package/dist-types/models/GlueServiceException.d.ts +2 -1
  221. package/dist-types/models/models_0.d.ts +162 -342
  222. package/dist-types/models/models_1.d.ts +475 -307
  223. package/dist-types/models/models_2.d.ts +342 -21
  224. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +2 -1
  225. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +2 -1
  226. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +2 -1
  227. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +2 -1
  228. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +2 -1
  229. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +2 -1
  230. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +2 -1
  231. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -1
  232. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +2 -1
  233. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +2 -1
  234. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +2 -1
  235. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +2 -1
  236. package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +2 -1
  237. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +2 -1
  238. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +2 -1
  239. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -1
  240. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +2 -1
  241. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  242. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  243. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +2 -1
  244. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +2 -1
  245. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +2 -1
  246. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +2 -1
  247. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +2 -1
  248. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +3 -2
  249. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +3 -2
  250. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
  251. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +2 -1
  252. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +2 -1
  253. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +2 -1
  254. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
  255. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +2 -1
  256. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +2 -1
  257. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +2 -1
  258. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +2 -1
  259. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -1
  260. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -1
  261. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
  262. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -1
  263. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
  264. package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +2 -1
  265. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +2 -1
  266. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +2 -1
  267. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -1
  268. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +2 -1
  269. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +2 -1
  270. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
  271. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
  272. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -1
  273. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +2 -1
  274. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +2 -1
  275. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +2 -1
  276. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +2 -1
  277. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +2 -1
  278. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -1
  279. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +2 -1
  280. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +2 -1
  281. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +2 -1
  282. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +2 -1
  283. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  284. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -1
  285. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +2 -1
  286. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +2 -1
  287. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +2 -1
  288. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
  289. package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +2 -1
  290. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +2 -1
  291. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +2 -1
  292. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -1
  293. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -1
  294. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +2 -1
  295. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +2 -1
  296. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +2 -1
  297. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +2 -1
  298. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +2 -1
  299. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +2 -1
  300. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  301. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +2 -1
  302. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +2 -1
  303. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +2 -1
  304. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +2 -1
  305. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +2 -1
  306. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +2 -1
  307. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +2 -1
  308. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +2 -1
  309. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +2 -1
  310. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -1
  311. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +2 -1
  312. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  313. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +2 -1
  314. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  315. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -1
  316. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +2 -1
  317. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +2 -1
  318. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +2 -1
  319. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +2 -1
  320. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +2 -1
  321. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
  322. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +2 -1
  323. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +2 -1
  324. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +2 -1
  325. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -1
  326. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +2 -1
  327. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +2 -1
  328. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +2 -1
  329. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +2 -1
  330. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +2 -1
  331. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +2 -1
  332. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +2 -1
  333. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +2 -1
  334. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +2 -1
  335. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +2 -1
  336. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
  337. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +3 -2
  338. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +4 -2
  339. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +3 -2
  340. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +3 -2
  341. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +3 -2
  342. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +2 -1
  343. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +2 -1
  344. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +2 -1
  345. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
  346. package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +2 -1
  347. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -1
  348. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -1
  349. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -1
  350. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -1
  351. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +2 -1
  352. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +2 -1
  353. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -1
  354. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -1
  355. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -1
  356. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +2 -1
  357. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +2 -1
  358. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -1
  359. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +2 -1
  360. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -1
  361. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +2 -1
  362. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +2 -1
  363. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +2 -1
  364. package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +2 -1
  365. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +2 -1
  366. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +2 -1
  367. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +2 -1
  368. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +2 -1
  369. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +2 -1
  370. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +2 -1
  371. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +2 -1
  372. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +2 -1
  373. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
  374. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +2 -1
  375. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +2 -1
  376. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +2 -1
  377. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -1
  378. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -1
  379. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +2 -1
  380. package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
  381. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +2 -1
  382. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
  383. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -1
  384. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  385. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +2 -1
  386. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -1
  387. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -1
  388. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +2 -1
  389. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -1
  390. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +2 -1
  391. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +2 -1
  392. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +2 -1
  393. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -1
  394. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +2 -1
  395. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +2 -1
  396. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +2 -1
  397. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +2 -1
  398. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  399. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  400. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +2 -1
  401. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +2 -1
  402. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -1
  403. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -1
  404. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -1
  405. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +2 -1
  406. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +2 -1
  407. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +2 -1
  408. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +2 -1
  409. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +2 -1
  410. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +2 -1
  411. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +2 -1
  412. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +2 -1
  413. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  414. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  415. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +2 -1
  416. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +2 -1
  417. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -1
  418. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
  419. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -1
  420. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +2 -1
  421. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
  422. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +2 -1
  423. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +2 -1
  424. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +2 -1
  425. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
  426. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
  427. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +2 -1
  428. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +2 -1
  429. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +2 -1
  430. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +2 -1
  431. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
  432. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
  433. package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +2 -1
  434. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +2 -1
  435. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -1
  436. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +2 -1
  437. package/dist-types/ts3.4/models/GlueServiceException.d.ts +2 -1
  438. package/dist-types/ts3.4/models/models_0.d.ts +50 -96
  439. package/dist-types/ts3.4/models/models_1.d.ts +140 -72
  440. package/dist-types/ts3.4/models/models_2.d.ts +84 -9
  441. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -25,6 +25,7 @@ __export(src_exports, {
25
25
  AdditionalOptionKeys: () => AdditionalOptionKeys,
26
26
  AggFunction: () => AggFunction,
27
27
  AlreadyExistsException: () => AlreadyExistsException,
28
+ AuthenticationType: () => AuthenticationType,
28
29
  BackfillErrorCode: () => BackfillErrorCode,
29
30
  BatchCreatePartitionCommand: () => BatchCreatePartitionCommand,
30
31
  BatchDeleteConnectionCommand: () => BatchDeleteConnectionCommand,
@@ -66,6 +67,7 @@ __export(src_exports, {
66
67
  ConditionCheckFailureException: () => ConditionCheckFailureException,
67
68
  ConflictException: () => ConflictException,
68
69
  ConnectionPropertyKey: () => ConnectionPropertyKey,
70
+ ConnectionStatus: () => ConnectionStatus,
69
71
  ConnectionType: () => ConnectionType,
70
72
  CrawlState: () => CrawlState,
71
73
  CrawlerHistoryState: () => CrawlerHistoryState,
@@ -266,6 +268,7 @@ __export(src_exports, {
266
268
  MetadataOperation: () => MetadataOperation,
267
269
  NoScheduleException: () => NoScheduleException,
268
270
  NodeType: () => NodeType,
271
+ OAuth2GrantType: () => OAuth2GrantType,
269
272
  OperationTimeoutException: () => OperationTimeoutException,
270
273
  ParamType: () => ParamType,
271
274
  ParquetCompressionType: () => ParquetCompressionType,
@@ -370,6 +373,7 @@ __export(src_exports, {
370
373
  ValidationException: () => ValidationException,
371
374
  VersionMismatchException: () => VersionMismatchException,
372
375
  ViewDialect: () => ViewDialect,
376
+ ViewUpdateAction: () => ViewUpdateAction,
373
377
  WorkerType: () => WorkerType,
374
378
  WorkflowRunStatus: () => WorkflowRunStatus,
375
379
  __Client: () => import_smithy_client.Client,
@@ -567,7 +571,6 @@ var GlueClient = _GlueClient;
567
571
 
568
572
  var import_middleware_serde = require("@smithy/middleware-serde");
569
573
 
570
- var import_types = require("@smithy/types");
571
574
 
572
575
  // src/protocols/Aws_json1_1.ts
573
576
  var import_core2 = require("@aws-sdk/core");
@@ -646,6 +649,16 @@ var _AlreadyExistsException = class _AlreadyExistsException extends GlueServiceE
646
649
  };
647
650
  __name(_AlreadyExistsException, "AlreadyExistsException");
648
651
  var AlreadyExistsException = _AlreadyExistsException;
652
+ var AuthenticationType = {
653
+ BASIC: "BASIC",
654
+ CUSTOM: "CUSTOM",
655
+ OAUTH2: "OAUTH2"
656
+ };
657
+ var OAuth2GrantType = {
658
+ AUTHORIZATION_CODE: "AUTHORIZATION_CODE",
659
+ CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS",
660
+ JWT_BEARER: "JWT_BEARER"
661
+ };
649
662
  var _EntityNotFoundException = class _EntityNotFoundException extends GlueServiceException {
650
663
  /**
651
664
  * @internal
@@ -1016,10 +1029,15 @@ var SourceControlProvider = {
1016
1029
  GITLAB: "GITLAB"
1017
1030
  };
1018
1031
  var FederationSourceErrorCode = {
1032
+ AccessDeniedException: "AccessDeniedException",
1033
+ EntityNotFoundException: "EntityNotFoundException",
1019
1034
  InternalServiceException: "InternalServiceException",
1035
+ InvalidCredentialsException: "InvalidCredentialsException",
1036
+ InvalidInputException: "InvalidInputException",
1020
1037
  InvalidResponseException: "InvalidResponseException",
1021
1038
  OperationNotSupportedException: "OperationNotSupportedException",
1022
1039
  OperationTimeoutException: "OperationTimeoutException",
1040
+ PartialFailureException: "PartialFailureException",
1023
1041
  ThrottlingException: "ThrottlingException"
1024
1042
  };
1025
1043
  var _FederationSourceException = class _FederationSourceException extends GlueServiceException {
@@ -1183,6 +1201,8 @@ var CsvSerdeOption = {
1183
1201
  None: "None",
1184
1202
  OpenCSVSerDe: "OpenCSVSerDe"
1185
1203
  };
1204
+
1205
+ // src/models/models_1.ts
1186
1206
  var ConnectionPropertyKey = {
1187
1207
  CONFIG_FILES: "CONFIG_FILES",
1188
1208
  CONNECTION_URL: "CONNECTION_URL",
@@ -1223,6 +1243,7 @@ var ConnectionPropertyKey = {
1223
1243
  KAFKA_SSL_ENABLED: "KAFKA_SSL_ENABLED",
1224
1244
  PASSWORD: "PASSWORD",
1225
1245
  PORT: "PORT",
1246
+ ROLE_ARN: "ROLE_ARN",
1226
1247
  SECRET_ID: "SECRET_ID",
1227
1248
  SKIP_CUSTOM_JDBC_CERT_VALIDATION: "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
1228
1249
  USER_NAME: "USERNAME"
@@ -1234,10 +1255,14 @@ var ConnectionType = {
1234
1255
  MARKETPLACE: "MARKETPLACE",
1235
1256
  MONGODB: "MONGODB",
1236
1257
  NETWORK: "NETWORK",
1258
+ SALESFORCE: "SALESFORCE",
1237
1259
  SFTP: "SFTP"
1238
1260
  };
1239
-
1240
- // src/models/models_1.ts
1261
+ var ConnectionStatus = {
1262
+ FAILED: "FAILED",
1263
+ IN_PROGRESS: "IN_PROGRESS",
1264
+ READY: "READY"
1265
+ };
1241
1266
  var _IdempotentParameterMismatchException = class _IdempotentParameterMismatchException extends GlueServiceException {
1242
1267
  /**
1243
1268
  * @internal
@@ -1378,6 +1403,11 @@ var SessionStatus = {
1378
1403
  var MetadataOperation = {
1379
1404
  CREATE: "CREATE"
1380
1405
  };
1406
+ var ViewDialect = {
1407
+ ATHENA: "ATHENA",
1408
+ REDSHIFT: "REDSHIFT",
1409
+ SPARK: "SPARK"
1410
+ };
1381
1411
  var PrincipalType = {
1382
1412
  GROUP: "GROUP",
1383
1413
  ROLE: "ROLE",
@@ -1537,12 +1567,12 @@ var PartitionIndexStatus = {
1537
1567
  DELETING: "DELETING",
1538
1568
  FAILED: "FAILED"
1539
1569
  };
1540
- var SchemaDiffType = {
1541
- SYNTAX_DIFF: "SYNTAX_DIFF"
1542
- };
1543
1570
 
1544
1571
  // src/models/models_2.ts
1545
1572
 
1573
+ var SchemaDiffType = {
1574
+ SYNTAX_DIFF: "SYNTAX_DIFF"
1575
+ };
1546
1576
  var StatementState = {
1547
1577
  AVAILABLE: "AVAILABLE",
1548
1578
  CANCELLED: "CANCELLED",
@@ -1551,11 +1581,6 @@ var StatementState = {
1551
1581
  RUNNING: "RUNNING",
1552
1582
  WAITING: "WAITING"
1553
1583
  };
1554
- var ViewDialect = {
1555
- ATHENA: "ATHENA",
1556
- REDSHIFT: "REDSHIFT",
1557
- SPARK: "SPARK"
1558
- };
1559
1584
  var PermissionType = {
1560
1585
  CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
1561
1586
  COLUMN_PERMISSION: "COLUMN_PERMISSION",
@@ -1855,6 +1880,12 @@ var _VersionMismatchException = class _VersionMismatchException extends GlueServ
1855
1880
  };
1856
1881
  __name(_VersionMismatchException, "VersionMismatchException");
1857
1882
  var VersionMismatchException = _VersionMismatchException;
1883
+ var ViewUpdateAction = {
1884
+ ADD: "ADD",
1885
+ ADD_OR_REPLACE: "ADD_OR_REPLACE",
1886
+ DROP: "DROP",
1887
+ REPLACE: "REPLACE"
1888
+ };
1858
1889
  var CreateJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1859
1890
  ...obj,
1860
1891
  ...obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: import_smithy_client.SENSITIVE_STRING }
@@ -7061,6 +7092,7 @@ var se_TableInput = /* @__PURE__ */ __name((input, context) => {
7061
7092
  StorageDescriptor: import_smithy_client._json,
7062
7093
  TableType: [],
7063
7094
  TargetTable: import_smithy_client._json,
7095
+ ViewDefinition: import_smithy_client._json,
7064
7096
  ViewExpandedText: [],
7065
7097
  ViewOriginalText: []
7066
7098
  });
@@ -7166,10 +7198,12 @@ var se_UpdateTableRequest = /* @__PURE__ */ __name((input, context) => {
7166
7198
  return (0, import_smithy_client.take)(input, {
7167
7199
  CatalogId: [],
7168
7200
  DatabaseName: [],
7201
+ Force: [],
7169
7202
  SkipArchive: [],
7170
7203
  TableInput: (_) => se_TableInput(_, context),
7171
7204
  TransactionId: [],
7172
- VersionId: []
7205
+ VersionId: [],
7206
+ ViewUpdateAction: []
7173
7207
  });
7174
7208
  }, "se_UpdateTableRequest");
7175
7209
  var de_ApplyMapping = /* @__PURE__ */ __name((output, context) => {
@@ -7495,15 +7529,19 @@ var de_ColumnStatisticsTaskRunsList = /* @__PURE__ */ __name((output, context) =
7495
7529
  }, "de_ColumnStatisticsTaskRunsList");
7496
7530
  var de_Connection = /* @__PURE__ */ __name((output, context) => {
7497
7531
  return (0, import_smithy_client.take)(output, {
7532
+ AuthenticationConfiguration: import_smithy_client._json,
7498
7533
  ConnectionProperties: import_smithy_client._json,
7499
7534
  ConnectionType: import_smithy_client.expectString,
7500
7535
  CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7501
7536
  Description: import_smithy_client.expectString,
7537
+ LastConnectionValidationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7502
7538
  LastUpdatedBy: import_smithy_client.expectString,
7503
7539
  LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
7504
7540
  MatchCriteria: import_smithy_client._json,
7505
7541
  Name: import_smithy_client.expectString,
7506
- PhysicalConnectionRequirements: import_smithy_client._json
7542
+ PhysicalConnectionRequirements: import_smithy_client._json,
7543
+ Status: import_smithy_client.expectString,
7544
+ StatusReason: import_smithy_client.expectString
7507
7545
  });
7508
7546
  }, "de_Connection");
7509
7547
  var de_ConnectionList = /* @__PURE__ */ __name((output, context) => {
@@ -8964,7 +9002,6 @@ var BatchCreatePartitionCommand = _BatchCreatePartitionCommand;
8964
9002
 
8965
9003
 
8966
9004
 
8967
-
8968
9005
  var _BatchDeleteConnectionCommand = class _BatchDeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
8969
9006
  ...commonParams
8970
9007
  }).m(function(Command, cs, config, o) {
@@ -8981,7 +9018,6 @@ var BatchDeleteConnectionCommand = _BatchDeleteConnectionCommand;
8981
9018
 
8982
9019
 
8983
9020
 
8984
-
8985
9021
  var _BatchDeletePartitionCommand = class _BatchDeletePartitionCommand extends import_smithy_client.Command.classBuilder().ep({
8986
9022
  ...commonParams
8987
9023
  }).m(function(Command, cs, config, o) {
@@ -8998,7 +9034,6 @@ var BatchDeletePartitionCommand = _BatchDeletePartitionCommand;
8998
9034
 
8999
9035
 
9000
9036
 
9001
-
9002
9037
  var _BatchDeleteTableCommand = class _BatchDeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
9003
9038
  ...commonParams
9004
9039
  }).m(function(Command, cs, config, o) {
@@ -9015,7 +9050,6 @@ var BatchDeleteTableCommand = _BatchDeleteTableCommand;
9015
9050
 
9016
9051
 
9017
9052
 
9018
-
9019
9053
  var _BatchDeleteTableVersionCommand = class _BatchDeleteTableVersionCommand extends import_smithy_client.Command.classBuilder().ep({
9020
9054
  ...commonParams
9021
9055
  }).m(function(Command, cs, config, o) {
@@ -9032,7 +9066,6 @@ var BatchDeleteTableVersionCommand = _BatchDeleteTableVersionCommand;
9032
9066
 
9033
9067
 
9034
9068
 
9035
-
9036
9069
  var _BatchGetBlueprintsCommand = class _BatchGetBlueprintsCommand extends import_smithy_client.Command.classBuilder().ep({
9037
9070
  ...commonParams
9038
9071
  }).m(function(Command, cs, config, o) {
@@ -9049,7 +9082,6 @@ var BatchGetBlueprintsCommand = _BatchGetBlueprintsCommand;
9049
9082
 
9050
9083
 
9051
9084
 
9052
-
9053
9085
  var _BatchGetCrawlersCommand = class _BatchGetCrawlersCommand extends import_smithy_client.Command.classBuilder().ep({
9054
9086
  ...commonParams
9055
9087
  }).m(function(Command, cs, config, o) {
@@ -9066,7 +9098,6 @@ var BatchGetCrawlersCommand = _BatchGetCrawlersCommand;
9066
9098
 
9067
9099
 
9068
9100
 
9069
-
9070
9101
  var _BatchGetCustomEntityTypesCommand = class _BatchGetCustomEntityTypesCommand extends import_smithy_client.Command.classBuilder().ep({
9071
9102
  ...commonParams
9072
9103
  }).m(function(Command, cs, config, o) {
@@ -9083,7 +9114,6 @@ var BatchGetCustomEntityTypesCommand = _BatchGetCustomEntityTypesCommand;
9083
9114
 
9084
9115
 
9085
9116
 
9086
-
9087
9117
  var _BatchGetDataQualityResultCommand = class _BatchGetDataQualityResultCommand extends import_smithy_client.Command.classBuilder().ep({
9088
9118
  ...commonParams
9089
9119
  }).m(function(Command, cs, config, o) {
@@ -9100,7 +9130,6 @@ var BatchGetDataQualityResultCommand = _BatchGetDataQualityResultCommand;
9100
9130
 
9101
9131
 
9102
9132
 
9103
-
9104
9133
  var _BatchGetDevEndpointsCommand = class _BatchGetDevEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
9105
9134
  ...commonParams
9106
9135
  }).m(function(Command, cs, config, o) {
@@ -9117,7 +9146,6 @@ var BatchGetDevEndpointsCommand = _BatchGetDevEndpointsCommand;
9117
9146
 
9118
9147
 
9119
9148
 
9120
-
9121
9149
  var _BatchGetJobsCommand = class _BatchGetJobsCommand extends import_smithy_client.Command.classBuilder().ep({
9122
9150
  ...commonParams
9123
9151
  }).m(function(Command, cs, config, o) {
@@ -9134,7 +9162,6 @@ var BatchGetJobsCommand = _BatchGetJobsCommand;
9134
9162
 
9135
9163
 
9136
9164
 
9137
-
9138
9165
  var _BatchGetPartitionCommand = class _BatchGetPartitionCommand extends import_smithy_client.Command.classBuilder().ep({
9139
9166
  ...commonParams
9140
9167
  }).m(function(Command, cs, config, o) {
@@ -9151,7 +9178,6 @@ var BatchGetPartitionCommand = _BatchGetPartitionCommand;
9151
9178
 
9152
9179
 
9153
9180
 
9154
-
9155
9181
  var _BatchGetTableOptimizerCommand = class _BatchGetTableOptimizerCommand extends import_smithy_client.Command.classBuilder().ep({
9156
9182
  ...commonParams
9157
9183
  }).m(function(Command, cs, config, o) {
@@ -9168,7 +9194,6 @@ var BatchGetTableOptimizerCommand = _BatchGetTableOptimizerCommand;
9168
9194
 
9169
9195
 
9170
9196
 
9171
-
9172
9197
  var _BatchGetTriggersCommand = class _BatchGetTriggersCommand extends import_smithy_client.Command.classBuilder().ep({
9173
9198
  ...commonParams
9174
9199
  }).m(function(Command, cs, config, o) {
@@ -9185,7 +9210,6 @@ var BatchGetTriggersCommand = _BatchGetTriggersCommand;
9185
9210
 
9186
9211
 
9187
9212
 
9188
-
9189
9213
  var _BatchGetWorkflowsCommand = class _BatchGetWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
9190
9214
  ...commonParams
9191
9215
  }).m(function(Command, cs, config, o) {
@@ -9202,7 +9226,6 @@ var BatchGetWorkflowsCommand = _BatchGetWorkflowsCommand;
9202
9226
 
9203
9227
 
9204
9228
 
9205
-
9206
9229
  var _BatchStopJobRunCommand = class _BatchStopJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
9207
9230
  ...commonParams
9208
9231
  }).m(function(Command, cs, config, o) {
@@ -9219,7 +9242,6 @@ var BatchStopJobRunCommand = _BatchStopJobRunCommand;
9219
9242
 
9220
9243
 
9221
9244
 
9222
-
9223
9245
  var _BatchUpdatePartitionCommand = class _BatchUpdatePartitionCommand extends import_smithy_client.Command.classBuilder().ep({
9224
9246
  ...commonParams
9225
9247
  }).m(function(Command, cs, config, o) {
@@ -9236,7 +9258,6 @@ var BatchUpdatePartitionCommand = _BatchUpdatePartitionCommand;
9236
9258
 
9237
9259
 
9238
9260
 
9239
-
9240
9261
  var _CancelDataQualityRuleRecommendationRunCommand = class _CancelDataQualityRuleRecommendationRunCommand extends import_smithy_client.Command.classBuilder().ep({
9241
9262
  ...commonParams
9242
9263
  }).m(function(Command, cs, config, o) {
@@ -9253,7 +9274,6 @@ var CancelDataQualityRuleRecommendationRunCommand = _CancelDataQualityRuleRecomm
9253
9274
 
9254
9275
 
9255
9276
 
9256
-
9257
9277
  var _CancelDataQualityRulesetEvaluationRunCommand = class _CancelDataQualityRulesetEvaluationRunCommand extends import_smithy_client.Command.classBuilder().ep({
9258
9278
  ...commonParams
9259
9279
  }).m(function(Command, cs, config, o) {
@@ -9270,7 +9290,6 @@ var CancelDataQualityRulesetEvaluationRunCommand = _CancelDataQualityRulesetEval
9270
9290
 
9271
9291
 
9272
9292
 
9273
-
9274
9293
  var _CancelMLTaskRunCommand = class _CancelMLTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
9275
9294
  ...commonParams
9276
9295
  }).m(function(Command, cs, config, o) {
@@ -9287,7 +9306,6 @@ var CancelMLTaskRunCommand = _CancelMLTaskRunCommand;
9287
9306
 
9288
9307
 
9289
9308
 
9290
-
9291
9309
  var _CancelStatementCommand = class _CancelStatementCommand extends import_smithy_client.Command.classBuilder().ep({
9292
9310
  ...commonParams
9293
9311
  }).m(function(Command, cs, config, o) {
@@ -9304,7 +9322,6 @@ var CancelStatementCommand = _CancelStatementCommand;
9304
9322
 
9305
9323
 
9306
9324
 
9307
-
9308
9325
  var _CheckSchemaVersionValidityCommand = class _CheckSchemaVersionValidityCommand extends import_smithy_client.Command.classBuilder().ep({
9309
9326
  ...commonParams
9310
9327
  }).m(function(Command, cs, config, o) {
@@ -9321,7 +9338,6 @@ var CheckSchemaVersionValidityCommand = _CheckSchemaVersionValidityCommand;
9321
9338
 
9322
9339
 
9323
9340
 
9324
-
9325
9341
  var _CreateBlueprintCommand = class _CreateBlueprintCommand extends import_smithy_client.Command.classBuilder().ep({
9326
9342
  ...commonParams
9327
9343
  }).m(function(Command, cs, config, o) {
@@ -9338,7 +9354,6 @@ var CreateBlueprintCommand = _CreateBlueprintCommand;
9338
9354
 
9339
9355
 
9340
9356
 
9341
-
9342
9357
  var _CreateClassifierCommand = class _CreateClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
9343
9358
  ...commonParams
9344
9359
  }).m(function(Command, cs, config, o) {
@@ -9355,7 +9370,6 @@ var CreateClassifierCommand = _CreateClassifierCommand;
9355
9370
 
9356
9371
 
9357
9372
 
9358
-
9359
9373
  var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
9360
9374
  ...commonParams
9361
9375
  }).m(function(Command, cs, config, o) {
@@ -9372,7 +9386,6 @@ var CreateConnectionCommand = _CreateConnectionCommand;
9372
9386
 
9373
9387
 
9374
9388
 
9375
-
9376
9389
  var _CreateCrawlerCommand = class _CreateCrawlerCommand extends import_smithy_client.Command.classBuilder().ep({
9377
9390
  ...commonParams
9378
9391
  }).m(function(Command, cs, config, o) {
@@ -9389,7 +9402,6 @@ var CreateCrawlerCommand = _CreateCrawlerCommand;
9389
9402
 
9390
9403
 
9391
9404
 
9392
-
9393
9405
  var _CreateCustomEntityTypeCommand = class _CreateCustomEntityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
9394
9406
  ...commonParams
9395
9407
  }).m(function(Command, cs, config, o) {
@@ -9406,7 +9418,6 @@ var CreateCustomEntityTypeCommand = _CreateCustomEntityTypeCommand;
9406
9418
 
9407
9419
 
9408
9420
 
9409
-
9410
9421
  var _CreateDatabaseCommand = class _CreateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
9411
9422
  ...commonParams
9412
9423
  }).m(function(Command, cs, config, o) {
@@ -9423,7 +9434,6 @@ var CreateDatabaseCommand = _CreateDatabaseCommand;
9423
9434
 
9424
9435
 
9425
9436
 
9426
-
9427
9437
  var _CreateDataQualityRulesetCommand = class _CreateDataQualityRulesetCommand extends import_smithy_client.Command.classBuilder().ep({
9428
9438
  ...commonParams
9429
9439
  }).m(function(Command, cs, config, o) {
@@ -9440,7 +9450,6 @@ var CreateDataQualityRulesetCommand = _CreateDataQualityRulesetCommand;
9440
9450
 
9441
9451
 
9442
9452
 
9443
-
9444
9453
  var _CreateDevEndpointCommand = class _CreateDevEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
9445
9454
  ...commonParams
9446
9455
  }).m(function(Command, cs, config, o) {
@@ -9457,7 +9466,6 @@ var CreateDevEndpointCommand = _CreateDevEndpointCommand;
9457
9466
 
9458
9467
 
9459
9468
 
9460
-
9461
9469
  var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
9462
9470
  ...commonParams
9463
9471
  }).m(function(Command, cs, config, o) {
@@ -9474,7 +9482,6 @@ var CreateJobCommand = _CreateJobCommand;
9474
9482
 
9475
9483
 
9476
9484
 
9477
-
9478
9485
  var _CreateMLTransformCommand = class _CreateMLTransformCommand extends import_smithy_client.Command.classBuilder().ep({
9479
9486
  ...commonParams
9480
9487
  }).m(function(Command, cs, config, o) {
@@ -9491,7 +9498,6 @@ var CreateMLTransformCommand = _CreateMLTransformCommand;
9491
9498
 
9492
9499
 
9493
9500
 
9494
-
9495
9501
  var _CreatePartitionCommand = class _CreatePartitionCommand extends import_smithy_client.Command.classBuilder().ep({
9496
9502
  ...commonParams
9497
9503
  }).m(function(Command, cs, config, o) {
@@ -9508,7 +9514,6 @@ var CreatePartitionCommand = _CreatePartitionCommand;
9508
9514
 
9509
9515
 
9510
9516
 
9511
-
9512
9517
  var _CreatePartitionIndexCommand = class _CreatePartitionIndexCommand extends import_smithy_client.Command.classBuilder().ep({
9513
9518
  ...commonParams
9514
9519
  }).m(function(Command, cs, config, o) {
@@ -9525,7 +9530,6 @@ var CreatePartitionIndexCommand = _CreatePartitionIndexCommand;
9525
9530
 
9526
9531
 
9527
9532
 
9528
-
9529
9533
  var _CreateRegistryCommand = class _CreateRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
9530
9534
  ...commonParams
9531
9535
  }).m(function(Command, cs, config, o) {
@@ -9542,7 +9546,6 @@ var CreateRegistryCommand = _CreateRegistryCommand;
9542
9546
 
9543
9547
 
9544
9548
 
9545
-
9546
9549
  var _CreateSchemaCommand = class _CreateSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
9547
9550
  ...commonParams
9548
9551
  }).m(function(Command, cs, config, o) {
@@ -9559,7 +9562,6 @@ var CreateSchemaCommand = _CreateSchemaCommand;
9559
9562
 
9560
9563
 
9561
9564
 
9562
-
9563
9565
  var _CreateScriptCommand = class _CreateScriptCommand extends import_smithy_client.Command.classBuilder().ep({
9564
9566
  ...commonParams
9565
9567
  }).m(function(Command, cs, config, o) {
@@ -9576,7 +9578,6 @@ var CreateScriptCommand = _CreateScriptCommand;
9576
9578
 
9577
9579
 
9578
9580
 
9579
-
9580
9581
  var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
9581
9582
  ...commonParams
9582
9583
  }).m(function(Command, cs, config, o) {
@@ -9593,7 +9594,6 @@ var CreateSecurityConfigurationCommand = _CreateSecurityConfigurationCommand;
9593
9594
 
9594
9595
 
9595
9596
 
9596
-
9597
9597
  var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
9598
9598
  ...commonParams
9599
9599
  }).m(function(Command, cs, config, o) {
@@ -9610,7 +9610,6 @@ var CreateSessionCommand = _CreateSessionCommand;
9610
9610
 
9611
9611
 
9612
9612
 
9613
-
9614
9613
  var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep({
9615
9614
  ...commonParams
9616
9615
  }).m(function(Command, cs, config, o) {
@@ -9627,7 +9626,6 @@ var CreateTableCommand = _CreateTableCommand;
9627
9626
 
9628
9627
 
9629
9628
 
9630
-
9631
9629
  var _CreateTableOptimizerCommand = class _CreateTableOptimizerCommand extends import_smithy_client.Command.classBuilder().ep({
9632
9630
  ...commonParams
9633
9631
  }).m(function(Command, cs, config, o) {
@@ -9644,7 +9642,6 @@ var CreateTableOptimizerCommand = _CreateTableOptimizerCommand;
9644
9642
 
9645
9643
 
9646
9644
 
9647
-
9648
9645
  var _CreateTriggerCommand = class _CreateTriggerCommand extends import_smithy_client.Command.classBuilder().ep({
9649
9646
  ...commonParams
9650
9647
  }).m(function(Command, cs, config, o) {
@@ -9661,7 +9658,6 @@ var CreateTriggerCommand = _CreateTriggerCommand;
9661
9658
 
9662
9659
 
9663
9660
 
9664
-
9665
9661
  var _CreateUserDefinedFunctionCommand = class _CreateUserDefinedFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
9666
9662
  ...commonParams
9667
9663
  }).m(function(Command, cs, config, o) {
@@ -9678,7 +9674,6 @@ var CreateUserDefinedFunctionCommand = _CreateUserDefinedFunctionCommand;
9678
9674
 
9679
9675
 
9680
9676
 
9681
-
9682
9677
  var _CreateWorkflowCommand = class _CreateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
9683
9678
  ...commonParams
9684
9679
  }).m(function(Command, cs, config, o) {
@@ -9695,7 +9690,6 @@ var CreateWorkflowCommand = _CreateWorkflowCommand;
9695
9690
 
9696
9691
 
9697
9692
 
9698
-
9699
9693
  var _DeleteBlueprintCommand = class _DeleteBlueprintCommand extends import_smithy_client.Command.classBuilder().ep({
9700
9694
  ...commonParams
9701
9695
  }).m(function(Command, cs, config, o) {
@@ -9712,7 +9706,6 @@ var DeleteBlueprintCommand = _DeleteBlueprintCommand;
9712
9706
 
9713
9707
 
9714
9708
 
9715
-
9716
9709
  var _DeleteClassifierCommand = class _DeleteClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
9717
9710
  ...commonParams
9718
9711
  }).m(function(Command, cs, config, o) {
@@ -9729,7 +9722,6 @@ var DeleteClassifierCommand = _DeleteClassifierCommand;
9729
9722
 
9730
9723
 
9731
9724
 
9732
-
9733
9725
  var _DeleteColumnStatisticsForPartitionCommand = class _DeleteColumnStatisticsForPartitionCommand extends import_smithy_client.Command.classBuilder().ep({
9734
9726
  ...commonParams
9735
9727
  }).m(function(Command, cs, config, o) {
@@ -9746,7 +9738,6 @@ var DeleteColumnStatisticsForPartitionCommand = _DeleteColumnStatisticsForPartit
9746
9738
 
9747
9739
 
9748
9740
 
9749
-
9750
9741
  var _DeleteColumnStatisticsForTableCommand = class _DeleteColumnStatisticsForTableCommand extends import_smithy_client.Command.classBuilder().ep({
9751
9742
  ...commonParams
9752
9743
  }).m(function(Command, cs, config, o) {
@@ -9763,7 +9754,6 @@ var DeleteColumnStatisticsForTableCommand = _DeleteColumnStatisticsForTableComma
9763
9754
 
9764
9755
 
9765
9756
 
9766
-
9767
9757
  var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
9768
9758
  ...commonParams
9769
9759
  }).m(function(Command, cs, config, o) {
@@ -9780,7 +9770,6 @@ var DeleteConnectionCommand = _DeleteConnectionCommand;
9780
9770
 
9781
9771
 
9782
9772
 
9783
-
9784
9773
  var _DeleteCrawlerCommand = class _DeleteCrawlerCommand extends import_smithy_client.Command.classBuilder().ep({
9785
9774
  ...commonParams
9786
9775
  }).m(function(Command, cs, config, o) {
@@ -9797,7 +9786,6 @@ var DeleteCrawlerCommand = _DeleteCrawlerCommand;
9797
9786
 
9798
9787
 
9799
9788
 
9800
-
9801
9789
  var _DeleteCustomEntityTypeCommand = class _DeleteCustomEntityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
9802
9790
  ...commonParams
9803
9791
  }).m(function(Command, cs, config, o) {
@@ -9814,7 +9802,6 @@ var DeleteCustomEntityTypeCommand = _DeleteCustomEntityTypeCommand;
9814
9802
 
9815
9803
 
9816
9804
 
9817
-
9818
9805
  var _DeleteDatabaseCommand = class _DeleteDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
9819
9806
  ...commonParams
9820
9807
  }).m(function(Command, cs, config, o) {
@@ -9831,7 +9818,6 @@ var DeleteDatabaseCommand = _DeleteDatabaseCommand;
9831
9818
 
9832
9819
 
9833
9820
 
9834
-
9835
9821
  var _DeleteDataQualityRulesetCommand = class _DeleteDataQualityRulesetCommand extends import_smithy_client.Command.classBuilder().ep({
9836
9822
  ...commonParams
9837
9823
  }).m(function(Command, cs, config, o) {
@@ -9848,7 +9834,6 @@ var DeleteDataQualityRulesetCommand = _DeleteDataQualityRulesetCommand;
9848
9834
 
9849
9835
 
9850
9836
 
9851
-
9852
9837
  var _DeleteDevEndpointCommand = class _DeleteDevEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
9853
9838
  ...commonParams
9854
9839
  }).m(function(Command, cs, config, o) {
@@ -9865,7 +9850,6 @@ var DeleteDevEndpointCommand = _DeleteDevEndpointCommand;
9865
9850
 
9866
9851
 
9867
9852
 
9868
-
9869
9853
  var _DeleteJobCommand = class _DeleteJobCommand extends import_smithy_client.Command.classBuilder().ep({
9870
9854
  ...commonParams
9871
9855
  }).m(function(Command, cs, config, o) {
@@ -9882,7 +9866,6 @@ var DeleteJobCommand = _DeleteJobCommand;
9882
9866
 
9883
9867
 
9884
9868
 
9885
-
9886
9869
  var _DeleteMLTransformCommand = class _DeleteMLTransformCommand extends import_smithy_client.Command.classBuilder().ep({
9887
9870
  ...commonParams
9888
9871
  }).m(function(Command, cs, config, o) {
@@ -9899,7 +9882,6 @@ var DeleteMLTransformCommand = _DeleteMLTransformCommand;
9899
9882
 
9900
9883
 
9901
9884
 
9902
-
9903
9885
  var _DeletePartitionCommand = class _DeletePartitionCommand extends import_smithy_client.Command.classBuilder().ep({
9904
9886
  ...commonParams
9905
9887
  }).m(function(Command, cs, config, o) {
@@ -9916,7 +9898,6 @@ var DeletePartitionCommand = _DeletePartitionCommand;
9916
9898
 
9917
9899
 
9918
9900
 
9919
-
9920
9901
  var _DeletePartitionIndexCommand = class _DeletePartitionIndexCommand extends import_smithy_client.Command.classBuilder().ep({
9921
9902
  ...commonParams
9922
9903
  }).m(function(Command, cs, config, o) {
@@ -9933,7 +9914,6 @@ var DeletePartitionIndexCommand = _DeletePartitionIndexCommand;
9933
9914
 
9934
9915
 
9935
9916
 
9936
-
9937
9917
  var _DeleteRegistryCommand = class _DeleteRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
9938
9918
  ...commonParams
9939
9919
  }).m(function(Command, cs, config, o) {
@@ -9950,7 +9930,6 @@ var DeleteRegistryCommand = _DeleteRegistryCommand;
9950
9930
 
9951
9931
 
9952
9932
 
9953
-
9954
9933
  var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
9955
9934
  ...commonParams
9956
9935
  }).m(function(Command, cs, config, o) {
@@ -9967,7 +9946,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
9967
9946
 
9968
9947
 
9969
9948
 
9970
-
9971
9949
  var _DeleteSchemaCommand = class _DeleteSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
9972
9950
  ...commonParams
9973
9951
  }).m(function(Command, cs, config, o) {
@@ -9984,7 +9962,6 @@ var DeleteSchemaCommand = _DeleteSchemaCommand;
9984
9962
 
9985
9963
 
9986
9964
 
9987
-
9988
9965
  var _DeleteSchemaVersionsCommand = class _DeleteSchemaVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
9989
9966
  ...commonParams
9990
9967
  }).m(function(Command, cs, config, o) {
@@ -10001,7 +9978,6 @@ var DeleteSchemaVersionsCommand = _DeleteSchemaVersionsCommand;
10001
9978
 
10002
9979
 
10003
9980
 
10004
-
10005
9981
  var _DeleteSecurityConfigurationCommand = class _DeleteSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10006
9982
  ...commonParams
10007
9983
  }).m(function(Command, cs, config, o) {
@@ -10018,7 +9994,6 @@ var DeleteSecurityConfigurationCommand = _DeleteSecurityConfigurationCommand;
10018
9994
 
10019
9995
 
10020
9996
 
10021
-
10022
9997
  var _DeleteSessionCommand = class _DeleteSessionCommand extends import_smithy_client.Command.classBuilder().ep({
10023
9998
  ...commonParams
10024
9999
  }).m(function(Command, cs, config, o) {
@@ -10035,7 +10010,6 @@ var DeleteSessionCommand = _DeleteSessionCommand;
10035
10010
 
10036
10011
 
10037
10012
 
10038
-
10039
10013
  var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
10040
10014
  ...commonParams
10041
10015
  }).m(function(Command, cs, config, o) {
@@ -10052,7 +10026,6 @@ var DeleteTableCommand = _DeleteTableCommand;
10052
10026
 
10053
10027
 
10054
10028
 
10055
-
10056
10029
  var _DeleteTableOptimizerCommand = class _DeleteTableOptimizerCommand extends import_smithy_client.Command.classBuilder().ep({
10057
10030
  ...commonParams
10058
10031
  }).m(function(Command, cs, config, o) {
@@ -10069,7 +10042,6 @@ var DeleteTableOptimizerCommand = _DeleteTableOptimizerCommand;
10069
10042
 
10070
10043
 
10071
10044
 
10072
-
10073
10045
  var _DeleteTableVersionCommand = class _DeleteTableVersionCommand extends import_smithy_client.Command.classBuilder().ep({
10074
10046
  ...commonParams
10075
10047
  }).m(function(Command, cs, config, o) {
@@ -10086,7 +10058,6 @@ var DeleteTableVersionCommand = _DeleteTableVersionCommand;
10086
10058
 
10087
10059
 
10088
10060
 
10089
-
10090
10061
  var _DeleteTriggerCommand = class _DeleteTriggerCommand extends import_smithy_client.Command.classBuilder().ep({
10091
10062
  ...commonParams
10092
10063
  }).m(function(Command, cs, config, o) {
@@ -10103,7 +10074,6 @@ var DeleteTriggerCommand = _DeleteTriggerCommand;
10103
10074
 
10104
10075
 
10105
10076
 
10106
-
10107
10077
  var _DeleteUserDefinedFunctionCommand = class _DeleteUserDefinedFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
10108
10078
  ...commonParams
10109
10079
  }).m(function(Command, cs, config, o) {
@@ -10120,7 +10090,6 @@ var DeleteUserDefinedFunctionCommand = _DeleteUserDefinedFunctionCommand;
10120
10090
 
10121
10091
 
10122
10092
 
10123
-
10124
10093
  var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
10125
10094
  ...commonParams
10126
10095
  }).m(function(Command, cs, config, o) {
@@ -10137,7 +10106,6 @@ var DeleteWorkflowCommand = _DeleteWorkflowCommand;
10137
10106
 
10138
10107
 
10139
10108
 
10140
-
10141
10109
  var _GetBlueprintCommand = class _GetBlueprintCommand extends import_smithy_client.Command.classBuilder().ep({
10142
10110
  ...commonParams
10143
10111
  }).m(function(Command, cs, config, o) {
@@ -10154,7 +10122,6 @@ var GetBlueprintCommand = _GetBlueprintCommand;
10154
10122
 
10155
10123
 
10156
10124
 
10157
-
10158
10125
  var _GetBlueprintRunCommand = class _GetBlueprintRunCommand extends import_smithy_client.Command.classBuilder().ep({
10159
10126
  ...commonParams
10160
10127
  }).m(function(Command, cs, config, o) {
@@ -10171,7 +10138,6 @@ var GetBlueprintRunCommand = _GetBlueprintRunCommand;
10171
10138
 
10172
10139
 
10173
10140
 
10174
-
10175
10141
  var _GetBlueprintRunsCommand = class _GetBlueprintRunsCommand extends import_smithy_client.Command.classBuilder().ep({
10176
10142
  ...commonParams
10177
10143
  }).m(function(Command, cs, config, o) {
@@ -10188,7 +10154,6 @@ var GetBlueprintRunsCommand = _GetBlueprintRunsCommand;
10188
10154
 
10189
10155
 
10190
10156
 
10191
-
10192
10157
  var _GetCatalogImportStatusCommand = class _GetCatalogImportStatusCommand extends import_smithy_client.Command.classBuilder().ep({
10193
10158
  ...commonParams
10194
10159
  }).m(function(Command, cs, config, o) {
@@ -10205,7 +10170,6 @@ var GetCatalogImportStatusCommand = _GetCatalogImportStatusCommand;
10205
10170
 
10206
10171
 
10207
10172
 
10208
-
10209
10173
  var _GetClassifierCommand = class _GetClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
10210
10174
  ...commonParams
10211
10175
  }).m(function(Command, cs, config, o) {
@@ -10222,7 +10186,6 @@ var GetClassifierCommand = _GetClassifierCommand;
10222
10186
 
10223
10187
 
10224
10188
 
10225
-
10226
10189
  var _GetClassifiersCommand = class _GetClassifiersCommand extends import_smithy_client.Command.classBuilder().ep({
10227
10190
  ...commonParams
10228
10191
  }).m(function(Command, cs, config, o) {
@@ -10239,7 +10202,6 @@ var GetClassifiersCommand = _GetClassifiersCommand;
10239
10202
 
10240
10203
 
10241
10204
 
10242
-
10243
10205
  var _GetColumnStatisticsForPartitionCommand = class _GetColumnStatisticsForPartitionCommand extends import_smithy_client.Command.classBuilder().ep({
10244
10206
  ...commonParams
10245
10207
  }).m(function(Command, cs, config, o) {
@@ -10256,7 +10218,6 @@ var GetColumnStatisticsForPartitionCommand = _GetColumnStatisticsForPartitionCom
10256
10218
 
10257
10219
 
10258
10220
 
10259
-
10260
10221
  var _GetColumnStatisticsForTableCommand = class _GetColumnStatisticsForTableCommand extends import_smithy_client.Command.classBuilder().ep({
10261
10222
  ...commonParams
10262
10223
  }).m(function(Command, cs, config, o) {
@@ -10273,7 +10234,6 @@ var GetColumnStatisticsForTableCommand = _GetColumnStatisticsForTableCommand;
10273
10234
 
10274
10235
 
10275
10236
 
10276
-
10277
10237
  var _GetColumnStatisticsTaskRunCommand = class _GetColumnStatisticsTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
10278
10238
  ...commonParams
10279
10239
  }).m(function(Command, cs, config, o) {
@@ -10290,7 +10250,6 @@ var GetColumnStatisticsTaskRunCommand = _GetColumnStatisticsTaskRunCommand;
10290
10250
 
10291
10251
 
10292
10252
 
10293
-
10294
10253
  var _GetColumnStatisticsTaskRunsCommand = class _GetColumnStatisticsTaskRunsCommand extends import_smithy_client.Command.classBuilder().ep({
10295
10254
  ...commonParams
10296
10255
  }).m(function(Command, cs, config, o) {
@@ -10307,7 +10266,6 @@ var GetColumnStatisticsTaskRunsCommand = _GetColumnStatisticsTaskRunsCommand;
10307
10266
 
10308
10267
 
10309
10268
 
10310
-
10311
10269
  var _GetConnectionCommand = class _GetConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
10312
10270
  ...commonParams
10313
10271
  }).m(function(Command, cs, config, o) {
@@ -10324,7 +10282,6 @@ var GetConnectionCommand = _GetConnectionCommand;
10324
10282
 
10325
10283
 
10326
10284
 
10327
-
10328
10285
  var _GetConnectionsCommand = class _GetConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
10329
10286
  ...commonParams
10330
10287
  }).m(function(Command, cs, config, o) {
@@ -10341,7 +10298,6 @@ var GetConnectionsCommand = _GetConnectionsCommand;
10341
10298
 
10342
10299
 
10343
10300
 
10344
-
10345
10301
  var _GetCrawlerCommand = class _GetCrawlerCommand extends import_smithy_client.Command.classBuilder().ep({
10346
10302
  ...commonParams
10347
10303
  }).m(function(Command, cs, config, o) {
@@ -10358,7 +10314,6 @@ var GetCrawlerCommand = _GetCrawlerCommand;
10358
10314
 
10359
10315
 
10360
10316
 
10361
-
10362
10317
  var _GetCrawlerMetricsCommand = class _GetCrawlerMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
10363
10318
  ...commonParams
10364
10319
  }).m(function(Command, cs, config, o) {
@@ -10375,7 +10330,6 @@ var GetCrawlerMetricsCommand = _GetCrawlerMetricsCommand;
10375
10330
 
10376
10331
 
10377
10332
 
10378
-
10379
10333
  var _GetCrawlersCommand = class _GetCrawlersCommand extends import_smithy_client.Command.classBuilder().ep({
10380
10334
  ...commonParams
10381
10335
  }).m(function(Command, cs, config, o) {
@@ -10392,7 +10346,6 @@ var GetCrawlersCommand = _GetCrawlersCommand;
10392
10346
 
10393
10347
 
10394
10348
 
10395
-
10396
10349
  var _GetCustomEntityTypeCommand = class _GetCustomEntityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
10397
10350
  ...commonParams
10398
10351
  }).m(function(Command, cs, config, o) {
@@ -10409,7 +10362,6 @@ var GetCustomEntityTypeCommand = _GetCustomEntityTypeCommand;
10409
10362
 
10410
10363
 
10411
10364
 
10412
-
10413
10365
  var _GetDatabaseCommand = class _GetDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
10414
10366
  ...commonParams
10415
10367
  }).m(function(Command, cs, config, o) {
@@ -10426,7 +10378,6 @@ var GetDatabaseCommand = _GetDatabaseCommand;
10426
10378
 
10427
10379
 
10428
10380
 
10429
-
10430
10381
  var _GetDatabasesCommand = class _GetDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
10431
10382
  ...commonParams
10432
10383
  }).m(function(Command, cs, config, o) {
@@ -10443,7 +10394,6 @@ var GetDatabasesCommand = _GetDatabasesCommand;
10443
10394
 
10444
10395
 
10445
10396
 
10446
-
10447
10397
  var _GetDataCatalogEncryptionSettingsCommand = class _GetDataCatalogEncryptionSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
10448
10398
  ...commonParams
10449
10399
  }).m(function(Command, cs, config, o) {
@@ -10460,7 +10410,6 @@ var GetDataCatalogEncryptionSettingsCommand = _GetDataCatalogEncryptionSettingsC
10460
10410
 
10461
10411
 
10462
10412
 
10463
-
10464
10413
  var _GetDataflowGraphCommand = class _GetDataflowGraphCommand extends import_smithy_client.Command.classBuilder().ep({
10465
10414
  ...commonParams
10466
10415
  }).m(function(Command, cs, config, o) {
@@ -10477,7 +10426,6 @@ var GetDataflowGraphCommand = _GetDataflowGraphCommand;
10477
10426
 
10478
10427
 
10479
10428
 
10480
-
10481
10429
  var _GetDataQualityResultCommand = class _GetDataQualityResultCommand extends import_smithy_client.Command.classBuilder().ep({
10482
10430
  ...commonParams
10483
10431
  }).m(function(Command, cs, config, o) {
@@ -10494,7 +10442,6 @@ var GetDataQualityResultCommand = _GetDataQualityResultCommand;
10494
10442
 
10495
10443
 
10496
10444
 
10497
-
10498
10445
  var _GetDataQualityRuleRecommendationRunCommand = class _GetDataQualityRuleRecommendationRunCommand extends import_smithy_client.Command.classBuilder().ep({
10499
10446
  ...commonParams
10500
10447
  }).m(function(Command, cs, config, o) {
@@ -10511,7 +10458,6 @@ var GetDataQualityRuleRecommendationRunCommand = _GetDataQualityRuleRecommendati
10511
10458
 
10512
10459
 
10513
10460
 
10514
-
10515
10461
  var _GetDataQualityRulesetCommand = class _GetDataQualityRulesetCommand extends import_smithy_client.Command.classBuilder().ep({
10516
10462
  ...commonParams
10517
10463
  }).m(function(Command, cs, config, o) {
@@ -10528,7 +10474,6 @@ var GetDataQualityRulesetCommand = _GetDataQualityRulesetCommand;
10528
10474
 
10529
10475
 
10530
10476
 
10531
-
10532
10477
  var _GetDataQualityRulesetEvaluationRunCommand = class _GetDataQualityRulesetEvaluationRunCommand extends import_smithy_client.Command.classBuilder().ep({
10533
10478
  ...commonParams
10534
10479
  }).m(function(Command, cs, config, o) {
@@ -10545,7 +10490,6 @@ var GetDataQualityRulesetEvaluationRunCommand = _GetDataQualityRulesetEvaluation
10545
10490
 
10546
10491
 
10547
10492
 
10548
-
10549
10493
  var _GetDevEndpointCommand = class _GetDevEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
10550
10494
  ...commonParams
10551
10495
  }).m(function(Command, cs, config, o) {
@@ -10562,7 +10506,6 @@ var GetDevEndpointCommand = _GetDevEndpointCommand;
10562
10506
 
10563
10507
 
10564
10508
 
10565
-
10566
10509
  var _GetDevEndpointsCommand = class _GetDevEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
10567
10510
  ...commonParams
10568
10511
  }).m(function(Command, cs, config, o) {
@@ -10579,7 +10522,6 @@ var GetDevEndpointsCommand = _GetDevEndpointsCommand;
10579
10522
 
10580
10523
 
10581
10524
 
10582
-
10583
10525
  var _GetJobBookmarkCommand = class _GetJobBookmarkCommand extends import_smithy_client.Command.classBuilder().ep({
10584
10526
  ...commonParams
10585
10527
  }).m(function(Command, cs, config, o) {
@@ -10596,7 +10538,6 @@ var GetJobBookmarkCommand = _GetJobBookmarkCommand;
10596
10538
 
10597
10539
 
10598
10540
 
10599
-
10600
10541
  var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
10601
10542
  ...commonParams
10602
10543
  }).m(function(Command, cs, config, o) {
@@ -10613,7 +10554,6 @@ var GetJobCommand = _GetJobCommand;
10613
10554
 
10614
10555
 
10615
10556
 
10616
-
10617
10557
  var _GetJobRunCommand = class _GetJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
10618
10558
  ...commonParams
10619
10559
  }).m(function(Command, cs, config, o) {
@@ -10630,7 +10570,6 @@ var GetJobRunCommand = _GetJobRunCommand;
10630
10570
 
10631
10571
 
10632
10572
 
10633
-
10634
10573
  var _GetJobRunsCommand = class _GetJobRunsCommand extends import_smithy_client.Command.classBuilder().ep({
10635
10574
  ...commonParams
10636
10575
  }).m(function(Command, cs, config, o) {
@@ -10647,7 +10586,6 @@ var GetJobRunsCommand = _GetJobRunsCommand;
10647
10586
 
10648
10587
 
10649
10588
 
10650
-
10651
10589
  var _GetJobsCommand = class _GetJobsCommand extends import_smithy_client.Command.classBuilder().ep({
10652
10590
  ...commonParams
10653
10591
  }).m(function(Command, cs, config, o) {
@@ -10664,7 +10602,6 @@ var GetJobsCommand = _GetJobsCommand;
10664
10602
 
10665
10603
 
10666
10604
 
10667
-
10668
10605
  var _GetMappingCommand = class _GetMappingCommand extends import_smithy_client.Command.classBuilder().ep({
10669
10606
  ...commonParams
10670
10607
  }).m(function(Command, cs, config, o) {
@@ -10681,7 +10618,6 @@ var GetMappingCommand = _GetMappingCommand;
10681
10618
 
10682
10619
 
10683
10620
 
10684
-
10685
10621
  var _GetMLTaskRunCommand = class _GetMLTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
10686
10622
  ...commonParams
10687
10623
  }).m(function(Command, cs, config, o) {
@@ -10698,7 +10634,6 @@ var GetMLTaskRunCommand = _GetMLTaskRunCommand;
10698
10634
 
10699
10635
 
10700
10636
 
10701
-
10702
10637
  var _GetMLTaskRunsCommand = class _GetMLTaskRunsCommand extends import_smithy_client.Command.classBuilder().ep({
10703
10638
  ...commonParams
10704
10639
  }).m(function(Command, cs, config, o) {
@@ -10715,7 +10650,6 @@ var GetMLTaskRunsCommand = _GetMLTaskRunsCommand;
10715
10650
 
10716
10651
 
10717
10652
 
10718
-
10719
10653
  var _GetMLTransformCommand = class _GetMLTransformCommand extends import_smithy_client.Command.classBuilder().ep({
10720
10654
  ...commonParams
10721
10655
  }).m(function(Command, cs, config, o) {
@@ -10732,7 +10666,6 @@ var GetMLTransformCommand = _GetMLTransformCommand;
10732
10666
 
10733
10667
 
10734
10668
 
10735
-
10736
10669
  var _GetMLTransformsCommand = class _GetMLTransformsCommand extends import_smithy_client.Command.classBuilder().ep({
10737
10670
  ...commonParams
10738
10671
  }).m(function(Command, cs, config, o) {
@@ -10749,7 +10682,6 @@ var GetMLTransformsCommand = _GetMLTransformsCommand;
10749
10682
 
10750
10683
 
10751
10684
 
10752
-
10753
10685
  var _GetPartitionCommand = class _GetPartitionCommand extends import_smithy_client.Command.classBuilder().ep({
10754
10686
  ...commonParams
10755
10687
  }).m(function(Command, cs, config, o) {
@@ -10766,7 +10698,6 @@ var GetPartitionCommand = _GetPartitionCommand;
10766
10698
 
10767
10699
 
10768
10700
 
10769
-
10770
10701
  var _GetPartitionIndexesCommand = class _GetPartitionIndexesCommand extends import_smithy_client.Command.classBuilder().ep({
10771
10702
  ...commonParams
10772
10703
  }).m(function(Command, cs, config, o) {
@@ -10783,7 +10714,6 @@ var GetPartitionIndexesCommand = _GetPartitionIndexesCommand;
10783
10714
 
10784
10715
 
10785
10716
 
10786
-
10787
10717
  var _GetPartitionsCommand = class _GetPartitionsCommand extends import_smithy_client.Command.classBuilder().ep({
10788
10718
  ...commonParams
10789
10719
  }).m(function(Command, cs, config, o) {
@@ -10800,7 +10730,6 @@ var GetPartitionsCommand = _GetPartitionsCommand;
10800
10730
 
10801
10731
 
10802
10732
 
10803
-
10804
10733
  var _GetPlanCommand = class _GetPlanCommand extends import_smithy_client.Command.classBuilder().ep({
10805
10734
  ...commonParams
10806
10735
  }).m(function(Command, cs, config, o) {
@@ -10817,7 +10746,6 @@ var GetPlanCommand = _GetPlanCommand;
10817
10746
 
10818
10747
 
10819
10748
 
10820
-
10821
10749
  var _GetRegistryCommand = class _GetRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
10822
10750
  ...commonParams
10823
10751
  }).m(function(Command, cs, config, o) {
@@ -10834,7 +10762,6 @@ var GetRegistryCommand = _GetRegistryCommand;
10834
10762
 
10835
10763
 
10836
10764
 
10837
-
10838
10765
  var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
10839
10766
  ...commonParams
10840
10767
  }).m(function(Command, cs, config, o) {
@@ -10851,7 +10778,6 @@ var GetResourcePoliciesCommand = _GetResourcePoliciesCommand;
10851
10778
 
10852
10779
 
10853
10780
 
10854
-
10855
10781
  var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
10856
10782
  ...commonParams
10857
10783
  }).m(function(Command, cs, config, o) {
@@ -10868,7 +10794,6 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
10868
10794
 
10869
10795
 
10870
10796
 
10871
-
10872
10797
  var _GetSchemaByDefinitionCommand = class _GetSchemaByDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
10873
10798
  ...commonParams
10874
10799
  }).m(function(Command, cs, config, o) {
@@ -10885,7 +10810,6 @@ var GetSchemaByDefinitionCommand = _GetSchemaByDefinitionCommand;
10885
10810
 
10886
10811
 
10887
10812
 
10888
-
10889
10813
  var _GetSchemaCommand = class _GetSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
10890
10814
  ...commonParams
10891
10815
  }).m(function(Command, cs, config, o) {
@@ -10902,7 +10826,6 @@ var GetSchemaCommand = _GetSchemaCommand;
10902
10826
 
10903
10827
 
10904
10828
 
10905
-
10906
10829
  var _GetSchemaVersionCommand = class _GetSchemaVersionCommand extends import_smithy_client.Command.classBuilder().ep({
10907
10830
  ...commonParams
10908
10831
  }).m(function(Command, cs, config, o) {
@@ -10919,7 +10842,6 @@ var GetSchemaVersionCommand = _GetSchemaVersionCommand;
10919
10842
 
10920
10843
 
10921
10844
 
10922
-
10923
10845
  var _GetSchemaVersionsDiffCommand = class _GetSchemaVersionsDiffCommand extends import_smithy_client.Command.classBuilder().ep({
10924
10846
  ...commonParams
10925
10847
  }).m(function(Command, cs, config, o) {
@@ -10936,7 +10858,6 @@ var GetSchemaVersionsDiffCommand = _GetSchemaVersionsDiffCommand;
10936
10858
 
10937
10859
 
10938
10860
 
10939
-
10940
10861
  var _GetSecurityConfigurationCommand = class _GetSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
10941
10862
  ...commonParams
10942
10863
  }).m(function(Command, cs, config, o) {
@@ -10953,7 +10874,6 @@ var GetSecurityConfigurationCommand = _GetSecurityConfigurationCommand;
10953
10874
 
10954
10875
 
10955
10876
 
10956
-
10957
10877
  var _GetSecurityConfigurationsCommand = class _GetSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
10958
10878
  ...commonParams
10959
10879
  }).m(function(Command, cs, config, o) {
@@ -10970,7 +10890,6 @@ var GetSecurityConfigurationsCommand = _GetSecurityConfigurationsCommand;
10970
10890
 
10971
10891
 
10972
10892
 
10973
-
10974
10893
  var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
10975
10894
  ...commonParams
10976
10895
  }).m(function(Command, cs, config, o) {
@@ -10987,7 +10906,6 @@ var GetSessionCommand = _GetSessionCommand;
10987
10906
 
10988
10907
 
10989
10908
 
10990
-
10991
10909
  var _GetStatementCommand = class _GetStatementCommand extends import_smithy_client.Command.classBuilder().ep({
10992
10910
  ...commonParams
10993
10911
  }).m(function(Command, cs, config, o) {
@@ -11004,7 +10922,6 @@ var GetStatementCommand = _GetStatementCommand;
11004
10922
 
11005
10923
 
11006
10924
 
11007
-
11008
10925
  var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep({
11009
10926
  ...commonParams
11010
10927
  }).m(function(Command, cs, config, o) {
@@ -11021,7 +10938,6 @@ var GetTableCommand = _GetTableCommand;
11021
10938
 
11022
10939
 
11023
10940
 
11024
-
11025
10941
  var _GetTableOptimizerCommand = class _GetTableOptimizerCommand extends import_smithy_client.Command.classBuilder().ep({
11026
10942
  ...commonParams
11027
10943
  }).m(function(Command, cs, config, o) {
@@ -11038,7 +10954,6 @@ var GetTableOptimizerCommand = _GetTableOptimizerCommand;
11038
10954
 
11039
10955
 
11040
10956
 
11041
-
11042
10957
  var _GetTablesCommand = class _GetTablesCommand extends import_smithy_client.Command.classBuilder().ep({
11043
10958
  ...commonParams
11044
10959
  }).m(function(Command, cs, config, o) {
@@ -11055,7 +10970,6 @@ var GetTablesCommand = _GetTablesCommand;
11055
10970
 
11056
10971
 
11057
10972
 
11058
-
11059
10973
  var _GetTableVersionCommand = class _GetTableVersionCommand extends import_smithy_client.Command.classBuilder().ep({
11060
10974
  ...commonParams
11061
10975
  }).m(function(Command, cs, config, o) {
@@ -11072,7 +10986,6 @@ var GetTableVersionCommand = _GetTableVersionCommand;
11072
10986
 
11073
10987
 
11074
10988
 
11075
-
11076
10989
  var _GetTableVersionsCommand = class _GetTableVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
11077
10990
  ...commonParams
11078
10991
  }).m(function(Command, cs, config, o) {
@@ -11089,7 +11002,6 @@ var GetTableVersionsCommand = _GetTableVersionsCommand;
11089
11002
 
11090
11003
 
11091
11004
 
11092
-
11093
11005
  var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
11094
11006
  ...commonParams
11095
11007
  }).m(function(Command, cs, config, o) {
@@ -11106,7 +11018,6 @@ var GetTagsCommand = _GetTagsCommand;
11106
11018
 
11107
11019
 
11108
11020
 
11109
-
11110
11021
  var _GetTriggerCommand = class _GetTriggerCommand extends import_smithy_client.Command.classBuilder().ep({
11111
11022
  ...commonParams
11112
11023
  }).m(function(Command, cs, config, o) {
@@ -11123,7 +11034,6 @@ var GetTriggerCommand = _GetTriggerCommand;
11123
11034
 
11124
11035
 
11125
11036
 
11126
-
11127
11037
  var _GetTriggersCommand = class _GetTriggersCommand extends import_smithy_client.Command.classBuilder().ep({
11128
11038
  ...commonParams
11129
11039
  }).m(function(Command, cs, config, o) {
@@ -11140,7 +11050,6 @@ var GetTriggersCommand = _GetTriggersCommand;
11140
11050
 
11141
11051
 
11142
11052
 
11143
-
11144
11053
  var _GetUnfilteredPartitionMetadataCommand = class _GetUnfilteredPartitionMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
11145
11054
  ...commonParams
11146
11055
  }).m(function(Command, cs, config, o) {
@@ -11157,7 +11066,6 @@ var GetUnfilteredPartitionMetadataCommand = _GetUnfilteredPartitionMetadataComma
11157
11066
 
11158
11067
 
11159
11068
 
11160
-
11161
11069
  var _GetUnfilteredPartitionsMetadataCommand = class _GetUnfilteredPartitionsMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
11162
11070
  ...commonParams
11163
11071
  }).m(function(Command, cs, config, o) {
@@ -11174,7 +11082,6 @@ var GetUnfilteredPartitionsMetadataCommand = _GetUnfilteredPartitionsMetadataCom
11174
11082
 
11175
11083
 
11176
11084
 
11177
-
11178
11085
  var _GetUnfilteredTableMetadataCommand = class _GetUnfilteredTableMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
11179
11086
  ...commonParams
11180
11087
  }).m(function(Command, cs, config, o) {
@@ -11191,7 +11098,6 @@ var GetUnfilteredTableMetadataCommand = _GetUnfilteredTableMetadataCommand;
11191
11098
 
11192
11099
 
11193
11100
 
11194
-
11195
11101
  var _GetUserDefinedFunctionCommand = class _GetUserDefinedFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
11196
11102
  ...commonParams
11197
11103
  }).m(function(Command, cs, config, o) {
@@ -11208,7 +11114,6 @@ var GetUserDefinedFunctionCommand = _GetUserDefinedFunctionCommand;
11208
11114
 
11209
11115
 
11210
11116
 
11211
-
11212
11117
  var _GetUserDefinedFunctionsCommand = class _GetUserDefinedFunctionsCommand extends import_smithy_client.Command.classBuilder().ep({
11213
11118
  ...commonParams
11214
11119
  }).m(function(Command, cs, config, o) {
@@ -11225,7 +11130,6 @@ var GetUserDefinedFunctionsCommand = _GetUserDefinedFunctionsCommand;
11225
11130
 
11226
11131
 
11227
11132
 
11228
-
11229
11133
  var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
11230
11134
  ...commonParams
11231
11135
  }).m(function(Command, cs, config, o) {
@@ -11242,7 +11146,6 @@ var GetWorkflowCommand = _GetWorkflowCommand;
11242
11146
 
11243
11147
 
11244
11148
 
11245
-
11246
11149
  var _GetWorkflowRunCommand = class _GetWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep({
11247
11150
  ...commonParams
11248
11151
  }).m(function(Command, cs, config, o) {
@@ -11259,7 +11162,6 @@ var GetWorkflowRunCommand = _GetWorkflowRunCommand;
11259
11162
 
11260
11163
 
11261
11164
 
11262
-
11263
11165
  var _GetWorkflowRunPropertiesCommand = class _GetWorkflowRunPropertiesCommand extends import_smithy_client.Command.classBuilder().ep({
11264
11166
  ...commonParams
11265
11167
  }).m(function(Command, cs, config, o) {
@@ -11276,7 +11178,6 @@ var GetWorkflowRunPropertiesCommand = _GetWorkflowRunPropertiesCommand;
11276
11178
 
11277
11179
 
11278
11180
 
11279
-
11280
11181
  var _GetWorkflowRunsCommand = class _GetWorkflowRunsCommand extends import_smithy_client.Command.classBuilder().ep({
11281
11182
  ...commonParams
11282
11183
  }).m(function(Command, cs, config, o) {
@@ -11293,7 +11194,6 @@ var GetWorkflowRunsCommand = _GetWorkflowRunsCommand;
11293
11194
 
11294
11195
 
11295
11196
 
11296
-
11297
11197
  var _ImportCatalogToGlueCommand = class _ImportCatalogToGlueCommand extends import_smithy_client.Command.classBuilder().ep({
11298
11198
  ...commonParams
11299
11199
  }).m(function(Command, cs, config, o) {
@@ -11310,7 +11210,6 @@ var ImportCatalogToGlueCommand = _ImportCatalogToGlueCommand;
11310
11210
 
11311
11211
 
11312
11212
 
11313
-
11314
11213
  var _ListBlueprintsCommand = class _ListBlueprintsCommand extends import_smithy_client.Command.classBuilder().ep({
11315
11214
  ...commonParams
11316
11215
  }).m(function(Command, cs, config, o) {
@@ -11327,7 +11226,6 @@ var ListBlueprintsCommand = _ListBlueprintsCommand;
11327
11226
 
11328
11227
 
11329
11228
 
11330
-
11331
11229
  var _ListColumnStatisticsTaskRunsCommand = class _ListColumnStatisticsTaskRunsCommand extends import_smithy_client.Command.classBuilder().ep({
11332
11230
  ...commonParams
11333
11231
  }).m(function(Command, cs, config, o) {
@@ -11344,7 +11242,6 @@ var ListColumnStatisticsTaskRunsCommand = _ListColumnStatisticsTaskRunsCommand;
11344
11242
 
11345
11243
 
11346
11244
 
11347
-
11348
11245
  var _ListCrawlersCommand = class _ListCrawlersCommand extends import_smithy_client.Command.classBuilder().ep({
11349
11246
  ...commonParams
11350
11247
  }).m(function(Command, cs, config, o) {
@@ -11361,7 +11258,6 @@ var ListCrawlersCommand = _ListCrawlersCommand;
11361
11258
 
11362
11259
 
11363
11260
 
11364
-
11365
11261
  var _ListCrawlsCommand = class _ListCrawlsCommand extends import_smithy_client.Command.classBuilder().ep({
11366
11262
  ...commonParams
11367
11263
  }).m(function(Command, cs, config, o) {
@@ -11378,7 +11274,6 @@ var ListCrawlsCommand = _ListCrawlsCommand;
11378
11274
 
11379
11275
 
11380
11276
 
11381
-
11382
11277
  var _ListCustomEntityTypesCommand = class _ListCustomEntityTypesCommand extends import_smithy_client.Command.classBuilder().ep({
11383
11278
  ...commonParams
11384
11279
  }).m(function(Command, cs, config, o) {
@@ -11395,7 +11290,6 @@ var ListCustomEntityTypesCommand = _ListCustomEntityTypesCommand;
11395
11290
 
11396
11291
 
11397
11292
 
11398
-
11399
11293
  var _ListDataQualityResultsCommand = class _ListDataQualityResultsCommand extends import_smithy_client.Command.classBuilder().ep({
11400
11294
  ...commonParams
11401
11295
  }).m(function(Command, cs, config, o) {
@@ -11412,7 +11306,6 @@ var ListDataQualityResultsCommand = _ListDataQualityResultsCommand;
11412
11306
 
11413
11307
 
11414
11308
 
11415
-
11416
11309
  var _ListDataQualityRuleRecommendationRunsCommand = class _ListDataQualityRuleRecommendationRunsCommand extends import_smithy_client.Command.classBuilder().ep({
11417
11310
  ...commonParams
11418
11311
  }).m(function(Command, cs, config, o) {
@@ -11429,7 +11322,6 @@ var ListDataQualityRuleRecommendationRunsCommand = _ListDataQualityRuleRecommend
11429
11322
 
11430
11323
 
11431
11324
 
11432
-
11433
11325
  var _ListDataQualityRulesetEvaluationRunsCommand = class _ListDataQualityRulesetEvaluationRunsCommand extends import_smithy_client.Command.classBuilder().ep({
11434
11326
  ...commonParams
11435
11327
  }).m(function(Command, cs, config, o) {
@@ -11446,7 +11338,6 @@ var ListDataQualityRulesetEvaluationRunsCommand = _ListDataQualityRulesetEvaluat
11446
11338
 
11447
11339
 
11448
11340
 
11449
-
11450
11341
  var _ListDataQualityRulesetsCommand = class _ListDataQualityRulesetsCommand extends import_smithy_client.Command.classBuilder().ep({
11451
11342
  ...commonParams
11452
11343
  }).m(function(Command, cs, config, o) {
@@ -11463,7 +11354,6 @@ var ListDataQualityRulesetsCommand = _ListDataQualityRulesetsCommand;
11463
11354
 
11464
11355
 
11465
11356
 
11466
-
11467
11357
  var _ListDevEndpointsCommand = class _ListDevEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
11468
11358
  ...commonParams
11469
11359
  }).m(function(Command, cs, config, o) {
@@ -11480,7 +11370,6 @@ var ListDevEndpointsCommand = _ListDevEndpointsCommand;
11480
11370
 
11481
11371
 
11482
11372
 
11483
-
11484
11373
  var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
11485
11374
  ...commonParams
11486
11375
  }).m(function(Command, cs, config, o) {
@@ -11497,7 +11386,6 @@ var ListJobsCommand = _ListJobsCommand;
11497
11386
 
11498
11387
 
11499
11388
 
11500
-
11501
11389
  var _ListMLTransformsCommand = class _ListMLTransformsCommand extends import_smithy_client.Command.classBuilder().ep({
11502
11390
  ...commonParams
11503
11391
  }).m(function(Command, cs, config, o) {
@@ -11514,7 +11402,6 @@ var ListMLTransformsCommand = _ListMLTransformsCommand;
11514
11402
 
11515
11403
 
11516
11404
 
11517
-
11518
11405
  var _ListRegistriesCommand = class _ListRegistriesCommand extends import_smithy_client.Command.classBuilder().ep({
11519
11406
  ...commonParams
11520
11407
  }).m(function(Command, cs, config, o) {
@@ -11531,7 +11418,6 @@ var ListRegistriesCommand = _ListRegistriesCommand;
11531
11418
 
11532
11419
 
11533
11420
 
11534
-
11535
11421
  var _ListSchemasCommand = class _ListSchemasCommand extends import_smithy_client.Command.classBuilder().ep({
11536
11422
  ...commonParams
11537
11423
  }).m(function(Command, cs, config, o) {
@@ -11548,7 +11434,6 @@ var ListSchemasCommand = _ListSchemasCommand;
11548
11434
 
11549
11435
 
11550
11436
 
11551
-
11552
11437
  var _ListSchemaVersionsCommand = class _ListSchemaVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
11553
11438
  ...commonParams
11554
11439
  }).m(function(Command, cs, config, o) {
@@ -11565,7 +11450,6 @@ var ListSchemaVersionsCommand = _ListSchemaVersionsCommand;
11565
11450
 
11566
11451
 
11567
11452
 
11568
-
11569
11453
  var _ListSessionsCommand = class _ListSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
11570
11454
  ...commonParams
11571
11455
  }).m(function(Command, cs, config, o) {
@@ -11582,7 +11466,6 @@ var ListSessionsCommand = _ListSessionsCommand;
11582
11466
 
11583
11467
 
11584
11468
 
11585
-
11586
11469
  var _ListStatementsCommand = class _ListStatementsCommand extends import_smithy_client.Command.classBuilder().ep({
11587
11470
  ...commonParams
11588
11471
  }).m(function(Command, cs, config, o) {
@@ -11599,7 +11482,6 @@ var ListStatementsCommand = _ListStatementsCommand;
11599
11482
 
11600
11483
 
11601
11484
 
11602
-
11603
11485
  var _ListTableOptimizerRunsCommand = class _ListTableOptimizerRunsCommand extends import_smithy_client.Command.classBuilder().ep({
11604
11486
  ...commonParams
11605
11487
  }).m(function(Command, cs, config, o) {
@@ -11616,7 +11498,6 @@ var ListTableOptimizerRunsCommand = _ListTableOptimizerRunsCommand;
11616
11498
 
11617
11499
 
11618
11500
 
11619
-
11620
11501
  var _ListTriggersCommand = class _ListTriggersCommand extends import_smithy_client.Command.classBuilder().ep({
11621
11502
  ...commonParams
11622
11503
  }).m(function(Command, cs, config, o) {
@@ -11633,7 +11514,6 @@ var ListTriggersCommand = _ListTriggersCommand;
11633
11514
 
11634
11515
 
11635
11516
 
11636
-
11637
11517
  var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
11638
11518
  ...commonParams
11639
11519
  }).m(function(Command, cs, config, o) {
@@ -11650,7 +11530,6 @@ var ListWorkflowsCommand = _ListWorkflowsCommand;
11650
11530
 
11651
11531
 
11652
11532
 
11653
-
11654
11533
  var _PutDataCatalogEncryptionSettingsCommand = class _PutDataCatalogEncryptionSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
11655
11534
  ...commonParams
11656
11535
  }).m(function(Command, cs, config, o) {
@@ -11667,7 +11546,6 @@ var PutDataCatalogEncryptionSettingsCommand = _PutDataCatalogEncryptionSettingsC
11667
11546
 
11668
11547
 
11669
11548
 
11670
-
11671
11549
  var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
11672
11550
  ...commonParams
11673
11551
  }).m(function(Command, cs, config, o) {
@@ -11684,7 +11562,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
11684
11562
 
11685
11563
 
11686
11564
 
11687
-
11688
11565
  var _PutSchemaVersionMetadataCommand = class _PutSchemaVersionMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
11689
11566
  ...commonParams
11690
11567
  }).m(function(Command, cs, config, o) {
@@ -11701,7 +11578,6 @@ var PutSchemaVersionMetadataCommand = _PutSchemaVersionMetadataCommand;
11701
11578
 
11702
11579
 
11703
11580
 
11704
-
11705
11581
  var _PutWorkflowRunPropertiesCommand = class _PutWorkflowRunPropertiesCommand extends import_smithy_client.Command.classBuilder().ep({
11706
11582
  ...commonParams
11707
11583
  }).m(function(Command, cs, config, o) {
@@ -11718,7 +11594,6 @@ var PutWorkflowRunPropertiesCommand = _PutWorkflowRunPropertiesCommand;
11718
11594
 
11719
11595
 
11720
11596
 
11721
-
11722
11597
  var _QuerySchemaVersionMetadataCommand = class _QuerySchemaVersionMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
11723
11598
  ...commonParams
11724
11599
  }).m(function(Command, cs, config, o) {
@@ -11735,7 +11610,6 @@ var QuerySchemaVersionMetadataCommand = _QuerySchemaVersionMetadataCommand;
11735
11610
 
11736
11611
 
11737
11612
 
11738
-
11739
11613
  var _RegisterSchemaVersionCommand = class _RegisterSchemaVersionCommand extends import_smithy_client.Command.classBuilder().ep({
11740
11614
  ...commonParams
11741
11615
  }).m(function(Command, cs, config, o) {
@@ -11752,7 +11626,6 @@ var RegisterSchemaVersionCommand = _RegisterSchemaVersionCommand;
11752
11626
 
11753
11627
 
11754
11628
 
11755
-
11756
11629
  var _RemoveSchemaVersionMetadataCommand = class _RemoveSchemaVersionMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
11757
11630
  ...commonParams
11758
11631
  }).m(function(Command, cs, config, o) {
@@ -11769,7 +11642,6 @@ var RemoveSchemaVersionMetadataCommand = _RemoveSchemaVersionMetadataCommand;
11769
11642
 
11770
11643
 
11771
11644
 
11772
-
11773
11645
  var _ResetJobBookmarkCommand = class _ResetJobBookmarkCommand extends import_smithy_client.Command.classBuilder().ep({
11774
11646
  ...commonParams
11775
11647
  }).m(function(Command, cs, config, o) {
@@ -11786,7 +11658,6 @@ var ResetJobBookmarkCommand = _ResetJobBookmarkCommand;
11786
11658
 
11787
11659
 
11788
11660
 
11789
-
11790
11661
  var _ResumeWorkflowRunCommand = class _ResumeWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep({
11791
11662
  ...commonParams
11792
11663
  }).m(function(Command, cs, config, o) {
@@ -11803,7 +11674,6 @@ var ResumeWorkflowRunCommand = _ResumeWorkflowRunCommand;
11803
11674
 
11804
11675
 
11805
11676
 
11806
-
11807
11677
  var _RunStatementCommand = class _RunStatementCommand extends import_smithy_client.Command.classBuilder().ep({
11808
11678
  ...commonParams
11809
11679
  }).m(function(Command, cs, config, o) {
@@ -11820,7 +11690,6 @@ var RunStatementCommand = _RunStatementCommand;
11820
11690
 
11821
11691
 
11822
11692
 
11823
-
11824
11693
  var _SearchTablesCommand = class _SearchTablesCommand extends import_smithy_client.Command.classBuilder().ep({
11825
11694
  ...commonParams
11826
11695
  }).m(function(Command, cs, config, o) {
@@ -11837,7 +11706,6 @@ var SearchTablesCommand = _SearchTablesCommand;
11837
11706
 
11838
11707
 
11839
11708
 
11840
-
11841
11709
  var _StartBlueprintRunCommand = class _StartBlueprintRunCommand extends import_smithy_client.Command.classBuilder().ep({
11842
11710
  ...commonParams
11843
11711
  }).m(function(Command, cs, config, o) {
@@ -11854,7 +11722,6 @@ var StartBlueprintRunCommand = _StartBlueprintRunCommand;
11854
11722
 
11855
11723
 
11856
11724
 
11857
-
11858
11725
  var _StartColumnStatisticsTaskRunCommand = class _StartColumnStatisticsTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
11859
11726
  ...commonParams
11860
11727
  }).m(function(Command, cs, config, o) {
@@ -11871,7 +11738,6 @@ var StartColumnStatisticsTaskRunCommand = _StartColumnStatisticsTaskRunCommand;
11871
11738
 
11872
11739
 
11873
11740
 
11874
-
11875
11741
  var _StartCrawlerCommand = class _StartCrawlerCommand extends import_smithy_client.Command.classBuilder().ep({
11876
11742
  ...commonParams
11877
11743
  }).m(function(Command, cs, config, o) {
@@ -11888,7 +11754,6 @@ var StartCrawlerCommand = _StartCrawlerCommand;
11888
11754
 
11889
11755
 
11890
11756
 
11891
-
11892
11757
  var _StartCrawlerScheduleCommand = class _StartCrawlerScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
11893
11758
  ...commonParams
11894
11759
  }).m(function(Command, cs, config, o) {
@@ -11905,7 +11770,6 @@ var StartCrawlerScheduleCommand = _StartCrawlerScheduleCommand;
11905
11770
 
11906
11771
 
11907
11772
 
11908
-
11909
11773
  var _StartDataQualityRuleRecommendationRunCommand = class _StartDataQualityRuleRecommendationRunCommand extends import_smithy_client.Command.classBuilder().ep({
11910
11774
  ...commonParams
11911
11775
  }).m(function(Command, cs, config, o) {
@@ -11922,7 +11786,6 @@ var StartDataQualityRuleRecommendationRunCommand = _StartDataQualityRuleRecommen
11922
11786
 
11923
11787
 
11924
11788
 
11925
-
11926
11789
  var _StartDataQualityRulesetEvaluationRunCommand = class _StartDataQualityRulesetEvaluationRunCommand extends import_smithy_client.Command.classBuilder().ep({
11927
11790
  ...commonParams
11928
11791
  }).m(function(Command, cs, config, o) {
@@ -11939,7 +11802,6 @@ var StartDataQualityRulesetEvaluationRunCommand = _StartDataQualityRulesetEvalua
11939
11802
 
11940
11803
 
11941
11804
 
11942
-
11943
11805
  var _StartExportLabelsTaskRunCommand = class _StartExportLabelsTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
11944
11806
  ...commonParams
11945
11807
  }).m(function(Command, cs, config, o) {
@@ -11956,7 +11818,6 @@ var StartExportLabelsTaskRunCommand = _StartExportLabelsTaskRunCommand;
11956
11818
 
11957
11819
 
11958
11820
 
11959
-
11960
11821
  var _StartImportLabelsTaskRunCommand = class _StartImportLabelsTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
11961
11822
  ...commonParams
11962
11823
  }).m(function(Command, cs, config, o) {
@@ -11973,7 +11834,6 @@ var StartImportLabelsTaskRunCommand = _StartImportLabelsTaskRunCommand;
11973
11834
 
11974
11835
 
11975
11836
 
11976
-
11977
11837
  var _StartJobRunCommand = class _StartJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
11978
11838
  ...commonParams
11979
11839
  }).m(function(Command, cs, config, o) {
@@ -11990,7 +11850,6 @@ var StartJobRunCommand = _StartJobRunCommand;
11990
11850
 
11991
11851
 
11992
11852
 
11993
-
11994
11853
  var _StartMLEvaluationTaskRunCommand = class _StartMLEvaluationTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
11995
11854
  ...commonParams
11996
11855
  }).m(function(Command, cs, config, o) {
@@ -12007,7 +11866,6 @@ var StartMLEvaluationTaskRunCommand = _StartMLEvaluationTaskRunCommand;
12007
11866
 
12008
11867
 
12009
11868
 
12010
-
12011
11869
  var _StartMLLabelingSetGenerationTaskRunCommand = class _StartMLLabelingSetGenerationTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
12012
11870
  ...commonParams
12013
11871
  }).m(function(Command, cs, config, o) {
@@ -12024,7 +11882,6 @@ var StartMLLabelingSetGenerationTaskRunCommand = _StartMLLabelingSetGenerationTa
12024
11882
 
12025
11883
 
12026
11884
 
12027
-
12028
11885
  var _StartTriggerCommand = class _StartTriggerCommand extends import_smithy_client.Command.classBuilder().ep({
12029
11886
  ...commonParams
12030
11887
  }).m(function(Command, cs, config, o) {
@@ -12041,7 +11898,6 @@ var StartTriggerCommand = _StartTriggerCommand;
12041
11898
 
12042
11899
 
12043
11900
 
12044
-
12045
11901
  var _StartWorkflowRunCommand = class _StartWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep({
12046
11902
  ...commonParams
12047
11903
  }).m(function(Command, cs, config, o) {
@@ -12058,7 +11914,6 @@ var StartWorkflowRunCommand = _StartWorkflowRunCommand;
12058
11914
 
12059
11915
 
12060
11916
 
12061
-
12062
11917
  var _StopColumnStatisticsTaskRunCommand = class _StopColumnStatisticsTaskRunCommand extends import_smithy_client.Command.classBuilder().ep({
12063
11918
  ...commonParams
12064
11919
  }).m(function(Command, cs, config, o) {
@@ -12075,7 +11930,6 @@ var StopColumnStatisticsTaskRunCommand = _StopColumnStatisticsTaskRunCommand;
12075
11930
 
12076
11931
 
12077
11932
 
12078
-
12079
11933
  var _StopCrawlerCommand = class _StopCrawlerCommand extends import_smithy_client.Command.classBuilder().ep({
12080
11934
  ...commonParams
12081
11935
  }).m(function(Command, cs, config, o) {
@@ -12092,7 +11946,6 @@ var StopCrawlerCommand = _StopCrawlerCommand;
12092
11946
 
12093
11947
 
12094
11948
 
12095
-
12096
11949
  var _StopCrawlerScheduleCommand = class _StopCrawlerScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
12097
11950
  ...commonParams
12098
11951
  }).m(function(Command, cs, config, o) {
@@ -12109,7 +11962,6 @@ var StopCrawlerScheduleCommand = _StopCrawlerScheduleCommand;
12109
11962
 
12110
11963
 
12111
11964
 
12112
-
12113
11965
  var _StopSessionCommand = class _StopSessionCommand extends import_smithy_client.Command.classBuilder().ep({
12114
11966
  ...commonParams
12115
11967
  }).m(function(Command, cs, config, o) {
@@ -12126,7 +11978,6 @@ var StopSessionCommand = _StopSessionCommand;
12126
11978
 
12127
11979
 
12128
11980
 
12129
-
12130
11981
  var _StopTriggerCommand = class _StopTriggerCommand extends import_smithy_client.Command.classBuilder().ep({
12131
11982
  ...commonParams
12132
11983
  }).m(function(Command, cs, config, o) {
@@ -12143,7 +11994,6 @@ var StopTriggerCommand = _StopTriggerCommand;
12143
11994
 
12144
11995
 
12145
11996
 
12146
-
12147
11997
  var _StopWorkflowRunCommand = class _StopWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep({
12148
11998
  ...commonParams
12149
11999
  }).m(function(Command, cs, config, o) {
@@ -12160,7 +12010,6 @@ var StopWorkflowRunCommand = _StopWorkflowRunCommand;
12160
12010
 
12161
12011
 
12162
12012
 
12163
-
12164
12013
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
12165
12014
  ...commonParams
12166
12015
  }).m(function(Command, cs, config, o) {
@@ -12177,7 +12026,6 @@ var TagResourceCommand = _TagResourceCommand;
12177
12026
 
12178
12027
 
12179
12028
 
12180
-
12181
12029
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
12182
12030
  ...commonParams
12183
12031
  }).m(function(Command, cs, config, o) {
@@ -12194,7 +12042,6 @@ var UntagResourceCommand = _UntagResourceCommand;
12194
12042
 
12195
12043
 
12196
12044
 
12197
-
12198
12045
  var _UpdateBlueprintCommand = class _UpdateBlueprintCommand extends import_smithy_client.Command.classBuilder().ep({
12199
12046
  ...commonParams
12200
12047
  }).m(function(Command, cs, config, o) {
@@ -12211,7 +12058,6 @@ var UpdateBlueprintCommand = _UpdateBlueprintCommand;
12211
12058
 
12212
12059
 
12213
12060
 
12214
-
12215
12061
  var _UpdateClassifierCommand = class _UpdateClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
12216
12062
  ...commonParams
12217
12063
  }).m(function(Command, cs, config, o) {
@@ -12228,7 +12074,6 @@ var UpdateClassifierCommand = _UpdateClassifierCommand;
12228
12074
 
12229
12075
 
12230
12076
 
12231
-
12232
12077
  var _UpdateColumnStatisticsForPartitionCommand = class _UpdateColumnStatisticsForPartitionCommand extends import_smithy_client.Command.classBuilder().ep({
12233
12078
  ...commonParams
12234
12079
  }).m(function(Command, cs, config, o) {
@@ -12245,7 +12090,6 @@ var UpdateColumnStatisticsForPartitionCommand = _UpdateColumnStatisticsForPartit
12245
12090
 
12246
12091
 
12247
12092
 
12248
-
12249
12093
  var _UpdateColumnStatisticsForTableCommand = class _UpdateColumnStatisticsForTableCommand extends import_smithy_client.Command.classBuilder().ep({
12250
12094
  ...commonParams
12251
12095
  }).m(function(Command, cs, config, o) {
@@ -12262,7 +12106,6 @@ var UpdateColumnStatisticsForTableCommand = _UpdateColumnStatisticsForTableComma
12262
12106
 
12263
12107
 
12264
12108
 
12265
-
12266
12109
  var _UpdateConnectionCommand = class _UpdateConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
12267
12110
  ...commonParams
12268
12111
  }).m(function(Command, cs, config, o) {
@@ -12279,7 +12122,6 @@ var UpdateConnectionCommand = _UpdateConnectionCommand;
12279
12122
 
12280
12123
 
12281
12124
 
12282
-
12283
12125
  var _UpdateCrawlerCommand = class _UpdateCrawlerCommand extends import_smithy_client.Command.classBuilder().ep({
12284
12126
  ...commonParams
12285
12127
  }).m(function(Command, cs, config, o) {
@@ -12296,7 +12138,6 @@ var UpdateCrawlerCommand = _UpdateCrawlerCommand;
12296
12138
 
12297
12139
 
12298
12140
 
12299
-
12300
12141
  var _UpdateCrawlerScheduleCommand = class _UpdateCrawlerScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
12301
12142
  ...commonParams
12302
12143
  }).m(function(Command, cs, config, o) {
@@ -12313,7 +12154,6 @@ var UpdateCrawlerScheduleCommand = _UpdateCrawlerScheduleCommand;
12313
12154
 
12314
12155
 
12315
12156
 
12316
-
12317
12157
  var _UpdateDatabaseCommand = class _UpdateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
12318
12158
  ...commonParams
12319
12159
  }).m(function(Command, cs, config, o) {
@@ -12330,7 +12170,6 @@ var UpdateDatabaseCommand = _UpdateDatabaseCommand;
12330
12170
 
12331
12171
 
12332
12172
 
12333
-
12334
12173
  var _UpdateDataQualityRulesetCommand = class _UpdateDataQualityRulesetCommand extends import_smithy_client.Command.classBuilder().ep({
12335
12174
  ...commonParams
12336
12175
  }).m(function(Command, cs, config, o) {
@@ -12347,7 +12186,6 @@ var UpdateDataQualityRulesetCommand = _UpdateDataQualityRulesetCommand;
12347
12186
 
12348
12187
 
12349
12188
 
12350
-
12351
12189
  var _UpdateDevEndpointCommand = class _UpdateDevEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
12352
12190
  ...commonParams
12353
12191
  }).m(function(Command, cs, config, o) {
@@ -12364,7 +12202,6 @@ var UpdateDevEndpointCommand = _UpdateDevEndpointCommand;
12364
12202
 
12365
12203
 
12366
12204
 
12367
-
12368
12205
  var _UpdateJobCommand = class _UpdateJobCommand extends import_smithy_client.Command.classBuilder().ep({
12369
12206
  ...commonParams
12370
12207
  }).m(function(Command, cs, config, o) {
@@ -12381,7 +12218,6 @@ var UpdateJobCommand = _UpdateJobCommand;
12381
12218
 
12382
12219
 
12383
12220
 
12384
-
12385
12221
  var _UpdateJobFromSourceControlCommand = class _UpdateJobFromSourceControlCommand extends import_smithy_client.Command.classBuilder().ep({
12386
12222
  ...commonParams
12387
12223
  }).m(function(Command, cs, config, o) {
@@ -12398,7 +12234,6 @@ var UpdateJobFromSourceControlCommand = _UpdateJobFromSourceControlCommand;
12398
12234
 
12399
12235
 
12400
12236
 
12401
-
12402
12237
  var _UpdateMLTransformCommand = class _UpdateMLTransformCommand extends import_smithy_client.Command.classBuilder().ep({
12403
12238
  ...commonParams
12404
12239
  }).m(function(Command, cs, config, o) {
@@ -12415,7 +12250,6 @@ var UpdateMLTransformCommand = _UpdateMLTransformCommand;
12415
12250
 
12416
12251
 
12417
12252
 
12418
-
12419
12253
  var _UpdatePartitionCommand = class _UpdatePartitionCommand extends import_smithy_client.Command.classBuilder().ep({
12420
12254
  ...commonParams
12421
12255
  }).m(function(Command, cs, config, o) {
@@ -12432,7 +12266,6 @@ var UpdatePartitionCommand = _UpdatePartitionCommand;
12432
12266
 
12433
12267
 
12434
12268
 
12435
-
12436
12269
  var _UpdateRegistryCommand = class _UpdateRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
12437
12270
  ...commonParams
12438
12271
  }).m(function(Command, cs, config, o) {
@@ -12449,7 +12282,6 @@ var UpdateRegistryCommand = _UpdateRegistryCommand;
12449
12282
 
12450
12283
 
12451
12284
 
12452
-
12453
12285
  var _UpdateSchemaCommand = class _UpdateSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
12454
12286
  ...commonParams
12455
12287
  }).m(function(Command, cs, config, o) {
@@ -12466,7 +12298,6 @@ var UpdateSchemaCommand = _UpdateSchemaCommand;
12466
12298
 
12467
12299
 
12468
12300
 
12469
-
12470
12301
  var _UpdateSourceControlFromJobCommand = class _UpdateSourceControlFromJobCommand extends import_smithy_client.Command.classBuilder().ep({
12471
12302
  ...commonParams
12472
12303
  }).m(function(Command, cs, config, o) {
@@ -12483,7 +12314,6 @@ var UpdateSourceControlFromJobCommand = _UpdateSourceControlFromJobCommand;
12483
12314
 
12484
12315
 
12485
12316
 
12486
-
12487
12317
  var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep({
12488
12318
  ...commonParams
12489
12319
  }).m(function(Command, cs, config, o) {
@@ -12500,7 +12330,6 @@ var UpdateTableCommand = _UpdateTableCommand;
12500
12330
 
12501
12331
 
12502
12332
 
12503
-
12504
12333
  var _UpdateTableOptimizerCommand = class _UpdateTableOptimizerCommand extends import_smithy_client.Command.classBuilder().ep({
12505
12334
  ...commonParams
12506
12335
  }).m(function(Command, cs, config, o) {
@@ -12517,7 +12346,6 @@ var UpdateTableOptimizerCommand = _UpdateTableOptimizerCommand;
12517
12346
 
12518
12347
 
12519
12348
 
12520
-
12521
12349
  var _UpdateTriggerCommand = class _UpdateTriggerCommand extends import_smithy_client.Command.classBuilder().ep({
12522
12350
  ...commonParams
12523
12351
  }).m(function(Command, cs, config, o) {
@@ -12534,7 +12362,6 @@ var UpdateTriggerCommand = _UpdateTriggerCommand;
12534
12362
 
12535
12363
 
12536
12364
 
12537
-
12538
12365
  var _UpdateUserDefinedFunctionCommand = class _UpdateUserDefinedFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
12539
12366
  ...commonParams
12540
12367
  }).m(function(Command, cs, config, o) {
@@ -12551,7 +12378,6 @@ var UpdateUserDefinedFunctionCommand = _UpdateUserDefinedFunctionCommand;
12551
12378
 
12552
12379
 
12553
12380
 
12554
-
12555
12381
  var _UpdateWorkflowCommand = class _UpdateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
12556
12382
  ...commonParams
12557
12383
  }).m(function(Command, cs, config, o) {
@@ -13215,6 +13041,8 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
13215
13041
  AdditionalOptionKeys,
13216
13042
  AggFunction,
13217
13043
  AlreadyExistsException,
13044
+ AuthenticationType,
13045
+ OAuth2GrantType,
13218
13046
  EntityNotFoundException,
13219
13047
  GlueEncryptionException,
13220
13048
  InternalServiceException,
@@ -13279,6 +13107,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
13279
13107
  CsvSerdeOption,
13280
13108
  ConnectionPropertyKey,
13281
13109
  ConnectionType,
13110
+ ConnectionStatus,
13282
13111
  IdempotentParameterMismatchException,
13283
13112
  ConcurrentModificationException,
13284
13113
  Permission,
@@ -13295,6 +13124,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
13295
13124
  S3EncryptionMode,
13296
13125
  SessionStatus,
13297
13126
  MetadataOperation,
13127
+ ViewDialect,
13298
13128
  PrincipalType,
13299
13129
  ResourceType,
13300
13130
  CrawlerRunningException,
@@ -13316,7 +13146,6 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
13316
13146
  PartitionIndexStatus,
13317
13147
  SchemaDiffType,
13318
13148
  StatementState,
13319
- ViewDialect,
13320
13149
  PermissionType,
13321
13150
  PermissionTypeMismatchException,
13322
13151
  FieldName,
@@ -13339,6 +13168,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
13339
13168
  CrawlerStoppingException,
13340
13169
  SchedulerNotRunningException,
13341
13170
  VersionMismatchException,
13171
+ ViewUpdateAction,
13342
13172
  CreateJobRequestFilterSensitiveLog,
13343
13173
  JobFilterSensitiveLog,
13344
13174
  JobUpdateFilterSensitiveLog,