@aws-sdk/client-glue 3.1070.0 → 3.1072.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
package/dist-es/Glue.js CHANGED
@@ -1,4 +1,5 @@
1
1
  import { createAggregatedClient } from "@smithy/core/client";
2
+ import { AssociateGlossaryTermsCommand, } from "./commands/AssociateGlossaryTermsCommand";
2
3
  import { BatchCreatePartitionCommand, } from "./commands/BatchCreatePartitionCommand";
3
4
  import { BatchDeleteConnectionCommand, } from "./commands/BatchDeleteConnectionCommand";
4
5
  import { BatchDeletePartitionCommand, } from "./commands/BatchDeletePartitionCommand";
@@ -9,6 +10,7 @@ import { BatchGetCrawlersCommand, } from "./commands/BatchGetCrawlersCommand";
9
10
  import { BatchGetCustomEntityTypesCommand, } from "./commands/BatchGetCustomEntityTypesCommand";
10
11
  import { BatchGetDataQualityResultCommand, } from "./commands/BatchGetDataQualityResultCommand";
11
12
  import { BatchGetDevEndpointsCommand, } from "./commands/BatchGetDevEndpointsCommand";
13
+ import { BatchGetIterableFormsCommand, } from "./commands/BatchGetIterableFormsCommand";
12
14
  import { BatchGetJobsCommand, } from "./commands/BatchGetJobsCommand";
13
15
  import { BatchGetPartitionCommand, } from "./commands/BatchGetPartitionCommand";
14
16
  import { BatchGetTableOptimizerCommand, } from "./commands/BatchGetTableOptimizerCommand";
@@ -32,6 +34,8 @@ import { CreateCustomEntityTypeCommand, } from "./commands/CreateCustomEntityTyp
32
34
  import { CreateDatabaseCommand, } from "./commands/CreateDatabaseCommand";
33
35
  import { CreateDataQualityRulesetCommand, } from "./commands/CreateDataQualityRulesetCommand";
34
36
  import { CreateDevEndpointCommand, } from "./commands/CreateDevEndpointCommand";
37
+ import { CreateGlossaryCommand, } from "./commands/CreateGlossaryCommand";
38
+ import { CreateGlossaryTermCommand, } from "./commands/CreateGlossaryTermCommand";
35
39
  import { CreateGlueIdentityCenterConfigurationCommand, } from "./commands/CreateGlueIdentityCenterConfigurationCommand";
36
40
  import { CreateIntegrationCommand, } from "./commands/CreateIntegrationCommand";
37
41
  import { CreateIntegrationResourcePropertyCommand, } from "./commands/CreateIntegrationResourcePropertyCommand";
@@ -51,6 +55,9 @@ import { CreateTriggerCommand, } from "./commands/CreateTriggerCommand";
51
55
  import { CreateUsageProfileCommand, } from "./commands/CreateUsageProfileCommand";
52
56
  import { CreateUserDefinedFunctionCommand, } from "./commands/CreateUserDefinedFunctionCommand";
53
57
  import { CreateWorkflowCommand, } from "./commands/CreateWorkflowCommand";
58
+ import { DeleteAssetCommand, } from "./commands/DeleteAssetCommand";
59
+ import { DeleteAssetTypeCommand, } from "./commands/DeleteAssetTypeCommand";
60
+ import { DeleteAttachmentCommand, } from "./commands/DeleteAttachmentCommand";
54
61
  import { DeleteBlueprintCommand, } from "./commands/DeleteBlueprintCommand";
55
62
  import { DeleteCatalogCommand, } from "./commands/DeleteCatalogCommand";
56
63
  import { DeleteClassifierCommand, } from "./commands/DeleteClassifierCommand";
@@ -64,6 +71,9 @@ import { DeleteCustomEntityTypeCommand, } from "./commands/DeleteCustomEntityTyp
64
71
  import { DeleteDatabaseCommand, } from "./commands/DeleteDatabaseCommand";
65
72
  import { DeleteDataQualityRulesetCommand, } from "./commands/DeleteDataQualityRulesetCommand";
66
73
  import { DeleteDevEndpointCommand, } from "./commands/DeleteDevEndpointCommand";
