@aws-sdk/client-glue 3.1070.0 → 3.1071.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 (231) hide show
  1. package/README.md +196 -0
  2. package/dist-cjs/index.js +431 -1
  3. package/dist-cjs/models/errors.js +38 -38
  4. package/dist-cjs/schemas/schemas_0.js +744 -31
  5. package/dist-es/Glue.js +68 -0
  6. package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  7. package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  8. package/dist-es/commands/CreateGlossaryCommand.js +16 -0
  9. package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  10. package/dist-es/commands/DeleteAssetCommand.js +16 -0
  11. package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  12. package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  13. package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  14. package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  15. package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  16. package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  17. package/dist-es/commands/GetAssetCommand.js +16 -0
  18. package/dist-es/commands/GetAssetTypeCommand.js +16 -0
  19. package/dist-es/commands/GetFormTypeCommand.js +16 -0
  20. package/dist-es/commands/GetGlossaryCommand.js +16 -0
  21. package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  22. package/dist-es/commands/ListAssetTypesCommand.js +16 -0
  23. package/dist-es/commands/ListFormTypesCommand.js +16 -0
  24. package/dist-es/commands/ListGlossariesCommand.js +16 -0
  25. package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  26. package/dist-es/commands/ListIterableFormsCommand.js +16 -0
  27. package/dist-es/commands/PutAssetCommand.js +16 -0
  28. package/dist-es/commands/PutAssetTypeCommand.js +16 -0
  29. package/dist-es/commands/PutAttachmentCommand.js +16 -0
  30. package/dist-es/commands/PutFormTypeCommand.js +16 -0
  31. package/dist-es/commands/SearchCommand.js +16 -0
  32. package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  33. package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  34. package/dist-es/commands/index.js +28 -0
  35. package/dist-es/models/enums.js +12 -0
  36. package/dist-es/models/errors.js +38 -38
  37. package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  38. package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  39. package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  40. package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  41. package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  42. package/dist-es/pagination/SearchPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +6 -0
  44. package/dist-es/schemas/schemas_0.js +671 -31
  45. package/dist-types/Glue.d.ts +242 -0
  46. package/dist-types/GlueClient.d.ts +30 -2
  47. package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  48. package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  49. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  50. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  53. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  54. package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  55. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  56. package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
  57. package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  58. package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  59. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  60. package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  61. package/dist-types/commands/GetAssetCommand.d.ts +116 -0
  62. package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  63. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  64. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  65. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  68. package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  69. package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  70. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  74. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  75. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  77. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  79. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  80. package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  81. package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  82. package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  83. package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  84. package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  85. package/dist-types/commands/PutAssetCommand.d.ts +113 -0
  86. package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  87. package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  88. package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  89. package/dist-types/commands/SearchCommand.d.ts +149 -0
  90. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  92. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  94. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  95. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  98. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  99. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  100. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  103. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  104. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  105. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
  121. package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  122. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  123. package/dist-types/commands/index.d.ts +28 -0
  124. package/dist-types/models/enums.d.ts +28 -0
  125. package/dist-types/models/errors.d.ts +48 -48
  126. package/dist-types/models/models_0.d.ts +165 -174
  127. package/dist-types/models/models_1.d.ts +520 -720
  128. package/dist-types/models/models_2.d.ts +2302 -2039
  129. package/dist-types/models/models_3.d.ts +1413 -4
  130. package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  131. package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  132. package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  133. package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  134. package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  135. package/dist-types/pagination/SearchPaginator.d.ts +7 -0
  136. package/dist-types/pagination/index.d.ts +6 -0
  137. package/dist-types/schemas/schemas_0.d.ts +101 -0
  138. package/dist-types/ts3.4/Glue.d.ts +522 -0
  139. package/dist-types/ts3.4/GlueClient.d.ts +168 -0
  140. package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  142. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  150. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  151. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  152. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  153. package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  154. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  155. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  161. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  162. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  163. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  174. package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  175. package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  176. package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  177. package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  179. package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  180. package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  181. package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
  183. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
  214. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  215. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  216. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  217. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  218. package/dist-types/ts3.4/models/errors.d.ts +26 -26
  219. package/dist-types/ts3.4/models/models_0.d.ts +41 -40
  220. package/dist-types/ts3.4/models/models_1.d.ts +128 -181
  221. package/dist-types/ts3.4/models/models_2.d.ts +396 -293
  222. package/dist-types/ts3.4/models/models_3.d.ts +373 -1
  223. package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  227. package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  228. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
  229. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  230. package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  231. package/package.json +3 -3
@@ -1,4 +1,5 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
+ import { type AssociateGlossaryTermsCommandInput, type AssociateGlossaryTermsCommandOutput } from "./commands/AssociateGlossaryTermsCommand";
2
3
  import { type BatchCreatePartitionCommandInput, type BatchCreatePartitionCommandOutput } from "./commands/BatchCreatePartitionCommand";
3
4
  import { type BatchDeleteConnectionCommandInput, type BatchDeleteConnectionCommandOutput } from "./commands/BatchDeleteConnectionCommand";
4
5
  import { type BatchDeletePartitionCommandInput, type BatchDeletePartitionCommandOutput } from "./commands/BatchDeletePartitionCommand";
@@ -9,6 +10,7 @@ import { type BatchGetCrawlersCommandInput, type BatchGetCrawlersCommandOutput }
9
10
  import { type BatchGetCustomEntityTypesCommandInput, type BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
10
11
  import { type BatchGetDataQualityResultCommandInput, type BatchGetDataQualityResultCommandOutput } from "./commands/BatchGetDataQualityResultCommand";
11
12
  import { type BatchGetDevEndpointsCommandInput, type BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
13
+ import { type BatchGetIterableFormsCommandInput, type BatchGetIterableFormsCommandOutput } from "./commands/BatchGetIterableFormsCommand";
12
14
  import { type BatchGetJobsCommandInput, type BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
13
15
  import { type BatchGetPartitionCommandInput, type BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
14
16
  import { type BatchGetTableOptimizerCommandInput, type BatchGetTableOptimizerCommandOutput } from "./commands/BatchGetTableOptimizerCommand";
@@ -32,6 +34,8 @@ import { type CreateCustomEntityTypeCommandInput, type CreateCustomEntityTypeCom
32
34
  import { type CreateDatabaseCommandInput, type CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
33
35
  import { type CreateDataQualityRulesetCommandInput, type CreateDataQualityRulesetCommandOutput } from "./commands/CreateDataQualityRulesetCommand";
34
36
  import { type CreateDevEndpointCommandInput, type CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
37
+ import { type CreateGlossaryCommandInput, type CreateGlossaryCommandOutput } from "./commands/CreateGlossaryCommand";
38
+ import { type CreateGlossaryTermCommandInput, type CreateGlossaryTermCommandOutput } from "./commands/CreateGlossaryTermCommand";
35
39
  import { type CreateGlueIdentityCenterConfigurationCommandInput, type CreateGlueIdentityCenterConfigurationCommandOutput } from "./commands/CreateGlueIdentityCenterConfigurationCommand";
36
40
  import { type CreateIntegrationCommandInput, type CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
37
41
  import { type CreateIntegrationResourcePropertyCommandInput, type CreateIntegrationResourcePropertyCommandOutput } from "./commands/CreateIntegrationResourcePropertyCommand";
@@ -51,6 +55,9 @@ import { type CreateTriggerCommandInput, type CreateTriggerCommandOutput } from
51
55
  import { type CreateUsageProfileCommandInput, type CreateUsageProfileCommandOutput } from "./commands/CreateUsageProfileCommand";
52
56
  import { type CreateUserDefinedFunctionCommandInput, type CreateUserDefinedFunctionCommandOutput } from "./commands/CreateUserDefinedFunctionCommand";
53
57
  import { type CreateWorkflowCommandInput, type CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
58
+ import { type DeleteAssetCommandInput, type DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
59
+ import { type DeleteAssetTypeCommandInput, type DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
60
+ import { type DeleteAttachmentCommandInput, type DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
54
61
  import { type DeleteBlueprintCommandInput, type DeleteBlueprintCommandOutput } from "./commands/DeleteBlueprintCommand";
55
62
  import { type DeleteCatalogCommandInput, type DeleteCatalogCommandOutput } from "./commands/DeleteCatalogCommand";
56
63
  import { type DeleteClassifierCommandInput, type DeleteClassifierCommandOutput } from "./commands/DeleteClassifierCommand";
@@ -64,6 +71,9 @@ import { type DeleteCustomEntityTypeCommandInput, type DeleteCustomEntityTypeCom
64
71
  import { type DeleteDatabaseCommandInput, type DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
65
72
  import { type DeleteDataQualityRulesetCommandInput, type DeleteDataQualityRulesetCommandOutput } from "./commands/DeleteDataQualityRulesetCommand";
66
73
  import { type DeleteDevEndpointCommandInput, type DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
74
+ import { type DeleteFormTypeCommandInput, type DeleteFormTypeCommandOutput } from "./commands/DeleteFormTypeCommand";
75
+ import { type DeleteGlossaryCommandInput, type DeleteGlossaryCommandOutput } from "./commands/DeleteGlossaryCommand";
76
+ import { type DeleteGlossaryTermCommandInput, type DeleteGlossaryTermCommandOutput } from "./commands/DeleteGlossaryTermCommand";
67
77
  import { type DeleteGlueIdentityCenterConfigurationCommandInput, type DeleteGlueIdentityCenterConfigurationCommandOutput } from "./commands/DeleteGlueIdentityCenterConfigurationCommand";
68
78
  import { type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
69
79
  import { type DeleteIntegrationResourcePropertyCommandInput, type DeleteIntegrationResourcePropertyCommandOutput } from "./commands/DeleteIntegrationResourcePropertyCommand";
@@ -89,6 +99,9 @@ import { type DescribeConnectionTypeCommandInput, type DescribeConnectionTypeCom
89
99
  import { type DescribeEntityCommandInput, type DescribeEntityCommandOutput } from "./commands/DescribeEntityCommand";
90
100
  import { type DescribeInboundIntegrationsCommandInput, type DescribeInboundIntegrationsCommandOutput } from "./commands/DescribeInboundIntegrationsCommand";
91
101
  import { type DescribeIntegrationsCommandInput, type DescribeIntegrationsCommandOutput } from "./commands/DescribeIntegrationsCommand";
102
+ import { type DisassociateGlossaryTermsCommandInput, type DisassociateGlossaryTermsCommandOutput } from "./commands/DisassociateGlossaryTermsCommand";
103
+ import { type GetAssetCommandInput, type GetAssetCommandOutput } from "./commands/GetAssetCommand";
104
+ import { type GetAssetTypeCommandInput, type GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
92
105
  import { type GetBlueprintCommandInput, type GetBlueprintCommandOutput } from "./commands/GetBlueprintCommand";
93
106
  import { type GetBlueprintRunCommandInput, type GetBlueprintRunCommandOutput } from "./commands/GetBlueprintRunCommand";
94
107
  import { type GetBlueprintRunsCommandInput, type GetBlueprintRunsCommandOutput } from "./commands/GetBlueprintRunsCommand";
@@ -122,6 +135,9 @@ import { type GetDataQualityRulesetEvaluationRunCommandInput, type GetDataQualit
122
135
  import { type GetDevEndpointCommandInput, type GetDevEndpointCommandOutput } from "./commands/GetDevEndpointCommand";
123
136
  import { type GetDevEndpointsCommandInput, type GetDevEndpointsCommandOutput } from "./commands/GetDevEndpointsCommand";
124
137
  import { type GetEntityRecordsCommandInput, type GetEntityRecordsCommandOutput } from "./commands/GetEntityRecordsCommand";
138
+ import { type GetFormTypeCommandInput, type GetFormTypeCommandOutput } from "./commands/GetFormTypeCommand";
139
+ import { type GetGlossaryCommandInput, type GetGlossaryCommandOutput } from "./commands/GetGlossaryCommand";
140
+ import { type GetGlossaryTermCommandInput, type GetGlossaryTermCommandOutput } from "./commands/GetGlossaryTermCommand";
125
141
  import { type GetGlueIdentityCenterConfigurationCommandInput, type GetGlueIdentityCenterConfigurationCommandOutput } from "./commands/GetGlueIdentityCenterConfigurationCommand";
126
142
  import { type GetIntegrationResourcePropertyCommandInput, type GetIntegrationResourcePropertyCommandOutput } from "./commands/GetIntegrationResourcePropertyCommand";
127
143
  import { type GetIntegrationTablePropertiesCommandInput, type GetIntegrationTablePropertiesCommandOutput } from "./commands/GetIntegrationTablePropertiesCommand";
@@ -171,6 +187,7 @@ import { type GetWorkflowRunCommandInput, type GetWorkflowRunCommandOutput } fro
171
187
  import { type GetWorkflowRunPropertiesCommandInput, type GetWorkflowRunPropertiesCommandOutput } from "./commands/GetWorkflowRunPropertiesCommand";
172
188
  import { type GetWorkflowRunsCommandInput, type GetWorkflowRunsCommandOutput } from "./commands/GetWorkflowRunsCommand";
173
189
  import { type ImportCatalogToGlueCommandInput, type ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
190
+ import { type ListAssetTypesCommandInput, type ListAssetTypesCommandOutput } from "./commands/ListAssetTypesCommand";
174
191
  import { type ListBlueprintsCommandInput, type ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
175
192
  import { type ListColumnStatisticsTaskRunsCommandInput, type ListColumnStatisticsTaskRunsCommandOutput } from "./commands/ListColumnStatisticsTaskRunsCommand";
176
193
  import { type ListConnectionTypesCommandInput, type ListConnectionTypesCommandOutput } from "./commands/ListConnectionTypesCommand";
@@ -185,7 +202,11 @@ import { type ListDataQualityStatisticAnnotationsCommandInput, type ListDataQual
185
202
  import { type ListDataQualityStatisticsCommandInput, type ListDataQualityStatisticsCommandOutput } from "./commands/ListDataQualityStatisticsCommand";
186
203
  import { type ListDevEndpointsCommandInput, type ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
187
204
  import { type ListEntitiesCommandInput, type ListEntitiesCommandOutput } from "./commands/ListEntitiesCommand";
205
+ import { type ListFormTypesCommandInput, type ListFormTypesCommandOutput } from "./commands/ListFormTypesCommand";
206
+ import { type ListGlossariesCommandInput, type ListGlossariesCommandOutput } from "./commands/ListGlossariesCommand";
207
+ import { type ListGlossaryTermsCommandInput, type ListGlossaryTermsCommandOutput } from "./commands/ListGlossaryTermsCommand";
188
208
  import { type ListIntegrationResourcePropertiesCommandInput, type ListIntegrationResourcePropertiesCommandOutput } from "./commands/ListIntegrationResourcePropertiesCommand";
209
+ import { type ListIterableFormsCommandInput, type ListIterableFormsCommandOutput } from "./commands/ListIterableFormsCommand";
189
210
  import { type ListJobsCommandInput, type ListJobsCommandOutput } from "./commands/ListJobsCommand";
190
211
  import { type ListMaterializedViewRefreshTaskRunsCommandInput, type ListMaterializedViewRefreshTaskRunsCommandOutput } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
191
212
  import { type ListMLTransformsCommandInput, type ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
@@ -199,8 +220,12 @@ import { type ListTriggersCommandInput, type ListTriggersCommandOutput } from ".
199
220
  import { type ListUsageProfilesCommandInput, type ListUsageProfilesCommandOutput } from "./commands/ListUsageProfilesCommand";
200
221
  import { type ListWorkflowsCommandInput, type ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
201
222
  import { type ModifyIntegrationCommandInput, type ModifyIntegrationCommandOutput } from "./commands/ModifyIntegrationCommand";
223
+ import { type PutAssetCommandInput, type PutAssetCommandOutput } from "./commands/PutAssetCommand";
224
+ import { type PutAssetTypeCommandInput, type PutAssetTypeCommandOutput } from "./commands/PutAssetTypeCommand";
225
+ import { type PutAttachmentCommandInput, type PutAttachmentCommandOutput } from "./commands/PutAttachmentCommand";
202
226
  import { type PutDataCatalogEncryptionSettingsCommandInput, type PutDataCatalogEncryptionSettingsCommandOutput } from "./commands/PutDataCatalogEncryptionSettingsCommand";
203
227
  import { type PutDataQualityProfileAnnotationCommandInput, type PutDataQualityProfileAnnotationCommandOutput } from "./commands/PutDataQualityProfileAnnotationCommand";
228
+ import { type PutFormTypeCommandInput, type PutFormTypeCommandOutput } from "./commands/PutFormTypeCommand";
204
229
  import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
205
230
  import { type PutSchemaVersionMetadataCommandInput, type PutSchemaVersionMetadataCommandOutput } from "./commands/PutSchemaVersionMetadataCommand";
206
231
  import { type PutWorkflowRunPropertiesCommandInput, type PutWorkflowRunPropertiesCommandOutput } from "./commands/PutWorkflowRunPropertiesCommand";
@@ -211,6 +236,7 @@ import { type RemoveSchemaVersionMetadataCommandInput, type RemoveSchemaVersionM
211
236
  import { type ResetJobBookmarkCommandInput, type ResetJobBookmarkCommandOutput } from "./commands/ResetJobBookmarkCommand";
212
237
  import { type ResumeWorkflowRunCommandInput, type ResumeWorkflowRunCommandOutput } from "./commands/ResumeWorkflowRunCommand";
213
238
  import { type RunStatementCommandInput, type RunStatementCommandOutput } from "./commands/RunStatementCommand";
239
+ import { type SearchCommandInput, type SearchCommandOutput } from "./commands/SearchCommand";
214
240
  import { type SearchTablesCommandInput, type SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
215
241
  import { type StartBlueprintRunCommandInput, type StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
216
242
  import { type StartColumnStatisticsTaskRunCommandInput, type StartColumnStatisticsTaskRunCommandOutput } from "./commands/StartColumnStatisticsTaskRunCommand";
@@ -250,6 +276,8 @@ import { type UpdateCrawlerScheduleCommandInput, type UpdateCrawlerScheduleComma
250
276
  import { type UpdateDatabaseCommandInput, type UpdateDatabaseCommandOutput } from "./commands/UpdateDatabaseCommand";
251
277
  import { type UpdateDataQualityRulesetCommandInput, type UpdateDataQualityRulesetCommandOutput } from "./commands/UpdateDataQualityRulesetCommand";
252
278
  import { type UpdateDevEndpointCommandInput, type UpdateDevEndpointCommandOutput } from "./commands/UpdateDevEndpointCommand";
279
+ import { type UpdateGlossaryCommandInput, type UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
280
+ import { type UpdateGlossaryTermCommandInput, type UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
253
281
  import { type UpdateGlueIdentityCenterConfigurationCommandInput, type UpdateGlueIdentityCenterConfigurationCommandOutput } from "./commands/UpdateGlueIdentityCenterConfigurationCommand";
254
282
  import { type UpdateIntegrationResourcePropertyCommandInput, type UpdateIntegrationResourcePropertyCommandOutput } from "./commands/UpdateIntegrationResourcePropertyCommand";
255
283
  import { type UpdateIntegrationTablePropertiesCommandInput, type UpdateIntegrationTablePropertiesCommandOutput } from "./commands/UpdateIntegrationTablePropertiesCommand";
@@ -268,6 +296,12 @@ import { type UpdateUserDefinedFunctionCommandInput, type UpdateUserDefinedFunct
268
296
  import { type UpdateWorkflowCommandInput, type UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
269
297
  import { GlueClient } from "./GlueClient";
270
298
  export interface Glue {
299
+ /**
300
+ * @see {@link AssociateGlossaryTermsCommand}
301
+ */
302
+ associateGlossaryTerms(args: AssociateGlossaryTermsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateGlossaryTermsCommandOutput>;
303
+ associateGlossaryTerms(args: AssociateGlossaryTermsCommandInput, cb: (err: any, data?: AssociateGlossaryTermsCommandOutput) => void): void;
304
+ associateGlossaryTerms(args: AssociateGlossaryTermsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateGlossaryTermsCommandOutput) => void): void;
271
305
  /**
272
306
  * @see {@link BatchCreatePartitionCommand}
273
307
  */
@@ -328,6 +362,12 @@ export interface Glue {
328
362
  batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDevEndpointsCommandOutput>;
329
363
  batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void): void;
330
364
  batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void): void;
365
+ /**
366
+ * @see {@link BatchGetIterableFormsCommand}
367
+ */
368
+ batchGetIterableForms(args: BatchGetIterableFormsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetIterableFormsCommandOutput>;
369
+ batchGetIterableForms(args: BatchGetIterableFormsCommandInput, cb: (err: any, data?: BatchGetIterableFormsCommandOutput) => void): void;
370
+ batchGetIterableForms(args: BatchGetIterableFormsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetIterableFormsCommandOutput) => void): void;
331
371
  /**
332
372
  * @see {@link BatchGetJobsCommand}
333
373
  */
@@ -467,6 +507,18 @@ export interface Glue {
467
507
  createDevEndpoint(args: CreateDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDevEndpointCommandOutput>;
468
508
  createDevEndpoint(args: CreateDevEndpointCommandInput, cb: (err: any, data?: CreateDevEndpointCommandOutput) => void): void;
469
509
  createDevEndpoint(args: CreateDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDevEndpointCommandOutput) => void): void;
510
+ /**
511
+ * @see {@link CreateGlossaryCommand}
512
+ */
513
+ createGlossary(args: CreateGlossaryCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlossaryCommandOutput>;
514
+ createGlossary(args: CreateGlossaryCommandInput, cb: (err: any, data?: CreateGlossaryCommandOutput) => void): void;
515
+ createGlossary(args: CreateGlossaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlossaryCommandOutput) => void): void;
516
+ /**
517
+ * @see {@link CreateGlossaryTermCommand}
518
+ */
519
+ createGlossaryTerm(args: CreateGlossaryTermCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlossaryTermCommandOutput>;
520
+ createGlossaryTerm(args: CreateGlossaryTermCommandInput, cb: (err: any, data?: CreateGlossaryTermCommandOutput) => void): void;
521
+ createGlossaryTerm(args: CreateGlossaryTermCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlossaryTermCommandOutput) => void): void;
470
522
  /**
471
523
  * @see {@link CreateGlueIdentityCenterConfigurationCommand}
472
524
  */
@@ -582,6 +634,24 @@ export interface Glue {
582
634
  createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
583
635
  createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
584
636
  createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
637
+ /**
638
+ * @see {@link DeleteAssetCommand}
639
+ */
640
+ deleteAsset(args: DeleteAssetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssetCommandOutput>;
641
+ deleteAsset(args: DeleteAssetCommandInput, cb: (err: any, data?: DeleteAssetCommandOutput) => void): void;
642
+ deleteAsset(args: DeleteAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssetCommandOutput) => void): void;
643
+ /**
644
+ * @see {@link DeleteAssetTypeCommand}
645
+ */
646
+ deleteAssetType(args: DeleteAssetTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssetTypeCommandOutput>;
647
+ deleteAssetType(args: DeleteAssetTypeCommandInput, cb: (err: any, data?: DeleteAssetTypeCommandOutput) => void): void;
648
+ deleteAssetType(args: DeleteAssetTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssetTypeCommandOutput) => void): void;
649
+ /**
650
+ * @see {@link DeleteAttachmentCommand}
651
+ */
652
+ deleteAttachment(args: DeleteAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttachmentCommandOutput>;
653
+ deleteAttachment(args: DeleteAttachmentCommandInput, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
654
+ deleteAttachment(args: DeleteAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
585
655
  /**
586
656
  * @see {@link DeleteBlueprintCommand}
587
657
  */
@@ -660,6 +730,24 @@ export interface Glue {
660
730
  deleteDevEndpoint(args: DeleteDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDevEndpointCommandOutput>;
661
731
  deleteDevEndpoint(args: DeleteDevEndpointCommandInput, cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void): void;
662
732
  deleteDevEndpoint(args: DeleteDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void): void;
733
+ /**
734
+ * @see {@link DeleteFormTypeCommand}
735
+ */
736
+ deleteFormType(args: DeleteFormTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFormTypeCommandOutput>;
737
+ deleteFormType(args: DeleteFormTypeCommandInput, cb: (err: any, data?: DeleteFormTypeCommandOutput) => void): void;
738
+ deleteFormType(args: DeleteFormTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFormTypeCommandOutput) => void): void;
739
+ /**
740
+ * @see {@link DeleteGlossaryCommand}
741
+ */
742
+ deleteGlossary(args: DeleteGlossaryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlossaryCommandOutput>;
743
+ deleteGlossary(args: DeleteGlossaryCommandInput, cb: (err: any, data?: DeleteGlossaryCommandOutput) => void): void;
744
+ deleteGlossary(args: DeleteGlossaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlossaryCommandOutput) => void): void;
745
+ /**
746
+ * @see {@link DeleteGlossaryTermCommand}
747
+ */
748
+ deleteGlossaryTerm(args: DeleteGlossaryTermCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlossaryTermCommandOutput>;
749
+ deleteGlossaryTerm(args: DeleteGlossaryTermCommandInput, cb: (err: any, data?: DeleteGlossaryTermCommandOutput) => void): void;
750
+ deleteGlossaryTerm(args: DeleteGlossaryTermCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlossaryTermCommandOutput) => void): void;
663
751
  /**
664
752
  * @see {@link DeleteGlueIdentityCenterConfigurationCommand}
665
753
  */
@@ -814,6 +902,24 @@ export interface Glue {
814
902
  describeIntegrations(args: DescribeIntegrationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIntegrationsCommandOutput>;
815
903
  describeIntegrations(args: DescribeIntegrationsCommandInput, cb: (err: any, data?: DescribeIntegrationsCommandOutput) => void): void;
816
904
  describeIntegrations(args: DescribeIntegrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIntegrationsCommandOutput) => void): void;
905
+ /**
906
+ * @see {@link DisassociateGlossaryTermsCommand}
907
+ */
908
+ disassociateGlossaryTerms(args: DisassociateGlossaryTermsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateGlossaryTermsCommandOutput>;
909
+ disassociateGlossaryTerms(args: DisassociateGlossaryTermsCommandInput, cb: (err: any, data?: DisassociateGlossaryTermsCommandOutput) => void): void;
910
+ disassociateGlossaryTerms(args: DisassociateGlossaryTermsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateGlossaryTermsCommandOutput) => void): void;
911
+ /**
912
+ * @see {@link GetAssetCommand}
913
+ */
914
+ getAsset(args: GetAssetCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetCommandOutput>;
915
+ getAsset(args: GetAssetCommandInput, cb: (err: any, data?: GetAssetCommandOutput) => void): void;
916
+ getAsset(args: GetAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetCommandOutput) => void): void;
917
+ /**
918
+ * @see {@link GetAssetTypeCommand}
919
+ */
920
+ getAssetType(args: GetAssetTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetTypeCommandOutput>;
921
+ getAssetType(args: GetAssetTypeCommandInput, cb: (err: any, data?: GetAssetTypeCommandOutput) => void): void;
922
+ getAssetType(args: GetAssetTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetTypeCommandOutput) => void): void;
817
923
  /**
818
924
  * @see {@link GetBlueprintCommand}
819
925
  */
@@ -1022,6 +1128,24 @@ export interface Glue {
1022
1128
  getEntityRecords(args: GetEntityRecordsCommandInput, options?: __HttpHandlerOptions): Promise<GetEntityRecordsCommandOutput>;
1023
1129
  getEntityRecords(args: GetEntityRecordsCommandInput, cb: (err: any, data?: GetEntityRecordsCommandOutput) => void): void;
1024
1130
  getEntityRecords(args: GetEntityRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntityRecordsCommandOutput) => void): void;
1131
+ /**
1132
+ * @see {@link GetFormTypeCommand}
1133
+ */
1134
+ getFormType(args: GetFormTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetFormTypeCommandOutput>;
1135
+ getFormType(args: GetFormTypeCommandInput, cb: (err: any, data?: GetFormTypeCommandOutput) => void): void;
1136
+ getFormType(args: GetFormTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFormTypeCommandOutput) => void): void;
1137
+ /**
1138
+ * @see {@link GetGlossaryCommand}
1139
+ */
1140
+ getGlossary(args: GetGlossaryCommandInput, options?: __HttpHandlerOptions): Promise<GetGlossaryCommandOutput>;
1141
+ getGlossary(args: GetGlossaryCommandInput, cb: (err: any, data?: GetGlossaryCommandOutput) => void): void;
1142
+ getGlossary(args: GetGlossaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGlossaryCommandOutput) => void): void;
1143
+ /**
1144
+ * @see {@link GetGlossaryTermCommand}
1145
+ */
1146
+ getGlossaryTerm(args: GetGlossaryTermCommandInput, options?: __HttpHandlerOptions): Promise<GetGlossaryTermCommandOutput>;
1147
+ getGlossaryTerm(args: GetGlossaryTermCommandInput, cb: (err: any, data?: GetGlossaryTermCommandOutput) => void): void;
1148
+ getGlossaryTerm(args: GetGlossaryTermCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGlossaryTermCommandOutput) => void): void;
1025
1149
  /**
1026
1150
  * @see {@link GetGlueIdentityCenterConfigurationCommand}
1027
1151
  */
@@ -1325,6 +1449,13 @@ export interface Glue {
1325
1449
  importCatalogToGlue(args: ImportCatalogToGlueCommandInput, options?: __HttpHandlerOptions): Promise<ImportCatalogToGlueCommandOutput>;
1326
1450
  importCatalogToGlue(args: ImportCatalogToGlueCommandInput, cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void): void;
1327
1451
  importCatalogToGlue(args: ImportCatalogToGlueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void): void;
1452
+ /**
1453
+ * @see {@link ListAssetTypesCommand}
1454
+ */
1455
+ listAssetTypes(): Promise<ListAssetTypesCommandOutput>;
1456
+ listAssetTypes(args: ListAssetTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetTypesCommandOutput>;
1457
+ listAssetTypes(args: ListAssetTypesCommandInput, cb: (err: any, data?: ListAssetTypesCommandOutput) => void): void;
1458
+ listAssetTypes(args: ListAssetTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetTypesCommandOutput) => void): void;
1328
1459
  /**
1329
1460
  * @see {@link ListBlueprintsCommand}
1330
1461
  */
@@ -1422,6 +1553,26 @@ export interface Glue {
1422
1553
  listEntities(args: ListEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesCommandOutput>;
1423
1554
  listEntities(args: ListEntitiesCommandInput, cb: (err: any, data?: ListEntitiesCommandOutput) => void): void;
1424
1555
  listEntities(args: ListEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesCommandOutput) => void): void;
1556
+ /**
1557
+ * @see {@link ListFormTypesCommand}
1558
+ */
1559
+ listFormTypes(): Promise<ListFormTypesCommandOutput>;
1560
+ listFormTypes(args: ListFormTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListFormTypesCommandOutput>;
1561
+ listFormTypes(args: ListFormTypesCommandInput, cb: (err: any, data?: ListFormTypesCommandOutput) => void): void;
1562
+ listFormTypes(args: ListFormTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFormTypesCommandOutput) => void): void;
1563
+ /**
1564
+ * @see {@link ListGlossariesCommand}
1565
+ */
1566
+ listGlossaries(): Promise<ListGlossariesCommandOutput>;
1567
+ listGlossaries(args: ListGlossariesCommandInput, options?: __HttpHandlerOptions): Promise<ListGlossariesCommandOutput>;
1568
+ listGlossaries(args: ListGlossariesCommandInput, cb: (err: any, data?: ListGlossariesCommandOutput) => void): void;
1569
+ listGlossaries(args: ListGlossariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGlossariesCommandOutput) => void): void;
1570
+ /**
1571
+ * @see {@link ListGlossaryTermsCommand}
1572
+ */
1573
+ listGlossaryTerms(args: ListGlossaryTermsCommandInput, options?: __HttpHandlerOptions): Promise<ListGlossaryTermsCommandOutput>;
1574
+ listGlossaryTerms(args: ListGlossaryTermsCommandInput, cb: (err: any, data?: ListGlossaryTermsCommandOutput) => void): void;
1575
+ listGlossaryTerms(args: ListGlossaryTermsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGlossaryTermsCommandOutput) => void): void;
1425
1576
  /**
1426
1577
  * @see {@link ListIntegrationResourcePropertiesCommand}
1427
1578
  */
@@ -1429,6 +1580,12 @@ export interface Glue {
1429
1580
  listIntegrationResourceProperties(args: ListIntegrationResourcePropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ListIntegrationResourcePropertiesCommandOutput>;
1430
1581
  listIntegrationResourceProperties(args: ListIntegrationResourcePropertiesCommandInput, cb: (err: any, data?: ListIntegrationResourcePropertiesCommandOutput) => void): void;
1431
1582
  listIntegrationResourceProperties(args: ListIntegrationResourcePropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIntegrationResourcePropertiesCommandOutput) => void): void;
1583
+ /**
1584
+ * @see {@link ListIterableFormsCommand}
1585
+ */
1586
+ listIterableForms(args: ListIterableFormsCommandInput, options?: __HttpHandlerOptions): Promise<ListIterableFormsCommandOutput>;
1587
+ listIterableForms(args: ListIterableFormsCommandInput, cb: (err: any, data?: ListIterableFormsCommandOutput) => void): void;
1588
+ listIterableForms(args: ListIterableFormsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIterableFormsCommandOutput) => void): void;
1432
1589
  /**
1433
1590
  * @see {@link ListJobsCommand}
1434
1591
  */
@@ -1515,6 +1672,24 @@ export interface Glue {
1515
1672
  modifyIntegration(args: ModifyIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyIntegrationCommandOutput>;
1516
1673
  modifyIntegration(args: ModifyIntegrationCommandInput, cb: (err: any, data?: ModifyIntegrationCommandOutput) => void): void;
1517
1674
  modifyIntegration(args: ModifyIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyIntegrationCommandOutput) => void): void;
1675
+ /**
1676
+ * @see {@link PutAssetCommand}
1677
+ */
1678
+ putAsset(args: PutAssetCommandInput, options?: __HttpHandlerOptions): Promise<PutAssetCommandOutput>;
1679
+ putAsset(args: PutAssetCommandInput, cb: (err: any, data?: PutAssetCommandOutput) => void): void;
1680
+ putAsset(args: PutAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAssetCommandOutput) => void): void;
1681
+ /**
1682
+ * @see {@link PutAssetTypeCommand}
1683
+ */
1684
+ putAssetType(args: PutAssetTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutAssetTypeCommandOutput>;
1685
+ putAssetType(args: PutAssetTypeCommandInput, cb: (err: any, data?: PutAssetTypeCommandOutput) => void): void;
1686
+ putAssetType(args: PutAssetTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAssetTypeCommandOutput) => void): void;
1687
+ /**
1688
+ * @see {@link PutAttachmentCommand}
1689
+ */
1690
+ putAttachment(args: PutAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<PutAttachmentCommandOutput>;
1691
+ putAttachment(args: PutAttachmentCommandInput, cb: (err: any, data?: PutAttachmentCommandOutput) => void): void;
1692
+ putAttachment(args: PutAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAttachmentCommandOutput) => void): void;
1518
1693
  /**
1519
1694
  * @see {@link PutDataCatalogEncryptionSettingsCommand}
1520
1695
  */
@@ -1527,6 +1702,12 @@ export interface Glue {
1527
1702
  putDataQualityProfileAnnotation(args: PutDataQualityProfileAnnotationCommandInput, options?: __HttpHandlerOptions): Promise<PutDataQualityProfileAnnotationCommandOutput>;
1528
1703
  putDataQualityProfileAnnotation(args: PutDataQualityProfileAnnotationCommandInput, cb: (err: any, data?: PutDataQualityProfileAnnotationCommandOutput) => void): void;
1529
1704
  putDataQualityProfileAnnotation(args: PutDataQualityProfileAnnotationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataQualityProfileAnnotationCommandOutput) => void): void;
1705
+ /**
1706
+ * @see {@link PutFormTypeCommand}
1707
+ */
1708
+ putFormType(args: PutFormTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutFormTypeCommandOutput>;
1709
+ putFormType(args: PutFormTypeCommandInput, cb: (err: any, data?: PutFormTypeCommandOutput) => void): void;
1710
+ putFormType(args: PutFormTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFormTypeCommandOutput) => void): void;
1530
1711
  /**
1531
1712
  * @see {@link PutResourcePolicyCommand}
1532
1713
  */
@@ -1588,6 +1769,13 @@ export interface Glue {
1588
1769
  runStatement(args: RunStatementCommandInput, options?: __HttpHandlerOptions): Promise<RunStatementCommandOutput>;
1589
1770
  runStatement(args: RunStatementCommandInput, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
1590
1771
  runStatement(args: RunStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
1772
+ /**
1773
+ * @see {@link SearchCommand}
1774
+ */
1775
+ search(): Promise<SearchCommandOutput>;
1776
+ search(args: SearchCommandInput, options?: __HttpHandlerOptions): Promise<SearchCommandOutput>;
1777
+ search(args: SearchCommandInput, cb: (err: any, data?: SearchCommandOutput) => void): void;
1778
+ search(args: SearchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchCommandOutput) => void): void;
1591
1779
  /**
1592
1780
  * @see {@link SearchTablesCommand}
1593
1781
  */
@@ -1825,6 +2013,18 @@ export interface Glue {
1825
2013
  updateDevEndpoint(args: UpdateDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDevEndpointCommandOutput>;
1826
2014
  updateDevEndpoint(args: UpdateDevEndpointCommandInput, cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void): void;
1827
2015
  updateDevEndpoint(args: UpdateDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void): void;
2016
+ /**
2017
+ * @see {@link UpdateGlossaryCommand}
2018
+ */
2019
+ updateGlossary(args: UpdateGlossaryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlossaryCommandOutput>;
2020
+ updateGlossary(args: UpdateGlossaryCommandInput, cb: (err: any, data?: UpdateGlossaryCommandOutput) => void): void;
2021
+ updateGlossary(args: UpdateGlossaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlossaryCommandOutput) => void): void;
2022
+ /**
2023
+ * @see {@link UpdateGlossaryTermCommand}
2024
+ */
2025
+ updateGlossaryTerm(args: UpdateGlossaryTermCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlossaryTermCommandOutput>;
2026
+ updateGlossaryTerm(args: UpdateGlossaryTermCommandInput, cb: (err: any, data?: UpdateGlossaryTermCommandOutput) => void): void;
2027
+ updateGlossaryTerm(args: UpdateGlossaryTermCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlossaryTermCommandOutput) => void): void;
1828
2028
  /**
1829
2029
  * @see {@link UpdateGlueIdentityCenterConfigurationCommand}
1830
2030
  */
@@ -2085,6 +2285,13 @@ export interface Glue {
2085
2285
  * @returns AsyncIterable of {@link GetWorkflowRunsCommandOutput}.
2086
2286
  */
2087
2287
  paginateGetWorkflowRuns(args: GetWorkflowRunsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetWorkflowRunsCommandOutput>;
2288
+ /**
2289
+ * @see {@link ListAssetTypesCommand}
2290
+ * @param args - command input.
2291
+ * @param paginationConfig - optional pagination config.
2292
+ * @returns AsyncIterable of {@link ListAssetTypesCommandOutput}.
2293
+ */
2294
+ paginateListAssetTypes(args?: ListAssetTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetTypesCommandOutput>;
2088
2295
  /**
2089
2296
  * @see {@link ListBlueprintsCommand}
2090
2297
  * @param args - command input.
@@ -2162,6 +2369,34 @@ export interface Glue {
2162
2369
  * @returns AsyncIterable of {@link ListEntitiesCommandOutput}.
2163
2370
  */
2164
2371
  paginateListEntities(args?: ListEntitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEntitiesCommandOutput>;
2372
+ /**
2373
+ * @see {@link ListFormTypesCommand}
2374
+ * @param args - command input.
2375
+ * @param paginationConfig - optional pagination config.
2376
+ * @returns AsyncIterable of {@link ListFormTypesCommandOutput}.
2377
+ */
2378
+ paginateListFormTypes(args?: ListFormTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFormTypesCommandOutput>;
2379
+ /**
2380
+ * @see {@link ListGlossariesCommand}
2381
+ * @param args - command input.
2382
+ * @param paginationConfig - optional pagination config.
2383
+ * @returns AsyncIterable of {@link ListGlossariesCommandOutput}.
2384
+ */
2385
+ paginateListGlossaries(args?: ListGlossariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGlossariesCommandOutput>;
2386
+ /**
2387
+ * @see {@link ListGlossaryTermsCommand}
2388
+ * @param args - command input.
2389
+ * @param paginationConfig - optional pagination config.
2390
+ * @returns AsyncIterable of {@link ListGlossaryTermsCommandOutput}.
2391
+ */
2392
+ paginateListGlossaryTerms(args: ListGlossaryTermsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGlossaryTermsCommandOutput>;
2393
+ /**
2394
+ * @see {@link ListIterableFormsCommand}
2395
+ * @param args - command input.
2396
+ * @param paginationConfig - optional pagination config.
2397
+ * @returns AsyncIterable of {@link ListIterableFormsCommandOutput}.
2398
+ */
2399
+ paginateListIterableForms(args: ListIterableFormsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIterableFormsCommandOutput>;
2165
2400
  /**
2166
2401
  * @see {@link ListJobsCommand}
2167
2402
  * @param args - command input.
@@ -2239,6 +2474,13 @@ export interface Glue {
2239
2474
  * @returns AsyncIterable of {@link ListWorkflowsCommandOutput}.
2240
2475
  */
2241
2476
  paginateListWorkflows(args?: ListWorkflowsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowsCommandOutput>;
2477
+ /**
2478
+ * @see {@link SearchCommand}
2479
+ * @param args - command input.
2480
+ * @param paginationConfig - optional pagination config.
2481
+ * @returns AsyncIterable of {@link SearchCommandOutput}.
2482
+ */
2483
+ paginateSearch(args?: SearchCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchCommandOutput>;
2242
2484
  /**
2243
2485
  * @see {@link SearchTablesCommand}
2244
2486
  * @param args - command input.