@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
@@ -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 { PutAsset$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class PutAssetCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "PutAsset", {})
13
+ .n("GlueClient", "PutAssetCommand")
14
+ .sc(PutAsset$)
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 { PutAssetType$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class PutAssetTypeCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "PutAssetType", {})
13
+ .n("GlueClient", "PutAssetTypeCommand")
14
+ .sc(PutAssetType$)
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 { PutAttachment$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class PutAttachmentCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "PutAttachment", {})
13
+ .n("GlueClient", "PutAttachmentCommand")
14
+ .sc(PutAttachment$)
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 { PutFormType$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class PutFormTypeCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "PutFormType", {})
13
+ .n("GlueClient", "PutFormTypeCommand")
14
+ .sc(PutFormType$)
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 { Search$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class SearchCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "Search", {})
13
+ .n("GlueClient", "SearchCommand")
14
+ .sc(Search$)
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 { UpdateGlossary$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateGlossaryCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "UpdateGlossary", {})
13
+ .n("GlueClient", "UpdateGlossaryCommand")
14
+ .sc(UpdateGlossary$)
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 { UpdateGlossaryTerm$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateGlossaryTermCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "UpdateGlossaryTerm", {})
13
+ .n("GlueClient", "UpdateGlossaryTermCommand")
14
+ .sc(UpdateGlossaryTerm$)
15
+ .build() {
16
+ }
@@ -1,3 +1,4 @@
1
+ export * from "./AssociateGlossaryTermsCommand";
1
2
  export * from "./BatchCreatePartitionCommand";
2
3
  export * from "./BatchDeleteConnectionCommand";
3
4
  export * from "./BatchDeletePartitionCommand";
@@ -8,6 +9,7 @@ export * from "./BatchGetCrawlersCommand";
8
9
  export * from "./BatchGetCustomEntityTypesCommand";
9
10
  export * from "./BatchGetDataQualityResultCommand";
10
11
  export * from "./BatchGetDevEndpointsCommand";
12
+ export * from "./BatchGetIterableFormsCommand";
11
13
  export * from "./BatchGetJobsCommand";
12
14
  export * from "./BatchGetPartitionCommand";
13
15
  export * from "./BatchGetTableOptimizerCommand";
@@ -31,6 +33,8 @@ export * from "./CreateCustomEntityTypeCommand";
31
33
  export * from "./CreateDataQualityRulesetCommand";
32
34
  export * from "./CreateDatabaseCommand";
33
35
  export * from "./CreateDevEndpointCommand";
36
+ export * from "./CreateGlossaryCommand";
37
+ export * from "./CreateGlossaryTermCommand";
34
38
  export * from "./CreateGlueIdentityCenterConfigurationCommand";
35
39
  export * from "./CreateIntegrationCommand";
36
40
  export * from "./CreateIntegrationResourcePropertyCommand";
@@ -50,6 +54,9 @@ export * from "./CreateTriggerCommand";
50
54
  export * from "./CreateUsageProfileCommand";
51
55
  export * from "./CreateUserDefinedFunctionCommand";
52
56
  export * from "./CreateWorkflowCommand";
57
+ export * from "./DeleteAssetCommand";
58
+ export * from "./DeleteAssetTypeCommand";
59
+ export * from "./DeleteAttachmentCommand";
53
60
  export * from "./DeleteBlueprintCommand";
54
61
  export * from "./DeleteCatalogCommand";
55
62
  export * from "./DeleteClassifierCommand";
@@ -63,6 +70,9 @@ export * from "./DeleteCustomEntityTypeCommand";
63
70
  export * from "./DeleteDataQualityRulesetCommand";
64
71
  export * from "./DeleteDatabaseCommand";
65
72
  export * from "./DeleteDevEndpointCommand";
73
+ export * from "./DeleteFormTypeCommand";
74
+ export * from "./DeleteGlossaryCommand";
75
+ export * from "./DeleteGlossaryTermCommand";
66
76
  export * from "./DeleteGlueIdentityCenterConfigurationCommand";
67
77
  export * from "./DeleteIntegrationCommand";
68
78
  export * from "./DeleteIntegrationResourcePropertyCommand";
