@aws-sdk/client-glue 3.1070.0 → 3.1071.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/README.md +196 -0
  2. package/dist-cjs/index.js +431 -1
  3. package/dist-cjs/models/errors.js +38 -38
  4. package/dist-cjs/schemas/schemas_0.js +744 -31
  5. package/dist-es/Glue.js +68 -0
  6. package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  7. package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  8. package/dist-es/commands/CreateGlossaryCommand.js +16 -0
  9. package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  10. package/dist-es/commands/DeleteAssetCommand.js +16 -0
  11. package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  12. package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  13. package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  14. package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  15. package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  16. package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  17. package/dist-es/commands/GetAssetCommand.js +16 -0
  18. package/dist-es/commands/GetAssetTypeCommand.js +16 -0
  19. package/dist-es/commands/GetFormTypeCommand.js +16 -0
  20. package/dist-es/commands/GetGlossaryCommand.js +16 -0
  21. package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  22. package/dist-es/commands/ListAssetTypesCommand.js +16 -0
  23. package/dist-es/commands/ListFormTypesCommand.js +16 -0
  24. package/dist-es/commands/ListGlossariesCommand.js +16 -0
  25. package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  26. package/dist-es/commands/ListIterableFormsCommand.js +16 -0
  27. package/dist-es/commands/PutAssetCommand.js +16 -0
  28. package/dist-es/commands/PutAssetTypeCommand.js +16 -0
  29. package/dist-es/commands/PutAttachmentCommand.js +16 -0
  30. package/dist-es/commands/PutFormTypeCommand.js +16 -0
  31. package/dist-es/commands/SearchCommand.js +16 -0
  32. package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  33. package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  34. package/dist-es/commands/index.js +28 -0
  35. package/dist-es/models/enums.js +12 -0
  36. package/dist-es/models/errors.js +38 -38
  37. package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  38. package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  39. package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  40. package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  41. package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  42. package/dist-es/pagination/SearchPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +6 -0
  44. package/dist-es/schemas/schemas_0.js +671 -31
  45. package/dist-types/Glue.d.ts +242 -0
  46. package/dist-types/GlueClient.d.ts +30 -2
  47. package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  48. package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  49. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  50. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  53. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  54. package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  55. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  56. package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
  57. package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  58. package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  59. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  60. package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  61. package/dist-types/commands/GetAssetCommand.d.ts +116 -0
  62. package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  63. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  64. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  65. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  68. package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  69. package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  70. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  74. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  75. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  77. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  79. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  80. package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  81. package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  82. package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  83. package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  84. package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  85. package/dist-types/commands/PutAssetCommand.d.ts +113 -0
  86. package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  87. package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  88. package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  89. package/dist-types/commands/SearchCommand.d.ts +149 -0
  90. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  92. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  94. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  95. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  98. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  99. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  100. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  103. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  104. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  105. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
  121. package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  122. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  123. package/dist-types/commands/index.d.ts +28 -0
  124. package/dist-types/models/enums.d.ts +28 -0
  125. package/dist-types/models/errors.d.ts +48 -48
  126. package/dist-types/models/models_0.d.ts +165 -174
  127. package/dist-types/models/models_1.d.ts +520 -720
  128. package/dist-types/models/models_2.d.ts +2302 -2039
  129. package/dist-types/models/models_3.d.ts +1413 -4
  130. package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  131. package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  132. package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  133. package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  134. package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  135. package/dist-types/pagination/SearchPaginator.d.ts +7 -0
  136. package/dist-types/pagination/index.d.ts +6 -0
  137. package/dist-types/schemas/schemas_0.d.ts +101 -0
  138. package/dist-types/ts3.4/Glue.d.ts +522 -0
  139. package/dist-types/ts3.4/GlueClient.d.ts +168 -0
  140. package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  142. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  150. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  151. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  152. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  153. package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  154. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  155. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  161. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  162. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  163. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  174. package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  175. package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  176. package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  177. package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  179. package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  180. package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  181. package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
  183. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
  214. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  215. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  216. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  217. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  218. package/dist-types/ts3.4/models/errors.d.ts +26 -26
  219. package/dist-types/ts3.4/models/models_0.d.ts +41 -40
  220. package/dist-types/ts3.4/models/models_1.d.ts +128 -181
  221. package/dist-types/ts3.4/models/models_2.d.ts +396 -293
  222. package/dist-types/ts3.4/models/models_3.d.ts +373 -1
  223. package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  227. package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  228. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
  229. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  230. package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  231. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { TestConnectionRequest, TestConnectionResponse } from "../models/models_2";
