@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,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 { CreateGlossaryTermRequest, CreateGlossaryTermResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateGlossaryTermCommand}.
14
+ */
15
+ export interface CreateGlossaryTermCommandInput extends CreateGlossaryTermRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateGlossaryTermCommand}.
21
+ */
22
+ export interface CreateGlossaryTermCommandOutput extends CreateGlossaryTermResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateGlossaryTermCommand_base: {
25
+ new (input: CreateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Creates a glossary term within 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, CreateGlossaryTermCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, CreateGlossaryTermCommand } = 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 = { // CreateGlossaryTermRequest
42
+ * GlossaryIdentifier: "STRING_VALUE", // required
43
+ * Name: "STRING_VALUE", // required
44
+ * ShortDescription: "STRING_VALUE",
45
+ * LongDescription: "STRING_VALUE",
46
+ * ClientToken: "STRING_VALUE",
47
+ * };
48
+ * const command = new CreateGlossaryTermCommand(input);
49
+ * const response = await client.send(command);
50
+ * // { // CreateGlossaryTermResponse
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 CreateGlossaryTermCommandInput - {@link CreateGlossaryTermCommandInput}
61
+ * @returns {@link CreateGlossaryTermCommandOutput}
62
+ * @see {@link CreateGlossaryTermCommandInput} for command's `input` shape.
63
+ * @see {@link CreateGlossaryTermCommandOutput} 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 CreateGlossaryTermCommand extends CreateGlossaryTermCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateGlossaryTermRequest;
98
+ output: CreateGlossaryTermResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateGlossaryTermCommandInput;
102
+ output: CreateGlossaryTermCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -0,0 +1,89 @@
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 { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteAssetCommand}.
14
+ */
15
+ export interface DeleteAssetCommandInput extends DeleteAssetRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteAssetCommand}.
21
+ */
22
+ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteAssetCommand_base: {
25
+ new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes an asset from 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, DeleteAssetCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, DeleteAssetCommand } = 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 = { // DeleteAssetRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DeleteAssetCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteAssetCommandInput - {@link DeleteAssetCommandInput}
51
+ * @returns {@link DeleteAssetCommandOutput}
52
+ * @see {@link DeleteAssetCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteAssetCommandOutput} for command's `response` shape.
54
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>Access to a resource was denied.</p>
58
+ *
59
+ * @throws {@link ConcurrentModificationException} (client fault)
60
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
61
+ *
62
+ * @throws {@link InternalServiceException} (server fault)
63
+ * <p>An internal service error occurred.</p>
64
+ *
65
+ * @throws {@link InvalidInputException} (client fault)
66
+ * <p>The input provided was not valid.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>The throttling threshhold was exceeded.</p>
70
+ *
71
+ * @throws {@link GlueServiceException}
72
+ * <p>Base exception class for all service exceptions from Glue service.</p>
73
+ *
74
+ *
75
+ * @public
76
+ */
77
+ export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteAssetRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteAssetCommandInput;
86
+ output: DeleteAssetCommandOutput;
87
+ };
88
+ };
89
+ }
@@ -0,0 +1,89 @@
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 { DeleteAssetTypeRequest, DeleteAssetTypeResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteAssetTypeCommand}.
14
+ */
15
+ export interface DeleteAssetTypeCommandInput extends DeleteAssetTypeRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteAssetTypeCommand}.
21
+ */
22
+ export interface DeleteAssetTypeCommandOutput extends DeleteAssetTypeResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteAssetTypeCommand_base: {
25
+ new (input: DeleteAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes an asset type from 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, DeleteAssetTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, DeleteAssetTypeCommand } = 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 = { // DeleteAssetTypeRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DeleteAssetTypeCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteAssetTypeCommandInput - {@link DeleteAssetTypeCommandInput}
51
+ * @returns {@link DeleteAssetTypeCommandOutput}
52
+ * @see {@link DeleteAssetTypeCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteAssetTypeCommandOutput} for command's `response` shape.
54
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>Access to a resource was denied.</p>
58
+ *
59
+ * @throws {@link ConcurrentModificationException} (client fault)
60
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
61
+ *
62
+ * @throws {@link InternalServiceException} (server fault)
63
+ * <p>An internal service error occurred.</p>
64
+ *
65
+ * @throws {@link InvalidInputException} (client fault)
66
+ * <p>The input provided was not valid.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>The throttling threshhold was exceeded.</p>
70
+ *
71
+ * @throws {@link GlueServiceException}
72
+ * <p>Base exception class for all service exceptions from Glue service.</p>
73
+ *
74
+ *
75
+ * @public
76
+ */
77
+ export declare class DeleteAssetTypeCommand extends DeleteAssetTypeCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteAssetTypeRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteAssetTypeCommandInput;
86
+ output: DeleteAssetTypeCommandOutput;
87
+ };
88
+ };
89
+ }
@@ -0,0 +1,95 @@
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 { DeleteAttachmentRequest, DeleteAttachmentResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteAttachmentCommand}.
14
+ */
15
+ export interface DeleteAttachmentCommandInput extends DeleteAttachmentRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteAttachmentCommand}.
21
+ */
22
+ export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteAttachmentCommand_base: {
25
+ new (input: DeleteAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes a form attachment from an asset 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, DeleteAttachmentCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, DeleteAttachmentCommand } = 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 = { // DeleteAttachmentRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * AttachmentName: "STRING_VALUE", // required
44
+ * };
45
+ * const command = new DeleteAttachmentCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // DeleteAttachmentResponse
48
+ * // Identifier: "STRING_VALUE",
49
+ * // };
50
+ *
51
+ * ```
52
+ *
53
+ * @param DeleteAttachmentCommandInput - {@link DeleteAttachmentCommandInput}
54
+ * @returns {@link DeleteAttachmentCommandOutput}
55
+ * @see {@link DeleteAttachmentCommandInput} for command's `input` shape.
56
+ * @see {@link DeleteAttachmentCommandOutput} for command's `response` shape.
57
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
58
+ *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>Access to a resource was denied.</p>
61
+ *
62
+ * @throws {@link ConcurrentModificationException} (client fault)
63
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
64
+ *
65
+ * @throws {@link EntityNotFoundException} (client fault)
66
+ * <p>A specified entity does not exist</p>
67
+ *
68
+ * @throws {@link InternalServiceException} (server fault)
69
+ * <p>An internal service error occurred.</p>
70
+ *
71
+ * @throws {@link InvalidInputException} (client fault)
72
+ * <p>The input provided was not valid.</p>
73
+ *
74
+ * @throws {@link ThrottlingException} (client fault)
75
+ * <p>The throttling threshhold was exceeded.</p>
76
+ *
77
+ * @throws {@link GlueServiceException}
78
+ * <p>Base exception class for all service exceptions from Glue service.</p>
79
+ *
80
+ *
81
+ * @public
82
+ */
83
+ export declare class DeleteAttachmentCommand extends DeleteAttachmentCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteAttachmentRequest;
88
+ output: DeleteAttachmentResponse;
89
+ };
90
+ sdk: {
91
+ input: DeleteAttachmentCommandInput;
92
+ output: DeleteAttachmentCommandOutput;
93
+ };
94
+ };
95
+ }
@@ -0,0 +1,92 @@
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 { DeleteFormTypeRequest, DeleteFormTypeResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteFormTypeCommand}.
14
+ */
15
+ export interface DeleteFormTypeCommandInput extends DeleteFormTypeRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteFormTypeCommand}.
21
+ */
22
+ export interface DeleteFormTypeCommandOutput extends DeleteFormTypeResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteFormTypeCommand_base: {
25
+ new (input: DeleteFormTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFormTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes a form type from Glue Data Catalog. A form type cannot be deleted if it is still referenced by an asset type.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { GlueClient, DeleteFormTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, DeleteFormTypeCommand } = 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 = { // DeleteFormTypeRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DeleteFormTypeCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteFormTypeCommandInput - {@link DeleteFormTypeCommandInput}
51
+ * @returns {@link DeleteFormTypeCommandOutput}
52
+ * @see {@link DeleteFormTypeCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteFormTypeCommandOutput} for command's `response` shape.
54
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>Access to a resource was denied.</p>
58
+ *
59
+ * @throws {@link ConcurrentModificationException} (client fault)
60
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
61
+ *
62
+ * @throws {@link ConflictException} (client fault)
63
+ * <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
64
+ *
65
+ * @throws {@link InternalServiceException} (server fault)
66
+ * <p>An internal service error occurred.</p>
67
+ *
68
+ * @throws {@link InvalidInputException} (client fault)
69
+ * <p>The input provided was not valid.</p>
70
+ *
71
+ * @throws {@link ThrottlingException} (client fault)
72
+ * <p>The throttling threshhold was exceeded.</p>
73
+ *
74
+ * @throws {@link GlueServiceException}
75
+ * <p>Base exception class for all service exceptions from Glue service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class DeleteFormTypeCommand extends DeleteFormTypeCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteFormTypeRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DeleteFormTypeCommandInput;
89
+ output: DeleteFormTypeCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -0,0 +1,92 @@
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 { DeleteGlossaryRequest, DeleteGlossaryResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteGlossaryCommand}.
14
+ */
15
+ export interface DeleteGlossaryCommandInput extends DeleteGlossaryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteGlossaryCommand}.
21
+ */
22
+ export interface DeleteGlossaryCommandOutput extends DeleteGlossaryResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteGlossaryCommand_base: {
25
+ new (input: DeleteGlossaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGlossaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes a business glossary from Glue Data Catalog. A glossary cannot be deleted if it still contains glossary terms.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { GlueClient, DeleteGlossaryCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, DeleteGlossaryCommand } = 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 = { // DeleteGlossaryRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DeleteGlossaryCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteGlossaryCommandInput - {@link DeleteGlossaryCommandInput}
51
+ * @returns {@link DeleteGlossaryCommandOutput}
52
+ * @see {@link DeleteGlossaryCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteGlossaryCommandOutput} for command's `response` shape.
54
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>Access to a resource was denied.</p>
58
+ *
59
+ * @throws {@link ConcurrentModificationException} (client fault)
60
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
61
+ *
62
+ * @throws {@link ConflictException} (client fault)
63
+ * <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
64
+ *
65
+ * @throws {@link InternalServiceException} (server fault)
66
+ * <p>An internal service error occurred.</p>
67
+ *
68
+ * @throws {@link InvalidInputException} (client fault)
69
+ * <p>The input provided was not valid.</p>
70
+ *
71
+ * @throws {@link ThrottlingException} (client fault)
72
+ * <p>The throttling threshhold was exceeded.</p>
73
+ *
74
+ * @throws {@link GlueServiceException}
75
+ * <p>Base exception class for all service exceptions from Glue service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class DeleteGlossaryCommand extends DeleteGlossaryCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteGlossaryRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DeleteGlossaryCommandInput;
89
+ output: DeleteGlossaryCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -0,0 +1,89 @@
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 { DeleteGlossaryTermRequest, DeleteGlossaryTermResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteGlossaryTermCommand}.
14
+ */
15
+ export interface DeleteGlossaryTermCommandInput extends DeleteGlossaryTermRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteGlossaryTermCommand}.
21
+ */
22
+ export interface DeleteGlossaryTermCommandOutput extends DeleteGlossaryTermResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteGlossaryTermCommand_base: {
25
+ new (input: DeleteGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Deletes a glossary term from 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, DeleteGlossaryTermCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, DeleteGlossaryTermCommand } = 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 = { // DeleteGlossaryTermRequest
42
+ * Identifier: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DeleteGlossaryTermCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteGlossaryTermCommandInput - {@link DeleteGlossaryTermCommandInput}
51
+ * @returns {@link DeleteGlossaryTermCommandOutput}
52
+ * @see {@link DeleteGlossaryTermCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteGlossaryTermCommandOutput} for command's `response` shape.
54
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>Access to a resource was denied.</p>
58
+ *
59
+ * @throws {@link ConcurrentModificationException} (client fault)
60
+ * <p>Two processes are trying to modify a resource simultaneously.</p>
61
+ *
62
+ * @throws {@link InternalServiceException} (server fault)
63
+ * <p>An internal service error occurred.</p>
64
+ *
65
+ * @throws {@link InvalidInputException} (client fault)
66
+ * <p>The input provided was not valid.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>The throttling threshhold was exceeded.</p>
70
+ *
71
+ * @throws {@link GlueServiceException}
72
+ * <p>Base exception class for all service exceptions from Glue service.</p>
73
+ *
74
+ *
75
+ * @public
76
+ */
77
+ export declare class DeleteGlossaryTermCommand extends DeleteGlossaryTermCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteGlossaryTermRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteGlossaryTermCommandInput;
86
+ output: DeleteGlossaryTermCommandOutput;
87
+ };
88
+ };
89
+ }