@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
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetJobBookmarkRequest,
10
10
  GetJobBookmarkResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetJobBookmarkCommandInput extends GetJobBookmarkRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetJobRequest } from "../models/models_1";
8
+ import { GetJobRequest } from "../models/models_2";
9
9
  import { GetJobResponse } from "../models/models_3";
10
10
  export { __MetadataBearer };
11
11
  export { $Command };
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetJobRunRequest, GetJobRunResponse } from "../models/models_1";
8
+ import { GetJobRunRequest, GetJobRunResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetJobRunCommandInput extends GetJobRunRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_1";
8
+ import { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetJobRunsCommandInput extends GetJobRunsRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetJobsRequest } from "../models/models_1";
8
+ import { GetJobsRequest } from "../models/models_2";
9
9
  import { GetJobsResponse } from "../models/models_3";
10
10
  export { __MetadataBearer };
11
11
  export { $Command };
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetMappingRequest, GetMappingResponse } from "../models/models_1";
8
+ import { GetMappingRequest, GetMappingResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetMappingCommandInput extends GetMappingRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetMaterializedViewRefreshTaskRunRequest,
10
10
  GetMaterializedViewRefreshTaskRunResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetMaterializedViewRefreshTaskRunCommandInput
@@ -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
+ ListAssetTypesRequest,
10
+ ListAssetTypesResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListAssetTypesCommandInput extends ListAssetTypesRequest {}
15
+ export interface ListAssetTypesCommandOutput
16
+ extends ListAssetTypesResponse,
17
+ __MetadataBearer {}
18
+ declare const ListAssetTypesCommand_base: {
19
+ new (
20
+ input: ListAssetTypesCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ ListAssetTypesCommandInput,
23
+ ListAssetTypesCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListAssetTypesCommandInput]
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ ListAssetTypesCommandInput,
32
+ ListAssetTypesCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class ListAssetTypesCommand extends ListAssetTypesCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: ListAssetTypesRequest;
45
+ output: ListAssetTypesResponse;
46
+ };
47
+ sdk: {
48
+ input: ListAssetTypesCommandInput;
49
+ output: ListAssetTypesCommandOutput;
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
+ ListFormTypesRequest,
10
+ ListFormTypesResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListFormTypesCommandInput extends ListFormTypesRequest {}
15
+ export interface ListFormTypesCommandOutput
16
+ extends ListFormTypesResponse,
17
+ __MetadataBearer {}
18
+ declare const ListFormTypesCommand_base: {
19
+ new (
20
+ input: ListFormTypesCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ ListFormTypesCommandInput,
23
+ ListFormTypesCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListFormTypesCommandInput]
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ ListFormTypesCommandInput,
32
+ ListFormTypesCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class ListFormTypesCommand extends ListFormTypesCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: ListFormTypesRequest;
45
+ output: ListFormTypesResponse;
46
+ };
47
+ sdk: {
48
+ input: ListFormTypesCommandInput;
49
+ output: ListFormTypesCommandOutput;
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
+ ListGlossariesRequest,
10
+ ListGlossariesResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListGlossariesCommandInput extends ListGlossariesRequest {}
15
+ export interface ListGlossariesCommandOutput
16
+ extends ListGlossariesResponse,
17
+ __MetadataBearer {}
18
+ declare const ListGlossariesCommand_base: {
19
+ new (
20
+ input: ListGlossariesCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ ListGlossariesCommandInput,
23
+ ListGlossariesCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListGlossariesCommandInput]
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ ListGlossariesCommandInput,
32
+ ListGlossariesCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class ListGlossariesCommand extends ListGlossariesCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: ListGlossariesRequest;
45
+ output: ListGlossariesResponse;
46
+ };
47
+ sdk: {
48
+ input: ListGlossariesCommandInput;
49
+ output: ListGlossariesCommandOutput;
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
+ ListGlossaryTermsRequest,
10
+ ListGlossaryTermsResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListGlossaryTermsCommandInput
15
+ extends ListGlossaryTermsRequest {}
16
+ export interface ListGlossaryTermsCommandOutput
17
+ extends ListGlossaryTermsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListGlossaryTermsCommand_base: {
20
+ new (
21
+ input: ListGlossaryTermsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListGlossaryTermsCommandInput,
24
+ ListGlossaryTermsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListGlossaryTermsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ListGlossaryTermsCommandInput,
33
+ ListGlossaryTermsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ListGlossaryTermsCommand extends ListGlossaryTermsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ListGlossaryTermsRequest;
46
+ output: ListGlossaryTermsResponse;
47
+ };
48
+ sdk: {
49
+ input: ListGlossaryTermsCommandInput;
50
+ output: ListGlossaryTermsCommandOutput;
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
+ ListIterableFormsRequest,
10
+ ListIterableFormsResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListIterableFormsCommandInput
15
+ extends ListIterableFormsRequest {}
16
+ export interface ListIterableFormsCommandOutput
17
+ extends ListIterableFormsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListIterableFormsCommand_base: {
20
+ new (
21
+ input: ListIterableFormsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListIterableFormsCommandInput,
24
+ ListIterableFormsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListIterableFormsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ListIterableFormsCommandInput,
33
+ ListIterableFormsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ListIterableFormsCommand extends ListIterableFormsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ListIterableFormsRequest;
46
+ output: ListIterableFormsResponse;
47
+ };
48
+ sdk: {
49
+ input: ListIterableFormsCommandInput;
50
+ output: ListIterableFormsCommandOutput;
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 { PutAssetRequest, PutAssetResponse } from "../models/models_2";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface PutAssetCommandInput extends PutAssetRequest {}
12
+ export interface PutAssetCommandOutput
13
+ extends PutAssetResponse,
14
+ __MetadataBearer {}
15
+ declare const PutAssetCommand_base: {
16
+ new (input: PutAssetCommandInput): import("@smithy/core/client").CommandImpl<
17
+ PutAssetCommandInput,
18
+ PutAssetCommandOutput,
19
+ GlueClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (input: PutAssetCommandInput): import("@smithy/core/client").CommandImpl<
24
+ PutAssetCommandInput,
25
+ PutAssetCommandOutput,
26
+ GlueClientResolvedConfig,
27
+ ServiceInputTypes,
28
+ ServiceOutputTypes
29
+ >;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
33
+ };
34
+ export declare class PutAssetCommand extends PutAssetCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: PutAssetRequest;
38
+ output: PutAssetResponse;
39
+ };
40
+ sdk: {
41
+ input: PutAssetCommandInput;
42
+ output: PutAssetCommandOutput;
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 { PutAssetTypeRequest, PutAssetTypeResponse } from "../models/models_2";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface PutAssetTypeCommandInput extends PutAssetTypeRequest {}
12
+ export interface PutAssetTypeCommandOutput
13
+ extends PutAssetTypeResponse,
14
+ __MetadataBearer {}
15
+ declare const PutAssetTypeCommand_base: {
16
+ new (
17
+ input: PutAssetTypeCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ PutAssetTypeCommandInput,
20
+ PutAssetTypeCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: PutAssetTypeCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ PutAssetTypeCommandInput,
29
+ PutAssetTypeCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class PutAssetTypeCommand extends PutAssetTypeCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: PutAssetTypeRequest;
42
+ output: PutAssetTypeResponse;
43
+ };
44
+ sdk: {
45
+ input: PutAssetTypeCommandInput;
46
+ output: PutAssetTypeCommandOutput;
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
+ PutAttachmentRequest,
10
+ PutAttachmentResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface PutAttachmentCommandInput extends PutAttachmentRequest {}
15
+ export interface PutAttachmentCommandOutput
16
+ extends PutAttachmentResponse,
17
+ __MetadataBearer {}
18
+ declare const PutAttachmentCommand_base: {
19
+ new (
20
+ input: PutAttachmentCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ PutAttachmentCommandInput,
23
+ PutAttachmentCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: PutAttachmentCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ PutAttachmentCommandInput,
32
+ PutAttachmentCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class PutAttachmentCommand extends PutAttachmentCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: PutAttachmentRequest;
45
+ output: PutAttachmentResponse;
46
+ };
47
+ sdk: {
48
+ input: PutAttachmentCommandInput;
49
+ output: PutAttachmentCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -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 { PutFormTypeRequest, PutFormTypeResponse } from "../models/models_2";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface PutFormTypeCommandInput extends PutFormTypeRequest {}
12
+ export interface PutFormTypeCommandOutput
13
+ extends PutFormTypeResponse,
14
+ __MetadataBearer {}
15
+ declare const PutFormTypeCommand_base: {
16
+ new (
17
+ input: PutFormTypeCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ PutFormTypeCommandInput,
20
+ PutFormTypeCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: PutFormTypeCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ PutFormTypeCommandInput,
29
+ PutFormTypeCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class PutFormTypeCommand extends PutFormTypeCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: PutFormTypeRequest;
42
+ output: PutFormTypeResponse;
43
+ };
44
+ sdk: {
45
+ input: PutFormTypeCommandInput;
46
+ output: PutFormTypeCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,46 @@
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 { SearchOutput } from "../models/models_2";
9
+ import { SearchInput } from "../models/models_3";
10
+ export { __MetadataBearer };
11
+ export { $Command };
12
+ export interface SearchCommandInput extends SearchInput {}
13
+ export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {}
14
+ declare const SearchCommand_base: {
15
+ new (input: SearchCommandInput): import("@smithy/core/client").CommandImpl<
16
+ SearchCommandInput,
17
+ SearchCommandOutput,
18
+ GlueClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ new (
23
+ ...[input]: [] | [SearchCommandInput]
24
+ ): import("@smithy/core/client").CommandImpl<
25
+ SearchCommandInput,
26
+ SearchCommandOutput,
27
+ GlueClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
31
+ getEndpointParameterInstructions(): {
32
+ [x: string]: unknown;
33
+ };
34
+ };
35
+ export declare class SearchCommand extends SearchCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: SearchInput;
39
+ output: SearchOutput;
40
+ };
41
+ sdk: {
42
+ input: SearchCommandInput;
43
+ output: SearchCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartCrawlerScheduleRequest,
10
10
  StartCrawlerScheduleResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartCrawlerScheduleCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartDataQualityRuleRecommendationRunRequest,
10
10
  StartDataQualityRuleRecommendationRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartDataQualityRuleRecommendationRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartDataQualityRulesetEvaluationRunRequest,
10
10
  StartDataQualityRulesetEvaluationRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartDataQualityRulesetEvaluationRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartExportLabelsTaskRunRequest,
10
10
  StartExportLabelsTaskRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartExportLabelsTaskRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartImportLabelsTaskRunRequest,
10
10
  StartImportLabelsTaskRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartImportLabelsTaskRunCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { StartJobRunRequest, StartJobRunResponse } from "../models/models_2";
8
+ import { StartJobRunRequest, StartJobRunResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface StartJobRunCommandInput extends StartJobRunRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartMLEvaluationTaskRunRequest,
10
10
  StartMLEvaluationTaskRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartMLEvaluationTaskRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartMLLabelingSetGenerationTaskRunRequest,
10
10
  StartMLLabelingSetGenerationTaskRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartMLLabelingSetGenerationTaskRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartMaterializedViewRefreshTaskRunRequest,
10
10
  StartMaterializedViewRefreshTaskRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartMaterializedViewRefreshTaskRunCommandInput