@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
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { StartTriggerRequest, StartTriggerResponse } from "../models/models_2";
8
+ import { StartTriggerRequest, StartTriggerResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface StartTriggerCommandInput extends StartTriggerRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartWorkflowRunRequest,
10
10
  StartWorkflowRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopColumnStatisticsTaskRunRequest,
10
10
  StopColumnStatisticsTaskRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopColumnStatisticsTaskRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopColumnStatisticsTaskRunScheduleRequest,
10
10
  StopColumnStatisticsTaskRunScheduleResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopColumnStatisticsTaskRunScheduleCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_2";
8
+ import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface StopCrawlerCommandInput extends StopCrawlerRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopCrawlerScheduleRequest,
10
10
  StopCrawlerScheduleResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopCrawlerScheduleCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopMaterializedViewRefreshTaskRunRequest,
10
10
  StopMaterializedViewRefreshTaskRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopMaterializedViewRefreshTaskRunCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { StopSessionRequest, StopSessionResponse } from "../models/models_2";
8
+ import { StopSessionRequest, StopSessionResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface StopSessionCommandInput extends StopSessionRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { StopTriggerRequest, StopTriggerResponse } from "../models/models_2";
8
+ import { StopTriggerRequest, StopTriggerResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface StopTriggerCommandInput extends StopTriggerRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopWorkflowRunRequest,
10
10
  StopWorkflowRunResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopWorkflowRunCommandInput extends StopWorkflowRunRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
8
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  TestConnectionRequest,
10
10
  TestConnectionResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface TestConnectionCommandInput extends TestConnectionRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateBlueprintRequest,
10
10
  UpdateBlueprintResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateCatalogRequest,
10
10
  UpdateCatalogResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateCatalogCommandInput extends UpdateCatalogRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateClassifierRequest,
10
10
  UpdateClassifierResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateClassifierCommandInput extends UpdateClassifierRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateColumnStatisticsForPartitionRequest,
10
10
  UpdateColumnStatisticsForPartitionResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateColumnStatisticsForPartitionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateColumnStatisticsForTableRequest,
10
10
  UpdateColumnStatisticsForTableResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateColumnStatisticsForTableCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateColumnStatisticsTaskSettingsRequest,
10
10
  UpdateColumnStatisticsTaskSettingsResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateColumnStatisticsTaskSettingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateConnectionRequest,
10
10
  UpdateConnectionResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateCrawlerRequest,
10
10
  UpdateCrawlerResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateCrawlerCommandInput extends UpdateCrawlerRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { UpdateCrawlerScheduleRequest } from "../models/models_2";
9
- import { UpdateCrawlerScheduleResponse } from "../models/models_3";
8
+ import {
9
+ UpdateCrawlerScheduleRequest,
10
+ UpdateCrawlerScheduleResponse,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface UpdateCrawlerScheduleCommandInput
@@ -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
+ UpdateGlossaryRequest,
10
+ UpdateGlossaryResponse,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateGlossaryCommandInput extends UpdateGlossaryRequest {}
15
+ export interface UpdateGlossaryCommandOutput
16
+ extends UpdateGlossaryResponse,
17
+ __MetadataBearer {}
18
+ declare const UpdateGlossaryCommand_base: {
19
+ new (
20
+ input: UpdateGlossaryCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ UpdateGlossaryCommandInput,
23
+ UpdateGlossaryCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: UpdateGlossaryCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ UpdateGlossaryCommandInput,
32
+ UpdateGlossaryCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class UpdateGlossaryCommand extends UpdateGlossaryCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: UpdateGlossaryRequest;
45
+ output: UpdateGlossaryResponse;
46
+ };
47
+ sdk: {
48
+ input: UpdateGlossaryCommandInput;
49
+ output: UpdateGlossaryCommandOutput;
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
+ UpdateGlossaryTermRequest,
10
+ UpdateGlossaryTermResponse,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateGlossaryTermCommandInput
15
+ extends UpdateGlossaryTermRequest {}
16
+ export interface UpdateGlossaryTermCommandOutput
17
+ extends UpdateGlossaryTermResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateGlossaryTermCommand_base: {
20
+ new (
21
+ input: UpdateGlossaryTermCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ UpdateGlossaryTermCommandInput,
24
+ UpdateGlossaryTermCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateGlossaryTermCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ UpdateGlossaryTermCommandInput,
33
+ UpdateGlossaryTermCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class UpdateGlossaryTermCommand extends UpdateGlossaryTermCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: UpdateGlossaryTermRequest;
46
+ output: UpdateGlossaryTermResponse;
47
+ };
48
+ sdk: {
49
+ input: UpdateGlossaryTermCommandInput;
50
+ output: UpdateGlossaryTermCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -1,3 +1,4 @@
1
+ export * from "./AssociateGlossaryTermsCommand";
1
2
  export * from "./BatchCreatePartitionCommand";
2
3
  export * from "./BatchDeleteConnectionCommand";
3
4
  export * from "./BatchDeletePartitionCommand";
@@ -8,6 +9,7 @@ export * from "./BatchGetCrawlersCommand";
8
9
  export * from "./BatchGetCustomEntityTypesCommand";
9
10
  export * from "./BatchGetDataQualityResultCommand";
10
11
  export * from "./BatchGetDevEndpointsCommand";
12
+ export * from "./BatchGetIterableFormsCommand";
11
13
  export * from "./BatchGetJobsCommand";
12
14
  export * from "./BatchGetPartitionCommand";
13
15
  export * from "./BatchGetTableOptimizerCommand";
@@ -31,6 +33,8 @@ export * from "./CreateCustomEntityTypeCommand";
31
33
  export * from "./CreateDataQualityRulesetCommand";
32
34
  export * from "./CreateDatabaseCommand";
33
35
  export * from "./CreateDevEndpointCommand";
36
+ export * from "./CreateGlossaryCommand";
37
+ export * from "./CreateGlossaryTermCommand";
34
38
  export * from "./CreateGlueIdentityCenterConfigurationCommand";
35
39
  export * from "./CreateIntegrationCommand";
36
40
  export * from "./CreateIntegrationResourcePropertyCommand";
@@ -50,6 +54,9 @@ export * from "./CreateTriggerCommand";
50
54
  export * from "./CreateUsageProfileCommand";
51
55
  export * from "./CreateUserDefinedFunctionCommand";
52
56
  export * from "./CreateWorkflowCommand";
57
+ export * from "./DeleteAssetCommand";
58
+ export * from "./DeleteAssetTypeCommand";
59
+ export * from "./DeleteAttachmentCommand";
53
60
  export * from "./DeleteBlueprintCommand";
54
61
  export * from "./DeleteCatalogCommand";
55
62
  export * from "./DeleteClassifierCommand";
@@ -63,6 +70,9 @@ export * from "./DeleteCustomEntityTypeCommand";
63
70
  export * from "./DeleteDataQualityRulesetCommand";
64
71
  export * from "./DeleteDatabaseCommand";
65
72
  export * from "./DeleteDevEndpointCommand";
73
+ export * from "./DeleteFormTypeCommand";
74
+ export * from "./DeleteGlossaryCommand";
75
+ export * from "./DeleteGlossaryTermCommand";
66
76
  export * from "./DeleteGlueIdentityCenterConfigurationCommand";
67
77
  export * from "./DeleteIntegrationCommand";
68
78
  export * from "./DeleteIntegrationResourcePropertyCommand";
@@ -88,6 +98,9 @@ export * from "./DescribeConnectionTypeCommand";
88
98
  export * from "./DescribeEntityCommand";
89
99
  export * from "./DescribeInboundIntegrationsCommand";
90
100
  export * from "./DescribeIntegrationsCommand";
101
+ export * from "./DisassociateGlossaryTermsCommand";
102
+ export * from "./GetAssetCommand";
103
+ export * from "./GetAssetTypeCommand";
91
104
  export * from "./GetBlueprintCommand";
92
105
  export * from "./GetBlueprintRunCommand";
93
106
  export * from "./GetBlueprintRunsCommand";
@@ -121,6 +134,9 @@ export * from "./GetDataflowGraphCommand";
121
134
  export * from "./GetDevEndpointCommand";
122
135
  export * from "./GetDevEndpointsCommand";
123
136
  export * from "./GetEntityRecordsCommand";
137
+ export * from "./GetFormTypeCommand";
138
+ export * from "./GetGlossaryCommand";
139
+ export * from "./GetGlossaryTermCommand";
124
140
  export * from "./GetGlueIdentityCenterConfigurationCommand";
125
141
  export * from "./GetIntegrationResourcePropertyCommand";
126
142
  export * from "./GetIntegrationTablePropertiesCommand";
@@ -170,6 +186,7 @@ export * from "./GetWorkflowRunCommand";
170
186
  export * from "./GetWorkflowRunPropertiesCommand";
171
187
  export * from "./GetWorkflowRunsCommand";
172
188
  export * from "./ImportCatalogToGlueCommand";
189
+ export * from "./ListAssetTypesCommand";
173
190
  export * from "./ListBlueprintsCommand";
174
191
  export * from "./ListColumnStatisticsTaskRunsCommand";
175
192
  export * from "./ListConnectionTypesCommand";
@@ -184,7 +201,11 @@ export * from "./ListDataQualityStatisticAnnotationsCommand";
184
201
  export * from "./ListDataQualityStatisticsCommand";
185
202
  export * from "./ListDevEndpointsCommand";
186
203
  export * from "./ListEntitiesCommand";
204
+ export * from "./ListFormTypesCommand";
205
+ export * from "./ListGlossariesCommand";
206
+ export * from "./ListGlossaryTermsCommand";
187
207
  export * from "./ListIntegrationResourcePropertiesCommand";
208
+ export * from "./ListIterableFormsCommand";
188
209
  export * from "./ListJobsCommand";
189
210
  export * from "./ListMLTransformsCommand";
190
211
  export * from "./ListMaterializedViewRefreshTaskRunsCommand";
@@ -198,8 +219,12 @@ export * from "./ListTriggersCommand";
198
219
  export * from "./ListUsageProfilesCommand";
199
220
  export * from "./ListWorkflowsCommand";
200
221
  export * from "./ModifyIntegrationCommand";
222
+ export * from "./PutAssetCommand";
223
+ export * from "./PutAssetTypeCommand";
224
+ export * from "./PutAttachmentCommand";
201
225
  export * from "./PutDataCatalogEncryptionSettingsCommand";
202
226
  export * from "./PutDataQualityProfileAnnotationCommand";
227
+ export * from "./PutFormTypeCommand";
203
228
  export * from "./PutResourcePolicyCommand";
204
229
  export * from "./PutSchemaVersionMetadataCommand";
205
230
  export * from "./PutWorkflowRunPropertiesCommand";
@@ -210,6 +235,7 @@ export * from "./RemoveSchemaVersionMetadataCommand";
210
235
  export * from "./ResetJobBookmarkCommand";
211
236
  export * from "./ResumeWorkflowRunCommand";
212
237
  export * from "./RunStatementCommand";
238
+ export * from "./SearchCommand";
213
239
  export * from "./SearchTablesCommand";
214
240
  export * from "./StartBlueprintRunCommand";
215
241
  export * from "./StartColumnStatisticsTaskRunCommand";
@@ -249,6 +275,8 @@ export * from "./UpdateCrawlerScheduleCommand";
249
275
  export * from "./UpdateDataQualityRulesetCommand";
250
276
  export * from "./UpdateDatabaseCommand";
251
277
  export * from "./UpdateDevEndpointCommand";
278
+ export * from "./UpdateGlossaryCommand";
279
+ export * from "./UpdateGlossaryTermCommand";
252
280
  export * from "./UpdateGlueIdentityCenterConfigurationCommand";
253
281
  export * from "./UpdateIntegrationResourcePropertyCommand";
254
282
  export * from "./UpdateIntegrationTablePropertiesCommand";
@@ -1176,6 +1176,22 @@ export declare const IntegrationType: {
1176
1176
  };
1177
1177
  export type IntegrationType =
1178
1178
  (typeof IntegrationType)[keyof typeof IntegrationType];
1179
+ export declare const SearchFilterOperator: {
1180
+ readonly equals: "equals";
1181
+ readonly greaterThan: "greaterThan";
1182
+ readonly greaterThanOrEquals: "greaterThanOrEquals";
1183
+ readonly lessThan: "lessThan";
1184
+ readonly lessThanOrEquals: "lessThanOrEquals";
1185
+ readonly notExists: "notExists";
1186
+ };
1187
+ export type SearchFilterOperator =
1188
+ (typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
1189
+ export declare const SearchSortOrder: {
1190
+ readonly ASCENDING: "ASCENDING";
1191
+ readonly DESCENDING: "DESCENDING";
1192
+ };
1193
+ export type SearchSortOrder =
1194
+ (typeof SearchSortOrder)[keyof typeof SearchSortOrder];
1179
1195
  export declare const Comparator: {
1180
1196
  readonly EQUALS: "EQUALS";
1181
1197
  readonly GREATER_THAN: "GREATER_THAN";
@@ -17,21 +17,24 @@ export declare class AlreadyExistsException extends __BaseException {
17
17
  opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
18
18
  );
19
19
  }
20
- export declare class EntityNotFoundException extends __BaseException {
21
- readonly name: "EntityNotFoundException";
20
+ export declare class ConcurrentModificationException extends __BaseException {
21
+ readonly name: "ConcurrentModificationException";
22
22
  readonly $fault: "client";
23
23
  Message?: string | undefined;
24
- FromFederationSource?: boolean | undefined;
25
24
  constructor(
26
- opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>
25
+ opts: __ExceptionOptionType<
26
+ ConcurrentModificationException,
27
+ __BaseException
28
+ >
27
29
  );
28
30
  }
29
- export declare class GlueEncryptionException extends __BaseException {
30
- readonly name: "GlueEncryptionException";
31
+ export declare class EntityNotFoundException extends __BaseException {
32
+ readonly name: "EntityNotFoundException";
31
33
  readonly $fault: "client";
32
34
  Message?: string | undefined;
35
+ FromFederationSource?: boolean | undefined;
33
36
  constructor(
34
- opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>
37
+ opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>
35
38
  );
36
39
  }
37
40
  export declare class InternalServiceException extends __BaseException {
@@ -51,6 +54,22 @@ export declare class InvalidInputException extends __BaseException {
51
54
  opts: __ExceptionOptionType<InvalidInputException, __BaseException>
52
55
  );
53
56
  }
57
+ export declare class ThrottlingException extends __BaseException {
58
+ readonly name: "ThrottlingException";
59
+ readonly $fault: "client";
60
+ Message?: string | undefined;
61
+ constructor(
62
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
63
+ );
64
+ }
65
+ export declare class GlueEncryptionException extends __BaseException {
66
+ readonly name: "GlueEncryptionException";
67
+ readonly $fault: "client";
68
+ Message?: string | undefined;
69
+ constructor(
70
+ opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>
71
+ );
72
+ }
54
73
  export declare class OperationTimeoutException extends __BaseException {
55
74
  readonly name: "OperationTimeoutException";
56
75
  readonly $fault: "client";
@@ -106,14 +125,6 @@ export declare class InvalidStateException extends __BaseException {
106
125
  opts: __ExceptionOptionType<InvalidStateException, __BaseException>
107
126
  );
108
127
  }
109
- export declare class ThrottlingException extends __BaseException {
110
- readonly name: "ThrottlingException";
111
- readonly $fault: "client";
112
- Message?: string | undefined;
113
- constructor(
114
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
115
- );
116
- }
117
128
  export declare class IllegalSessionStateException extends __BaseException {
118
129
  readonly name: "IllegalSessionStateException";
119
130
  readonly $fault: "client";
@@ -122,17 +133,6 @@ export declare class IllegalSessionStateException extends __BaseException {
122
133
  opts: __ExceptionOptionType<IllegalSessionStateException, __BaseException>
123
134
  );
124
135
  }
125
- export declare class ConcurrentModificationException extends __BaseException {
126
- readonly name: "ConcurrentModificationException";
127
- readonly $fault: "client";
128
- Message?: string | undefined;
129
- constructor(
130
- opts: __ExceptionOptionType<
131
- ConcurrentModificationException,
132
- __BaseException
133
- >
134
- );
135
- }
136
136
  export declare class FederatedResourceAlreadyExistsException extends __BaseException {
137
137
  readonly name: "FederatedResourceAlreadyExistsException";
138
138
  readonly $fault: "client";
@@ -156,6 +156,26 @@ export interface StatisticAnnotation {
156
156
  StatisticRecordedOn?: Date | undefined;
157
157
  InclusionAnnotation?: TimestampedInclusionAnnotation | undefined;
158
158
  }
159
+ export interface AssetFormEntry {
160
+ FormTypeId?: string | undefined;
161
+ Content?: string | undefined;
162
+ }
163
+ export interface AssetTypeFormReference {
164
+ FormTypeIdentifier: string | undefined;
165
+ }
166
+ export interface AssetTypeItem {
167
+ Id?: string | undefined;
168
+ Name?: string | undefined;
169
+ }
170
+ export interface AssociateGlossaryTermsRequest {
171
+ Identifier: string | undefined;
172
+ GlossaryTermIdentifiers: string[] | undefined;
173
+ ClientToken?: string | undefined;
174
+ }
175
+ export interface AssociateGlossaryTermsResponse {
176
+ Identifier?: string | undefined;
177
+ GlossaryTerms?: string[] | undefined;
178
+ }
159
179
  export interface GlueStudioSchemaColumn {
160
180
  Name: string | undefined;
161
181
  Type?: string | undefined;
@@ -634,6 +654,27 @@ export interface BatchGetDevEndpointsResponse {
634
654
  DevEndpoints?: DevEndpoint[] | undefined;
635
655
  DevEndpointsNotFound?: string[] | undefined;
636
656
  }
657
+ export interface BatchGetIterableFormsRequest {
658
+ AssetIdentifier: string | undefined;
659
+ IterableFormName: string | undefined;
660
+ ItemIdentifiers: string[] | undefined;
661
+ }
662
+ export interface ItemError {
663
+ ItemIdentifier?: string | undefined;
664
+ Code?: string | undefined;
665
+ Message?: string | undefined;
666
+ }
667
+ export interface IterableFormItem {
668
+ ItemId?: string | undefined;
669
+ ItemName?: string | undefined;
670
+ GlossaryTerms?: string[] | undefined;
671
+ Forms?: Record<string, AssetFormEntry> | undefined;
672
+ Attachments?: Record<string, AssetFormEntry> | undefined;
673
+ }
674
+ export interface BatchGetIterableFormsResponse {
675
+ Items?: IterableFormItem[] | undefined;
676
+ Errors?: ItemError[] | undefined;
677
+ }
637
678
  export interface BatchGetJobsRequest {
638
679
  JobNames: string[] | undefined;
639
680
  }
@@ -1978,43 +2019,3 @@ export interface CreateCrawlerRequest {
1978
2019
  CrawlerSecurityConfiguration?: string | undefined;
1979
2020
  Tags?: Record<string, string> | undefined;
1980
2021
  }
1981
- export interface CreateCrawlerResponse {}
1982
- export interface CreateCustomEntityTypeRequest {
1983
- Name: string | undefined;
1984
- RegexString: string | undefined;
1985
- ContextWords?: string[] | undefined;
1986
- Tags?: Record<string, string> | undefined;
1987
- }
1988
- export interface CreateCustomEntityTypeResponse {
1989
- Name?: string | undefined;
1990
- }
1991
- export interface FederatedDatabase {
1992
- Identifier?: string | undefined;
1993
- ConnectionName?: string | undefined;
1994
- ConnectionType?: string | undefined;
1995
- }
1996
- export interface DatabaseIdentifier {
1997
- CatalogId?: string | undefined;
1998
- DatabaseName?: string | undefined;
1999
- Region?: string | undefined;
2000
- }
2001
- export interface DatabaseInput {
2002
- Name: string | undefined;
2003
- Description?: string | undefined;
2004
- LocationUri?: string | undefined;
2005
- Parameters?: Record<string, string> | undefined;
2006
- CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
2007
- TargetDatabase?: DatabaseIdentifier | undefined;
2008
- FederatedDatabase?: FederatedDatabase | undefined;
2009
- }
2010
- export interface CreateDatabaseRequest {
2011
- CatalogId?: string | undefined;
2012
- DatabaseInput: DatabaseInput | undefined;
2013
- Tags?: Record<string, string> | undefined;
2014
- }
2015
- export interface CreateDatabaseResponse {}
2016
- export interface DataQualityTargetTable {
2017
- TableName: string | undefined;
2018
- DatabaseName: string | undefined;
2019
- CatalogId?: string | undefined;
2020
- }