4
+ import type { TestConnectionRequest, TestConnectionResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
4
+ import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_2";
4
+ import type { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateCatalogRequest, UpdateCatalogResponse } from "../models/models_2";
4
+ import type { UpdateCatalogRequest, UpdateCatalogResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateClassifierRequest, UpdateClassifierResponse } from "../models/models_2";
4
+ import type { UpdateClassifierRequest, UpdateClassifierResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateColumnStatisticsForPartitionRequest, UpdateColumnStatisticsForPartitionResponse } from "../models/models_2";
4
+ import type { UpdateColumnStatisticsForPartitionRequest, UpdateColumnStatisticsForPartitionResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateColumnStatisticsForTableRequest, UpdateColumnStatisticsForTableResponse } from "../models/models_2";
4
+ import type { UpdateColumnStatisticsForTableRequest, UpdateColumnStatisticsForTableResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateColumnStatisticsTaskSettingsRequest, UpdateColumnStatisticsTaskSettingsResponse } from "../models/models_2";
4
+ import type { UpdateColumnStatisticsTaskSettingsRequest, UpdateColumnStatisticsTaskSettingsResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_2";
4
+ import type { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateCrawlerRequest, UpdateCrawlerResponse } from "../models/models_2";
4
+ import type { UpdateCrawlerRequest, UpdateCrawlerResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { UpdateCrawlerScheduleRequest } from "../models/models_2";
5
- import type { UpdateCrawlerScheduleResponse } from "../models/models_3";
4
+ import type { UpdateCrawlerScheduleRequest, UpdateCrawlerScheduleResponse } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -0,0 +1,102 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import type { UpdateGlossaryRequest, UpdateGlossaryResponse } from "../models/models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateGlossaryCommand}.
14
+ */
15
+ export interface UpdateGlossaryCommandInput extends UpdateGlossaryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateGlossaryCommand}.
21
+ */
22
+ export interface UpdateGlossaryCommandOutput extends UpdateGlossaryResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateGlossaryCommand_base: {
25
+ new (input: UpdateGlossaryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateGlossaryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Updates a business glossary in Glue Data Catalog.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { GlueClient, UpdateGlossaryCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, UpdateGlossaryCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
+ * // import type { GlueClientConfig } from "@aws-sdk/client-glue";
39
+ * const config = {}; // type is GlueClientConfig
40
+ * const client = new GlueClient(config);
41
+ * const input = { // UpdateGlossaryRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * Name: "STRING_VALUE",
44
+ * Description: "STRING_VALUE",
45
+ * ClientToken: "STRING_VALUE",
46
+ * };
47
+ * const command = new UpdateGlossaryCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // UpdateGlossaryResponse
50
+ * // Id: "STRING_VALUE",
51
+ * // Name: "STRING_VALUE",
52
+ * // Description: "STRING_VALUE",
53
+ * // };
54
+ *
55
+ * ```
56
+ *
57
+ * @param UpdateGlossaryCommandInput - {@link UpdateGlossaryCommandInput}
58
+ * @returns {@link UpdateGlossaryCommandOutput}
59
+ * @see {@link UpdateGlossaryCommandInput} for command's `input` shape.
60
+ * @see {@link UpdateGlossaryCommandOutput} for command's `response` shape.
61
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
62
+ *
63
+ * @throws {@link AccessDeniedException} (client fault)
64
+ * <p>Access to a resource was denied.</p>
65
+ *
66
+ * @throws {@link AlreadyExistsException} (client fault)
67
+ * <p>A resource to be created or added already exists.</p>
68
+ *
69
+ * @throws {@link ConcurrentModificationException} (client fault)
70
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
71
+ *
72
+ * @throws {@link EntityNotFoundException} (client fault)
73
+ * <p>A specified entity does not exist</p>
74
+ *
75
+ * @throws {@link InternalServiceException} (server fault)
76
+ * <p>An internal service error occurred.</p>
77
+ *
78
+ * @throws {@link InvalidInputException} (client fault)
79
+ * <p>The input provided was not valid.</p>
80
+ *
81
+ * @throws {@link ThrottlingException} (client fault)
82
+ * <p>The throttling threshhold was exceeded.</p>
83
+ *
84
+ * @throws {@link GlueServiceException}
85
+ * <p>Base exception class for all service exceptions from Glue service.</p>
86
+ *
87
+ *
88
+ * @public
89
+ */
90
+ export declare class UpdateGlossaryCommand extends UpdateGlossaryCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UpdateGlossaryRequest;
95
+ output: UpdateGlossaryResponse;
96
+ };
97
+ sdk: {
98
+ input: UpdateGlossaryCommandInput;
99
+ output: UpdateGlossaryCommandOutput;
100
+ };
101
+ };
102
+ }
@@ -0,0 +1,105 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import type { UpdateGlossaryTermRequest, UpdateGlossaryTermResponse } from "../models/models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateGlossaryTermCommand}.
14
+ */
15
+ export interface UpdateGlossaryTermCommandInput extends UpdateGlossaryTermRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateGlossaryTermCommand}.
21
+ */
22
+ export interface UpdateGlossaryTermCommandOutput extends UpdateGlossaryTermResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateGlossaryTermCommand_base: {
25
+ new (input: UpdateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Updates a glossary term in Glue Data Catalog.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { GlueClient, UpdateGlossaryTermCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, UpdateGlossaryTermCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
+ * // import type { GlueClientConfig } from "@aws-sdk/client-glue";
39
+ * const config = {}; // type is GlueClientConfig
40
+ * const client = new GlueClient(config);
41
+ * const input = { // UpdateGlossaryTermRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * Name: "STRING_VALUE",
44
+ * ShortDescription: "STRING_VALUE",
45
+ * LongDescription: "STRING_VALUE",
46
+ * ClientToken: "STRING_VALUE",
47
+ * };
48
+ * const command = new UpdateGlossaryTermCommand(input);
49
+ * const response = await client.send(command);
50
+ * // { // UpdateGlossaryTermResponse
51
+ * // Id: "STRING_VALUE",
52
+ * // GlossaryId: "STRING_VALUE",
53
+ * // Name: "STRING_VALUE",
54
+ * // ShortDescription: "STRING_VALUE",
55
+ * // LongDescription: "STRING_VALUE",
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param UpdateGlossaryTermCommandInput - {@link UpdateGlossaryTermCommandInput}
61
+ * @returns {@link UpdateGlossaryTermCommandOutput}
62
+ * @see {@link UpdateGlossaryTermCommandInput} for command's `input` shape.
63
+ * @see {@link UpdateGlossaryTermCommandOutput} for command's `response` shape.
64
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
65
+ *
66
+ * @throws {@link AccessDeniedException} (client fault)
67
+ * <p>Access to a resource was denied.</p>
68
+ *
69
+ * @throws {@link AlreadyExistsException} (client fault)
70
+ * <p>A resource to be created or added already exists.</p>
71
+ *
72
+ * @throws {@link ConcurrentModificationException} (client fault)
73
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
74
+ *
75
+ * @throws {@link EntityNotFoundException} (client fault)
76
+ * <p>A specified entity does not exist</p>
77
+ *
78
+ * @throws {@link InternalServiceException} (server fault)
79
+ * <p>An internal service error occurred.</p>
80
+ *
81
+ * @throws {@link InvalidInputException} (client fault)
82
+ * <p>The input provided was not valid.</p>
83
+ *
84
+ * @throws {@link ThrottlingException} (client fault)
85
+ * <p>The throttling threshhold was exceeded.</p>
86
+ *
87
+ * @throws {@link GlueServiceException}
88
+ * <p>Base exception class for all service exceptions from Glue service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class UpdateGlossaryTermCommand extends UpdateGlossaryTermCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: UpdateGlossaryTermRequest;
98
+ output: UpdateGlossaryTermResponse;
99
+ };
100
+ sdk: {
101
+ input: UpdateGlossaryTermCommandInput;
102
+ output: UpdateGlossaryTermCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -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";
@@ -2029,6 +2029,34 @@ export declare const IntegrationType: {
2029
2029
  * @public
2030
2030
  */
2031
2031
  export type IntegrationType = (typeof IntegrationType)[keyof typeof IntegrationType];
2032
+ /**
2033
+ * @public
2034
+ * @enum
2035
+ */
2036
+ export declare const SearchFilterOperator: {
2037
+ readonly equals: "equals";
2038
+ readonly greaterThan: "greaterThan";
2039
+ readonly greaterThanOrEquals: "greaterThanOrEquals";
2040
+ readonly lessThan: "lessThan";
2041
+ readonly lessThanOrEquals: "lessThanOrEquals";
2042
+ readonly notExists: "notExists";
2043
+ };
2044
+ /**
2045
+ * @public
2046
+ */
2047
+ export type SearchFilterOperator = (typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
2048
+ /**
2049
+ * @public
2050
+ * @enum
2051
+ */
2052
+ export declare const SearchSortOrder: {
2053
+ readonly ASCENDING: "ASCENDING";
2054
+ readonly DESCENDING: "DESCENDING";
2055
+ };
2056
+ /**
2057
+ * @public
2058
+ */
2059
+ export type SearchSortOrder = (typeof SearchSortOrder)[keyof typeof SearchSortOrder];
2032
2060
  /**
2033
2061
  * @public
2034
2062
  * @enum
@@ -36,43 +36,43 @@ export declare class AlreadyExistsException extends __BaseException {
36
36
  constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
37
37
  }
38
38
  /**
39
- * <p>A specified entity does not exist</p>
39
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
40
40
  * @public
41
41
  */
42
- export declare class EntityNotFoundException extends __BaseException {
43
- readonly name: "EntityNotFoundException";
42
+ export declare class ConcurrentModificationException extends __BaseException {
43
+ readonly name: "ConcurrentModificationException";
44
44
  readonly $fault: "client";
45
45
  /**
46
46
  * <p>A message describing the problem.</p>
47
47
  * @public
48
48
  */
49
49
  Message?: string | undefined;
50
- /**
51
- * <p>Indicates whether or not the exception relates to a federated source.</p>
52
- * @public
53
- */
54
- FromFederationSource?: boolean | undefined;
55
50
  /**
56
51
  * @internal
57
52
  */
58
- constructor(opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>);
53
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
59
54
  }
60
55
  /**
61
- * <p>An encryption operation failed.</p>
56
+ * <p>A specified entity does not exist</p>
62
57
  * @public
63
58
  */
64
- export declare class GlueEncryptionException extends __BaseException {
65
- readonly name: "GlueEncryptionException";
59
+ export declare class EntityNotFoundException extends __BaseException {
60
+ readonly name: "EntityNotFoundException";
66
61
  readonly $fault: "client";
67
62
  /**
68
- * <p>The message describing the problem.</p>
63
+ * <p>A message describing the problem.</p>
69
64
  * @public
70
65
  */
71
66
  Message?: string | undefined;
67
+ /**
68
+ * <p>Indicates whether or not the exception relates to a federated source.</p>
69
+ * @public
70
+ */
71
+ FromFederationSource?: boolean | undefined;
72
72
  /**
73
73
  * @internal
74
74
  */
75
- constructor(opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>);
75
+ constructor(opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>);
76
76
  }
77
77
  /**
78
78
  * <p>An internal service error occurred.</p>
@@ -113,6 +113,40 @@ export declare class InvalidInputException extends __BaseException {
113
113
  */
114
114
  constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
115
115
  }
116
+ /**
117
+ * <p>The throttling threshhold was exceeded.</p>
118
+ * @public
119
+ */
120
+ export declare class ThrottlingException extends __BaseException {
121
+ readonly name: "ThrottlingException";
122
+ readonly $fault: "client";
123
+ /**
124
+ * <p>A message describing the problem.</p>
125
+ * @public
126
+ */
127
+ Message?: string | undefined;
128
+ /**
129
+ * @internal
130
+ */
131
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
132
+ }
133
+ /**
134
+ * <p>An encryption operation failed.</p>
135
+ * @public
136
+ */
137
+ export declare class GlueEncryptionException extends __BaseException {
138
+ readonly name: "GlueEncryptionException";
139
+ readonly $fault: "client";
140
+ /**
141
+ * <p>The message describing the problem.</p>
142
+ * @public
143
+ */
144
+ Message?: string | undefined;
145
+ /**
146
+ * @internal
147
+ */
148
+ constructor(opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>);
149
+ }
116
150
  /**
117
151
  * <p>The operation timed out.</p>
118
152
  * @public
@@ -220,23 +254,6 @@ export declare class InvalidStateException extends __BaseException {
220
254
  */
221
255
  constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
222
256
  }
223
- /**
224
- * <p>The throttling threshhold was exceeded.</p>
225
- * @public
226
- */
227
- export declare class ThrottlingException extends __BaseException {
228
- readonly name: "ThrottlingException";
229
- readonly $fault: "client";
230
- /**
231
- * <p>A message describing the problem.</p>
232
- * @public
233
- */
234
- Message?: string | undefined;
235
- /**
236
- * @internal
237
- */
238
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
239
- }
240
257
  /**
241
258
  * <p>The session is in an invalid state to perform a requested operation.</p>
242
259
  * @public
@@ -254,23 +271,6 @@ export declare class IllegalSessionStateException extends __BaseException {
254
271
  */
255
272
  constructor(opts: __ExceptionOptionType<IllegalSessionStateException, __BaseException>);
256
273
  }
257
- /**
258
- * <p>Two processes are trying to modify a resource simultaneously.</p>
259
- * @public
260
- */
261
- export declare class ConcurrentModificationException extends __BaseException {
262
- readonly name: "ConcurrentModificationException";
263
- readonly $fault: "client";
264
- /**
265
- * <p>A message describing the problem.</p>
266
- * @public
267
- */
268
- Message?: string | undefined;
269
- /**
270
- * @internal
271
- */
272
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
273
- }
274
274
  /**
275
275
  * <p>A federated resource already exists.</p>
276
276
  * @public