74
+ import { DeleteFormTypeCommand, } from "./commands/DeleteFormTypeCommand";
75
+ import { DeleteGlossaryCommand, } from "./commands/DeleteGlossaryCommand";
76
+ import { DeleteGlossaryTermCommand, } from "./commands/DeleteGlossaryTermCommand";
67
77
  import { DeleteGlueIdentityCenterConfigurationCommand, } from "./commands/DeleteGlueIdentityCenterConfigurationCommand";
68
78
  import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
69
79
  import { DeleteIntegrationResourcePropertyCommand, } from "./commands/DeleteIntegrationResourcePropertyCommand";
@@ -89,6 +99,9 @@ import { DescribeConnectionTypeCommand, } from "./commands/DescribeConnectionTyp
89
99
  import { DescribeEntityCommand, } from "./commands/DescribeEntityCommand";
90
100
  import { DescribeInboundIntegrationsCommand, } from "./commands/DescribeInboundIntegrationsCommand";
91
101
  import { DescribeIntegrationsCommand, } from "./commands/DescribeIntegrationsCommand";
102
+ import { DisassociateGlossaryTermsCommand, } from "./commands/DisassociateGlossaryTermsCommand";
103
+ import { GetAssetCommand } from "./commands/GetAssetCommand";
104
+ import { GetAssetTypeCommand, } from "./commands/GetAssetTypeCommand";
92
105
  import { GetBlueprintCommand, } from "./commands/GetBlueprintCommand";
93
106
  import { GetBlueprintRunCommand, } from "./commands/GetBlueprintRunCommand";
94
107
  import { GetBlueprintRunsCommand, } from "./commands/GetBlueprintRunsCommand";
@@ -122,6 +135,9 @@ import { GetDataQualityRulesetEvaluationRunCommand, } from "./commands/GetDataQu
122
135
  import { GetDevEndpointCommand, } from "./commands/GetDevEndpointCommand";
123
136
  import { GetDevEndpointsCommand, } from "./commands/GetDevEndpointsCommand";
124
137
  import { GetEntityRecordsCommand, } from "./commands/GetEntityRecordsCommand";
138
+ import { GetFormTypeCommand, } from "./commands/GetFormTypeCommand";
139
+ import { GetGlossaryCommand, } from "./commands/GetGlossaryCommand";
140
+ import { GetGlossaryTermCommand, } from "./commands/GetGlossaryTermCommand";
125
141
  import { GetGlueIdentityCenterConfigurationCommand, } from "./commands/GetGlueIdentityCenterConfigurationCommand";
126
142
  import { GetIntegrationResourcePropertyCommand, } from "./commands/GetIntegrationResourcePropertyCommand";
127
143
  import { GetIntegrationTablePropertiesCommand, } from "./commands/GetIntegrationTablePropertiesCommand";
@@ -171,6 +187,7 @@ import { GetWorkflowRunCommand, } from "./commands/GetWorkflowRunCommand";
171
187
  import { GetWorkflowRunPropertiesCommand, } from "./commands/GetWorkflowRunPropertiesCommand";
172
188
  import { GetWorkflowRunsCommand, } from "./commands/GetWorkflowRunsCommand";
173
189
  import { ImportCatalogToGlueCommand, } from "./commands/ImportCatalogToGlueCommand";
190
+ import { ListAssetTypesCommand, } from "./commands/ListAssetTypesCommand";
174
191
  import { ListBlueprintsCommand, } from "./commands/ListBlueprintsCommand";
175
192
  import { ListColumnStatisticsTaskRunsCommand, } from "./commands/ListColumnStatisticsTaskRunsCommand";
176
193
  import { ListConnectionTypesCommand, } from "./commands/ListConnectionTypesCommand";
@@ -185,7 +202,11 @@ import { ListDataQualityStatisticAnnotationsCommand, } from "./commands/ListData
185
202
  import { ListDataQualityStatisticsCommand, } from "./commands/ListDataQualityStatisticsCommand";
186
203
  import { ListDevEndpointsCommand, } from "./commands/ListDevEndpointsCommand";
187
204
  import { ListEntitiesCommand, } from "./commands/ListEntitiesCommand";
205
+ import { ListFormTypesCommand, } from "./commands/ListFormTypesCommand";
206
+ import { ListGlossariesCommand, } from "./commands/ListGlossariesCommand";
207
+ import { ListGlossaryTermsCommand, } from "./commands/ListGlossaryTermsCommand";
188
208
  import { ListIntegrationResourcePropertiesCommand, } from "./commands/ListIntegrationResourcePropertiesCommand";
