@aws-sdk/client-glue 3.92.0 → 3.95.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 (272) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/commands/BatchGetJobsCommand.js +2 -1
  3. package/dist-cjs/commands/CreateJobCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteClassifierCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
  6. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteCrawlerCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteDatabaseCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDevEndpointCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteJobCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteMLTransformCommand.js +3 -3
  14. package/dist-cjs/commands/DeletePartitionCommand.js +3 -3
  15. package/dist-cjs/commands/DeletePartitionIndexCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteRegistryCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteSessionCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteTableCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteTableVersionCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteTriggerCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteWorkflowCommand.js +3 -3
  27. package/dist-cjs/commands/GetBlueprintCommand.js +3 -3
  28. package/dist-cjs/commands/GetBlueprintRunCommand.js +3 -3
  29. package/dist-cjs/commands/GetBlueprintRunsCommand.js +3 -3
  30. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +3 -3
  31. package/dist-cjs/commands/GetClassifierCommand.js +3 -3
  32. package/dist-cjs/commands/GetClassifiersCommand.js +3 -3
  33. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +1 -2
  34. package/dist-cjs/commands/GetJobCommand.js +2 -1
  35. package/dist-cjs/commands/GetJobsCommand.js +2 -1
  36. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +3 -3
  37. package/dist-cjs/commands/RunStatementCommand.js +3 -3
  38. package/dist-cjs/commands/SearchTablesCommand.js +3 -3
  39. package/dist-cjs/commands/StartBlueprintRunCommand.js +3 -3
  40. package/dist-cjs/commands/StartCrawlerCommand.js +3 -3
  41. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +3 -3
  42. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +3 -3
  43. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +3 -3
  44. package/dist-cjs/commands/StartJobRunCommand.js +3 -3
  45. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +3 -3
  46. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
  47. package/dist-cjs/commands/StartTriggerCommand.js +3 -3
  48. package/dist-cjs/commands/StartWorkflowRunCommand.js +3 -3
  49. package/dist-cjs/commands/StopCrawlerCommand.js +3 -3
  50. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +3 -3
  51. package/dist-cjs/commands/StopSessionCommand.js +3 -3
  52. package/dist-cjs/commands/StopTriggerCommand.js +3 -3
  53. package/dist-cjs/commands/StopWorkflowRunCommand.js +3 -3
  54. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  55. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateBlueprintCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateClassifierCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateCrawlerCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateDatabaseCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateDevEndpointCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateJobCommand.js +1 -2
  66. package/dist-cjs/models/models_0.js +575 -542
  67. package/dist-cjs/models/models_1.js +524 -565
  68. package/dist-cjs/models/models_2.js +607 -1
  69. package/dist-cjs/protocols/Aws_json1_1.js +2504 -59
  70. package/dist-es/commands/BatchGetJobsCommand.js +2 -1
  71. package/dist-es/commands/CreateJobCommand.js +2 -1
  72. package/dist-es/commands/DeleteClassifierCommand.js +2 -1
  73. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +1 -1
  74. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +1 -1
  75. package/dist-es/commands/DeleteConnectionCommand.js +1 -1
  76. package/dist-es/commands/DeleteCrawlerCommand.js +1 -1
  77. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +1 -1
  78. package/dist-es/commands/DeleteDatabaseCommand.js +1 -1
  79. package/dist-es/commands/DeleteDevEndpointCommand.js +1 -1
  80. package/dist-es/commands/DeleteJobCommand.js +1 -1
  81. package/dist-es/commands/DeleteMLTransformCommand.js +1 -1
  82. package/dist-es/commands/DeletePartitionCommand.js +1 -1
  83. package/dist-es/commands/DeletePartitionIndexCommand.js +1 -1
  84. package/dist-es/commands/DeleteRegistryCommand.js +1 -1
  85. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -1
  86. package/dist-es/commands/DeleteSchemaCommand.js +1 -1
  87. package/dist-es/commands/DeleteSchemaVersionsCommand.js +1 -1
  88. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +1 -1
  89. package/dist-es/commands/DeleteSessionCommand.js +1 -1
  90. package/dist-es/commands/DeleteTableCommand.js +1 -1
  91. package/dist-es/commands/DeleteTableVersionCommand.js +1 -1
  92. package/dist-es/commands/DeleteTriggerCommand.js +1 -1
  93. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +1 -1
  94. package/dist-es/commands/DeleteWorkflowCommand.js +1 -1
  95. package/dist-es/commands/GetBlueprintCommand.js +1 -1
  96. package/dist-es/commands/GetBlueprintRunCommand.js +1 -1
  97. package/dist-es/commands/GetBlueprintRunsCommand.js +1 -1
  98. package/dist-es/commands/GetCatalogImportStatusCommand.js +1 -1
  99. package/dist-es/commands/GetClassifierCommand.js +1 -1
  100. package/dist-es/commands/GetClassifiersCommand.js +1 -1
  101. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +1 -2
  102. package/dist-es/commands/GetJobCommand.js +2 -1
  103. package/dist-es/commands/GetJobsCommand.js +2 -1
  104. package/dist-es/commands/ResumeWorkflowRunCommand.js +1 -1
  105. package/dist-es/commands/RunStatementCommand.js +1 -1
  106. package/dist-es/commands/SearchTablesCommand.js +1 -1
  107. package/dist-es/commands/StartBlueprintRunCommand.js +1 -1
  108. package/dist-es/commands/StartCrawlerCommand.js +1 -1
  109. package/dist-es/commands/StartCrawlerScheduleCommand.js +1 -1
  110. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +1 -1
  111. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +1 -1
  112. package/dist-es/commands/StartJobRunCommand.js +1 -1
  113. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +1 -1
  114. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +1 -1
  115. package/dist-es/commands/StartTriggerCommand.js +1 -1
  116. package/dist-es/commands/StartWorkflowRunCommand.js +1 -1
  117. package/dist-es/commands/StopCrawlerCommand.js +1 -1
  118. package/dist-es/commands/StopCrawlerScheduleCommand.js +1 -1
  119. package/dist-es/commands/StopSessionCommand.js +1 -1
  120. package/dist-es/commands/StopTriggerCommand.js +1 -1
  121. package/dist-es/commands/StopWorkflowRunCommand.js +1 -1
  122. package/dist-es/commands/TagResourceCommand.js +1 -1
  123. package/dist-es/commands/UntagResourceCommand.js +1 -1
  124. package/dist-es/commands/UpdateBlueprintCommand.js +1 -1
  125. package/dist-es/commands/UpdateClassifierCommand.js +1 -1
  126. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +1 -1
  127. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +1 -1
  128. package/dist-es/commands/UpdateConnectionCommand.js +1 -1
  129. package/dist-es/commands/UpdateCrawlerCommand.js +1 -1
  130. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +1 -1
  131. package/dist-es/commands/UpdateDatabaseCommand.js +1 -1
  132. package/dist-es/commands/UpdateDevEndpointCommand.js +1 -1
  133. package/dist-es/commands/UpdateJobCommand.js +1 -2
  134. package/dist-es/models/models_0.js +433 -376
  135. package/dist-es/models/models_1.js +364 -410
  136. package/dist-es/models/models_2.js +437 -1
  137. package/dist-es/protocols/Aws_json1_1.js +2000 -32
  138. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -1
  139. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  140. package/dist-types/commands/DeleteClassifierCommand.d.ts +2 -1
  141. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -1
  142. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  143. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  144. package/dist-types/commands/DeleteCrawlerCommand.d.ts +1 -1
  145. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +1 -1
  146. package/dist-types/commands/DeleteDatabaseCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteMLTransformCommand.d.ts +1 -1
  150. package/dist-types/commands/DeletePartitionCommand.d.ts +1 -1
  151. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +1 -1
  152. package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
  153. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  154. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  155. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +1 -1
  156. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  157. package/dist-types/commands/DeleteSessionCommand.d.ts +1 -1
  158. package/dist-types/commands/DeleteTableCommand.d.ts +1 -1
  159. package/dist-types/commands/DeleteTableVersionCommand.d.ts +1 -1
  160. package/dist-types/commands/DeleteTriggerCommand.d.ts +1 -1
  161. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  162. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  163. package/dist-types/commands/GetBlueprintCommand.d.ts +1 -1
  164. package/dist-types/commands/GetBlueprintRunCommand.d.ts +1 -1
  165. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +1 -1
  166. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  167. package/dist-types/commands/GetClassifierCommand.d.ts +1 -1
  168. package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
  169. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -2
  170. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  171. package/dist-types/commands/GetJobsCommand.d.ts +2 -1
  172. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +1 -1
  173. package/dist-types/commands/RunStatementCommand.d.ts +1 -1
  174. package/dist-types/commands/SearchTablesCommand.d.ts +1 -1
  175. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  176. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  177. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  178. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  179. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  180. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  181. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  182. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  183. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  184. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  185. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  186. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  187. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  188. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  189. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  190. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  191. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  192. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  193. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  194. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  195. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  196. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  197. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  198. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  199. package/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
  200. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
  201. package/dist-types/commands/UpdateJobCommand.d.ts +1 -2
  202. package/dist-types/models/models_0.d.ts +3622 -3078
  203. package/dist-types/models/models_1.d.ts +3837 -3956
  204. package/dist-types/models/models_2.d.ts +2400 -216
  205. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +2 -1
  206. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
  207. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +2 -1
  208. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -2
  237. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
  238. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +2 -1
  239. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -2
  269. package/dist-types/ts3.4/models/models_0.d.ts +1292 -46
  270. package/dist-types/ts3.4/models/models_1.d.ts +2061 -1911
  271. package/dist-types/ts3.4/models/models_2.d.ts +560 -103
  272. package/package.json +4 -4
@@ -1,218 +1,675 @@
1
- import { Action, Compatibility, EventBatchingCondition, PartitionInput, Predicate, RegistryId, SchemaId, TableInput, TransformParameters, Trigger, UserDefinedFunctionInput, WorkerType } from "./models_0";
2
- import { SchemaVersionNumber } from "./models_1";
3
- export interface UpdateJobResponse {
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
+ import { Action, Aggregate, AthenaConnectorSource, BasicCatalogTarget, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, DatabaseInput, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamoDBCatalogSource, ErrorDetail, EventBatchingCondition, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, RecrawlPolicy, RedshiftSource, RedshiftTarget, RegistryId, RelationalCatalogSource, RenameField, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DirectTarget, S3GlueParquetTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, TableInput, TransformParameters, Trigger, Union, UserDefinedFunctionInput, WorkerType } from "./models_0";
4
+ import { ColumnStatistics, ResourceShareType, SchemaVersionNumber, Table } from "./models_1";
5
+
6
+ export declare class IllegalWorkflowStateException extends __BaseException {
7
+ readonly name: "IllegalWorkflowStateException";
8
+ readonly $fault: "client";
9
+
10
+ Message?: string;
11
+
12
+ constructor(opts: __ExceptionOptionType<IllegalWorkflowStateException, __BaseException>);
13
+ }
14
+ export interface ResumeWorkflowRunRequest {
15
+
16
+ Name: string | undefined;
17
+
18
+ RunId: string | undefined;
19
+
20
+ NodeIds: string[] | undefined;
21
+ }
22
+ export declare namespace ResumeWorkflowRunRequest {
23
+
24
+ const filterSensitiveLog: (obj: ResumeWorkflowRunRequest) => any;
25
+ }
26
+ export interface ResumeWorkflowRunResponse {
27
+
28
+ RunId?: string;
29
+
30
+ NodeIds?: string[];
31
+ }
32
+ export declare namespace ResumeWorkflowRunResponse {
33
+
34
+ const filterSensitiveLog: (obj: ResumeWorkflowRunResponse) => any;
35
+ }
36
+ export interface RunStatementRequest {
37
+
38
+ SessionId: string | undefined;
39
+
40
+ Code: string | undefined;
41
+
42
+ RequestOrigin?: string;
43
+ }
44
+ export declare namespace RunStatementRequest {
45
+
46
+ const filterSensitiveLog: (obj: RunStatementRequest) => any;
47
+ }
48
+ export interface RunStatementResponse {
49
+
50
+ Id?: number;
51
+ }
52
+ export declare namespace RunStatementResponse {
53
+
54
+ const filterSensitiveLog: (obj: RunStatementResponse) => any;
55
+ }
56
+ export declare enum Comparator {
57
+ EQUALS = "EQUALS",
58
+ GREATER_THAN = "GREATER_THAN",
59
+ GREATER_THAN_EQUALS = "GREATER_THAN_EQUALS",
60
+ LESS_THAN = "LESS_THAN",
61
+ LESS_THAN_EQUALS = "LESS_THAN_EQUALS"
62
+ }
63
+
64
+ export interface PropertyPredicate {
65
+
66
+ Key?: string;
67
+
68
+ Value?: string;
69
+
70
+ Comparator?: Comparator | string;
71
+ }
72
+ export declare namespace PropertyPredicate {
73
+
74
+ const filterSensitiveLog: (obj: PropertyPredicate) => any;
75
+ }
76
+ export declare enum Sort {
77
+ ASCENDING = "ASC",
78
+ DESCENDING = "DESC"
79
+ }
80
+
81
+ export interface SortCriterion {
82
+
83
+ FieldName?: string;
84
+
85
+ Sort?: Sort | string;
86
+ }
87
+ export declare namespace SortCriterion {
88
+
89
+ const filterSensitiveLog: (obj: SortCriterion) => any;
90
+ }
91
+ export interface SearchTablesRequest {
92
+
93
+ CatalogId?: string;
94
+
95
+ NextToken?: string;
96
+
97
+ Filters?: PropertyPredicate[];
98
+
99
+ SearchText?: string;
100
+
101
+ SortCriteria?: SortCriterion[];
102
+
103
+ MaxResults?: number;
104
+
105
+ ResourceShareType?: ResourceShareType | string;
106
+ }
107
+ export declare namespace SearchTablesRequest {
108
+
109
+ const filterSensitiveLog: (obj: SearchTablesRequest) => any;
110
+ }
111
+ export interface SearchTablesResponse {
112
+
113
+ NextToken?: string;
114
+
115
+ TableList?: Table[];
116
+ }
117
+ export declare namespace SearchTablesResponse {
118
+
119
+ const filterSensitiveLog: (obj: SearchTablesResponse) => any;
120
+ }
121
+ export declare class IllegalBlueprintStateException extends __BaseException {
122
+ readonly name: "IllegalBlueprintStateException";
123
+ readonly $fault: "client";
124
+ Message?: string;
125
+
126
+ constructor(opts: __ExceptionOptionType<IllegalBlueprintStateException, __BaseException>);
127
+ }
128
+ export interface StartBlueprintRunRequest {
129
+
130
+ BlueprintName: string | undefined;
131
+
132
+ Parameters?: string;
133
+
134
+ RoleArn: string | undefined;
135
+ }
136
+ export declare namespace StartBlueprintRunRequest {
137
+
138
+ const filterSensitiveLog: (obj: StartBlueprintRunRequest) => any;
139
+ }
140
+ export interface StartBlueprintRunResponse {
141
+
142
+ RunId?: string;
143
+ }
144
+ export declare namespace StartBlueprintRunResponse {
4
145
 
5
- JobName?: string;
146
+ const filterSensitiveLog: (obj: StartBlueprintRunResponse) => any;
6
147
  }
7
- export declare namespace UpdateJobResponse {
148
+ export interface StartCrawlerRequest {
8
149
 
9
- const filterSensitiveLog: (obj: UpdateJobResponse) => any;
150
+ Name: string | undefined;
151
+ }
152
+ export declare namespace StartCrawlerRequest {
153
+
154
+ const filterSensitiveLog: (obj: StartCrawlerRequest) => any;
155
+ }
156
+ export interface StartCrawlerResponse {
157
+ }
158
+ export declare namespace StartCrawlerResponse {
159
+
160
+ const filterSensitiveLog: (obj: StartCrawlerResponse) => any;
161
+ }
162
+
163
+ export declare class NoScheduleException extends __BaseException {
164
+ readonly name: "NoScheduleException";
165
+ readonly $fault: "client";
166
+
167
+ Message?: string;
168
+
169
+ constructor(opts: __ExceptionOptionType<NoScheduleException, __BaseException>);
170
+ }
171
+
172
+ export declare class SchedulerRunningException extends __BaseException {
173
+ readonly name: "SchedulerRunningException";
174
+ readonly $fault: "client";
175
+
176
+ Message?: string;
177
+
178
+ constructor(opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>);
179
+ }
180
+ export interface StartCrawlerScheduleRequest {
181
+
182
+ CrawlerName: string | undefined;
183
+ }
184
+ export declare namespace StartCrawlerScheduleRequest {
185
+
186
+ const filterSensitiveLog: (obj: StartCrawlerScheduleRequest) => any;
187
+ }
188
+ export interface StartCrawlerScheduleResponse {
10
189
  }
11
- export interface UpdateMLTransformRequest {
190
+ export declare namespace StartCrawlerScheduleResponse {
191
+
192
+ const filterSensitiveLog: (obj: StartCrawlerScheduleResponse) => any;
193
+ }
194
+ export interface StartExportLabelsTaskRunRequest {
12
195
 
13
196
  TransformId: string | undefined;
14
197
 
15
- Name?: string;
198
+ OutputS3Path: string | undefined;
199
+ }
200
+ export declare namespace StartExportLabelsTaskRunRequest {
16
201
 
17
- Description?: string;
202
+ const filterSensitiveLog: (obj: StartExportLabelsTaskRunRequest) => any;
203
+ }
204
+ export interface StartExportLabelsTaskRunResponse {
18
205
 
19
- Parameters?: TransformParameters;
206
+ TaskRunId?: string;
207
+ }
208
+ export declare namespace StartExportLabelsTaskRunResponse {
20
209
 
21
- Role?: string;
210
+ const filterSensitiveLog: (obj: StartExportLabelsTaskRunResponse) => any;
211
+ }
212
+ export interface StartImportLabelsTaskRunRequest {
213
+
214
+ TransformId: string | undefined;
22
215
 
23
- GlueVersion?: string;
216
+ InputS3Path: string | undefined;
217
+
218
+ ReplaceAllLabels?: boolean;
219
+ }
220
+ export declare namespace StartImportLabelsTaskRunRequest {
221
+
222
+ const filterSensitiveLog: (obj: StartImportLabelsTaskRunRequest) => any;
223
+ }
224
+ export interface StartImportLabelsTaskRunResponse {
225
+
226
+ TaskRunId?: string;
227
+ }
228
+ export declare namespace StartImportLabelsTaskRunResponse {
229
+
230
+ const filterSensitiveLog: (obj: StartImportLabelsTaskRunResponse) => any;
231
+ }
232
+ export interface StartJobRunRequest {
233
+
234
+ JobName: string | undefined;
235
+
236
+ JobRunId?: string;
237
+
238
+ Arguments?: {
239
+ [key: string]: string;
240
+ };
241
+
242
+ AllocatedCapacity?: number;
243
+
244
+ Timeout?: number;
24
245
 
25
246
  MaxCapacity?: number;
26
247
 
248
+ SecurityConfiguration?: string;
249
+
250
+ NotificationProperty?: NotificationProperty;
251
+
27
252
  WorkerType?: WorkerType | string;
28
253
 
29
254
  NumberOfWorkers?: number;
255
+ }
256
+ export declare namespace StartJobRunRequest {
30
257
 
31
- Timeout?: number;
258
+ const filterSensitiveLog: (obj: StartJobRunRequest) => any;
259
+ }
260
+ export interface StartJobRunResponse {
32
261
 
33
- MaxRetries?: number;
262
+ JobRunId?: string;
34
263
  }
35
- export declare namespace UpdateMLTransformRequest {
264
+ export declare namespace StartJobRunResponse {
36
265
 
37
- const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
266
+ const filterSensitiveLog: (obj: StartJobRunResponse) => any;
38
267
  }
39
- export interface UpdateMLTransformResponse {
268
+
269
+ export declare class MLTransformNotReadyException extends __BaseException {
270
+ readonly name: "MLTransformNotReadyException";
271
+ readonly $fault: "client";
272
+
273
+ Message?: string;
40
274
 
41
- TransformId?: string;
275
+ constructor(opts: __ExceptionOptionType<MLTransformNotReadyException, __BaseException>);
42
276
  }
43
- export declare namespace UpdateMLTransformResponse {
277
+ export interface StartMLEvaluationTaskRunRequest {
44
278
 
45
- const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
279
+ TransformId: string | undefined;
46
280
  }
47
- export interface UpdatePartitionRequest {
281
+ export declare namespace StartMLEvaluationTaskRunRequest {
48
282
 
49
- CatalogId?: string;
283
+ const filterSensitiveLog: (obj: StartMLEvaluationTaskRunRequest) => any;
284
+ }
285
+ export interface StartMLEvaluationTaskRunResponse {
50
286
 
51
- DatabaseName: string | undefined;
287
+ TaskRunId?: string;
288
+ }
289
+ export declare namespace StartMLEvaluationTaskRunResponse {
52
290
 
53
- TableName: string | undefined;
291
+ const filterSensitiveLog: (obj: StartMLEvaluationTaskRunResponse) => any;
292
+ }
293
+ export interface StartMLLabelingSetGenerationTaskRunRequest {
54
294
 
55
- PartitionValueList: string[] | undefined;
295
+ TransformId: string | undefined;
56
296
 
57
- PartitionInput: PartitionInput | undefined;
297
+ OutputS3Path: string | undefined;
58
298
  }
59
- export declare namespace UpdatePartitionRequest {
299
+ export declare namespace StartMLLabelingSetGenerationTaskRunRequest {
60
300
 
61
- const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
301
+ const filterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunRequest) => any;
62
302
  }
63
- export interface UpdatePartitionResponse {
303
+ export interface StartMLLabelingSetGenerationTaskRunResponse {
304
+
305
+ TaskRunId?: string;
64
306
  }
65
- export declare namespace UpdatePartitionResponse {
307
+ export declare namespace StartMLLabelingSetGenerationTaskRunResponse {
66
308
 
67
- const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
309
+ const filterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunResponse) => any;
68
310
  }
69
- export interface UpdateRegistryInput {
311
+ export interface StartTriggerRequest {
70
312
 
71
- RegistryId: RegistryId | undefined;
313
+ Name: string | undefined;
314
+ }
315
+ export declare namespace StartTriggerRequest {
72
316
 
73
- Description: string | undefined;
317
+ const filterSensitiveLog: (obj: StartTriggerRequest) => any;
74
318
  }
75
- export declare namespace UpdateRegistryInput {
319
+ export interface StartTriggerResponse {
76
320
 
77
- const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
321
+ Name?: string;
78
322
  }
79
- export interface UpdateRegistryResponse {
323
+ export declare namespace StartTriggerResponse {
80
324
 
81
- RegistryName?: string;
325
+ const filterSensitiveLog: (obj: StartTriggerResponse) => any;
326
+ }
327
+ export interface StartWorkflowRunRequest {
82
328
 
83
- RegistryArn?: string;
329
+ Name: string | undefined;
330
+
331
+ RunProperties?: {
332
+ [key: string]: string;
333
+ };
84
334
  }
85
- export declare namespace UpdateRegistryResponse {
335
+ export declare namespace StartWorkflowRunRequest {
86
336
 
87
- const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
337
+ const filterSensitiveLog: (obj: StartWorkflowRunRequest) => any;
88
338
  }
89
- export interface UpdateSchemaInput {
339
+ export interface StartWorkflowRunResponse {
90
340
 
91
- SchemaId: SchemaId | undefined;
341
+ RunId?: string;
342
+ }
343
+ export declare namespace StartWorkflowRunResponse {
92
344
 
93
- SchemaVersionNumber?: SchemaVersionNumber;
345
+ const filterSensitiveLog: (obj: StartWorkflowRunResponse) => any;
346
+ }
347
+
348
+ export declare class CrawlerNotRunningException extends __BaseException {
349
+ readonly name: "CrawlerNotRunningException";
350
+ readonly $fault: "client";
94
351
 
95
- Compatibility?: Compatibility | string;
352
+ Message?: string;
96
353
 
97
- Description?: string;
354
+ constructor(opts: __ExceptionOptionType<CrawlerNotRunningException, __BaseException>);
98
355
  }
99
- export declare namespace UpdateSchemaInput {
356
+
357
+ export declare class CrawlerStoppingException extends __BaseException {
358
+ readonly name: "CrawlerStoppingException";
359
+ readonly $fault: "client";
360
+
361
+ Message?: string;
100
362
 
101
- const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
363
+ constructor(opts: __ExceptionOptionType<CrawlerStoppingException, __BaseException>);
102
364
  }
103
- export interface UpdateSchemaResponse {
365
+ export interface StopCrawlerRequest {
104
366
 
105
- SchemaArn?: string;
367
+ Name: string | undefined;
368
+ }
369
+ export declare namespace StopCrawlerRequest {
106
370
 
107
- SchemaName?: string;
371
+ const filterSensitiveLog: (obj: StopCrawlerRequest) => any;
372
+ }
373
+ export interface StopCrawlerResponse {
374
+ }
375
+ export declare namespace StopCrawlerResponse {
108
376
 
109
- RegistryName?: string;
377
+ const filterSensitiveLog: (obj: StopCrawlerResponse) => any;
110
378
  }
111
- export declare namespace UpdateSchemaResponse {
379
+
380
+ export declare class SchedulerNotRunningException extends __BaseException {
381
+ readonly name: "SchedulerNotRunningException";
382
+ readonly $fault: "client";
383
+
384
+ Message?: string;
112
385
 
113
- const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
386
+ constructor(opts: __ExceptionOptionType<SchedulerNotRunningException, __BaseException>);
114
387
  }
115
- export interface UpdateTableRequest {
388
+ export interface StopCrawlerScheduleRequest {
116
389
 
117
- CatalogId?: string;
390
+ CrawlerName: string | undefined;
391
+ }
392
+ export declare namespace StopCrawlerScheduleRequest {
118
393
 
119
- DatabaseName: string | undefined;
394
+ const filterSensitiveLog: (obj: StopCrawlerScheduleRequest) => any;
395
+ }
396
+ export interface StopCrawlerScheduleResponse {
397
+ }
398
+ export declare namespace StopCrawlerScheduleResponse {
120
399
 
121
- TableInput: TableInput | undefined;
400
+ const filterSensitiveLog: (obj: StopCrawlerScheduleResponse) => any;
401
+ }
402
+ export interface StopSessionRequest {
122
403
 
123
- SkipArchive?: boolean;
404
+ Id: string | undefined;
124
405
 
125
- TransactionId?: string;
126
- VersionId?: string;
406
+ RequestOrigin?: string;
127
407
  }
128
- export declare namespace UpdateTableRequest {
408
+ export declare namespace StopSessionRequest {
129
409
 
130
- const filterSensitiveLog: (obj: UpdateTableRequest) => any;
410
+ const filterSensitiveLog: (obj: StopSessionRequest) => any;
131
411
  }
132
- export interface UpdateTableResponse {
412
+ export interface StopSessionResponse {
413
+
414
+ Id?: string;
133
415
  }
134
- export declare namespace UpdateTableResponse {
416
+ export declare namespace StopSessionResponse {
135
417
 
136
- const filterSensitiveLog: (obj: UpdateTableResponse) => any;
418
+ const filterSensitiveLog: (obj: StopSessionResponse) => any;
137
419
  }
138
-
139
- export interface TriggerUpdate {
420
+ export interface StopTriggerRequest {
421
+
422
+ Name: string | undefined;
423
+ }
424
+ export declare namespace StopTriggerRequest {
425
+
426
+ const filterSensitiveLog: (obj: StopTriggerRequest) => any;
427
+ }
428
+ export interface StopTriggerResponse {
140
429
 
141
430
  Name?: string;
431
+ }
432
+ export declare namespace StopTriggerResponse {
433
+
434
+ const filterSensitiveLog: (obj: StopTriggerResponse) => any;
435
+ }
436
+ export interface StopWorkflowRunRequest {
437
+
438
+ Name: string | undefined;
439
+
440
+ RunId: string | undefined;
441
+ }
442
+ export declare namespace StopWorkflowRunRequest {
443
+
444
+ const filterSensitiveLog: (obj: StopWorkflowRunRequest) => any;
445
+ }
446
+ export interface StopWorkflowRunResponse {
447
+ }
448
+ export declare namespace StopWorkflowRunResponse {
449
+
450
+ const filterSensitiveLog: (obj: StopWorkflowRunResponse) => any;
451
+ }
452
+ export interface TagResourceRequest {
453
+
454
+ ResourceArn: string | undefined;
455
+
456
+ TagsToAdd: {
457
+ [key: string]: string;
458
+ } | undefined;
459
+ }
460
+ export declare namespace TagResourceRequest {
461
+
462
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
463
+ }
464
+ export interface TagResourceResponse {
465
+ }
466
+ export declare namespace TagResourceResponse {
467
+
468
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
469
+ }
470
+ export interface UntagResourceRequest {
471
+
472
+ ResourceArn: string | undefined;
473
+
474
+ TagsToRemove: string[] | undefined;
475
+ }
476
+ export declare namespace UntagResourceRequest {
477
+
478
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
479
+ }
480
+ export interface UntagResourceResponse {
481
+ }
482
+ export declare namespace UntagResourceResponse {
483
+
484
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
485
+ }
486
+ export interface UpdateBlueprintRequest {
487
+
488
+ Name: string | undefined;
142
489
 
143
490
  Description?: string;
144
491
 
145
- Schedule?: string;
492
+ BlueprintLocation: string | undefined;
493
+ }
494
+ export declare namespace UpdateBlueprintRequest {
146
495
 
147
- Actions?: Action[];
496
+ const filterSensitiveLog: (obj: UpdateBlueprintRequest) => any;
497
+ }
498
+ export interface UpdateBlueprintResponse {
148
499
 
149
- Predicate?: Predicate;
500
+ Name?: string;
501
+ }
502
+ export declare namespace UpdateBlueprintResponse {
150
503
 
151
- EventBatchingCondition?: EventBatchingCondition;
504
+ const filterSensitiveLog: (obj: UpdateBlueprintResponse) => any;
152
505
  }
153
- export declare namespace TriggerUpdate {
506
+
507
+ export interface UpdateCsvClassifierRequest {
508
+
509
+ Name: string | undefined;
510
+
511
+ Delimiter?: string;
154
512
 
155
- const filterSensitiveLog: (obj: TriggerUpdate) => any;
513
+ QuoteSymbol?: string;
514
+
515
+ ContainsHeader?: CsvHeaderOption | string;
516
+
517
+ Header?: string[];
518
+
519
+ DisableValueTrimming?: boolean;
520
+
521
+ AllowSingleColumn?: boolean;
156
522
  }
157
- export interface UpdateTriggerRequest {
523
+ export declare namespace UpdateCsvClassifierRequest {
524
+
525
+ const filterSensitiveLog: (obj: UpdateCsvClassifierRequest) => any;
526
+ }
527
+
528
+ export interface UpdateGrokClassifierRequest {
158
529
 
159
530
  Name: string | undefined;
160
531
 
161
- TriggerUpdate: TriggerUpdate | undefined;
532
+ Classification?: string;
533
+
534
+ GrokPattern?: string;
535
+
536
+ CustomPatterns?: string;
162
537
  }
163
- export declare namespace UpdateTriggerRequest {
538
+ export declare namespace UpdateGrokClassifierRequest {
164
539
 
165
- const filterSensitiveLog: (obj: UpdateTriggerRequest) => any;
540
+ const filterSensitiveLog: (obj: UpdateGrokClassifierRequest) => any;
166
541
  }
167
- export interface UpdateTriggerResponse {
542
+
543
+ export interface UpdateJsonClassifierRequest {
544
+
545
+ Name: string | undefined;
546
+
547
+ JsonPath?: string;
548
+ }
549
+ export declare namespace UpdateJsonClassifierRequest {
168
550
 
169
- Trigger?: Trigger;
551
+ const filterSensitiveLog: (obj: UpdateJsonClassifierRequest) => any;
170
552
  }
171
- export declare namespace UpdateTriggerResponse {
553
+
554
+ export interface UpdateXMLClassifierRequest {
555
+
556
+ Name: string | undefined;
557
+
558
+ Classification?: string;
559
+
560
+ RowTag?: string;
561
+ }
562
+ export declare namespace UpdateXMLClassifierRequest {
563
+
564
+ const filterSensitiveLog: (obj: UpdateXMLClassifierRequest) => any;
565
+ }
566
+ export interface UpdateClassifierRequest {
567
+
568
+ GrokClassifier?: UpdateGrokClassifierRequest;
569
+
570
+ XMLClassifier?: UpdateXMLClassifierRequest;
571
+
572
+ JsonClassifier?: UpdateJsonClassifierRequest;
573
+
574
+ CsvClassifier?: UpdateCsvClassifierRequest;
575
+ }
576
+ export declare namespace UpdateClassifierRequest {
577
+
578
+ const filterSensitiveLog: (obj: UpdateClassifierRequest) => any;
579
+ }
580
+ export interface UpdateClassifierResponse {
581
+ }
582
+ export declare namespace UpdateClassifierResponse {
583
+
584
+ const filterSensitiveLog: (obj: UpdateClassifierResponse) => any;
585
+ }
586
+
587
+ export declare class VersionMismatchException extends __BaseException {
588
+ readonly name: "VersionMismatchException";
589
+ readonly $fault: "client";
172
590
 
173
- const filterSensitiveLog: (obj: UpdateTriggerResponse) => any;
591
+ Message?: string;
592
+
593
+ constructor(opts: __ExceptionOptionType<VersionMismatchException, __BaseException>);
174
594
  }
175
- export interface UpdateUserDefinedFunctionRequest {
595
+ export interface UpdateColumnStatisticsForPartitionRequest {
176
596
 
177
597
  CatalogId?: string;
178
598
 
179
599
  DatabaseName: string | undefined;
180
600
 
181
- FunctionName: string | undefined;
601
+ TableName: string | undefined;
602
+
603
+ PartitionValues: string[] | undefined;
182
604
 
183
- FunctionInput: UserDefinedFunctionInput | undefined;
605
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
184
606
  }
185
- export declare namespace UpdateUserDefinedFunctionRequest {
607
+ export declare namespace UpdateColumnStatisticsForPartitionRequest {
186
608
 
187
- const filterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
609
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionRequest) => any;
188
610
  }
189
- export interface UpdateUserDefinedFunctionResponse {
611
+
612
+ export interface ColumnStatisticsError {
613
+
614
+ ColumnStatistics?: ColumnStatistics;
615
+
616
+ Error?: ErrorDetail;
190
617
  }
191
- export declare namespace UpdateUserDefinedFunctionResponse {
618
+ export declare namespace ColumnStatisticsError {
192
619
 
193
- const filterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
620
+ const filterSensitiveLog: (obj: ColumnStatisticsError) => any;
194
621
  }
195
- export interface UpdateWorkflowRequest {
622
+ export interface UpdateColumnStatisticsForPartitionResponse {
196
623
 
197
- Name: string | undefined;
624
+ Errors?: ColumnStatisticsError[];
625
+ }
626
+ export declare namespace UpdateColumnStatisticsForPartitionResponse {
198
627
 
199
- Description?: string;
628
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionResponse) => any;
629
+ }
630
+ export interface UpdateColumnStatisticsForTableRequest {
200
631
 
201
- DefaultRunProperties?: {
202
- [key: string]: string;
203
- };
632
+ CatalogId?: string;
633
+
634
+ DatabaseName: string | undefined;
635
+
636
+ TableName: string | undefined;
204
637
 
205
- MaxConcurrentRuns?: number;
638
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
206
639
  }
207
- export declare namespace UpdateWorkflowRequest {
640
+ export declare namespace UpdateColumnStatisticsForTableRequest {
208
641
 
209
- const filterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
642
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForTableRequest) => any;
210
643
  }
211
- export interface UpdateWorkflowResponse {
644
+ export interface UpdateColumnStatisticsForTableResponse {
212
645
 
213
- Name?: string;
646
+ Errors?: ColumnStatisticsError[];
647
+ }
648
+ export declare namespace UpdateColumnStatisticsForTableResponse {
649
+
650
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForTableResponse) => any;
651
+ }
652
+ export interface UpdateConnectionRequest {
653
+
654
+ CatalogId?: string;
655
+
656
+ Name: string | undefined;
657
+
658
+ ConnectionInput: ConnectionInput | undefined;
659
+ }
660
+ export declare namespace UpdateConnectionRequest {
661
+
662
+ const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
663
+ }
664
+ export interface UpdateConnectionResponse {
214
665
  }
215
- export declare namespace UpdateWorkflowResponse {
666
+ export declare namespace UpdateConnectionResponse {
216
667
 
217
- const filterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
668
+ const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
218
669
  }
670
+ export interface UpdateCrawlerRequest {
671
+
672
+ Name: string | undefined;
673
+
674
+ Role?: string;
675
+