@aws-sdk/client-glue 3.533.0 → 3.540.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 (439) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Glue.d.ts +42 -1
  6. package/dist-types/GlueClient.d.ts +1 -1
  7. package/dist-types/commands/BatchCreatePartitionCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchDeletePartitionCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDeleteTableCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +2 -1
  13. package/dist-types/commands/BatchGetCrawlersCommand.d.ts +2 -1
  14. package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +2 -1
  15. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +2 -1
  16. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +2 -1
  17. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -1
  18. package/dist-types/commands/BatchGetPartitionCommand.d.ts +2 -1
  19. package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +2 -1
  20. package/dist-types/commands/BatchGetTriggersCommand.d.ts +2 -1
  21. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -1
  22. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
  23. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +2 -1
  24. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  25. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  26. package/dist-types/commands/CancelMLTaskRunCommand.d.ts +2 -1
  27. package/dist-types/commands/CancelStatementCommand.d.ts +2 -1
  28. package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateBlueprintCommand.d.ts +2 -1
  30. package/dist-types/commands/CreateClassifierCommand.d.ts +2 -1
  31. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
  32. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
  34. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +2 -1
  35. package/dist-types/commands/CreateDatabaseCommand.d.ts +2 -1
  36. package/dist-types/commands/CreateDevEndpointCommand.d.ts +2 -1
  37. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  38. package/dist-types/commands/CreateMLTransformCommand.d.ts +2 -1
  39. package/dist-types/commands/CreatePartitionCommand.d.ts +2 -1
  40. package/dist-types/commands/CreatePartitionIndexCommand.d.ts +2 -1
  41. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -1
  42. package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
  43. package/dist-types/commands/CreateScriptCommand.d.ts +2 -1
  44. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
  45. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  46. package/dist-types/commands/CreateTableCommand.d.ts +2 -1
  47. package/dist-types/commands/CreateTableOptimizerCommand.d.ts +2 -1
  48. package/dist-types/commands/CreateTriggerCommand.d.ts +2 -1
  49. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +2 -1
  50. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  51. package/dist-types/commands/DeleteBlueprintCommand.d.ts +2 -1
  52. package/dist-types/commands/DeleteClassifierCommand.d.ts +2 -1
  53. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
  54. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
  55. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  56. package/dist-types/commands/DeleteCrawlerCommand.d.ts +2 -1
  57. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +2 -1
  58. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +2 -1
  59. package/dist-types/commands/DeleteDatabaseCommand.d.ts +2 -1
  60. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +2 -1
  61. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  62. package/dist-types/commands/DeleteMLTransformCommand.d.ts +2 -1
  63. package/dist-types/commands/DeletePartitionCommand.d.ts +2 -1
  64. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +2 -1
  65. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -1
  66. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  67. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
  68. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +2 -1
  69. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +2 -1
  70. package/dist-types/commands/DeleteSessionCommand.d.ts +2 -1
  71. package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
  72. package/dist-types/commands/DeleteTableOptimizerCommand.d.ts +2 -1
  73. package/dist-types/commands/DeleteTableVersionCommand.d.ts +2 -1
  74. package/dist-types/commands/DeleteTriggerCommand.d.ts +2 -1
  75. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +2 -1
  76. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  77. package/dist-types/commands/GetBlueprintCommand.d.ts +2 -1
  78. package/dist-types/commands/GetBlueprintRunCommand.d.ts +2 -1
  79. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +2 -1
  80. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +2 -1
  81. package/dist-types/commands/GetClassifierCommand.d.ts +2 -1
  82. package/dist-types/commands/GetClassifiersCommand.d.ts +2 -1
  83. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  84. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +2 -1
  85. package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +2 -1
  86. package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +2 -1
  87. package/dist-types/commands/GetConnectionCommand.d.ts +2 -1
  88. package/dist-types/commands/GetConnectionsCommand.d.ts +2 -1
  89. package/dist-types/commands/GetCrawlerCommand.d.ts +2 -1
  90. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -1
  91. package/dist-types/commands/GetCrawlersCommand.d.ts +2 -1
  92. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +2 -1
  93. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +2 -1
  94. package/dist-types/commands/GetDataQualityResultCommand.d.ts +2 -1
  95. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  96. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +2 -1
  97. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  98. package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
  99. package/dist-types/commands/GetDatabasesCommand.d.ts +2 -1
  100. package/dist-types/commands/GetDataflowGraphCommand.d.ts +2 -1
  101. package/dist-types/commands/GetDevEndpointCommand.d.ts +2 -1
  102. package/dist-types/commands/GetDevEndpointsCommand.d.ts +2 -1
  103. package/dist-types/commands/GetJobBookmarkCommand.d.ts +2 -1
  104. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  105. package/dist-types/commands/GetJobRunCommand.d.ts +2 -1
  106. package/dist-types/commands/GetJobRunsCommand.d.ts +2 -1
  107. package/dist-types/commands/GetJobsCommand.d.ts +2 -1
  108. package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
  109. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -1
  110. package/dist-types/commands/GetMLTransformCommand.d.ts +2 -1
  111. package/dist-types/commands/GetMLTransformsCommand.d.ts +2 -1
  112. package/dist-types/commands/GetMappingCommand.d.ts +2 -1
  113. package/dist-types/commands/GetPartitionCommand.d.ts +2 -1
  114. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +2 -1
  115. package/dist-types/commands/GetPartitionsCommand.d.ts +2 -1
  116. package/dist-types/commands/GetPlanCommand.d.ts +2 -1
  117. package/dist-types/commands/GetRegistryCommand.d.ts +2 -1
  118. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -1
  119. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  120. package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +2 -1
  121. package/dist-types/commands/GetSchemaCommand.d.ts +2 -1
  122. package/dist-types/commands/GetSchemaVersionCommand.d.ts +2 -1
  123. package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +2 -1
  124. package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +2 -1
  125. package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +2 -1
  126. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  127. package/dist-types/commands/GetStatementCommand.d.ts +2 -1
  128. package/dist-types/commands/GetTableCommand.d.ts +2 -1
  129. package/dist-types/commands/GetTableOptimizerCommand.d.ts +2 -1
  130. package/dist-types/commands/GetTableVersionCommand.d.ts +2 -1
  131. package/dist-types/commands/GetTableVersionsCommand.d.ts +2 -1
  132. package/dist-types/commands/GetTablesCommand.d.ts +2 -1
  133. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  134. package/dist-types/commands/GetTriggerCommand.d.ts +2 -1
  135. package/dist-types/commands/GetTriggersCommand.d.ts +2 -1
  136. package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -1
  137. package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +2 -1
  138. package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -1
  139. package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +2 -1
  140. package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +2 -1
  141. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  142. package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
  143. package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +2 -1
  144. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +2 -1
  145. package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +2 -1
  146. package/dist-types/commands/ListBlueprintsCommand.d.ts +2 -1
  147. package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +2 -1
  148. package/dist-types/commands/ListCrawlersCommand.d.ts +2 -1
  149. package/dist-types/commands/ListCrawlsCommand.d.ts +2 -1
  150. package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +2 -1
  151. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +2 -1
  152. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +2 -1
  153. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +2 -1
  154. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +2 -1
  155. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -1
  156. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  157. package/dist-types/commands/ListMLTransformsCommand.d.ts +2 -1
  158. package/dist-types/commands/ListRegistriesCommand.d.ts +2 -1
  159. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -1
  160. package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
  161. package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
  162. package/dist-types/commands/ListStatementsCommand.d.ts +2 -1
  163. package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +2 -1
  164. package/dist-types/commands/ListTriggersCommand.d.ts +2 -1
  165. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  166. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +2 -1
  167. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  168. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +2 -1
  169. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +2 -1
  170. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +2 -1
  171. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +2 -1
  172. package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +2 -1
  173. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +2 -1
  174. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +2 -1
  175. package/dist-types/commands/RunStatementCommand.d.ts +2 -1
  176. package/dist-types/commands/SearchTablesCommand.d.ts +2 -1
  177. package/dist-types/commands/StartBlueprintRunCommand.d.ts +2 -1
  178. package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +2 -1
  179. package/dist-types/commands/StartCrawlerCommand.d.ts +2 -1
  180. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +2 -1
  181. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +2 -1
  182. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +2 -1
  183. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +2 -1
  184. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +2 -1
  185. package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
  186. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +2 -1
  187. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +2 -1
  188. package/dist-types/commands/StartTriggerCommand.d.ts +2 -1
  189. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
  190. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +2 -1
  191. package/dist-types/commands/StopCrawlerCommand.d.ts +2 -1
  192. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +2 -1
  193. package/dist-types/commands/StopSessionCommand.d.ts +2 -1
  194. package/dist-types/commands/StopTriggerCommand.d.ts +2 -1
  195. package/dist-types/commands/StopWorkflowRunCommand.d.ts +2 -1
  196. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  197. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  198. package/dist-types/commands/UpdateBlueprintCommand.d.ts +2 -1
  199. package/dist-types/commands/UpdateClassifierCommand.d.ts +2 -1
  200. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +2 -1
  201. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
  202. package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -1
  203. package/dist-types/commands/UpdateCrawlerCommand.d.ts +2 -1
  204. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
  205. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +2 -1
  206. package/dist-types/commands/UpdateDatabaseCommand.d.ts +2 -1
  207. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +2 -1
  208. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  209. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
  210. package/dist-types/commands/UpdateMLTransformCommand.d.ts +2 -1
  211. package/dist-types/commands/UpdatePartitionCommand.d.ts +2 -1
  212. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -1
  213. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
  214. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
  215. package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
  216. package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +2 -1
  217. package/dist-types/commands/UpdateTriggerCommand.d.ts +2 -1
  218. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +2 -1
  219. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
  220. package/dist-types/index.d.ts +0 -1
  221. package/dist-types/models/models_0.d.ts +1238 -1238
  222. package/dist-types/models/models_1.d.ts +971 -971
  223. package/dist-types/models/models_2.d.ts +893 -893
  224. package/dist-types/ts3.4/Glue.d.ts +41 -0
  225. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +9 -0
  226. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +9 -0
  227. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +9 -0
  228. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +9 -0
  229. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +9 -0
  230. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +9 -0
  231. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +9 -0
  232. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +9 -0
  233. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +9 -0
  234. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +9 -0
  235. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +9 -0
  236. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +9 -0
  237. package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +9 -0
  238. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +9 -0
  239. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +9 -0
  240. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +9 -0
  241. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +9 -0
  242. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +9 -0
  243. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +9 -0
  244. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +9 -0
  245. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +9 -0
  246. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +9 -0
  247. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +9 -0
  248. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +9 -0
  249. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +9 -0
  250. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +9 -0
  251. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +9 -0
  252. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +9 -0
  253. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +9 -0
  254. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +9 -0
  255. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  256. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +9 -0
  257. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +9 -0
  258. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +9 -0
  259. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +9 -0
  260. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +9 -0
  261. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +9 -0
  262. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +9 -0
  263. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +9 -0
  264. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +9 -0
  265. package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +9 -0
  266. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +9 -0
  267. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +9 -0
  268. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  269. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +9 -0
  270. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +9 -0
  271. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +9 -0
  272. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +9 -0
  273. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +9 -0
  274. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +9 -0
  275. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +9 -0
  276. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +9 -0
  277. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +9 -0
  278. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +9 -0
  279. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  280. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +9 -0
  281. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +9 -0
  282. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +9 -0
  283. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +9 -0
  284. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  285. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +9 -0
  286. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +9 -0
  287. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +9 -0
  288. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +9 -0
  289. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +9 -0
  290. package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +9 -0
  291. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +9 -0
  292. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +9 -0
  293. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +9 -0
  294. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  295. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +9 -0
  296. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +9 -0
  297. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +9 -0
  298. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +9 -0
  299. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +9 -0
  300. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +9 -0
  301. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +9 -0
  302. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +9 -0
  303. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +9 -0
  304. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +9 -0
  305. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +9 -0
  306. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +9 -0
  307. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +9 -0
  308. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +9 -0
  309. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +9 -0
  310. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +9 -0
  311. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +9 -0
  312. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +9 -0
  313. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +9 -0
  314. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +9 -0
  315. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +9 -0
  316. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +9 -0
  317. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +9 -0
  318. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +9 -0
  319. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +9 -0
  320. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +9 -0
  321. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +9 -0
  322. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  323. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +9 -0
  324. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +9 -0
  325. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +9 -0
  326. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +9 -0
  327. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +9 -0
  328. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +9 -0
  329. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +9 -0
  330. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +9 -0
  331. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +9 -0
  332. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +9 -0
  333. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +9 -0
  334. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +7 -0
  335. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +9 -0
  336. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
  337. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  338. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +9 -0
  339. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +9 -0
  340. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +9 -0
  341. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +9 -0
  342. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +9 -0
  343. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +9 -0
  344. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
  345. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +9 -0
  346. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +9 -0
  347. package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +9 -0
  348. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +9 -0
  349. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +9 -0
  350. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +9 -0
  351. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -0
  352. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +9 -0
  353. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +9 -0
  354. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +9 -0
  355. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +9 -0
  356. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +9 -0
  357. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +9 -0
  358. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +9 -0
  359. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  360. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +9 -0
  361. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +9 -0
  362. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +9 -0
  363. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +9 -0
  364. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +9 -0
  365. package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +9 -0
  366. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +9 -0
  367. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +9 -0
  368. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +9 -0
  369. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +9 -0
  370. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +9 -0
  371. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +9 -0
  372. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +9 -0
  373. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +9 -0
  374. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  375. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +9 -0
  376. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +9 -0
  377. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +9 -0
  378. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +9 -0
  379. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +9 -0
  380. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +9 -0
  381. package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +9 -0
  382. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +9 -0
  383. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  384. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +9 -0
  385. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  386. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +9 -0
  387. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +9 -0
  388. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +9 -0
  389. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +9 -0
  390. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +9 -0
  391. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +9 -0
  392. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +9 -0
  393. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +9 -0
  394. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +9 -0
  395. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +9 -0
  396. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +9 -0
  397. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +9 -0
  398. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +9 -0
  399. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +9 -0
  400. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +9 -0
  401. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +9 -0
  402. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +9 -0
  403. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +9 -0
  404. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +9 -0
  405. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +9 -0
  406. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +9 -0
  407. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +9 -0
  408. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +9 -0
  409. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +9 -0
  410. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +9 -0
  411. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +9 -0
  412. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +9 -0
  413. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +9 -0
  414. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  415. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  416. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +9 -0
  417. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +9 -0
  418. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +9 -0
  419. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +9 -0
  420. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +9 -0
  421. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +9 -0
  422. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +9 -0
  423. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +9 -0
  424. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +9 -0
  425. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +9 -0
  426. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
  427. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +9 -0
  428. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +9 -0
  429. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +9 -0
  430. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +9 -0
  431. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +9 -0
  432. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +9 -0
  433. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +9 -0
  434. package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +9 -0
  435. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +9 -0
  436. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +9 -0
  437. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
  438. package/dist-types/ts3.4/index.d.ts +0 -1
  439. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefine
22
22
  }
23
23
  declare const CreateUserDefinedFunctionCommand_base: {
24
24
  new (input: CreateUserDefinedFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUserDefinedFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new function definition in the Data Catalog.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const CreateUserDefinedFunctionCommand_base: {
85
85
  * @throws {@link GlueServiceException}
86
86
  * <p>Base exception class for all service exceptions from Glue service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class CreateUserDefinedFunctionCommand extends CreateUserDefinedFunctionCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
22
22
  }
23
23
  declare const CreateWorkflowCommand_base: {
24
24
  new (input: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const CreateWorkflowCommand_base: {
79
79
  * @throws {@link GlueServiceException}
80
80
  * <p>Base exception class for all service exceptions from Glue service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, _
22
22
  }
23
23
  declare const DeleteBlueprintCommand_base: {
24
24
  new (input: DeleteBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing blueprint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const DeleteBlueprintCommand_base: {
62
62
  * @throws {@link GlueServiceException}
63
63
  * <p>Base exception class for all service exceptions from Glue service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class DeleteBlueprintCommand extends DeleteBlueprintCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface DeleteClassifierCommandOutput extends DeleteClassifierResponse,
22
22
  }
23
23
  declare const DeleteClassifierCommand_base: {
24
24
  new (input: DeleteClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClassifierCommandInput, DeleteClassifierCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClassifierCommandInput, DeleteClassifierCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a classifier from the Data Catalog.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteClassifierCommand_base: {
57
57
  * @throws {@link GlueServiceException}
58
58
  * <p>Base exception class for all service exceptions from Glue service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteClassifierCommand extends DeleteClassifierCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteColumnStatisticsForPartitionCommandOutput extends DeleteC
22
22
  }
23
23
  declare const DeleteColumnStatisticsForPartitionCommand_base: {
24
24
  new (input: DeleteColumnStatisticsForPartitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteColumnStatisticsForPartitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete the partition column statistics of a column.</p>
30
30
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeletePartition</code>.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const DeleteColumnStatisticsForPartitionCommand_base: {
73
73
  * @throws {@link GlueServiceException}
74
74
  * <p>Base exception class for all service exceptions from Glue service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DeleteColumnStatisticsForPartitionCommand extends DeleteColumnStatisticsForPartitionCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DeleteColumnStatisticsForTableCommandOutput extends DeleteColum
22
22
  }
23
23
  declare const DeleteColumnStatisticsForTableCommand_base: {
24
24
  new (input: DeleteColumnStatisticsForTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteColumnStatisticsForTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves table statistics of columns.</p>
30
30
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeleteTable</code>.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const DeleteColumnStatisticsForTableCommand_base: {
70
70
  * @throws {@link GlueServiceException}
71
71
  * <p>Base exception class for all service exceptions from Glue service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteColumnStatisticsForTableCommand extends DeleteColumnStatisticsForTableCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
22
22
  }
23
23
  declare const DeleteConnectionCommand_base: {
24
24
  new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a connection from the Data Catalog.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteConnectionCommand_base: {
58
58
  * @throws {@link GlueServiceException}
59
59
  * <p>Base exception class for all service exceptions from Glue service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __Met
22
22
  }
23
23
  declare const DeleteCrawlerCommand_base: {
24
24
  new (input: DeleteCrawlerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCrawlerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a specified crawler from the Glue Data Catalog, unless the crawler state is
30
30
  * <code>RUNNING</code>.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteCrawlerCommand_base: {
64
64
  * @throws {@link GlueServiceException}
65
65
  * <p>Base exception class for all service exceptions from Glue service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteCrawlerCommand extends DeleteCrawlerCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityT
22
22
  }
23
23
  declare const DeleteCustomEntityTypeCommand_base: {
24
24
  new (input: DeleteCustomEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a custom pattern by specifying its name.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteCustomEntityTypeCommand_base: {
68
68
  * @throws {@link GlueServiceException}
69
69
  * <p>Base exception class for all service exceptions from Glue service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteCustomEntityTypeCommand extends DeleteCustomEntityTypeCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteDataQualityRulesetCommandOutput extends DeleteDataQuality
22
22
  }
23
23
  declare const DeleteDataQualityRulesetCommand_base: {
24
24
  new (input: DeleteDataQualityRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDataQualityRulesetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a data quality ruleset.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteDataQualityRulesetCommand_base: {
63
63
  * @throws {@link GlueServiceException}
64
64
  * <p>Base exception class for all service exceptions from Glue service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteDataQualityRulesetCommand extends DeleteDataQualityRulesetCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteDatabaseCommandOutput extends DeleteDatabaseResponse, __M
22
22
  }
23
23
  declare const DeleteDatabaseCommand_base: {
24
24
  new (input: DeleteDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a specified database from a Data Catalog.</p>
30
30
  * <note>
31
31
  * <p>After completing this operation, you no longer have access to the tables (and all table
@@ -79,6 +79,7 @@ declare const DeleteDatabaseCommand_base: {
79
79
  * @throws {@link GlueServiceException}
80
80
  * <p>Base exception class for all service exceptions from Glue service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DeleteDatabaseCommand extends DeleteDatabaseCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointRespons
22
22
  }
23
23
  declare const DeleteDevEndpointCommand_base: {
24
24
  new (input: DeleteDevEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDevEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified development endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteDevEndpointCommand_base: {
63
63
  * @throws {@link GlueServiceException}
64
64
  * <p>Base exception class for all service exceptions from Glue service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteDevEndpointCommand extends DeleteDevEndpointCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
22
22
  }
23
23
  declare const DeleteJobCommand_base: {
24
24
  new (input: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified job definition. If the job definition
30
30
  * is not found, no exception is thrown.</p>
31
31
  * @example
@@ -63,6 +63,7 @@ declare const DeleteJobCommand_base: {
63
63
  * @throws {@link GlueServiceException}
64
64
  * <p>Base exception class for all service exceptions from Glue service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteJobCommand extends DeleteJobCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteMLTransformCommandOutput extends DeleteMLTransformRespons
22
22
  }
23
23
  declare const DeleteMLTransformCommand_base: {
24
24
  new (input: DeleteMLTransformCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMLTransformCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Glue machine learning transform. Machine learning transforms are a special
30
30
  * type of transform that use machine learning to learn the details of the transformation to be
31
31
  * performed by learning from examples provided by humans. These transformations are then saved
@@ -70,6 +70,7 @@ declare const DeleteMLTransformCommand_base: {
70
70
  * @throws {@link GlueServiceException}
71
71
  * <p>Base exception class for all service exceptions from Glue service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteMLTransformCommand extends DeleteMLTransformCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeletePartitionCommandOutput extends DeletePartitionResponse, _
22
22
  }
23
23
  declare const DeletePartitionCommand_base: {
24
24
  new (input: DeletePartitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartitionCommandInput, DeletePartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePartitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartitionCommandInput, DeletePartitionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified partition.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeletePartitionCommand_base: {
68
68
  * @throws {@link GlueServiceException}
69
69
  * <p>Base exception class for all service exceptions from Glue service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeletePartitionCommand extends DeletePartitionCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeletePartitionIndexCommandOutput extends DeletePartitionIndexR
22
22
  }
23
23
  declare const DeletePartitionIndexCommand_base: {
24
24
  new (input: DeletePartitionIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePartitionIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified partition index from an existing table.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeletePartitionIndexCommand_base: {
72
72
  * @throws {@link GlueServiceException}
73
73
  * <p>Base exception class for all service exceptions from Glue service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeletePartitionIndexCommand extends DeletePartitionIndexCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteRegistryCommandOutput extends DeleteRegistryResponse, __M
22
22
  }
23
23
  declare const DeleteRegistryCommand_base: {
24
24
  new (input: DeleteRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the <code>GetRegistry</code> API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the <code>UpdateRegistry</code>, <code>CreateSchema</code>, <code>UpdateSchema</code>, and <code>RegisterSchemaVersion</code> APIs. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DeleteRegistryCommand_base: {
70
70
  * @throws {@link GlueServiceException}
71
71
  * <p>Base exception class for all service exceptions from Glue service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteRegistryCommand extends DeleteRegistryCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteResourcePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteResourcePolicyCommand_base: {
67
67
  * @throws {@link GlueServiceException}
68
68
  * <p>Base exception class for all service exceptions from Glue service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
22
22
  }
23
23
  declare const DeleteSchemaCommand_base: {
24
24
  new (input: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call <code>GetSchema</code> API after the asynchronous call. Deleting a registry will deactivate all online operations for the schema, such as the <code>GetSchemaByDefinition</code>, and <code>RegisterSchemaVersion</code> APIs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DeleteSchemaCommand_base: {
71
71
  * @throws {@link GlueServiceException}
72
72
  * <p>Base exception class for all service exceptions from Glue service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteSchemaVersionsCommandOutput extends DeleteSchemaVersionsR
22
22
  }
23
23
  declare const DeleteSchemaVersionsCommand_base: {
24
24
  new (input: DeleteSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the <code>GetSchemaVersions</code> API after this call will list the status of the deleted versions.</p>
30
30
  * <p>When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not proceed with the deletion. You have to remove the checkpoint first using the <code>DeleteSchemaCheckpoint</code> API before using this API.</p>
31
31
  * <p>You cannot use the <code>DeleteSchemaVersions</code> API to delete the first schema version in the schema set. The first schema version can only be deleted by the <code>DeleteSchema</code> API. This operation will also delete the attached <code>SchemaVersionMetadata</code> under the schema versions. Hard deletes will be enforced on the database.</p>
@@ -81,6 +81,7 @@ declare const DeleteSchemaVersionsCommand_base: {
81
81
  * @throws {@link GlueServiceException}
82
82
  * <p>Base exception class for all service exceptions from Glue service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DeleteSchemaVersionsCommand extends DeleteSchemaVersionsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
22
22
  }
23
23
  declare const DeleteSecurityConfigurationCommand_base: {
24
24
  new (input: DeleteSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified security configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteSecurityConfigurationCommand_base: {
63
63
  * @throws {@link GlueServiceException}
64
64
  * <p>Base exception class for all service exceptions from Glue service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __Met
22
22
  }
23
23
  declare const DeleteSessionCommand_base: {
24
24
  new (input: DeleteSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSessionCommandInput, DeleteSessionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the session.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteSessionCommand_base: {
72
72
  * @throws {@link GlueServiceException}
73
73
  * <p>Base exception class for all service exceptions from Glue service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteSessionCommand extends DeleteSessionCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
22
22
  }
23
23
  declare const DeleteTableCommand_base: {
24
24
  new (input: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a table definition from the Data Catalog.</p>
30
30
  * <note>
31
31
  * <p>After completing this operation, you no longer have access to the table versions and
@@ -82,6 +82,7 @@ declare const DeleteTableCommand_base: {
82
82
  * @throws {@link GlueServiceException}
83
83
  * <p>Base exception class for all service exceptions from Glue service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteTableCommand extends DeleteTableCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteTableOptimizerCommandOutput extends DeleteTableOptimizerR
22
22
  }
23
23
  declare const DeleteTableOptimizerCommand_base: {
24
24
  new (input: DeleteTableOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableOptimizerCommandInput, DeleteTableOptimizerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTableOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableOptimizerCommandInput, DeleteTableOptimizerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteTableOptimizerCommand_base: {
66
66
  * @throws {@link GlueServiceException}
67
67
  * <p>Base exception class for all service exceptions from Glue service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteTableOptimizerCommand extends DeleteTableOptimizerCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteTableVersionCommandOutput extends DeleteTableVersionRespo
22
22
  }
23
23
  declare const DeleteTableVersionCommand_base: {
24
24
  new (input: DeleteTableVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTableVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified version of a table.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteTableVersionCommand_base: {
66
66
  * @throws {@link GlueServiceException}
67
67
  * <p>Base exception class for all service exceptions from Glue service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteTableVersionCommand extends DeleteTableVersionCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __Met
22
22
  }
23
23
  declare const DeleteTriggerCommand_base: {
24
24
  new (input: DeleteTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified trigger. If the trigger is not found, no
30
30
  * exception is thrown.</p>
31
31
  * @example
@@ -66,6 +66,7 @@ declare const DeleteTriggerCommand_base: {
66
66
  * @throws {@link GlueServiceException}
67
67
  * <p>Base exception class for all service exceptions from Glue service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteTriggerCommand extends DeleteTriggerCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefine
22
22
  }
23
23
  declare const DeleteUserDefinedFunctionCommand_base: {
24
24
  new (input: DeleteUserDefinedFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteUserDefinedFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing function definition from the Data Catalog.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteUserDefinedFunctionCommand_base: {
65
65
  * @throws {@link GlueServiceException}
66
66
  * <p>Base exception class for all service exceptions from Glue service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteUserDefinedFunctionCommand extends DeleteUserDefinedFunctionCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
22
22
  }
23
23
  declare const DeleteWorkflowCommand_base: {
24
24
  new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteWorkflowCommand_base: {
65
65
  * @throws {@link GlueServiceException}
66
66
  * <p>Base exception class for all service exceptions from Glue service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __Metad
22
22
  }
23
23
  declare const GetBlueprintCommand_base: {
24
24
  new (input: GetBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the details of a blueprint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetBlueprintCommand_base: {
84
84
  * @throws {@link GlueServiceException}
85
85
  * <p>Base exception class for all service exceptions from Glue service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetBlueprintCommand extends GetBlueprintCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, _
22
22
  }
23
23
  declare const GetBlueprintRunCommand_base: {
24
24
  new (input: GetBlueprintRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBlueprintRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the details of a blueprint run.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const GetBlueprintRunCommand_base: {
74
74
  * @throws {@link GlueServiceException}
75
75
  * <p>Base exception class for all service exceptions from Glue service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetBlueprintRunCommand extends GetBlueprintRunCommand_base {
79
80
  }