209
+ import { ListIterableFormsCommand, } from "./commands/ListIterableFormsCommand";
189
210
  import { ListJobsCommand } from "./commands/ListJobsCommand";
190
211
  import { ListMaterializedViewRefreshTaskRunsCommand, } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
191
212
  import { ListMLTransformsCommand, } from "./commands/ListMLTransformsCommand";
@@ -199,8 +220,12 @@ import { ListTriggersCommand, } from "./commands/ListTriggersCommand";
199
220
  import { ListUsageProfilesCommand, } from "./commands/ListUsageProfilesCommand";
200
221
  import { ListWorkflowsCommand, } from "./commands/ListWorkflowsCommand";
201
222
  import { ModifyIntegrationCommand, } from "./commands/ModifyIntegrationCommand";
223
+ import { PutAssetCommand } from "./commands/PutAssetCommand";
224
+ import { PutAssetTypeCommand, } from "./commands/PutAssetTypeCommand";
225
+ import { PutAttachmentCommand, } from "./commands/PutAttachmentCommand";
202
226
  import { PutDataCatalogEncryptionSettingsCommand, } from "./commands/PutDataCatalogEncryptionSettingsCommand";
203
227
  import { PutDataQualityProfileAnnotationCommand, } from "./commands/PutDataQualityProfileAnnotationCommand";
228
+ import { PutFormTypeCommand, } from "./commands/PutFormTypeCommand";
204
229
  import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
205
230
  import { PutSchemaVersionMetadataCommand, } from "./commands/PutSchemaVersionMetadataCommand";
206
231
  import { PutWorkflowRunPropertiesCommand, } from "./commands/PutWorkflowRunPropertiesCommand";
@@ -211,6 +236,7 @@ import { RemoveSchemaVersionMetadataCommand, } from "./commands/RemoveSchemaVers
211
236
  import { ResetJobBookmarkCommand, } from "./commands/ResetJobBookmarkCommand";
212
237
  import { ResumeWorkflowRunCommand, } from "./commands/ResumeWorkflowRunCommand";
213
238
  import { RunStatementCommand, } from "./commands/RunStatementCommand";
239
+ import { SearchCommand } from "./commands/SearchCommand";
214
240
  import { SearchTablesCommand, } from "./commands/SearchTablesCommand";
215
241
  import { StartBlueprintRunCommand, } from "./commands/StartBlueprintRunCommand";
216
242
  import { StartColumnStatisticsTaskRunCommand, } from "./commands/StartColumnStatisticsTaskRunCommand";
@@ -250,6 +276,8 @@ import { UpdateCrawlerScheduleCommand, } from "./commands/UpdateCrawlerScheduleC
250
276
  import { UpdateDatabaseCommand, } from "./commands/UpdateDatabaseCommand";
251
277
  import { UpdateDataQualityRulesetCommand, } from "./commands/UpdateDataQualityRulesetCommand";
252
278
  import { UpdateDevEndpointCommand, } from "./commands/UpdateDevEndpointCommand";
279
+ import { UpdateGlossaryCommand, } from "./commands/UpdateGlossaryCommand";
280
+ import { UpdateGlossaryTermCommand, } from "./commands/UpdateGlossaryTermCommand";
253
281
  import { UpdateGlueIdentityCenterConfigurationCommand, } from "./commands/UpdateGlueIdentityCenterConfigurationCommand";
254
282
  import { UpdateIntegrationResourcePropertyCommand, } from "./commands/UpdateIntegrationResourcePropertyCommand";
255
283
  import { UpdateIntegrationTablePropertiesCommand, } from "./commands/UpdateIntegrationTablePropertiesCommand";
@@ -290,6 +318,7 @@ import { paginateGetTriggers } from "./pagination/GetTriggersPaginator";
290
318
  import { paginateGetUnfilteredPartitionsMetadata } from "./pagination/GetUnfilteredPartitionsMetadataPaginator";
291
319
  import { paginateGetUserDefinedFunctions } from "./pagination/GetUserDefinedFunctionsPaginator";
292
320
  import { paginateGetWorkflowRuns } from "./pagination/GetWorkflowRunsPaginator";
321
+ import { paginateListAssetTypes } from "./pagination/ListAssetTypesPaginator";
293
322
  import { paginateListBlueprints } from "./pagination/ListBlueprintsPaginator";
