@aws-sdk/client-glue 3.1070.0 → 3.1072.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/README.md +196 -0
  2. package/dist-cjs/index.js +431 -1
  3. package/dist-cjs/models/errors.js +38 -38
  4. package/dist-cjs/schemas/schemas_0.js +744 -31
  5. package/dist-es/Glue.js +68 -0
  6. package/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
  7. package/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
  8. package/dist-es/commands/CreateGlossaryCommand.js +16 -0
  9. package/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
  10. package/dist-es/commands/DeleteAssetCommand.js +16 -0
  11. package/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
  12. package/dist-es/commands/DeleteAttachmentCommand.js +16 -0
  13. package/dist-es/commands/DeleteFormTypeCommand.js +16 -0
  14. package/dist-es/commands/DeleteGlossaryCommand.js +16 -0
  15. package/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
  16. package/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
  17. package/dist-es/commands/GetAssetCommand.js +16 -0
  18. package/dist-es/commands/GetAssetTypeCommand.js +16 -0
  19. package/dist-es/commands/GetFormTypeCommand.js +16 -0
  20. package/dist-es/commands/GetGlossaryCommand.js +16 -0
  21. package/dist-es/commands/GetGlossaryTermCommand.js +16 -0
  22. package/dist-es/commands/ListAssetTypesCommand.js +16 -0
  23. package/dist-es/commands/ListFormTypesCommand.js +16 -0
  24. package/dist-es/commands/ListGlossariesCommand.js +16 -0
  25. package/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
  26. package/dist-es/commands/ListIterableFormsCommand.js +16 -0
  27. package/dist-es/commands/PutAssetCommand.js +16 -0
  28. package/dist-es/commands/PutAssetTypeCommand.js +16 -0
  29. package/dist-es/commands/PutAttachmentCommand.js +16 -0
  30. package/dist-es/commands/PutFormTypeCommand.js +16 -0
  31. package/dist-es/commands/SearchCommand.js +16 -0
  32. package/dist-es/commands/UpdateGlossaryCommand.js +16 -0
  33. package/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
  34. package/dist-es/commands/index.js +28 -0
  35. package/dist-es/models/enums.js +12 -0
  36. package/dist-es/models/errors.js +38 -38
  37. package/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
  38. package/dist-es/pagination/ListFormTypesPaginator.js +4 -0
  39. package/dist-es/pagination/ListGlossariesPaginator.js +4 -0
  40. package/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
  41. package/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
  42. package/dist-es/pagination/SearchPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +6 -0
  44. package/dist-es/schemas/schemas_0.js +671 -31
  45. package/dist-types/Glue.d.ts +242 -0
  46. package/dist-types/GlueClient.d.ts +30 -2
  47. package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
  48. package/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
  49. package/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
  50. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
  53. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
  54. package/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
  55. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
  56. package/dist-types/commands/DeleteAttachmentCommand.d.ts +95 -0
  57. package/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
  58. package/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
  59. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
  60. package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
  61. package/dist-types/commands/GetAssetCommand.d.ts +116 -0
  62. package/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
  63. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  64. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  65. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
  68. package/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
  69. package/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
  70. package/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  74. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  75. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  77. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  79. package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  80. package/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
  81. package/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
  82. package/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
  83. package/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
  84. package/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
  85. package/dist-types/commands/PutAssetCommand.d.ts +113 -0
  86. package/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
  87. package/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
  88. package/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
  89. package/dist-types/commands/SearchCommand.d.ts +149 -0
  90. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  91. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  92. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  93. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  94. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  95. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  98. package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  99. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  100. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  103. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  104. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  105. package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
  121. package/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
  122. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
  123. package/dist-types/commands/index.d.ts +28 -0
  124. package/dist-types/models/enums.d.ts +28 -0
  125. package/dist-types/models/errors.d.ts +48 -48
  126. package/dist-types/models/models_0.d.ts +165 -174
  127. package/dist-types/models/models_1.d.ts +520 -720
  128. package/dist-types/models/models_2.d.ts +2302 -2039
  129. package/dist-types/models/models_3.d.ts +1413 -4
  130. package/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
  131. package/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
  132. package/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
  133. package/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
  134. package/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
  135. package/dist-types/pagination/SearchPaginator.d.ts +7 -0
  136. package/dist-types/pagination/index.d.ts +6 -0
  137. package/dist-types/schemas/schemas_0.d.ts +101 -0
  138. package/dist-types/ts3.4/Glue.d.ts +522 -0
  139. package/dist-types/ts3.4/GlueClient.d.ts +168 -0
  140. package/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
  142. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
  150. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
  151. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
  152. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
  153. package/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
  154. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
  155. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
  161. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
  162. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
  163. package/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
  174. package/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
  175. package/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
  176. package/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
  177. package/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
  179. package/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
  180. package/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
  181. package/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
  182. package/dist-types/ts3.4/commands/SearchCommand.d.ts +46 -0
  183. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
  214. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
  215. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
  216. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  217. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  218. package/dist-types/ts3.4/models/errors.d.ts +26 -26
  219. package/dist-types/ts3.4/models/models_0.d.ts +41 -40
  220. package/dist-types/ts3.4/models/models_1.d.ts +128 -181
  221. package/dist-types/ts3.4/models/models_2.d.ts +396 -293
  222. package/dist-types/ts3.4/models/models_3.d.ts +373 -1
  223. package/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
  227. package/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
  228. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
  229. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  230. package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
  231. package/package.json +3 -3
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
12
+ export interface DeleteAssetCommandOutput
13
+ extends DeleteAssetResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteAssetCommand_base: {
16
+ new (
17
+ input: DeleteAssetCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DeleteAssetCommandInput,
20
+ DeleteAssetCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteAssetCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DeleteAssetCommandInput,
29
+ DeleteAssetCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DeleteAssetRequest;
42
+ output: {};
43
+ };
44
+ sdk: {
45
+ input: DeleteAssetCommandInput;
46
+ output: DeleteAssetCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DeleteAssetTypeRequest,
10
+ DeleteAssetTypeResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteAssetTypeCommandInput extends DeleteAssetTypeRequest {}
15
+ export interface DeleteAssetTypeCommandOutput
16
+ extends DeleteAssetTypeResponse,
17
+ __MetadataBearer {}
18
+ declare const DeleteAssetTypeCommand_base: {
19
+ new (
20
+ input: DeleteAssetTypeCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ DeleteAssetTypeCommandInput,
23
+ DeleteAssetTypeCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: DeleteAssetTypeCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ DeleteAssetTypeCommandInput,
32
+ DeleteAssetTypeCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class DeleteAssetTypeCommand extends DeleteAssetTypeCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: DeleteAssetTypeRequest;
45
+ output: {};
46
+ };
47
+ sdk: {
48
+ input: DeleteAssetTypeCommandInput;
49
+ output: DeleteAssetTypeCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DeleteAttachmentRequest,
10
+ DeleteAttachmentResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteAttachmentCommandInput extends DeleteAttachmentRequest {}
15
+ export interface DeleteAttachmentCommandOutput
16
+ extends DeleteAttachmentResponse,
17
+ __MetadataBearer {}
18
+ declare const DeleteAttachmentCommand_base: {
19
+ new (
20
+ input: DeleteAttachmentCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ DeleteAttachmentCommandInput,
23
+ DeleteAttachmentCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: DeleteAttachmentCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ DeleteAttachmentCommandInput,
32
+ DeleteAttachmentCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class DeleteAttachmentCommand extends DeleteAttachmentCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: DeleteAttachmentRequest;
45
+ output: DeleteAttachmentResponse;
46
+ };
47
+ sdk: {
48
+ input: DeleteAttachmentCommandInput;
49
+ output: DeleteAttachmentCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DeleteFormTypeRequest,
10
+ DeleteFormTypeResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteFormTypeCommandInput extends DeleteFormTypeRequest {}
15
+ export interface DeleteFormTypeCommandOutput
16
+ extends DeleteFormTypeResponse,
17
+ __MetadataBearer {}
18
+ declare const DeleteFormTypeCommand_base: {
19
+ new (
20
+ input: DeleteFormTypeCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ DeleteFormTypeCommandInput,
23
+ DeleteFormTypeCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: DeleteFormTypeCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ DeleteFormTypeCommandInput,
32
+ DeleteFormTypeCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class DeleteFormTypeCommand extends DeleteFormTypeCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: DeleteFormTypeRequest;
45
+ output: {};
46
+ };
47
+ sdk: {
48
+ input: DeleteFormTypeCommandInput;
49
+ output: DeleteFormTypeCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DeleteGlossaryRequest,
10
+ DeleteGlossaryResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteGlossaryCommandInput extends DeleteGlossaryRequest {}
15
+ export interface DeleteGlossaryCommandOutput
16
+ extends DeleteGlossaryResponse,
17
+ __MetadataBearer {}
18
+ declare const DeleteGlossaryCommand_base: {
19
+ new (
20
+ input: DeleteGlossaryCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ DeleteGlossaryCommandInput,
23
+ DeleteGlossaryCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: DeleteGlossaryCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ DeleteGlossaryCommandInput,
32
+ DeleteGlossaryCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class DeleteGlossaryCommand extends DeleteGlossaryCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: DeleteGlossaryRequest;
45
+ output: {};
46
+ };
47
+ sdk: {
48
+ input: DeleteGlossaryCommandInput;
49
+ output: DeleteGlossaryCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DeleteGlossaryTermRequest,
10
+ DeleteGlossaryTermResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteGlossaryTermCommandInput
15
+ extends DeleteGlossaryTermRequest {}
16
+ export interface DeleteGlossaryTermCommandOutput
17
+ extends DeleteGlossaryTermResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteGlossaryTermCommand_base: {
20
+ new (
21
+ input: DeleteGlossaryTermCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteGlossaryTermCommandInput,
24
+ DeleteGlossaryTermCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteGlossaryTermCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DeleteGlossaryTermCommandInput,
33
+ DeleteGlossaryTermCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DeleteGlossaryTermCommand extends DeleteGlossaryTermCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DeleteGlossaryTermRequest;
46
+ output: {};
47
+ };
48
+ sdk: {
49
+ input: DeleteGlossaryTermCommandInput;
50
+ output: DeleteGlossaryTermCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DisassociateGlossaryTermsRequest,
10
+ DisassociateGlossaryTermsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisassociateGlossaryTermsCommandInput
15
+ extends DisassociateGlossaryTermsRequest {}
16
+ export interface DisassociateGlossaryTermsCommandOutput
17
+ extends DisassociateGlossaryTermsResponse,
18
+ __MetadataBearer {}
19
+ declare const DisassociateGlossaryTermsCommand_base: {
20
+ new (
21
+ input: DisassociateGlossaryTermsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DisassociateGlossaryTermsCommandInput,
24
+ DisassociateGlossaryTermsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DisassociateGlossaryTermsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DisassociateGlossaryTermsCommandInput,
33
+ DisassociateGlossaryTermsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DisassociateGlossaryTermsCommand extends DisassociateGlossaryTermsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DisassociateGlossaryTermsRequest;
46
+ output: DisassociateGlossaryTermsResponse;
47
+ };
48
+ sdk: {
49
+ input: DisassociateGlossaryTermsCommandInput;
50
+ output: DisassociateGlossaryTermsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,45 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import { GetAssetInput, GetAssetOutput } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetAssetCommandInput extends GetAssetInput {}
12
+ export interface GetAssetCommandOutput
13
+ extends GetAssetOutput,
14
+ __MetadataBearer {}
15
+ declare const GetAssetCommand_base: {
16
+ new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
17
+ GetAssetCommandInput,
18
+ GetAssetCommandOutput,
19
+ GlueClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
24
+ GetAssetCommandInput,
25
+ GetAssetCommandOutput,
26
+ GlueClientResolvedConfig,
27
+ ServiceInputTypes,
28
+ ServiceOutputTypes
29
+ >;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
33
+ };
34
+ export declare class GetAssetCommand extends GetAssetCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetAssetInput;
38
+ output: GetAssetOutput;
39
+ };
40
+ sdk: {
41
+ input: GetAssetCommandInput;
42
+ output: GetAssetCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import { GetAssetTypeRequest, GetAssetTypeResponse } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetAssetTypeCommandInput extends GetAssetTypeRequest {}
12
+ export interface GetAssetTypeCommandOutput
13
+ extends GetAssetTypeResponse,
14
+ __MetadataBearer {}
15
+ declare const GetAssetTypeCommand_base: {
16
+ new (
17
+ input: GetAssetTypeCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ GetAssetTypeCommandInput,
20
+ GetAssetTypeCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: GetAssetTypeCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ GetAssetTypeCommandInput,
29
+ GetAssetTypeCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class GetAssetTypeCommand extends GetAssetTypeCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: GetAssetTypeRequest;
42
+ output: GetAssetTypeResponse;
43
+ };
44
+ sdk: {
45
+ input: GetAssetTypeCommandInput;
46
+ output: GetAssetTypeCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataQualityRulesetEvaluationRunRequest,
10
10
  GetDataQualityRulesetEvaluationRunResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataQualityRulesetEvaluationRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDevEndpointRequest,
10
10
  GetDevEndpointResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDevEndpointCommandInput extends GetDevEndpointRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDevEndpointsRequest,
10
10
  GetDevEndpointsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDevEndpointsCommandInput extends GetDevEndpointsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetEntityRecordsRequest,
10
10
  GetEntityRecordsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetEntityRecordsCommandInput extends GetEntityRecordsRequest {}
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import { GetFormTypeRequest, GetFormTypeResponse } from "../models/models_2";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetFormTypeCommandInput extends GetFormTypeRequest {}
12
+ export interface GetFormTypeCommandOutput
13
+ extends GetFormTypeResponse,
14
+ __MetadataBearer {}
15
+ declare const GetFormTypeCommand_base: {
16
+ new (
17
+ input: GetFormTypeCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ GetFormTypeCommandInput,
20
+ GetFormTypeCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: GetFormTypeCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ GetFormTypeCommandInput,
29
+ GetFormTypeCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class GetFormTypeCommand extends GetFormTypeCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: GetFormTypeRequest;
42
+ output: GetFormTypeResponse;
43
+ };
44
+ sdk: {
45
+ input: GetFormTypeCommandInput;
46
+ output: GetFormTypeCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import { GetGlossaryRequest, GetGlossaryResponse } from "../models/models_2";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetGlossaryCommandInput extends GetGlossaryRequest {}
12
+ export interface GetGlossaryCommandOutput
13
+ extends GetGlossaryResponse,
14
+ __MetadataBearer {}
15
+ declare const GetGlossaryCommand_base: {
16
+ new (
17
+ input: GetGlossaryCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ GetGlossaryCommandInput,
20
+ GetGlossaryCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: GetGlossaryCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ GetGlossaryCommandInput,
29
+ GetGlossaryCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class GetGlossaryCommand extends GetGlossaryCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: GetGlossaryRequest;
42
+ output: GetGlossaryResponse;
43
+ };
44
+ sdk: {
45
+ input: GetGlossaryCommandInput;
46
+ output: GetGlossaryCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ GetGlossaryTermRequest,
10
+ GetGlossaryTermResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetGlossaryTermCommandInput extends GetGlossaryTermRequest {}
15
+ export interface GetGlossaryTermCommandOutput
16
+ extends GetGlossaryTermResponse,
17
+ __MetadataBearer {}
18
+ declare const GetGlossaryTermCommand_base: {
19
+ new (
20
+ input: GetGlossaryTermCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ GetGlossaryTermCommandInput,
23
+ GetGlossaryTermCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: GetGlossaryTermCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ GetGlossaryTermCommandInput,
32
+ GetGlossaryTermCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class GetGlossaryTermCommand extends GetGlossaryTermCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: GetGlossaryTermRequest;
45
+ output: GetGlossaryTermResponse;
46
+ };
47
+ sdk: {
48
+ input: GetGlossaryTermCommandInput;
49
+ output: GetGlossaryTermCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetGlueIdentityCenterConfigurationRequest,
10
10
  GetGlueIdentityCenterConfigurationResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetGlueIdentityCenterConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetIntegrationResourcePropertyRequest,
10
10
  GetIntegrationResourcePropertyResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetIntegrationResourcePropertyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetIntegrationTablePropertiesRequest,
10
10
  GetIntegrationTablePropertiesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetIntegrationTablePropertiesCommandInput