@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
@@ -1,5 +1,9 @@
1
1
  import {
2
2
  Compatibility,
3
+ ConnectionPropertyKey,
4
+ ConnectionType,
5
+ CsvHeaderOption,
6
+ CsvSerdeOption,
3
7
  ExecutionClass,
4
8
  IcebergUpdateAction,
5
9
  JobMode,
@@ -18,19 +22,23 @@ import {
18
22
  AmazonRedshiftSource,
19
23
  AmazonRedshiftTarget,
20
24
  AthenaConnectorSource,
25
+ AuthenticationConfigurationInput,
21
26
  BasicCatalogTarget,
22
27
  CatalogDeltaSource,
23
28
  CatalogHudiSource,
24
29
  CatalogIcebergSource,
30
+ CatalogInput,
25
31
  CatalogKafkaSource,
26
32
  CatalogKinesisSource,
27
33
  CatalogSource,
28
34
  Column,
35
+ ConnectionInput,
29
36
  ConnectionsList,
30
37
  ConnectorDataSource,
31
38
  ConnectorDataTarget,
39
+ CrawlerTargets,
32
40
  CustomCode,
33
- DatabaseInput,
41
+ DataSource,
34
42
  DirectJDBCSource,
35
43
  DirectKafkaSource,
36
44
  DirectKinesisSource,
@@ -53,6 +61,8 @@ import {
53
61
  JDBCConnectorTarget,
54
62
  JobCommand,
55
63
  Join,
64
+ LakeFormationConfiguration,
65
+ LineageConfiguration,
56
66
  Merge,
57
67
  MicrosoftSQLServerCatalogSource,
58
68
  MicrosoftSQLServerCatalogTarget,
@@ -67,6 +77,7 @@ import {
67
77
  PostgreSQLCatalogTarget,
68
78
  Predicate,
69
79
  Recipe,
80
+ RecrawlPolicy,
70
81
  RedshiftSource,
71
82
  RedshiftTarget,
72
83
  RelationalCatalogSource,
@@ -92,6 +103,7 @@ import {
92
103
  S3IcebergDirectTarget,
93
104
  S3JsonSource,
94
105
  S3ParquetSource,
106
+ SchemaChangePolicy,
95
107
  SchemaId,
96
108
  SelectFields,
97
109
  SelectFromCollection,
@@ -109,6 +121,8 @@ import {
109
121
  Union,
110
122
  } from "./models_0";
111
123
  import {
124
+ ColumnStatistics,
125
+ DatabaseInput,
112
126
  IcebergPartitionSpec,
113
127
  IcebergSchema,
114
128
  IcebergSortOrder,
@@ -125,12 +139,288 @@ import {
125
139
  } from "./models_1";
126
140
  import {
127
141
  ColumnRowFilter,
142
+ DataQualityEvaluationRunAdditionalRunOptions,
128
143
  FederatedTable,
129
144
  IcebergTableMetadata,
130
145
  SchemaVersionNumber,
146
+ SearchAttributeFilter,
147
+ SearchMapFilter,
148
+ SearchSort,
131
149
  ViewDefinition,
132
150
  ViewValidation,
133
151
  } from "./models_2";
152
+ export interface StartCrawlerScheduleRequest {
153
+ CrawlerName: string | undefined;
154
+ }
155
+ export interface StartCrawlerScheduleResponse {}
156
+ export interface StartDataQualityRuleRecommendationRunRequest {
157
+ DataSource: DataSource | undefined;
158
+ Role: string | undefined;
159
+ NumberOfWorkers?: number | undefined;
160
+ Timeout?: number | undefined;
161
+ CreatedRulesetName?: string | undefined;
162
+ DataQualitySecurityConfiguration?: string | undefined;
163
+ ClientToken?: string | undefined;
164
+ }
165
+ export interface StartDataQualityRuleRecommendationRunResponse {
166
+ RunId?: string | undefined;
167
+ }
168
+ export interface StartDataQualityRulesetEvaluationRunRequest {
169
+ DataSource: DataSource | undefined;
170
+ Role: string | undefined;
171
+ NumberOfWorkers?: number | undefined;
172
+ Timeout?: number | undefined;
173
+ ClientToken?: string | undefined;
174
+ AdditionalRunOptions?:
175
+ | DataQualityEvaluationRunAdditionalRunOptions
176
+ | undefined;
177
+ RulesetNames: string[] | undefined;
178
+ AdditionalDataSources?: Record<string, DataSource> | undefined;
179
+ }
180
+ export interface StartDataQualityRulesetEvaluationRunResponse {
181
+ RunId?: string | undefined;
182
+ }
183
+ export interface StartExportLabelsTaskRunRequest {
184
+ TransformId: string | undefined;
185
+ OutputS3Path: string | undefined;
186
+ }
187
+ export interface StartExportLabelsTaskRunResponse {
188
+ TaskRunId?: string | undefined;
189
+ }
190
+ export interface StartImportLabelsTaskRunRequest {
191
+ TransformId: string | undefined;
192
+ InputS3Path: string | undefined;
193
+ ReplaceAllLabels?: boolean | undefined;
194
+ }
195
+ export interface StartImportLabelsTaskRunResponse {
196
+ TaskRunId?: string | undefined;
197
+ }
198
+ export interface StartJobRunRequest {
199
+ JobName: string | undefined;
200
+ JobRunQueuingEnabled?: boolean | undefined;
201
+ JobRunId?: string | undefined;
202
+ Arguments?: Record<string, string> | undefined;
203
+ AllocatedCapacity?: number | undefined;
204
+ Timeout?: number | undefined;
205
+ MaxCapacity?: number | undefined;
206
+ SecurityConfiguration?: string | undefined;
207
+ NotificationProperty?: NotificationProperty | undefined;
208
+ WorkerType?: WorkerType | undefined;
209
+ NumberOfWorkers?: number | undefined;
210
+ ExecutionClass?: ExecutionClass | undefined;
211
+ ExecutionRoleSessionPolicy?: string | undefined;
212
+ }
213
+ export interface StartJobRunResponse {
214
+ JobRunId?: string | undefined;
215
+ }
216
+ export interface StartMaterializedViewRefreshTaskRunRequest {
217
+ CatalogId: string | undefined;
218
+ DatabaseName: string | undefined;
219
+ TableName: string | undefined;
220
+ FullRefresh?: boolean | undefined;
221
+ }
222
+ export interface StartMaterializedViewRefreshTaskRunResponse {
223
+ MaterializedViewRefreshTaskRunId?: string | undefined;
224
+ }
225
+ export interface StartMLEvaluationTaskRunRequest {
226
+ TransformId: string | undefined;
227
+ }
228
+ export interface StartMLEvaluationTaskRunResponse {
229
+ TaskRunId?: string | undefined;
230
+ }
231
+ export interface StartMLLabelingSetGenerationTaskRunRequest {
232
+ TransformId: string | undefined;
233
+ OutputS3Path: string | undefined;
234
+ }
235
+ export interface StartMLLabelingSetGenerationTaskRunResponse {
236
+ TaskRunId?: string | undefined;
237
+ }
238
+ export interface StartTriggerRequest {
239
+ Name: string | undefined;
240
+ }
241
+ export interface StartTriggerResponse {
242
+ Name?: string | undefined;
243
+ }
244
+ export interface StartWorkflowRunRequest {
245
+ Name: string | undefined;
246
+ RunProperties?: Record<string, string> | undefined;
247
+ }
248
+ export interface StartWorkflowRunResponse {
249
+ RunId?: string | undefined;
250
+ }
251
+ export interface StopColumnStatisticsTaskRunRequest {
252
+ DatabaseName: string | undefined;
253
+ TableName: string | undefined;
254
+ }
255
+ export interface StopColumnStatisticsTaskRunResponse {}
256
+ export interface StopColumnStatisticsTaskRunScheduleRequest {
257
+ DatabaseName: string | undefined;
258
+ TableName: string | undefined;
259
+ }
260
+ export interface StopColumnStatisticsTaskRunScheduleResponse {}
261
+ export interface StopCrawlerRequest {
262
+ Name: string | undefined;
263
+ }
264
+ export interface StopCrawlerResponse {}
265
+ export interface StopCrawlerScheduleRequest {
266
+ CrawlerName: string | undefined;
267
+ }
268
+ export interface StopCrawlerScheduleResponse {}
269
+ export interface StopMaterializedViewRefreshTaskRunRequest {
270
+ CatalogId: string | undefined;
271
+ DatabaseName: string | undefined;
272
+ TableName: string | undefined;
273
+ }
274
+ export interface StopMaterializedViewRefreshTaskRunResponse {}
275
+ export interface StopSessionRequest {
276
+ Id: string | undefined;
277
+ RequestOrigin?: string | undefined;
278
+ }
279
+ export interface StopSessionResponse {
280
+ Id?: string | undefined;
281
+ }
282
+ export interface StopTriggerRequest {
283
+ Name: string | undefined;
284
+ }
285
+ export interface StopTriggerResponse {
286
+ Name?: string | undefined;
287
+ }
288
+ export interface StopWorkflowRunRequest {
289
+ Name: string | undefined;
290
+ RunId: string | undefined;
291
+ }
292
+ export interface StopWorkflowRunResponse {}
293
+ export interface TagResourceRequest {
294
+ ResourceArn: string | undefined;
295
+ TagsToAdd: Record<string, string> | undefined;
296
+ }
297
+ export interface TagResourceResponse {}
298
+ export interface TestConnectionInput {
299
+ ConnectionType: ConnectionType | undefined;
300
+ ConnectionProperties:
301
+ | Partial<Record<ConnectionPropertyKey, string>>
302
+ | undefined;
303
+ AuthenticationConfiguration?: AuthenticationConfigurationInput | undefined;
304
+ }
305
+ export interface TestConnectionRequest {
306
+ ConnectionName?: string | undefined;
307
+ CatalogId?: string | undefined;
308
+ TestConnectionInput?: TestConnectionInput | undefined;
309
+ }
310
+ export interface TestConnectionResponse {}
311
+ export interface UntagResourceRequest {
312
+ ResourceArn: string | undefined;
313
+ TagsToRemove: string[] | undefined;
314
+ }
315
+ export interface UntagResourceResponse {}
316
+ export interface UpdateBlueprintRequest {
317
+ Name: string | undefined;
318
+ Description?: string | undefined;
319
+ BlueprintLocation: string | undefined;
320
+ }
321
+ export interface UpdateBlueprintResponse {
322
+ Name?: string | undefined;
323
+ }
324
+ export interface UpdateCatalogRequest {
325
+ CatalogId: string | undefined;
326
+ CatalogInput: CatalogInput | undefined;
327
+ }
328
+ export interface UpdateCatalogResponse {}
329
+ export interface UpdateCsvClassifierRequest {
330
+ Name: string | undefined;
331
+ Delimiter?: string | undefined;
332
+ QuoteSymbol?: string | undefined;
333
+ ContainsHeader?: CsvHeaderOption | undefined;
334
+ Header?: string[] | undefined;
335
+ DisableValueTrimming?: boolean | undefined;
336
+ AllowSingleColumn?: boolean | undefined;
337
+ CustomDatatypeConfigured?: boolean | undefined;
338
+ CustomDatatypes?: string[] | undefined;
339
+ Serde?: CsvSerdeOption | undefined;
340
+ }
341
+ export interface UpdateGrokClassifierRequest {
342
+ Name: string | undefined;
343
+ Classification?: string | undefined;
344
+ GrokPattern?: string | undefined;
345
+ CustomPatterns?: string | undefined;
346
+ }
347
+ export interface UpdateJsonClassifierRequest {
348
+ Name: string | undefined;
349
+ JsonPath?: string | undefined;
350
+ }
351
+ export interface UpdateXMLClassifierRequest {
352
+ Name: string | undefined;
353
+ Classification?: string | undefined;
354
+ RowTag?: string | undefined;
355
+ }
356
+ export interface UpdateClassifierRequest {
357
+ GrokClassifier?: UpdateGrokClassifierRequest | undefined;
358
+ XMLClassifier?: UpdateXMLClassifierRequest | undefined;
359
+ JsonClassifier?: UpdateJsonClassifierRequest | undefined;
360
+ CsvClassifier?: UpdateCsvClassifierRequest | undefined;
361
+ }
362
+ export interface UpdateClassifierResponse {}
363
+ export interface UpdateColumnStatisticsForPartitionRequest {
364
+ CatalogId?: string | undefined;
365
+ DatabaseName: string | undefined;
366
+ TableName: string | undefined;
367
+ PartitionValues: string[] | undefined;
368
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
369
+ }
370
+ export interface ColumnStatisticsError {
371
+ ColumnStatistics?: ColumnStatistics | undefined;
372
+ Error?: ErrorDetail | undefined;
373
+ }
374
+ export interface UpdateColumnStatisticsForPartitionResponse {
375
+ Errors?: ColumnStatisticsError[] | undefined;
376
+ }
377
+ export interface UpdateColumnStatisticsForTableRequest {
378
+ CatalogId?: string | undefined;
379
+ DatabaseName: string | undefined;
380
+ TableName: string | undefined;
381
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
382
+ }
383
+ export interface UpdateColumnStatisticsForTableResponse {
384
+ Errors?: ColumnStatisticsError[] | undefined;
385
+ }
386
+ export interface UpdateColumnStatisticsTaskSettingsRequest {
387
+ DatabaseName: string | undefined;
388
+ TableName: string | undefined;
389
+ Role?: string | undefined;
390
+ Schedule?: string | undefined;
391
+ ColumnNameList?: string[] | undefined;
392
+ SampleSize?: number | undefined;
393
+ CatalogID?: string | undefined;
394
+ SecurityConfiguration?: string | undefined;
395
+ }
396
+ export interface UpdateColumnStatisticsTaskSettingsResponse {}
397
+ export interface UpdateConnectionRequest {
398
+ CatalogId?: string | undefined;
399
+ Name: string | undefined;
400
+ ConnectionInput: ConnectionInput | undefined;
401
+ }
402
+ export interface UpdateConnectionResponse {}
403
+ export interface UpdateCrawlerRequest {
404
+ Name: string | undefined;
405
+ Role?: string | undefined;
406
+ DatabaseName?: string | undefined;
407
+ Description?: string | undefined;
408
+ Targets?: CrawlerTargets | undefined;
409
+ Schedule?: string | undefined;
410
+ Classifiers?: string[] | undefined;
411
+ TablePrefix?: string | undefined;
412
+ SchemaChangePolicy?: SchemaChangePolicy | undefined;
413
+ RecrawlPolicy?: RecrawlPolicy | undefined;
414
+ LineageConfiguration?: LineageConfiguration | undefined;
415
+ LakeFormationConfiguration?: LakeFormationConfiguration | undefined;
416
+ Configuration?: string | undefined;
417
+ CrawlerSecurityConfiguration?: string | undefined;
418
+ }
419
+ export interface UpdateCrawlerResponse {}
420
+ export interface UpdateCrawlerScheduleRequest {
421
+ CrawlerName: string | undefined;
422
+ Schedule?: string | undefined;
423
+ }
134
424
  export interface UpdateCrawlerScheduleResponse {}
135
425
  export interface UpdateDatabaseRequest {
136
426
  CatalogId?: string | undefined;
@@ -163,6 +453,31 @@ export interface UpdateDevEndpointRequest {
163
453
  AddArguments?: Record<string, string> | undefined;
164
454
  }
165
455
  export interface UpdateDevEndpointResponse {}
456
+ export interface UpdateGlossaryRequest {
457
+ Identifier: string | undefined;
458
+ Name?: string | undefined;
459
+ Description?: string | undefined;
460
+ ClientToken?: string | undefined;
461
+ }
462
+ export interface UpdateGlossaryResponse {
463
+ Id?: string | undefined;
464
+ Name?: string | undefined;
465
+ Description?: string | undefined;
466
+ }
467
+ export interface UpdateGlossaryTermRequest {
468
+ Identifier: string | undefined;
469
+ Name?: string | undefined;
470
+ ShortDescription?: string | undefined;
471
+ LongDescription?: string | undefined;
472
+ ClientToken?: string | undefined;
473
+ }
474
+ export interface UpdateGlossaryTermResponse {
475
+ Id?: string | undefined;
476
+ GlossaryId?: string | undefined;
477
+ Name?: string | undefined;
478
+ ShortDescription?: string | undefined;
479
+ LongDescription?: string | undefined;
480
+ }
166
481
  export interface UpdateGlueIdentityCenterConfigurationRequest {
167
482
  Scopes?: string[] | undefined;
168
483
  UserBackgroundSessionsEnabled?: boolean | undefined;
@@ -497,6 +812,56 @@ export interface GetUnfilteredTableMetadataResponse {
497
812
  Permissions?: Permission[] | undefined;
498
813
  RowFilter?: string | undefined;
499
814
  }
815
+ export type SearchFilterClause =
816
+ | SearchFilterClause.AndAllFiltersMember
817
+ | SearchFilterClause.AttributeFilterMember
818
+ | SearchFilterClause.MapFilterMember
819
+ | SearchFilterClause.OrAnyFiltersMember
820
+ | SearchFilterClause.$UnknownMember;
821
+ export declare namespace SearchFilterClause {
822
+ interface AndAllFiltersMember {
823
+ AndAllFilters: SearchFilterClause[];
824
+ OrAnyFilters?: never;
825
+ AttributeFilter?: never;
826
+ MapFilter?: never;
827
+ $unknown?: never;
828
+ }
829
+ interface OrAnyFiltersMember {
830
+ AndAllFilters?: never;
831
+ OrAnyFilters: SearchFilterClause[];
832
+ AttributeFilter?: never;
833
+ MapFilter?: never;
834
+ $unknown?: never;
835
+ }
836
+ interface AttributeFilterMember {
837
+ AndAllFilters?: never;
838
+ OrAnyFilters?: never;
839
+ AttributeFilter: SearchAttributeFilter;
840
+ MapFilter?: never;
841
+ $unknown?: never;
842
+ }
843
+ interface MapFilterMember {
844
+ AndAllFilters?: never;
845
+ OrAnyFilters?: never;
846
+ AttributeFilter?: never;
847
+ MapFilter: SearchMapFilter;
848
+ $unknown?: never;
849
+ }
850
+ interface $UnknownMember {
851
+ AndAllFilters?: never;
852
+ OrAnyFilters?: never;
853
+ AttributeFilter?: never;
854
+ MapFilter?: never;
855
+ $unknown: [string, any];
856
+ }
857
+ interface Visitor<T> {
858
+ AndAllFilters: (value: SearchFilterClause[]) => T;
859
+ OrAnyFilters: (value: SearchFilterClause[]) => T;
860
+ AttributeFilter: (value: SearchAttributeFilter) => T;
861
+ MapFilter: (value: SearchMapFilter) => T;
862
+ _: (name: string, value: any) => T;
863
+ }
864
+ }
500
865
  export interface TableVersion {
501
866
  Table?: Table | undefined;
502
867
  VersionId?: string | undefined;
@@ -603,6 +968,13 @@ export interface JobUpdate {
603
968
  SourceControlDetails?: SourceControlDetails | undefined;
604
969
  MaintenanceWindow?: string | undefined;
605
970
  }
971
+ export interface SearchInput {
972
+ SearchText?: string | undefined;
973
+ MaxResults?: number | undefined;
974
+ NextToken?: string | undefined;
975
+ Sort?: SearchSort | undefined;
976
+ FilterClause?: SearchFilterClause | undefined;
977
+ }
606
978
  export interface GetJobResponse {
607
979
  Job?: Job | undefined;
608
980
  }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAssetTypesCommandInput,
4
+ ListAssetTypesCommandOutput,
5
+ } from "../commands/ListAssetTypesCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAssetTypes: (
8
+ config: GluePaginationConfiguration,
9
+ input: ListAssetTypesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAssetTypesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListFormTypesCommandInput,
4
+ ListFormTypesCommandOutput,
5
+ } from "../commands/ListFormTypesCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListFormTypes: (
8
+ config: GluePaginationConfiguration,
9
+ input: ListFormTypesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListFormTypesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListGlossariesCommandInput,
4
+ ListGlossariesCommandOutput,
5
+ } from "../commands/ListGlossariesCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListGlossaries: (
8
+ config: GluePaginationConfiguration,
9
+ input: ListGlossariesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListGlossariesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListGlossaryTermsCommandInput,
4
+ ListGlossaryTermsCommandOutput,
5
+ } from "../commands/ListGlossaryTermsCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListGlossaryTerms: (
8
+ config: GluePaginationConfiguration,
9
+ input: ListGlossaryTermsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListGlossaryTermsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListIterableFormsCommandInput,
4
+ ListIterableFormsCommandOutput,
5
+ } from "../commands/ListIterableFormsCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListIterableForms: (
8
+ config: GluePaginationConfiguration,
9
+ input: ListIterableFormsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListIterableFormsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ SearchCommandInput,
4
+ SearchCommandOutput,
5
+ } from "../commands/SearchCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateSearch: (
8
+ config: GluePaginationConfiguration,
9
+ input: SearchCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<SearchCommandOutput>;
@@ -22,6 +22,7 @@ export * from "./GetTriggersPaginator";
22
22
  export * from "./GetUnfilteredPartitionsMetadataPaginator";
23
23
  export * from "./GetUserDefinedFunctionsPaginator";
24
24
  export * from "./GetWorkflowRunsPaginator";
25
+ export * from "./ListAssetTypesPaginator";
25
26
  export * from "./ListBlueprintsPaginator";
26
27
  export * from "./ListColumnStatisticsTaskRunsPaginator";
27
28
  export * from "./ListConnectionTypesPaginator";
@@ -33,6 +34,10 @@ export * from "./ListDataQualityRulesetEvaluationRunsPaginator";
33
34
  export * from "./ListDataQualityRulesetsPaginator";
34
35
  export * from "./ListDevEndpointsPaginator";
35
36
  export * from "./ListEntitiesPaginator";
37
+ export * from "./ListFormTypesPaginator";
38
+ export * from "./ListGlossariesPaginator";
39
+ export * from "./ListGlossaryTermsPaginator";
40
+ export * from "./ListIterableFormsPaginator";
36
41
  export * from "./ListJobsPaginator";
37
42
  export * from "./ListMaterializedViewRefreshTaskRunsPaginator";
38
43
  export * from "./ListMLTransformsPaginator";
@@ -44,4 +49,5 @@ export * from "./ListTableOptimizerRunsPaginator";
44
49
  export * from "./ListTriggersPaginator";
45
50
  export * from "./ListUsageProfilesPaginator";
46
51
  export * from "./ListWorkflowsPaginator";
52
+ export * from "./SearchPaginator";
47
53
  export * from "./SearchTablesPaginator";