294
323
  import { paginateListColumnStatisticsTaskRuns } from "./pagination/ListColumnStatisticsTaskRunsPaginator";
295
324
  import { paginateListConnectionTypes } from "./pagination/ListConnectionTypesPaginator";
@@ -301,6 +330,10 @@ import { paginateListDataQualityRulesetEvaluationRuns, } from "./pagination/List
301
330
  import { paginateListDataQualityRulesets } from "./pagination/ListDataQualityRulesetsPaginator";
302
331
  import { paginateListDevEndpoints } from "./pagination/ListDevEndpointsPaginator";
303
332
  import { paginateListEntities } from "./pagination/ListEntitiesPaginator";
333
+ import { paginateListFormTypes } from "./pagination/ListFormTypesPaginator";
334
+ import { paginateListGlossaries } from "./pagination/ListGlossariesPaginator";
335
+ import { paginateListGlossaryTerms } from "./pagination/ListGlossaryTermsPaginator";
336
+ import { paginateListIterableForms } from "./pagination/ListIterableFormsPaginator";
304
337
  import { paginateListJobs } from "./pagination/ListJobsPaginator";
305
338
  import { paginateListMaterializedViewRefreshTaskRuns } from "./pagination/ListMaterializedViewRefreshTaskRunsPaginator";
306
339
  import { paginateListMLTransforms } from "./pagination/ListMLTransformsPaginator";
@@ -312,8 +345,10 @@ import { paginateListTableOptimizerRuns } from "./pagination/ListTableOptimizerR
312
345
  import { paginateListTriggers } from "./pagination/ListTriggersPaginator";
313
346
  import { paginateListUsageProfiles } from "./pagination/ListUsageProfilesPaginator";
314
347
  import { paginateListWorkflows } from "./pagination/ListWorkflowsPaginator";
348
+ import { paginateSearch } from "./pagination/SearchPaginator";
315
349
  import { paginateSearchTables } from "./pagination/SearchTablesPaginator";
