@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
@@ -36,6 +36,10 @@ import {
36
36
  HttpAuthSchemeInputConfig,
37
37
  HttpAuthSchemeResolvedConfig,
38
38
  } from "./auth/httpAuthSchemeProvider";
39
+ import {
40
+ AssociateGlossaryTermsCommandInput,
41
+ AssociateGlossaryTermsCommandOutput,
42
+ } from "./commands/AssociateGlossaryTermsCommand";
39
43
  import {
40
44
  BatchCreatePartitionCommandInput,
41
45
  BatchCreatePartitionCommandOutput,
@@ -76,6 +80,10 @@ import {
76
80
  BatchGetDevEndpointsCommandInput,
77
81
  BatchGetDevEndpointsCommandOutput,
78
82
  } from "./commands/BatchGetDevEndpointsCommand";
83
+ import {
84
+ BatchGetIterableFormsCommandInput,
85
+ BatchGetIterableFormsCommandOutput,
86
+ } from "./commands/BatchGetIterableFormsCommand";
79
87
  import {
80
88
  BatchGetJobsCommandInput,
81
89
  BatchGetJobsCommandOutput,
@@ -168,6 +176,14 @@ import {
168
176
  CreateDevEndpointCommandInput,
169
177
  CreateDevEndpointCommandOutput,
170
178
  } from "./commands/CreateDevEndpointCommand";
179
+ import {
180
+ CreateGlossaryCommandInput,
181
+ CreateGlossaryCommandOutput,
182
+ } from "./commands/CreateGlossaryCommand";
183
+ import {
184
+ CreateGlossaryTermCommandInput,
185
+ CreateGlossaryTermCommandOutput,
186
+ } from "./commands/CreateGlossaryTermCommand";
171
187
  import {
172
188
  CreateGlueIdentityCenterConfigurationCommandInput,
173
189
  CreateGlueIdentityCenterConfigurationCommandOutput,
@@ -244,6 +260,18 @@ import {
244
260
  CreateWorkflowCommandInput,
245
261
  CreateWorkflowCommandOutput,
246
262
  } from "./commands/CreateWorkflowCommand";
263
+ import {
264
+ DeleteAssetCommandInput,
265
+ DeleteAssetCommandOutput,
266
+ } from "./commands/DeleteAssetCommand";
267
+ import {
268
+ DeleteAssetTypeCommandInput,
269
+ DeleteAssetTypeCommandOutput,
270
+ } from "./commands/DeleteAssetTypeCommand";
271
+ import {
272
+ DeleteAttachmentCommandInput,
273
+ DeleteAttachmentCommandOutput,
274
+ } from "./commands/DeleteAttachmentCommand";
247
275
  import {
248
276
  DeleteBlueprintCommandInput,
249
277
  DeleteBlueprintCommandOutput,
@@ -296,6 +324,18 @@ import {
296
324
  DeleteDevEndpointCommandInput,
297
325
  DeleteDevEndpointCommandOutput,
298
326
  } from "./commands/DeleteDevEndpointCommand";
327
+ import {
328
+ DeleteFormTypeCommandInput,
329
+ DeleteFormTypeCommandOutput,
330
+ } from "./commands/DeleteFormTypeCommand";
331
+ import {
332
+ DeleteGlossaryCommandInput,
333
+ DeleteGlossaryCommandOutput,
334
+ } from "./commands/DeleteGlossaryCommand";
335
+ import {
336
+ DeleteGlossaryTermCommandInput,
337
+ DeleteGlossaryTermCommandOutput,
338
+ } from "./commands/DeleteGlossaryTermCommand";
299
339
  import {
300
340
  DeleteGlueIdentityCenterConfigurationCommandInput,
301
341
  DeleteGlueIdentityCenterConfigurationCommandOutput,
@@ -396,6 +436,18 @@ import {
396
436
  DescribeIntegrationsCommandInput,
397
437
  DescribeIntegrationsCommandOutput,
398
438
  } from "./commands/DescribeIntegrationsCommand";
439
+ import {
440
+ DisassociateGlossaryTermsCommandInput,
441
+ DisassociateGlossaryTermsCommandOutput,
442
+ } from "./commands/DisassociateGlossaryTermsCommand";
443
+ import {
444
+ GetAssetCommandInput,
445
+ GetAssetCommandOutput,
446
+ } from "./commands/GetAssetCommand";
447
+ import {
448
+ GetAssetTypeCommandInput,
449
+ GetAssetTypeCommandOutput,
450
+ } from "./commands/GetAssetTypeCommand";
399
451
  import {
400
452
  GetBlueprintCommandInput,
401
453
  GetBlueprintCommandOutput,
@@ -528,6 +580,18 @@ import {
528
580
  GetEntityRecordsCommandInput,
529
581
  GetEntityRecordsCommandOutput,
530
582
  } from "./commands/GetEntityRecordsCommand";
583
+ import {
584
+ GetFormTypeCommandInput,
585
+ GetFormTypeCommandOutput,
586
+ } from "./commands/GetFormTypeCommand";
587
+ import {
588
+ GetGlossaryCommandInput,
589
+ GetGlossaryCommandOutput,
590
+ } from "./commands/GetGlossaryCommand";
591
+ import {
592
+ GetGlossaryTermCommandInput,
593
+ GetGlossaryTermCommandOutput,
594
+ } from "./commands/GetGlossaryTermCommand";
531
595
  import {
532
596
  GetGlueIdentityCenterConfigurationCommandInput,
533
597
  GetGlueIdentityCenterConfigurationCommandOutput,
@@ -724,6 +788,10 @@ import {
724
788
  ImportCatalogToGlueCommandInput,
725
789
  ImportCatalogToGlueCommandOutput,
726
790
  } from "./commands/ImportCatalogToGlueCommand";
791
+ import {
792
+ ListAssetTypesCommandInput,
793
+ ListAssetTypesCommandOutput,
794
+ } from "./commands/ListAssetTypesCommand";
727
795
  import {
728
796
  ListBlueprintsCommandInput,
729
797
  ListBlueprintsCommandOutput,
@@ -780,10 +848,26 @@ import {
780
848
  ListEntitiesCommandInput,
781
849
  ListEntitiesCommandOutput,
782
850
  } from "./commands/ListEntitiesCommand";
851
+ import {
852
+ ListFormTypesCommandInput,
853
+ ListFormTypesCommandOutput,
854
+ } from "./commands/ListFormTypesCommand";
855
+ import {
856
+ ListGlossariesCommandInput,
857
+ ListGlossariesCommandOutput,
858
+ } from "./commands/ListGlossariesCommand";
859
+ import {
860
+ ListGlossaryTermsCommandInput,
861
+ ListGlossaryTermsCommandOutput,
862
+ } from "./commands/ListGlossaryTermsCommand";
783
863
  import {
784
864
  ListIntegrationResourcePropertiesCommandInput,
785
865
  ListIntegrationResourcePropertiesCommandOutput,
786
866
  } from "./commands/ListIntegrationResourcePropertiesCommand";
867
+ import {
868
+ ListIterableFormsCommandInput,
869
+ ListIterableFormsCommandOutput,
870
+ } from "./commands/ListIterableFormsCommand";
787
871
  import {
788
872
  ListJobsCommandInput,
789
873
  ListJobsCommandOutput,
@@ -836,6 +920,18 @@ import {
836
920
  ModifyIntegrationCommandInput,
837
921
  ModifyIntegrationCommandOutput,
838
922
  } from "./commands/ModifyIntegrationCommand";
923
+ import {
924
+ PutAssetCommandInput,
925
+ PutAssetCommandOutput,
926
+ } from "./commands/PutAssetCommand";
927
+ import {
928
+ PutAssetTypeCommandInput,
929
+ PutAssetTypeCommandOutput,
930
+ } from "./commands/PutAssetTypeCommand";
931
+ import {
932
+ PutAttachmentCommandInput,
933
+ PutAttachmentCommandOutput,
934
+ } from "./commands/PutAttachmentCommand";
839
935
  import {
840
936
  PutDataCatalogEncryptionSettingsCommandInput,
841
937
  PutDataCatalogEncryptionSettingsCommandOutput,
@@ -844,6 +940,10 @@ import {
844
940
  PutDataQualityProfileAnnotationCommandInput,
845
941
  PutDataQualityProfileAnnotationCommandOutput,
846
942
  } from "./commands/PutDataQualityProfileAnnotationCommand";
943
+ import {
944
+ PutFormTypeCommandInput,
945
+ PutFormTypeCommandOutput,
946
+ } from "./commands/PutFormTypeCommand";
847
947
  import {
848
948
  PutResourcePolicyCommandInput,
849
949
  PutResourcePolicyCommandOutput,
@@ -884,6 +984,10 @@ import {
884
984
  RunStatementCommandInput,
885
985
  RunStatementCommandOutput,
886
986
  } from "./commands/RunStatementCommand";
987
+ import {
988
+ SearchCommandInput,
989
+ SearchCommandOutput,
990
+ } from "./commands/SearchCommand";
887
991
  import {
888
992
  SearchTablesCommandInput,
889
993
  SearchTablesCommandOutput,
@@ -1040,6 +1144,14 @@ import {
1040
1144
  UpdateDevEndpointCommandInput,
1041
1145
  UpdateDevEndpointCommandOutput,
1042
1146
  } from "./commands/UpdateDevEndpointCommand";
1147
+ import {
1148
+ UpdateGlossaryCommandInput,
1149
+ UpdateGlossaryCommandOutput,
1150
+ } from "./commands/UpdateGlossaryCommand";
1151
+ import {
1152
+ UpdateGlossaryTermCommandInput,
1153
+ UpdateGlossaryTermCommandOutput,
1154
+ } from "./commands/UpdateGlossaryTermCommand";
1043
1155
  import {
1044
1156
  UpdateGlueIdentityCenterConfigurationCommandInput,
1045
1157
  UpdateGlueIdentityCenterConfigurationCommandOutput,
@@ -1112,6 +1224,7 @@ import {
1112
1224
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
1113
1225
  export { __Client };
1114
1226
  export type ServiceInputTypes =
1227
+ | AssociateGlossaryTermsCommandInput
1115
1228
  | BatchCreatePartitionCommandInput
1116
1229
  | BatchDeleteConnectionCommandInput
1117
1230
  | BatchDeletePartitionCommandInput
@@ -1122,6 +1235,7 @@ export type ServiceInputTypes =
1122
1235
  | BatchGetCustomEntityTypesCommandInput
1123
1236
  | BatchGetDataQualityResultCommandInput
1124
1237
  | BatchGetDevEndpointsCommandInput
1238
+ | BatchGetIterableFormsCommandInput
1125
1239
  | BatchGetJobsCommandInput
1126
1240
  | BatchGetPartitionCommandInput
1127
1241
  | BatchGetTableOptimizerCommandInput
@@ -1145,6 +1259,8 @@ export type ServiceInputTypes =
1145
1259
  | CreateDataQualityRulesetCommandInput
1146
1260
  | CreateDatabaseCommandInput
1147
1261
  | CreateDevEndpointCommandInput
1262
+ | CreateGlossaryCommandInput
1263
+ | CreateGlossaryTermCommandInput
1148
1264
  | CreateGlueIdentityCenterConfigurationCommandInput
1149
1265
  | CreateIntegrationCommandInput
1150
1266
  | CreateIntegrationResourcePropertyCommandInput
@@ -1164,6 +1280,9 @@ export type ServiceInputTypes =
1164
1280
  | CreateUsageProfileCommandInput
1165
1281
  | CreateUserDefinedFunctionCommandInput
1166
1282
  | CreateWorkflowCommandInput
1283
+ | DeleteAssetCommandInput
1284
+ | DeleteAssetTypeCommandInput
1285
+ | DeleteAttachmentCommandInput
1167
1286
  | DeleteBlueprintCommandInput
1168
1287
  | DeleteCatalogCommandInput
1169
1288
  | DeleteClassifierCommandInput
@@ -1177,6 +1296,9 @@ export type ServiceInputTypes =
1177
1296
  | DeleteDataQualityRulesetCommandInput
1178
1297
  | DeleteDatabaseCommandInput
1179
1298
  | DeleteDevEndpointCommandInput
1299
+ | DeleteFormTypeCommandInput
1300
+ | DeleteGlossaryCommandInput
1301
+ | DeleteGlossaryTermCommandInput
1180
1302
  | DeleteGlueIdentityCenterConfigurationCommandInput
1181
1303
  | DeleteIntegrationCommandInput
1182
1304
  | DeleteIntegrationResourcePropertyCommandInput
@@ -1202,6 +1324,9 @@ export type ServiceInputTypes =
1202
1324
  | DescribeEntityCommandInput
1203
1325
  | DescribeInboundIntegrationsCommandInput
1204
1326
  | DescribeIntegrationsCommandInput
1327
+ | DisassociateGlossaryTermsCommandInput
1328
+ | GetAssetCommandInput
1329
+ | GetAssetTypeCommandInput
1205
1330
  | GetBlueprintCommandInput
1206
1331
  | GetBlueprintRunCommandInput
1207
1332
  | GetBlueprintRunsCommandInput
@@ -1235,6 +1360,9 @@ export type ServiceInputTypes =
1235
1360
  | GetDevEndpointCommandInput
1236
1361
  | GetDevEndpointsCommandInput
1237
1362
  | GetEntityRecordsCommandInput
1363
+ | GetFormTypeCommandInput
1364
+ | GetGlossaryCommandInput
1365
+ | GetGlossaryTermCommandInput
1238
1366
  | GetGlueIdentityCenterConfigurationCommandInput
1239
1367
  | GetIntegrationResourcePropertyCommandInput
1240
1368
  | GetIntegrationTablePropertiesCommandInput
@@ -1284,6 +1412,7 @@ export type ServiceInputTypes =
1284
1412
  | GetWorkflowRunPropertiesCommandInput
1285
1413
  | GetWorkflowRunsCommandInput
1286
1414
  | ImportCatalogToGlueCommandInput
1415
+ | ListAssetTypesCommandInput
1287
1416
  | ListBlueprintsCommandInput
1288
1417
  | ListColumnStatisticsTaskRunsCommandInput
1289
1418
  | ListConnectionTypesCommandInput
@@ -1298,7 +1427,11 @@ export type ServiceInputTypes =
1298
1427
  | ListDataQualityStatisticsCommandInput
1299
1428
  | ListDevEndpointsCommandInput
1300
1429
  | ListEntitiesCommandInput
1430
+ | ListFormTypesCommandInput
1431
+ | ListGlossariesCommandInput
1432
+ | ListGlossaryTermsCommandInput
1301
1433
  | ListIntegrationResourcePropertiesCommandInput
1434
+ | ListIterableFormsCommandInput
1302
1435
  | ListJobsCommandInput
1303
1436
  | ListMLTransformsCommandInput
1304
1437
  | ListMaterializedViewRefreshTaskRunsCommandInput
@@ -1312,8 +1445,12 @@ export type ServiceInputTypes =
1312
1445
  | ListUsageProfilesCommandInput
1313
1446
  | ListWorkflowsCommandInput
1314
1447
  | ModifyIntegrationCommandInput
1448
+ | PutAssetCommandInput
1449
+ | PutAssetTypeCommandInput
1450
+ | PutAttachmentCommandInput
1315
1451
  | PutDataCatalogEncryptionSettingsCommandInput
1316
1452
  | PutDataQualityProfileAnnotationCommandInput
1453
+ | PutFormTypeCommandInput
1317
1454
  | PutResourcePolicyCommandInput
1318
1455
  | PutSchemaVersionMetadataCommandInput
1319
1456
  | PutWorkflowRunPropertiesCommandInput
@@ -1324,6 +1461,7 @@ export type ServiceInputTypes =
1324
1461
  | ResetJobBookmarkCommandInput
1325
1462
  | ResumeWorkflowRunCommandInput
1326
1463
  | RunStatementCommandInput
1464
+ | SearchCommandInput
1327
1465
  | SearchTablesCommandInput
1328
1466
  | StartBlueprintRunCommandInput
1329
1467
  | StartColumnStatisticsTaskRunCommandInput
@@ -1363,6 +1501,8 @@ export type ServiceInputTypes =
1363
1501
  | UpdateDataQualityRulesetCommandInput
1364
1502
  | UpdateDatabaseCommandInput
1365
1503
  | UpdateDevEndpointCommandInput
1504
+ | UpdateGlossaryCommandInput
1505
+ | UpdateGlossaryTermCommandInput
1366
1506
  | UpdateGlueIdentityCenterConfigurationCommandInput
1367
1507
  | UpdateIntegrationResourcePropertyCommandInput
1368
1508
  | UpdateIntegrationTablePropertiesCommandInput
@@ -1380,6 +1520,7 @@ export type ServiceInputTypes =
1380
1520
  | UpdateUserDefinedFunctionCommandInput
1381
1521
  | UpdateWorkflowCommandInput;
1382
1522
  export type ServiceOutputTypes =
1523
+ | AssociateGlossaryTermsCommandOutput
1383
1524
  | BatchCreatePartitionCommandOutput
1384
1525
  | BatchDeleteConnectionCommandOutput
1385
1526
  | BatchDeletePartitionCommandOutput
@@ -1390,6 +1531,7 @@ export type ServiceOutputTypes =
1390
1531
  | BatchGetCustomEntityTypesCommandOutput
1391
1532
  | BatchGetDataQualityResultCommandOutput
1392
1533
  | BatchGetDevEndpointsCommandOutput
1534
+ | BatchGetIterableFormsCommandOutput
1393
1535
  | BatchGetJobsCommandOutput
1394
1536
  | BatchGetPartitionCommandOutput
1395
1537
  | BatchGetTableOptimizerCommandOutput
@@ -1413,6 +1555,8 @@ export type ServiceOutputTypes =
1413
1555
  | CreateDataQualityRulesetCommandOutput
1414
1556
  | CreateDatabaseCommandOutput
1415
1557
  | CreateDevEndpointCommandOutput
1558
+ | CreateGlossaryCommandOutput
1559
+ | CreateGlossaryTermCommandOutput
1416
1560
  | CreateGlueIdentityCenterConfigurationCommandOutput
1417
1561
  | CreateIntegrationCommandOutput
1418
1562
  | CreateIntegrationResourcePropertyCommandOutput
@@ -1432,6 +1576,9 @@ export type ServiceOutputTypes =
1432
1576
  | CreateUsageProfileCommandOutput
1433
1577
  | CreateUserDefinedFunctionCommandOutput
1434
1578
  | CreateWorkflowCommandOutput
1579
+ | DeleteAssetCommandOutput
1580
+ | DeleteAssetTypeCommandOutput
1581
+ | DeleteAttachmentCommandOutput
1435
1582
  | DeleteBlueprintCommandOutput
1436
1583
  | DeleteCatalogCommandOutput
1437
1584
  | DeleteClassifierCommandOutput
@@ -1445,6 +1592,9 @@ export type ServiceOutputTypes =
1445
1592
  | DeleteDataQualityRulesetCommandOutput
1446
1593
  | DeleteDatabaseCommandOutput
1447
1594
  | DeleteDevEndpointCommandOutput
1595
+ | DeleteFormTypeCommandOutput
1596
+ | DeleteGlossaryCommandOutput
1597
+ | DeleteGlossaryTermCommandOutput
1448
1598
  | DeleteGlueIdentityCenterConfigurationCommandOutput
1449
1599
  | DeleteIntegrationCommandOutput
1450
1600
  | DeleteIntegrationResourcePropertyCommandOutput
@@ -1470,6 +1620,9 @@ export type ServiceOutputTypes =
1470
1620
  | DescribeEntityCommandOutput
1471
1621
  | DescribeInboundIntegrationsCommandOutput
1472
1622
  | DescribeIntegrationsCommandOutput
1623
+ | DisassociateGlossaryTermsCommandOutput
1624
+ | GetAssetCommandOutput
1625
+ | GetAssetTypeCommandOutput
1473
1626
  | GetBlueprintCommandOutput
1474
1627
  | GetBlueprintRunCommandOutput
1475
1628
  | GetBlueprintRunsCommandOutput
@@ -1503,6 +1656,9 @@ export type ServiceOutputTypes =
1503
1656
  | GetDevEndpointCommandOutput
1504
1657
  | GetDevEndpointsCommandOutput
1505
1658
  | GetEntityRecordsCommandOutput
1659
+ | GetFormTypeCommandOutput
1660
+ | GetGlossaryCommandOutput
1661
+ | GetGlossaryTermCommandOutput
1506
1662
  | GetGlueIdentityCenterConfigurationCommandOutput
1507
1663
  | GetIntegrationResourcePropertyCommandOutput
1508
1664
  | GetIntegrationTablePropertiesCommandOutput
@@ -1552,6 +1708,7 @@ export type ServiceOutputTypes =
1552
1708
  | GetWorkflowRunPropertiesCommandOutput
1553
1709
  | GetWorkflowRunsCommandOutput
1554
1710
  | ImportCatalogToGlueCommandOutput
1711
+ | ListAssetTypesCommandOutput
1555
1712
  | ListBlueprintsCommandOutput
1556
1713
  | ListColumnStatisticsTaskRunsCommandOutput
1557
1714
  | ListConnectionTypesCommandOutput
@@ -1566,7 +1723,11 @@ export type ServiceOutputTypes =
1566
1723
  | ListDataQualityStatisticsCommandOutput
1567
1724
  | ListDevEndpointsCommandOutput
1568
1725
  | ListEntitiesCommandOutput
1726
+ | ListFormTypesCommandOutput
1727
+ | ListGlossariesCommandOutput
1728
+ | ListGlossaryTermsCommandOutput
1569
1729
  | ListIntegrationResourcePropertiesCommandOutput
1730
+ | ListIterableFormsCommandOutput
1570
1731
  | ListJobsCommandOutput
1571
1732
  | ListMLTransformsCommandOutput
1572
1733
  | ListMaterializedViewRefreshTaskRunsCommandOutput
@@ -1580,8 +1741,12 @@ export type ServiceOutputTypes =
1580
1741
  | ListUsageProfilesCommandOutput
1581
1742
  | ListWorkflowsCommandOutput
1582
1743
  | ModifyIntegrationCommandOutput
1744
+ | PutAssetCommandOutput
1745
+ | PutAssetTypeCommandOutput
1746
+ | PutAttachmentCommandOutput
1583
1747
  | PutDataCatalogEncryptionSettingsCommandOutput
1584
1748
  | PutDataQualityProfileAnnotationCommandOutput
1749
+ | PutFormTypeCommandOutput
1585
1750
  | PutResourcePolicyCommandOutput
1586
1751
  | PutSchemaVersionMetadataCommandOutput
1587
1752
  | PutWorkflowRunPropertiesCommandOutput
@@ -1592,6 +1757,7 @@ export type ServiceOutputTypes =
1592
1757
  | ResetJobBookmarkCommandOutput
1593
1758
  | ResumeWorkflowRunCommandOutput
1594
1759
  | RunStatementCommandOutput
1760
+ | SearchCommandOutput
1595
1761
  | SearchTablesCommandOutput
1596
1762
  | StartBlueprintRunCommandOutput
1597
1763
  | StartColumnStatisticsTaskRunCommandOutput
@@ -1631,6 +1797,8 @@ export type ServiceOutputTypes =
1631
1797
  | UpdateDataQualityRulesetCommandOutput
1632
1798
  | UpdateDatabaseCommandOutput
1633
1799
  | UpdateDevEndpointCommandOutput
1800
+ | UpdateGlossaryCommandOutput
1801
+ | UpdateGlossaryTermCommandOutput
1634
1802
  | UpdateGlueIdentityCenterConfigurationCommandOutput
1635
1803
  | UpdateIntegrationResourcePropertyCommandOutput
1636
1804
  | UpdateIntegrationTablePropertiesCommandOutput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ AssociateGlossaryTermsRequest,
10
+ AssociateGlossaryTermsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AssociateGlossaryTermsCommandInput
15
+ extends AssociateGlossaryTermsRequest {}
16
+ export interface AssociateGlossaryTermsCommandOutput
17
+ extends AssociateGlossaryTermsResponse,
18
+ __MetadataBearer {}
19
+ declare const AssociateGlossaryTermsCommand_base: {
20
+ new (
21
+ input: AssociateGlossaryTermsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ AssociateGlossaryTermsCommandInput,
24
+ AssociateGlossaryTermsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: AssociateGlossaryTermsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ AssociateGlossaryTermsCommandInput,
33
+ AssociateGlossaryTermsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class AssociateGlossaryTermsCommand extends AssociateGlossaryTermsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: AssociateGlossaryTermsRequest;
46
+ output: AssociateGlossaryTermsResponse;
47
+ };
48
+ sdk: {
49
+ input: AssociateGlossaryTermsCommandInput;
50
+ output: AssociateGlossaryTermsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ BatchGetIterableFormsRequest,
10
+ BatchGetIterableFormsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetIterableFormsCommandInput
15
+ extends BatchGetIterableFormsRequest {}
16
+ export interface BatchGetIterableFormsCommandOutput
17
+ extends BatchGetIterableFormsResponse,
18
+ __MetadataBearer {}
19
+ declare const BatchGetIterableFormsCommand_base: {
20
+ new (
21
+ input: BatchGetIterableFormsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchGetIterableFormsCommandInput,
24
+ BatchGetIterableFormsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetIterableFormsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchGetIterableFormsCommandInput,
33
+ BatchGetIterableFormsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchGetIterableFormsCommand extends BatchGetIterableFormsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchGetIterableFormsRequest;
46
+ output: BatchGetIterableFormsResponse;
47
+ };
48
+ sdk: {
49
+ input: BatchGetIterableFormsCommandInput;
50
+ output: BatchGetIterableFormsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import {
9
- CreateCrawlerRequest,
10
- CreateCrawlerResponse,
11
- } from "../models/models_0";
8
+ import { CreateCrawlerRequest } from "../models/models_0";
9
+ import { CreateCrawlerResponse } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateCrawlerCommandInput extends CreateCrawlerRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateCustomEntityTypeRequest,
10
10
  CreateCustomEntityTypeResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateCustomEntityTypeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateDatabaseRequest,
10
10
  CreateDatabaseResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateDatabaseCommandInput extends CreateDatabaseRequest {}
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ CreateGlossaryRequest,
10
+ CreateGlossaryResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateGlossaryCommandInput extends CreateGlossaryRequest {}
15
+ export interface CreateGlossaryCommandOutput
16
+ extends CreateGlossaryResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateGlossaryCommand_base: {
19
+ new (
20
+ input: CreateGlossaryCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ CreateGlossaryCommandInput,
23
+ CreateGlossaryCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: CreateGlossaryCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ CreateGlossaryCommandInput,
32
+ CreateGlossaryCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class CreateGlossaryCommand extends CreateGlossaryCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: CreateGlossaryRequest;
45
+ output: CreateGlossaryResponse;
46
+ };
47
+ sdk: {
48
+ input: CreateGlossaryCommandInput;
49
+ output: CreateGlossaryCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ CreateGlossaryTermRequest,
10
+ CreateGlossaryTermResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateGlossaryTermCommandInput
15
+ extends CreateGlossaryTermRequest {}
16
+ export interface CreateGlossaryTermCommandOutput
17
+ extends CreateGlossaryTermResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateGlossaryTermCommand_base: {
20
+ new (
21
+ input: CreateGlossaryTermCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateGlossaryTermCommandInput,
24
+ CreateGlossaryTermCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateGlossaryTermCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ CreateGlossaryTermCommandInput,
33
+ CreateGlossaryTermCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class CreateGlossaryTermCommand extends CreateGlossaryTermCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: CreateGlossaryTermRequest;
46
+ output: CreateGlossaryTermResponse;
47
+ };
48
+ sdk: {
49
+ input: CreateGlossaryTermCommandInput;
50
+ output: CreateGlossaryTermCommandOutput;
51
+ };
52
+ };
53
+ }