@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
@@ -20,7 +20,6 @@ import {
20
20
  DataOperation,
21
21
  DataQualityEncryptionMode,
22
22
  DataQualityModelStatus,
23
- DQCompositeRuleEvaluationMethod,
24
23
  ExecutionStatus,
25
24
  FieldDataType,
26
25
  FieldFilterOperator,
@@ -35,8 +34,6 @@ import {
35
34
  JobBookmarksEncryptionMode,
36
35
  Language,
37
36
  LastRefreshType,
38
- MaterializedViewRefreshState,
39
- MaterializedViewRefreshType,
40
37
  MetadataOperation,
41
38
  MLUserDataEncryptionModeString,
42
39
  PrincipalType,
@@ -62,26 +59,23 @@ import {
62
59
  } from "./enums";
63
60
  import {
64
61
  Action,
62
+ AssetFormEntry,
63
+ AssetTypeFormReference,
65
64
  AuthConfiguration,
66
65
  AuthenticationConfiguration,
67
66
  Blueprint,
68
67
  Column,
69
68
  ConnectionsList,
70
69
  Crawler,
71
- DatabaseIdentifier,
72
70
  DataQualityAggregatedMetrics,
73
71
  DataQualityAnalyzerResult,
74
72
  DataQualityObservation,
75
73
  DataQualityRuleResult,
76
- DataQualityTargetTable,
77
74
  DataSource,
78
- DevEndpoint,
79
75
  ErrorDetail,
80
76
  EventBatchingCondition,
81
77
  FederatedCatalog,
82
- FederatedDatabase,
83
78
  GlueTable,
84
- JobRun,
85
79
  PartitionInput,
86
80
  PhysicalConnectionRequirements,
87
81
  Predicate,
@@ -93,6 +87,46 @@ import {
93
87
  TableOptimizerConfiguration,
94
88
  TargetRedshiftCatalog,
95
89
  } from "./models_0";
90
+ export interface CreateCrawlerResponse {}
91
+ export interface CreateCustomEntityTypeRequest {
92
+ Name: string | undefined;
93
+ RegexString: string | undefined;
94
+ ContextWords?: string[] | undefined;
95
+ Tags?: Record<string, string> | undefined;
96
+ }
97
+ export interface CreateCustomEntityTypeResponse {
98
+ Name?: string | undefined;
99
+ }
100
+ export interface FederatedDatabase {
101
+ Identifier?: string | undefined;
102
+ ConnectionName?: string | undefined;
103
+ ConnectionType?: string | undefined;
104
+ }
105
+ export interface DatabaseIdentifier {
106
+ CatalogId?: string | undefined;
107
+ DatabaseName?: string | undefined;
108
+ Region?: string | undefined;
109
+ }
110
+ export interface DatabaseInput {
111
+ Name: string | undefined;
112
+ Description?: string | undefined;
113
+ LocationUri?: string | undefined;
114
+ Parameters?: Record<string, string> | undefined;
115
+ CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
116
+ TargetDatabase?: DatabaseIdentifier | undefined;
117
+ FederatedDatabase?: FederatedDatabase | undefined;
118
+ }
119
+ export interface CreateDatabaseRequest {
120
+ CatalogId?: string | undefined;
121
+ DatabaseInput: DatabaseInput | undefined;
122
+ Tags?: Record<string, string> | undefined;
123
+ }
124
+ export interface CreateDatabaseResponse {}
125
+ export interface DataQualityTargetTable {
126
+ TableName: string | undefined;
127
+ DatabaseName: string | undefined;
128
+ CatalogId?: string | undefined;
129
+ }
96
130
  export interface CreateDataQualityRulesetRequest {
97
131
  Name: string | undefined;
98
132
  Description?: string | undefined;
@@ -143,6 +177,30 @@ export interface CreateDevEndpointResponse {
143
177
  CreatedTimestamp?: Date | undefined;
144
178
  Arguments?: Record<string, string> | undefined;
145
179
  }
180
+ export interface CreateGlossaryRequest {
181
+ Name: string | undefined;
182
+ Description?: string | undefined;
183
+ ClientToken?: string | undefined;
184
+ }
185
+ export interface CreateGlossaryResponse {
186
+ Id?: string | undefined;
187
+ Name?: string | undefined;
188
+ Description?: string | undefined;
189
+ }
190
+ export interface CreateGlossaryTermRequest {
191
+ GlossaryIdentifier: string | undefined;
192
+ Name: string | undefined;
193
+ ShortDescription?: string | undefined;
194
+ LongDescription?: string | undefined;
195
+ ClientToken?: string | undefined;
196
+ }
197
+ export interface CreateGlossaryTermResponse {
198
+ Id?: string | undefined;
199
+ GlossaryId?: string | undefined;
200
+ Name?: string | undefined;
201
+ ShortDescription?: string | undefined;
202
+ LongDescription?: string | undefined;
203
+ }
146
204
  export interface CreateGlueIdentityCenterConfigurationRequest {
147
205
  InstanceArn: string | undefined;
148
206
  Scopes?: string[] | undefined;
@@ -604,6 +662,21 @@ export interface CreateWorkflowRequest {
604
662
  export interface CreateWorkflowResponse {
605
663
  Name?: string | undefined;
606
664
  }
665
+ export interface DeleteAssetRequest {
666
+ Identifier: string | undefined;
667
+ }
668
+ export interface DeleteAssetResponse {}
669
+ export interface DeleteAssetTypeRequest {
670
+ Identifier: string | undefined;
671
+ }
672
+ export interface DeleteAssetTypeResponse {}
673
+ export interface DeleteAttachmentRequest {
674
+ Identifier: string | undefined;
675
+ AttachmentName: string | undefined;
676
+ }
677
+ export interface DeleteAttachmentResponse {
678
+ Identifier?: string | undefined;
679
+ }
607
680
  export interface DeleteBlueprintRequest {
608
681
  Name: string | undefined;
609
682
  }
@@ -670,6 +743,18 @@ export interface DeleteDevEndpointRequest {
670
743
  EndpointName: string | undefined;
671
744
  }
672
745
  export interface DeleteDevEndpointResponse {}
746
+ export interface DeleteFormTypeRequest {
747
+ Identifier: string | undefined;
748
+ }
749
+ export interface DeleteFormTypeResponse {}
750
+ export interface DeleteGlossaryRequest {
751
+ Identifier: string | undefined;
752
+ }
753
+ export interface DeleteGlossaryResponse {}
754
+ export interface DeleteGlossaryTermRequest {
755
+ Identifier: string | undefined;
756
+ }
757
+ export interface DeleteGlossaryTermResponse {}
673
758
  export interface DeleteGlueIdentityCenterConfigurationRequest {}
674
759
  export interface DeleteGlueIdentityCenterConfigurationResponse {}
675
760
  export interface DeleteIntegrationRequest {
@@ -983,6 +1068,41 @@ export interface DescribeIntegrationsResponse {
983
1068
  Integrations?: Integration[] | undefined;
984
1069
  Marker?: string | undefined;
985
1070
  }
1071
+ export interface DisassociateGlossaryTermsRequest {
1072
+ Identifier: string | undefined;
1073
+ GlossaryTermIdentifiers: string[] | undefined;
1074
+ ClientToken?: string | undefined;
1075
+ }
1076
+ export interface DisassociateGlossaryTermsResponse {
1077
+ Identifier?: string | undefined;
1078
+ GlossaryTerms?: string[] | undefined;
1079
+ }
1080
+ export interface GetAssetInput {
1081
+ Identifier: string | undefined;
1082
+ }
1083
+ export interface IterableFormEntry {
1084
+ FormTypeId?: string | undefined;
1085
+ }
1086
+ export interface GetAssetOutput {
1087
+ Id: string | undefined;
1088
+ Name?: string | undefined;
1089
+ Description?: string | undefined;
1090
+ CreatedAt?: Date | undefined;
1091
+ UpdatedAt?: Date | undefined;
1092
+ AssetTypeId: string | undefined;
1093
+ GlossaryTerms?: string[] | undefined;
1094
+ Forms?: Record<string, AssetFormEntry> | undefined;
1095
+ Attachments?: Record<string, AssetFormEntry> | undefined;
1096
+ IterableForms?: Record<string, IterableFormEntry> | undefined;
1097
+ }
1098
+ export interface GetAssetTypeRequest {
1099
+ Identifier: string | undefined;
1100
+ }
1101
+ export interface GetAssetTypeResponse {
1102
+ Id?: string | undefined;
1103
+ Name?: string | undefined;
1104
+ Forms?: Record<string, AssetTypeFormReference> | undefined;
1105
+ }
986
1106
  export interface GetBlueprintRequest {
987
1107
  Name: string | undefined;
988
1108
  IncludeBlueprint?: boolean | undefined;
@@ -1525,176 +1645,3 @@ export interface GetDataQualityRulesetResponse {
1525
1645
  RecommendationRunId?: string | undefined;
1526
1646
  DataQualitySecurityConfiguration?: string | undefined;
1527
1647
  }
1528
- export interface GetDataQualityRulesetEvaluationRunRequest {
1529
- RunId: string | undefined;
1530
- }
1531
- export interface DataQualityEvaluationRunAdditionalRunOptions {
1532
- CloudWatchMetricsEnabled?: boolean | undefined;
1533
- ResultsS3Prefix?: string | undefined;
1534
- CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
1535
- CustomLogGroupPrefix?: string | undefined;
1536
- }
1537
- export interface GetDataQualityRulesetEvaluationRunResponse {
1538
- RunId?: string | undefined;
1539
- DataSource?: DataSource | undefined;
1540
- Role?: string | undefined;
1541
- NumberOfWorkers?: number | undefined;
1542
- Timeout?: number | undefined;
1543
- AdditionalRunOptions?:
1544
- | DataQualityEvaluationRunAdditionalRunOptions
1545
- | undefined;
1546
- Status?: TaskStatusType | undefined;
1547
- ErrorString?: string | undefined;
1548
- StartedOn?: Date | undefined;
1549
- LastModifiedOn?: Date | undefined;
1550
- CompletedOn?: Date | undefined;
1551
- ExecutionTime?: number | undefined;
1552
- RulesetNames?: string[] | undefined;
1553
- ResultIds?: string[] | undefined;
1554
- AdditionalDataSources?: Record<string, DataSource> | undefined;
1555
- }
1556
- export interface GetDevEndpointRequest {
1557
- EndpointName: string | undefined;
1558
- }
1559
- export interface GetDevEndpointResponse {
1560
- DevEndpoint?: DevEndpoint | undefined;
1561
- }
1562
- export interface GetDevEndpointsRequest {
1563
- MaxResults?: number | undefined;
1564
- NextToken?: string | undefined;
1565
- }
1566
- export interface GetDevEndpointsResponse {
1567
- DevEndpoints?: DevEndpoint[] | undefined;
1568
- NextToken?: string | undefined;
1569
- }
1570
- export interface GetEntityRecordsRequest {
1571
- ConnectionName?: string | undefined;
1572
- CatalogId?: string | undefined;
1573
- EntityName: string | undefined;
1574
- NextToken?: string | undefined;
1575
- DataStoreApiVersion?: string | undefined;
1576
- ConnectionOptions?: Record<string, string> | undefined;
1577
- FilterPredicate?: string | undefined;
1578
- Limit: number | undefined;
1579
- OrderBy?: string | undefined;
1580
- SelectedFields?: string[] | undefined;
1581
- }
1582
- export interface GetEntityRecordsResponse {
1583
- Records?: __DocumentType[] | undefined;
1584
- NextToken?: string | undefined;
1585
- }
1586
- export interface GetGlueIdentityCenterConfigurationRequest {}
1587
- export interface GetGlueIdentityCenterConfigurationResponse {
1588
- ApplicationArn?: string | undefined;
1589
- InstanceArn?: string | undefined;
1590
- Scopes?: string[] | undefined;
1591
- UserBackgroundSessionsEnabled?: boolean | undefined;
1592
- }
1593
- export interface GetIntegrationResourcePropertyRequest {
1594
- ResourceArn: string | undefined;
1595
- }
1596
- export interface GetIntegrationResourcePropertyResponse {
1597
- ResourceArn?: string | undefined;
1598
- ResourcePropertyArn?: string | undefined;
1599
- SourceProcessingProperties?: SourceProcessingProperties | undefined;
1600
- TargetProcessingProperties?: TargetProcessingProperties | undefined;
1601
- }
1602
- export interface GetIntegrationTablePropertiesRequest {
1603
- ResourceArn: string | undefined;
1604
- TableName: string | undefined;
1605
- }
1606
- export interface GetIntegrationTablePropertiesResponse {
1607
- ResourceArn?: string | undefined;
1608
- TableName?: string | undefined;
1609
- SourceTableConfig?: SourceTableConfig | undefined;
1610
- TargetTableConfig?: TargetTableConfig | undefined;
1611
- }
1612
- export interface GetJobRequest {
1613
- JobName: string | undefined;
1614
- }
1615
- export interface GetJobBookmarkRequest {
1616
- JobName: string | undefined;
1617
- RunId?: string | undefined;
1618
- }
1619
- export interface JobBookmarkEntry {
1620
- JobName?: string | undefined;
1621
- Version?: number | undefined;
1622
- Run?: number | undefined;
1623
- Attempt?: number | undefined;
1624
- PreviousRunId?: string | undefined;
1625
- RunId?: string | undefined;
1626
- JobBookmark?: string | undefined;
1627
- }
1628
- export interface GetJobBookmarkResponse {
1629
- JobBookmarkEntry?: JobBookmarkEntry | undefined;
1630
- }
1631
- export interface GetJobRunRequest {
1632
- JobName: string | undefined;
1633
- RunId: string | undefined;
1634
- PredecessorsIncluded?: boolean | undefined;
1635
- }
1636
- export interface GetJobRunResponse {
1637
- JobRun?: JobRun | undefined;
1638
- }
1639
- export interface GetJobRunsRequest {
1640
- JobName: string | undefined;
1641
- NextToken?: string | undefined;
1642
- MaxResults?: number | undefined;
1643
- }
1644
- export interface GetJobRunsResponse {
1645
- JobRuns?: JobRun[] | undefined;
1646
- NextToken?: string | undefined;
1647
- }
1648
- export interface GetJobsRequest {
1649
- NextToken?: string | undefined;
1650
- MaxResults?: number | undefined;
1651
- }
1652
- export interface Location {
1653
- Jdbc?: CodeGenNodeArg[] | undefined;
1654
- S3?: CodeGenNodeArg[] | undefined;
1655
- DynamoDB?: CodeGenNodeArg[] | undefined;
1656
- }
1657
- export interface CatalogEntry {
1658
- DatabaseName: string | undefined;
1659
- TableName: string | undefined;
1660
- }
1661
- export interface GetMappingRequest {
1662
- Source: CatalogEntry | undefined;
1663
- Sinks?: CatalogEntry[] | undefined;
1664
- Location?: Location | undefined;
1665
- }
1666
- export interface MappingEntry {
1667
- SourceTable?: string | undefined;
1668
- SourcePath?: string | undefined;
1669
- SourceType?: string | undefined;
1670
- TargetTable?: string | undefined;
1671
- TargetPath?: string | undefined;
1672
- TargetType?: string | undefined;
1673
- }
1674
- export interface GetMappingResponse {
1675
- Mapping: MappingEntry[] | undefined;
1676
- }
1677
- export interface GetMaterializedViewRefreshTaskRunRequest {
1678
- CatalogId: string | undefined;
1679
- MaterializedViewRefreshTaskRunId: string | undefined;
1680
- }
1681
- export interface MaterializedViewRefreshTaskRun {
1682
- CustomerId?: string | undefined;
1683
- MaterializedViewRefreshTaskRunId?: string | undefined;
1684
- DatabaseName?: string | undefined;
1685
- TableName?: string | undefined;
1686
- CatalogId?: string | undefined;
1687
- Role?: string | undefined;
1688
- Status?: MaterializedViewRefreshState | undefined;
1689
- CreationTime?: Date | undefined;
1690
- LastUpdated?: Date | undefined;
1691
- StartTime?: Date | undefined;
1692
- EndTime?: Date | undefined;
1693
- ErrorMessage?: string | undefined;
1694
- DPUSeconds?: number | undefined;
1695
- RefreshType?: MaterializedViewRefreshType | undefined;
1696
- ProcessedBytes?: number | undefined;
1697
- }
1698
- export interface GetMaterializedViewRefreshTaskRunResponse {
1699
- MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
1700
- }