316
350
  const commands = {
351
+ AssociateGlossaryTermsCommand,
317
352
  BatchCreatePartitionCommand,
318
353
  BatchDeleteConnectionCommand,
319
354
  BatchDeletePartitionCommand,
@@ -324,6 +359,7 @@ const commands = {
324
359
  BatchGetCustomEntityTypesCommand,
325
360
  BatchGetDataQualityResultCommand,
326
361
  BatchGetDevEndpointsCommand,
362
+ BatchGetIterableFormsCommand,
327
363
  BatchGetJobsCommand,
328
364
  BatchGetPartitionCommand,
329
365
  BatchGetTableOptimizerCommand,
@@ -347,6 +383,8 @@ const commands = {
347
383
  CreateDatabaseCommand,
348
384
  CreateDataQualityRulesetCommand,
349
385
  CreateDevEndpointCommand,
386
+ CreateGlossaryCommand,
387
+ CreateGlossaryTermCommand,
350
388
  CreateGlueIdentityCenterConfigurationCommand,
351
389
  CreateIntegrationCommand,
352
390
  CreateIntegrationResourcePropertyCommand,
@@ -366,6 +404,9 @@ const commands = {
366
404
  CreateUsageProfileCommand,
367
405
  CreateUserDefinedFunctionCommand,
368
406
  CreateWorkflowCommand,
407
+ DeleteAssetCommand,
408
+ DeleteAssetTypeCommand,
409
+ DeleteAttachmentCommand,
369
410
  DeleteBlueprintCommand,
370
411
  DeleteCatalogCommand,
371
412
  DeleteClassifierCommand,
@@ -379,6 +420,9 @@ const commands = {
379
420
  DeleteDatabaseCommand,
380
421
  DeleteDataQualityRulesetCommand,
381
422
  DeleteDevEndpointCommand,
423
+ DeleteFormTypeCommand,
424
+ DeleteGlossaryCommand,
425
+ DeleteGlossaryTermCommand,
382
426
  DeleteGlueIdentityCenterConfigurationCommand,
383
427
  DeleteIntegrationCommand,
384
428
  DeleteIntegrationResourcePropertyCommand,
@@ -404,6 +448,9 @@ const commands = {
404
448
  DescribeEntityCommand,
405
449
  DescribeInboundIntegrationsCommand,
406
450
  DescribeIntegrationsCommand,
451
+ DisassociateGlossaryTermsCommand,
452
+ GetAssetCommand,
453
+ GetAssetTypeCommand,
407
454
  GetBlueprintCommand,
408
455
  GetBlueprintRunCommand,
409
456
  GetBlueprintRunsCommand,
@@ -437,6 +484,9 @@ const commands = {
437
484
  GetDevEndpointCommand,
438
485
  GetDevEndpointsCommand,
439
486
  GetEntityRecordsCommand,
487
+ GetFormTypeCommand,
488
+ GetGlossaryCommand,
489
+ GetGlossaryTermCommand,
440
490
  GetGlueIdentityCenterConfigurationCommand,
441
491
  GetIntegrationResourcePropertyCommand,
442
492
  GetIntegrationTablePropertiesCommand,
@@ -486,6 +536,7 @@ const commands = {
486
536
  GetWorkflowRunPropertiesCommand,
487
537
  GetWorkflowRunsCommand,
488
538
  ImportCatalogToGlueCommand,
539
+ ListAssetTypesCommand,
489
540
  ListBlueprintsCommand,
490
541
  ListColumnStatisticsTaskRunsCommand,
491
542
  ListConnectionTypesCommand,
@@ -500,7 +551,11 @@ const commands = {
500
551
  ListDataQualityStatisticsCommand,
501
552
  ListDevEndpointsCommand,
502
553
  ListEntitiesCommand,
554
+ ListFormTypesCommand,
555
+ ListGlossariesCommand,
556
+ ListGlossaryTermsCommand,
503
557
  ListIntegrationResourcePropertiesCommand,
558
+ ListIterableFormsCommand,
504
559
  ListJobsCommand,
505
560
  ListMaterializedViewRefreshTaskRunsCommand,
506
561
  ListMLTransformsCommand,
@@ -514,8 +569,12 @@ const commands = {
514
569
  ListUsageProfilesCommand,
515
570
  ListWorkflowsCommand,
516
571
  ModifyIntegrationCommand,
572
+ PutAssetCommand,
573
+ PutAssetTypeCommand,
574
+ PutAttachmentCommand,
517
575
  PutDataCatalogEncryptionSettingsCommand,
518
576
  PutDataQualityProfileAnnotationCommand,
577
+ PutFormTypeCommand,
519
578
  PutResourcePolicyCommand,
520
579
  PutSchemaVersionMetadataCommand,
521
580
  PutWorkflowRunPropertiesCommand,
@@ -526,6 +585,7 @@ const commands = {
526
585
  ResetJobBookmarkCommand,
527
586
  ResumeWorkflowRunCommand,
528
587
  RunStatementCommand,
588
+ SearchCommand,
529
589
  SearchTablesCommand,
530
590
  StartBlueprintRunCommand,
531
591
  StartColumnStatisticsTaskRunCommand,
@@ -565,6 +625,8 @@ const commands = {
565
625
  UpdateDatabaseCommand,
566
626
  UpdateDataQualityRulesetCommand,
567
627
  UpdateDevEndpointCommand,
628
+ UpdateGlossaryCommand,
629
+ UpdateGlossaryTermCommand,
568
630
  UpdateGlueIdentityCenterConfigurationCommand,
569
631
  UpdateIntegrationResourcePropertyCommand,
570
632
  UpdateIntegrationTablePropertiesCommand,
@@ -606,6 +668,7 @@ const paginators = {
606
668
  paginateGetUnfilteredPartitionsMetadata,
607
669
  paginateGetUserDefinedFunctions,
608
670
  paginateGetWorkflowRuns,
671
+ paginateListAssetTypes,
609
672
  paginateListBlueprints,
610
673
  paginateListColumnStatisticsTaskRuns,
611
674
  paginateListConnectionTypes,
@@ -617,6 +680,10 @@ const paginators = {
617
680
  paginateListDataQualityRulesets,
618
681
  paginateListDevEndpoints,
619
682
  paginateListEntities,
683
+ paginateListFormTypes,
684
+ paginateListGlossaries,
685
+ paginateListGlossaryTerms,
686
+ paginateListIterableForms,
620
687
  paginateListJobs,
621
688
  paginateListMaterializedViewRefreshTaskRuns,
622
689
  paginateListMLTransforms,
@@ -628,6 +695,7 @@ const paginators = {
628
695
  paginateListTriggers,
629
696
  paginateListUsageProfiles,
630
697
  paginateListWorkflows,
698
+ paginateSearch,
631
699
  paginateSearchTables,
632
700
  };
633
701
  export class Glue extends GlueClient {
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { AssociateGlossaryTerms$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class AssociateGlossaryTermsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "AssociateGlossaryTerms", {})
13
+ .n("GlueClient", "AssociateGlossaryTermsCommand")
14
+ .sc(AssociateGlossaryTerms$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { BatchGetIterableForms$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class BatchGetIterableFormsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "BatchGetIterableForms", {})
13
+ .n("GlueClient", "BatchGetIterableFormsCommand")
14
+ .sc(BatchGetIterableForms$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateGlossary$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateGlossaryCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "CreateGlossary", {})
13
+ .n("GlueClient", "CreateGlossaryCommand")
14
+ .sc(CreateGlossary$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateGlossaryTerm$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateGlossaryTermCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "CreateGlossaryTerm", {})
13
+ .n("GlueClient", "CreateGlossaryTermCommand")
14
+ .sc(CreateGlossaryTerm$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteAsset$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteAssetCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "DeleteAsset", {})
13
+ .n("GlueClient", "DeleteAssetCommand")
14
+ .sc(DeleteAsset$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteAssetType$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteAssetTypeCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "DeleteAssetType", {})
13
+ .n("GlueClient", "DeleteAssetTypeCommand")
14
+ .sc(DeleteAssetType$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteAttachment$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteAttachmentCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "DeleteAttachment", {})
13
+ .n("GlueClient", "DeleteAttachmentCommand")
14
+ .sc(DeleteAttachment$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteFormType$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteFormTypeCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "DeleteFormType", {})
13
+ .n("GlueClient", "DeleteFormTypeCommand")
14
+ .sc(DeleteFormType$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteGlossary$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteGlossaryCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "DeleteGlossary", {})
13
+ .n("GlueClient", "DeleteGlossaryCommand")
14
+ .sc(DeleteGlossary$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteGlossaryTerm$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteGlossaryTermCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "DeleteGlossaryTerm", {})
13
+ .n("GlueClient", "DeleteGlossaryTermCommand")
14
+ .sc(DeleteGlossaryTerm$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DisassociateGlossaryTerms$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DisassociateGlossaryTermsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "DisassociateGlossaryTerms", {})
13
+ .n("GlueClient", "DisassociateGlossaryTermsCommand")
14
+ .sc(DisassociateGlossaryTerms$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetAsset$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetAssetCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "GetAsset", {})
13
+ .n("GlueClient", "GetAssetCommand")
14
+ .sc(GetAsset$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetAssetType$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetAssetTypeCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "GetAssetType", {})
13
+ .n("GlueClient", "GetAssetTypeCommand")
14
+ .sc(GetAssetType$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetFormType$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetFormTypeCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "GetFormType", {})
13
+ .n("GlueClient", "GetFormTypeCommand")
14
+ .sc(GetFormType$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetGlossary$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetGlossaryCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "GetGlossary", {})
13
+ .n("GlueClient", "GetGlossaryCommand")
14
+ .sc(GetGlossary$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetGlossaryTerm$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetGlossaryTermCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "GetGlossaryTerm", {})
13
+ .n("GlueClient", "GetGlossaryTermCommand")
14
+ .sc(GetGlossaryTerm$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListAssetTypes$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListAssetTypesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "ListAssetTypes", {})
13
+ .n("GlueClient", "ListAssetTypesCommand")
14
+ .sc(ListAssetTypes$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListFormTypes$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListFormTypesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "ListFormTypes", {})
13
+ .n("GlueClient", "ListFormTypesCommand")
14
+ .sc(ListFormTypes$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListGlossaries$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListGlossariesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "ListGlossaries", {})
13
+ .n("GlueClient", "ListGlossariesCommand")
14
+ .sc(ListGlossaries$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListGlossaryTerms$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListGlossaryTermsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "ListGlossaryTerms", {})
13
+ .n("GlueClient", "ListGlossaryTermsCommand")
14
+ .sc(ListGlossaryTerms$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListIterableForms$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListIterableFormsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "ListIterableForms", {})
13
+ .n("GlueClient", "ListIterableFormsCommand")
14
+ .sc(ListIterableForms$)
15
+ .build() {
16
+ }