@@ -88,6 +98,9 @@ export * from "./DescribeConnectionTypeCommand";
88
98
  export * from "./DescribeEntityCommand";
89
99
  export * from "./DescribeInboundIntegrationsCommand";
90
100
  export * from "./DescribeIntegrationsCommand";
101
+ export * from "./DisassociateGlossaryTermsCommand";
102
+ export * from "./GetAssetCommand";
103
+ export * from "./GetAssetTypeCommand";
91
104
  export * from "./GetBlueprintCommand";
92
105
  export * from "./GetBlueprintRunCommand";
93
106
  export * from "./GetBlueprintRunsCommand";
@@ -121,6 +134,9 @@ export * from "./GetDataflowGraphCommand";
121
134
  export * from "./GetDevEndpointCommand";
122
135
  export * from "./GetDevEndpointsCommand";
123
136
  export * from "./GetEntityRecordsCommand";
137
+ export * from "./GetFormTypeCommand";
138
+ export * from "./GetGlossaryCommand";
139
+ export * from "./GetGlossaryTermCommand";
124
140
  export * from "./GetGlueIdentityCenterConfigurationCommand";
125
141
  export * from "./GetIntegrationResourcePropertyCommand";
126
142
  export * from "./GetIntegrationTablePropertiesCommand";
@@ -170,6 +186,7 @@ export * from "./GetWorkflowRunCommand";
170
186
  export * from "./GetWorkflowRunPropertiesCommand";
171
187
  export * from "./GetWorkflowRunsCommand";
172
188
  export * from "./ImportCatalogToGlueCommand";
189
+ export * from "./ListAssetTypesCommand";
173
190
  export * from "./ListBlueprintsCommand";
174
191
  export * from "./ListColumnStatisticsTaskRunsCommand";
175
192
  export * from "./ListConnectionTypesCommand";
@@ -184,7 +201,11 @@ export * from "./ListDataQualityStatisticAnnotationsCommand";
184
201
  export * from "./ListDataQualityStatisticsCommand";
185
202
  export * from "./ListDevEndpointsCommand";
186
203
  export * from "./ListEntitiesCommand";
204
+ export * from "./ListFormTypesCommand";
205
+ export * from "./ListGlossariesCommand";
206
+ export * from "./ListGlossaryTermsCommand";
187
207
  export * from "./ListIntegrationResourcePropertiesCommand";
208
+ export * from "./ListIterableFormsCommand";
188
209
  export * from "./ListJobsCommand";
189
210
  export * from "./ListMLTransformsCommand";
190
211
  export * from "./ListMaterializedViewRefreshTaskRunsCommand";
@@ -198,8 +219,12 @@ export * from "./ListTriggersCommand";
198
219
  export * from "./ListUsageProfilesCommand";
199
220
  export * from "./ListWorkflowsCommand";
200
221
  export * from "./ModifyIntegrationCommand";
222
+ export * from "./PutAssetCommand";
223
+ export * from "./PutAssetTypeCommand";
224
+ export * from "./PutAttachmentCommand";
201
225
  export * from "./PutDataCatalogEncryptionSettingsCommand";
202
226
  export * from "./PutDataQualityProfileAnnotationCommand";
227
+ export * from "./PutFormTypeCommand";
203
228
  export * from "./PutResourcePolicyCommand";
204
229
  export * from "./PutSchemaVersionMetadataCommand";
205
230
  export * from "./PutWorkflowRunPropertiesCommand";
@@ -210,6 +235,7 @@ export * from "./RemoveSchemaVersionMetadataCommand";
210
235
  export * from "./ResetJobBookmarkCommand";
211
236
  export * from "./ResumeWorkflowRunCommand";
212
237
  export * from "./RunStatementCommand";
238
+ export * from "./SearchCommand";
213
239
  export * from "./SearchTablesCommand";
214
240
  export * from "./StartBlueprintRunCommand";
215
241
  export * from "./StartColumnStatisticsTaskRunCommand";
@@ -249,6 +275,8 @@ export * from "./UpdateCrawlerScheduleCommand";
249
275
  export * from "./UpdateDataQualityRulesetCommand";
250
276
  export * from "./UpdateDatabaseCommand";
251
277
  export * from "./UpdateDevEndpointCommand";
278
+ export * from "./UpdateGlossaryCommand";
279
+ export * from "./UpdateGlossaryTermCommand";
252
280
  export * from "./UpdateGlueIdentityCenterConfigurationCommand";
253
281
  export * from "./UpdateIntegrationResourcePropertyCommand";
254
282
  export * from "./UpdateIntegrationTablePropertiesCommand";
@@ -949,6 +949,18 @@ export const ConnectorOAuth2GrantType = {
949
949
  export const IntegrationType = {
950
950
  REST: "REST",
951
951
  };
952
+ export const SearchFilterOperator = {
953
+ equals: "equals",
954
+ greaterThan: "greaterThan",
955
+ greaterThanOrEquals: "greaterThanOrEquals",
956
+ lessThan: "lessThan",
957
+ lessThanOrEquals: "lessThanOrEquals",
958
+ notExists: "notExists",
959
+ };
960
+ export const SearchSortOrder = {
961
+ ASCENDING: "ASCENDING",
962
+ DESCENDING: "DESCENDING",
963
+ };
952
964
  export const Comparator = {
953
965
  EQUALS: "EQUALS",
954
966
  GREATER_THAN: "GREATER_THAN",
@@ -27,34 +27,34 @@ export class AlreadyExistsException extends __BaseException {
27
27
  this.Message = opts.Message;
28
28
  }
29
29
  }
30
- export class EntityNotFoundException extends __BaseException {
31
- name = "EntityNotFoundException";
30
+ export class ConcurrentModificationException extends __BaseException {
31
+ name = "ConcurrentModificationException";
32
32
  $fault = "client";
33
33
  Message;
34
- FromFederationSource;
35
34
  constructor(opts) {
36
35
  super({
37
- name: "EntityNotFoundException",
36
+ name: "ConcurrentModificationException",
38
37
  $fault: "client",
39
38
  ...opts,
40
39
  });
41
- Object.setPrototypeOf(this, EntityNotFoundException.prototype);
40
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
42
41
  this.Message = opts.Message;
43
- this.FromFederationSource = opts.FromFederationSource;
44
42
  }
45
43
  }
46
- export class GlueEncryptionException extends __BaseException {
47
- name = "GlueEncryptionException";
44
+ export class EntityNotFoundException extends __BaseException {
45
+ name = "EntityNotFoundException";
48
46
  $fault = "client";
49
47
  Message;
48
+ FromFederationSource;
50
49
  constructor(opts) {
51
50
  super({
52
- name: "GlueEncryptionException",
51
+ name: "EntityNotFoundException",
53
52
  $fault: "client",
54
53
  ...opts,
55
54
  });
56
- Object.setPrototypeOf(this, GlueEncryptionException.prototype);
55
+ Object.setPrototypeOf(this, EntityNotFoundException.prototype);
57
56
  this.Message = opts.Message;
57
+ this.FromFederationSource = opts.FromFederationSource;
58
58
  }
59
59
  }
60
60
  export class InternalServiceException extends __BaseException {
@@ -87,6 +87,34 @@ export class InvalidInputException extends __BaseException {
87
87
  this.FromFederationSource = opts.FromFederationSource;
88
88
  }
89
89
  }
90
+ export class ThrottlingException extends __BaseException {
91
+ name = "ThrottlingException";
92
+ $fault = "client";
93
+ Message;
94
+ constructor(opts) {
95
+ super({
96
+ name: "ThrottlingException",
97
+ $fault: "client",
98
+ ...opts,
99
+ });
100
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
101
+ this.Message = opts.Message;
102
+ }
103
+ }
104
+ export class GlueEncryptionException extends __BaseException {
105
+ name = "GlueEncryptionException";
106
+ $fault = "client";
107
+ Message;
108
+ constructor(opts) {
109
+ super({
110
+ name: "GlueEncryptionException",
111
+ $fault: "client",
112
+ ...opts,
113
+ });
114
+ Object.setPrototypeOf(this, GlueEncryptionException.prototype);
115
+ this.Message = opts.Message;
116
+ }
117
+ }
90
118
  export class OperationTimeoutException extends __BaseException {
91
119
  name = "OperationTimeoutException";
92
120
  $fault = "client";
@@ -173,20 +201,6 @@ export class InvalidStateException extends __BaseException {
173
201
  this.Message = opts.Message;
174
202
  }
175
203
  }
176
- export class ThrottlingException extends __BaseException {
177
- name = "ThrottlingException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "ThrottlingException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, ThrottlingException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
204
  export class IllegalSessionStateException extends __BaseException {
191
205
  name = "IllegalSessionStateException";
192
206
  $fault = "client";
@@ -201,20 +215,6 @@ export class IllegalSessionStateException extends __BaseException {
201
215
  this.Message = opts.Message;
202
216
  }
203
217
  }
204
- export class ConcurrentModificationException extends __BaseException {
205
- name = "ConcurrentModificationException";
206
- $fault = "client";
207
- Message;
208
- constructor(opts) {
209
- super({
210
- name: "ConcurrentModificationException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
215
- this.Message = opts.Message;
216
- }
217
- }
218
218
  export class FederatedResourceAlreadyExistsException extends __BaseException {
219
219
  name = "FederatedResourceAlreadyExistsException";
220
220
  $fault = "client";
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListAssetTypesCommand, } from "../commands/ListAssetTypesCommand";
3
+ import { GlueClient } from "../GlueClient";
4
+ export const paginateListAssetTypes = createPaginator(GlueClient, ListAssetTypesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListFormTypesCommand, } from "../commands/ListFormTypesCommand";
3
+ import { GlueClient } from "../GlueClient";
4
+ export const paginateListFormTypes = createPaginator(GlueClient, ListFormTypesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListGlossariesCommand, } from "../commands/ListGlossariesCommand";
3
+ import { GlueClient } from "../GlueClient";
4
+ export const paginateListGlossaries = createPaginator(GlueClient, ListGlossariesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListGlossaryTermsCommand, } from "../commands/ListGlossaryTermsCommand";
3
+ import { GlueClient } from "../GlueClient";
4
+ export const paginateListGlossaryTerms = createPaginator(GlueClient, ListGlossaryTermsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListIterableFormsCommand, } from "../commands/ListIterableFormsCommand";
3
+ import { GlueClient } from "../GlueClient";
4
+ export const paginateListIterableForms = createPaginator(GlueClient, ListIterableFormsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { SearchCommand } from "../commands/SearchCommand";
3
+ import { GlueClient } from "../GlueClient";
4
+ export const paginateSearch = createPaginator(GlueClient, SearchCommand, "NextToken", "NextToken", "MaxResults");
@@ -22,6 +22,7 @@ export * from "./GetTriggersPaginator";
22
22
  export * from "./GetUnfilteredPartitionsMetadataPaginator";
23
23
  export * from "./GetUserDefinedFunctionsPaginator";
24
24
  export * from "./GetWorkflowRunsPaginator";
25
+ export * from "./ListAssetTypesPaginator";
25
26
  export * from "./ListBlueprintsPaginator";
26
27
  export * from "./ListColumnStatisticsTaskRunsPaginator";
27
28
  export * from "./ListConnectionTypesPaginator";
@@ -33,6 +34,10 @@ export * from "./ListDataQualityRulesetEvaluationRunsPaginator";
33
34
  export * from "./ListDataQualityRulesetsPaginator";
34
35
  export * from "./ListDevEndpointsPaginator";
35
36
  export * from "./ListEntitiesPaginator";
37
+ export * from "./ListFormTypesPaginator";
38
+ export * from "./ListGlossariesPaginator";
39
+ export * from "./ListGlossaryTermsPaginator";
40
+ export * from "./ListIterableFormsPaginator";
36
41
  export * from "./ListJobsPaginator";
37
42
  export * from "./ListMaterializedViewRefreshTaskRunsPaginator";
38
43
  export * from "./ListMLTransformsPaginator";
@@ -44,4 +49,5 @@ export * from "./ListTableOptimizerRunsPaginator";
44
49
  export * from "./ListTriggersPaginator";
45
50
  export * from "./ListUsageProfilesPaginator";
46
51
  export * from "./ListWorkflowsPaginator";
52
+ export * from "./SearchPaginator";
47
53
  export * from "./SearchTablesPaginator";