@aws-sdk/client-glue 3.85.0 → 3.93.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 +3 -3
@@ -1,403 +1,2587 @@
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
+ * <p>The workflow is in an invalid state to perform a requested operation.</p>
7
+ */
8
+ export declare class IllegalWorkflowStateException extends __BaseException {
9
+ readonly name: "IllegalWorkflowStateException";
10
+ readonly $fault: "client";
4
11
  /**
5
- * <p>Returns the name of the updated job definition.</p>
12
+ * <p>A message describing the problem.</p>
6
13
  */
7
- JobName?: string;
8
- }
9
- export declare namespace UpdateJobResponse {
14
+ Message?: string;
10
15
  /**
11
16
  * @internal
12
17
  */
13
- const filterSensitiveLog: (obj: UpdateJobResponse) => any;
18
+ constructor(opts: __ExceptionOptionType<IllegalWorkflowStateException, __BaseException>);
14
19
  }
15
- export interface UpdateMLTransformRequest {
16
- /**
17
- * <p>A unique identifier that was generated when the transform was created.</p>
18
- */
19
- TransformId: string | undefined;
20
+ export interface ResumeWorkflowRunRequest {
20
21
  /**
21
- * <p>The unique name that you gave the transform when you created it.</p>
22
+ * <p>The name of the workflow to resume.</p>
22
23
  */
23
- Name?: string;
24
+ Name: string | undefined;
24
25
  /**
25
- * <p>A description of the transform. The default is an empty string.</p>
26
+ * <p>The ID of the workflow run to resume.</p>
26
27
  */
27
- Description?: string;
28
+ RunId: string | undefined;
28
29
  /**
29
- * <p>The configuration parameters that are specific to the transform type (algorithm) used.
30
- * Conditionally dependent on the transform type.</p>
30
+ * <p>A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.</p>
31
31
  */
32
- Parameters?: TransformParameters;
32
+ NodeIds: string[] | undefined;
33
+ }
34
+ export declare namespace ResumeWorkflowRunRequest {
33
35
  /**
34
- * <p>The name or Amazon Resource Name (ARN) of the IAM role with the required
35
- * permissions.</p>
36
+ * @internal
36
37
  */
37
- Role?: string;
38
+ const filterSensitiveLog: (obj: ResumeWorkflowRunRequest) => any;
39
+ }
40
+ export interface ResumeWorkflowRunResponse {
38
41
  /**
39
- * <p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions">Glue Versions</a> in the developer guide.</p>
42
+ * <p>The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.</p>
40
43
  */
41
- GlueVersion?: string;
44
+ RunId?: string;
42
45
  /**
43
- * <p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of
44
- * processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
45
- * information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
46
- * page</a>. </p>
47
- *
48
- * <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>
46
+ * <p>A list of the node IDs for the nodes that were actually restarted.</p>
49
47
  */
50
- MaxCapacity?: number;
48
+ NodeIds?: string[];
49
+ }
50
+ export declare namespace ResumeWorkflowRunResponse {
51
51
  /**
52
- * <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
53
- * <ul>
54
- * <li>
55
- * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
56
- * </li>
57
- * <li>
58
- * <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p>
59
- * </li>
60
- * <li>
61
- * <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p>
62
- * </li>
63
- * </ul>
52
+ * @internal
64
53
  */
65
- WorkerType?: WorkerType | string;
54
+ const filterSensitiveLog: (obj: ResumeWorkflowRunResponse) => any;
55
+ }
56
+ export interface RunStatementRequest {
66
57
  /**
67
- * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
58
+ * <p>The Session Id of the statement to be run.</p>
68
59
  */
69
- NumberOfWorkers?: number;
60
+ SessionId: string | undefined;
70
61
  /**
71
- * <p>The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
62
+ * <p>The statement code to be run.</p>
72
63
  */
73
- Timeout?: number;
64
+ Code: string | undefined;
74
65
  /**
75
- * <p>The maximum number of times to retry a task for this transform after a task run fails.</p>
66
+ * <p>The origin of the request.</p>
76
67
  */
77
- MaxRetries?: number;
68
+ RequestOrigin?: string;
78
69
  }
79
- export declare namespace UpdateMLTransformRequest {
70
+ export declare namespace RunStatementRequest {
80
71
  /**
81
72
  * @internal
82
73
  */
83
- const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
74
+ const filterSensitiveLog: (obj: RunStatementRequest) => any;
84
75
  }
85
- export interface UpdateMLTransformResponse {
76
+ export interface RunStatementResponse {
86
77
  /**
87
- * <p>The unique identifier for the transform that was updated.</p>
78
+ * <p>Returns the Id of the statement that was run.</p>
88
79
  */
89
- TransformId?: string;
80
+ Id?: number;
90
81
  }
91
- export declare namespace UpdateMLTransformResponse {
82
+ export declare namespace RunStatementResponse {
92
83
  /**
93
84
  * @internal
94
85
  */
95
- const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
86
+ const filterSensitiveLog: (obj: RunStatementResponse) => any;
96
87
  }
97
- export interface UpdatePartitionRequest {
88
+ export declare enum Comparator {
89
+ EQUALS = "EQUALS",
90
+ GREATER_THAN = "GREATER_THAN",
91
+ GREATER_THAN_EQUALS = "GREATER_THAN_EQUALS",
92
+ LESS_THAN = "LESS_THAN",
93
+ LESS_THAN_EQUALS = "LESS_THAN_EQUALS"
94
+ }
95
+ /**
96
+ * <p>Defines a property predicate.</p>
97
+ */
98
+ export interface PropertyPredicate {
98
99
  /**
99
- * <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
100
- * the Amazon Web Services account ID is used by default.</p>
100
+ * <p>The key of the property.</p>
101
101
  */
102
- CatalogId?: string;
102
+ Key?: string;
103
103
  /**
104
- * <p>The name of the catalog database in which the table in question
105
- * resides.</p>
104
+ * <p>The value of the property.</p>
106
105
  */
107
- DatabaseName: string | undefined;
106
+ Value?: string;
108
107
  /**
109
- * <p>The name of the table in which the partition to be updated is located.</p>
108
+ * <p>The comparator used to compare this property to others.</p>
110
109
  */
111
- TableName: string | undefined;
110
+ Comparator?: Comparator | string;
111
+ }
112
+ export declare namespace PropertyPredicate {
112
113
  /**
113
- * <p>List of partition key values that define the partition to update.</p>
114
+ * @internal
114
115
  */
115
- PartitionValueList: string[] | undefined;
116
+ const filterSensitiveLog: (obj: PropertyPredicate) => any;
117
+ }
118
+ export declare enum Sort {
119
+ ASCENDING = "ASC",
120
+ DESCENDING = "DESC"
121
+ }
122
+ /**
123
+ * <p>Specifies a field to sort by and a sort order.</p>
124
+ */
125
+ export interface SortCriterion {
116
126
  /**
117
- * <p>The new partition object to update the partition to.</p>
118
- *
119
- * <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>
127
+ * <p>The name of the field on which to sort.</p>
120
128
  */
121
- PartitionInput: PartitionInput | undefined;
122
- }
123
- export declare namespace UpdatePartitionRequest {
129
+ FieldName?: string;
124
130
  /**
125
- * @internal
131
+ * <p>An ascending or descending sort.</p>
126
132
  */
127
- const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
128
- }
129
- export interface UpdatePartitionResponse {
133
+ Sort?: Sort | string;
130
134
  }
131
- export declare namespace UpdatePartitionResponse {
135
+ export declare namespace SortCriterion {
132
136
  /**
133
137
  * @internal
134
138
  */
135
- const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
139
+ const filterSensitiveLog: (obj: SortCriterion) => any;
136
140
  }
137
- export interface UpdateRegistryInput {
141
+ export interface SearchTablesRequest {
138
142
  /**
139
- * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
143
+ * <p>A unique identifier, consisting of <code>
144
+ * <i>account_id</i>
145
+ * </code>.</p>
140
146
  */
141
- RegistryId: RegistryId | undefined;
147
+ CatalogId?: string;
142
148
  /**
143
- * <p>A description of the registry. If description is not provided, this field will not be updated.</p>
149
+ * <p>A continuation token, included if this is a continuation call.</p>
144
150
  */
145
- Description: string | undefined;
146
- }
147
- export declare namespace UpdateRegistryInput {
151
+ NextToken?: string;
148
152
  /**
149
- * @internal
153
+ * <p>A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.</p>
154
+ *
155
+ * <p>The <code>Comparator</code> member of the <code>PropertyPredicate</code> struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as when <code>Key=Name</code>, a fuzzy match algorithm is used. The <code>Key</code> field (for example, the value of the <code>Name</code> field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with the <code>Value</code> member of <code>PropertyPredicate</code>. For example, if <code>Key=Name</code> and <code>Value=link</code>, tables named <code>customer-link</code> and <code>xx-link-yy</code> are returned, but <code>xxlinkyy</code> is not returned.</p>
150
156
  */
151
- const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
152
- }
153
- export interface UpdateRegistryResponse {
157
+ Filters?: PropertyPredicate[];
154
158
  /**
155
- * <p>The name of the updated registry.</p>
159
+ * <p>A string used for a text search.</p>
160
+ * <p>Specifying a value in quotes filters based on an exact match to the value.</p>
156
161
  */
157
- RegistryName?: string;
162
+ SearchText?: string;
158
163
  /**
159
- * <p>The Amazon Resource name (ARN) of the updated registry.</p>
164
+ * <p>A list of criteria for sorting the results by a field name, in an ascending or descending order.</p>
160
165
  */
161
- RegistryArn?: string;
162
- }
163
- export declare namespace UpdateRegistryResponse {
166
+ SortCriteria?: SortCriterion[];
164
167
  /**
165
- * @internal
168
+ * <p>The maximum number of tables to return in a single response.</p>
166
169
  */
167
- const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
168
- }
169
- export interface UpdateSchemaInput {
170
+ MaxResults?: number;
170
171
  /**
171
- * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
172
+ * <p>Allows you to specify that you want to search the tables shared with your account. The allowable values are <code>FOREIGN</code> or <code>ALL</code>. </p>
173
+ *
172
174
  * <ul>
173
175
  * <li>
174
- * <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
176
+ * <p>If set to <code>FOREIGN</code>, will search the tables shared with your account. </p>
175
177
  * </li>
176
178
  * <li>
177
- * <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
179
+ * <p>If set to <code>ALL</code>, will search the tables shared with your account, as well as the tables in yor local account. </p>
178
180
  * </li>
179
181
  * </ul>
180
182
  */
181
- SchemaId: SchemaId | undefined;
183
+ ResourceShareType?: ResourceShareType | string;
184
+ }
185
+ export declare namespace SearchTablesRequest {
182
186
  /**
183
- * <p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>
187
+ * @internal
184
188
  */
185
- SchemaVersionNumber?: SchemaVersionNumber;
189
+ const filterSensitiveLog: (obj: SearchTablesRequest) => any;
190
+ }
191
+ export interface SearchTablesResponse {
186
192
  /**
187
- * <p>The new compatibility setting for the schema.</p>
193
+ * <p>A continuation token, present if the current list segment is not the last.</p>
188
194
  */
189
- Compatibility?: Compatibility | string;
195
+ NextToken?: string;
190
196
  /**
191
- * <p>The new description for the schema.</p>
197
+ * <p>A list of the requested <code>Table</code> objects. The <code>SearchTables</code> response returns only the tables that you have access to.</p>
192
198
  */
193
- Description?: string;
199
+ TableList?: Table[];
194
200
  }
195
- export declare namespace UpdateSchemaInput {
201
+ export declare namespace SearchTablesResponse {
196
202
  /**
197
203
  * @internal
198
204
  */
199
- const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
205
+ const filterSensitiveLog: (obj: SearchTablesResponse) => any;
200
206
  }
201
- export interface UpdateSchemaResponse {
207
+ export declare class IllegalBlueprintStateException extends __BaseException {
208
+ readonly name: "IllegalBlueprintStateException";
209
+ readonly $fault: "client";
210
+ Message?: string;
202
211
  /**
203
- * <p>The Amazon Resource Name (ARN) of the schema.</p>
212
+ * @internal
204
213
  */
205
- SchemaArn?: string;
214
+ constructor(opts: __ExceptionOptionType<IllegalBlueprintStateException, __BaseException>);
215
+ }
216
+ export interface StartBlueprintRunRequest {
206
217
  /**
207
- * <p>The name of the schema.</p>
218
+ * <p>The name of the blueprint.</p>
208
219
  */
209
- SchemaName?: string;
220
+ BlueprintName: string | undefined;
210
221
  /**
211
- * <p>The name of the registry that contains the schema.</p>
222
+ * <p>Specifies the parameters as a <code>BlueprintParameters</code> object.</p>
212
223
  */
213
- RegistryName?: string;
214
- }
215
- export declare namespace UpdateSchemaResponse {
224
+ Parameters?: string;
216
225
  /**
217
- * @internal
226
+ * <p>Specifies the IAM role used to create the workflow.</p>
218
227
  */
219
- const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
228
+ RoleArn: string | undefined;
220
229
  }
221
- export interface UpdateTableRequest {
222
- /**
223
- * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
224
- * ID is used by default.</p>
225
- */
226
- CatalogId?: string;
230
+ export declare namespace StartBlueprintRunRequest {
227
231
  /**
228
- * <p>The name of the catalog database in which the table resides. For Hive
229
- * compatibility, this name is entirely lowercase.</p>
232
+ * @internal
230
233
  */
231
- DatabaseName: string | undefined;
234
+ const filterSensitiveLog: (obj: StartBlueprintRunRequest) => any;
235
+ }
236
+ export interface StartBlueprintRunResponse {
232
237
  /**
233
- * <p>An updated <code>TableInput</code> object to define the metadata table
234
- * in the catalog.</p>
238
+ * <p>The run ID for this blueprint run.</p>
235
239
  */
236
- TableInput: TableInput | undefined;
240
+ RunId?: string;
241
+ }
242
+ export declare namespace StartBlueprintRunResponse {
237
243
  /**
238
- * <p>By default, <code>UpdateTable</code> always creates an archived version of the table
239
- * before updating it. However, if <code>skipArchive</code> is set to true,
240
- * <code>UpdateTable</code> does not create the archived version.</p>
244
+ * @internal
241
245
  */
242
- SkipArchive?: boolean;
246
+ const filterSensitiveLog: (obj: StartBlueprintRunResponse) => any;
247
+ }
248
+ export interface StartCrawlerRequest {
243
249
  /**
244
- * <p>The transaction ID at which to update the table contents. </p>
250
+ * <p>Name of the crawler to start.</p>
245
251
  */
246
- TransactionId?: string;
247
- VersionId?: string;
252
+ Name: string | undefined;
248
253
  }
249
- export declare namespace UpdateTableRequest {
254
+ export declare namespace StartCrawlerRequest {
250
255
  /**
251
256
  * @internal
252
257
  */
253
- const filterSensitiveLog: (obj: UpdateTableRequest) => any;
258
+ const filterSensitiveLog: (obj: StartCrawlerRequest) => any;
254
259
  }
255
- export interface UpdateTableResponse {
260
+ export interface StartCrawlerResponse {
256
261
  }
257
- export declare namespace UpdateTableResponse {
262
+ export declare namespace StartCrawlerResponse {
258
263
  /**
259
264
  * @internal
260
265
  */
261
- const filterSensitiveLog: (obj: UpdateTableResponse) => any;
266
+ const filterSensitiveLog: (obj: StartCrawlerResponse) => any;
262
267
  }
263
268
  /**
264
- * <p>A structure used to provide information used to update a trigger. This object updates the
265
- * previous trigger definition by overwriting it completely.</p>
269
+ * <p>There is no applicable schedule.</p>
266
270
  */
267
- export interface TriggerUpdate {
271
+ export declare class NoScheduleException extends __BaseException {
272
+ readonly name: "NoScheduleException";
273
+ readonly $fault: "client";
268
274
  /**
269
- * <p>Reserved for future use.</p>
275
+ * <p>A message describing the problem.</p>
270
276
  */
271
- Name?: string;
277
+ Message?: string;
272
278
  /**
273
- * <p>A description of this trigger.</p>
279
+ * @internal
274
280
  */
275
- Description?: string;
281
+ constructor(opts: __ExceptionOptionType<NoScheduleException, __BaseException>);
282
+ }
283
+ /**
284
+ * <p>The specified scheduler is already running.</p>
285
+ */
286
+ export declare class SchedulerRunningException extends __BaseException {
287
+ readonly name: "SchedulerRunningException";
288
+ readonly $fault: "client";
276
289
  /**
277
- * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
278
- * Schedules for Jobs and Crawlers</a>. For example, to run
279
- * something every day at 12:15 UTC, you would specify:
280
- * <code>cron(15 12 * * ? *)</code>.</p>
290
+ * <p>A message describing the problem.</p>
281
291
  */
282
- Schedule?: string;
292
+ Message?: string;
283
293
  /**
284
- * <p>The actions initiated by this trigger.</p>
294
+ * @internal
285
295
  */
286
- Actions?: Action[];
296
+ constructor(opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>);
297
+ }
298
+ export interface StartCrawlerScheduleRequest {
287
299
  /**
288
- * <p>The predicate of this trigger, which defines when it will fire.</p>
300
+ * <p>Name of the crawler to schedule.</p>
289
301
  */
290
- Predicate?: Predicate;
302
+ CrawlerName: string | undefined;
303
+ }
304
+ export declare namespace StartCrawlerScheduleRequest {
291
305
  /**
292
- * <p>Batch condition that must be met (specified number of events received or batch time window expired)
293
- * before EventBridge event trigger fires.</p>
306
+ * @internal
294
307
  */
295
- EventBatchingCondition?: EventBatchingCondition;
308
+ const filterSensitiveLog: (obj: StartCrawlerScheduleRequest) => any;
296
309
  }
297
- export declare namespace TriggerUpdate {
310
+ export interface StartCrawlerScheduleResponse {
311
+ }
312
+ export declare namespace StartCrawlerScheduleResponse {
298
313
  /**
299
314
  * @internal
300
315
  */
301
- const filterSensitiveLog: (obj: TriggerUpdate) => any;
316
+ const filterSensitiveLog: (obj: StartCrawlerScheduleResponse) => any;
302
317
  }
303
- export interface UpdateTriggerRequest {
318
+ export interface StartExportLabelsTaskRunRequest {
304
319
  /**
305
- * <p>The name of the trigger to update.</p>
320
+ * <p>The unique identifier of the machine learning transform.</p>
306
321
  */
307
- Name: string | undefined;
322
+ TransformId: string | undefined;
308
323
  /**
309
- * <p>The new values with which to update the trigger.</p>
324
+ * <p>The Amazon S3 path where you export the labels.</p>
310
325
  */
311
- TriggerUpdate: TriggerUpdate | undefined;
326
+ OutputS3Path: string | undefined;
312
327
  }
313
- export declare namespace UpdateTriggerRequest {
328
+ export declare namespace StartExportLabelsTaskRunRequest {
314
329
  /**
315
330
  * @internal
316
331
  */
317
- const filterSensitiveLog: (obj: UpdateTriggerRequest) => any;
332
+ const filterSensitiveLog: (obj: StartExportLabelsTaskRunRequest) => any;
318
333
  }
319
- export interface UpdateTriggerResponse {
334
+ export interface StartExportLabelsTaskRunResponse {
320
335
  /**
321
- * <p>The resulting trigger definition.</p>
336
+ * <p>The unique identifier for the task run.</p>
322
337
  */
323
- Trigger?: Trigger;
338
+ TaskRunId?: string;
324
339
  }
325
- export declare namespace UpdateTriggerResponse {
340
+ export declare namespace StartExportLabelsTaskRunResponse {
326
341
  /**
327
342
  * @internal
328
343
  */
329
- const filterSensitiveLog: (obj: UpdateTriggerResponse) => any;
344
+ const filterSensitiveLog: (obj: StartExportLabelsTaskRunResponse) => any;
330
345
  }
331
- export interface UpdateUserDefinedFunctionRequest {
332
- /**
333
- * <p>The ID of the Data Catalog where the function to be updated is located. If none is
334
- * provided, the Amazon Web Services account ID is used by default.</p>
335
- */
336
- CatalogId?: string;
346
+ export interface StartImportLabelsTaskRunRequest {
337
347
  /**
338
- * <p>The name of the catalog database where the function to be updated is
339
- * located.</p>
348
+ * <p>The unique identifier of the machine learning transform.</p>
340
349
  */
341
- DatabaseName: string | undefined;
350
+ TransformId: string | undefined;
342
351
  /**
343
- * <p>The name of the function.</p>
352
+ * <p>The Amazon Simple Storage Service (Amazon S3) path from where you import the
353
+ * labels.</p>
344
354
  */
345
- FunctionName: string | undefined;
355
+ InputS3Path: string | undefined;
346
356
  /**
347
- * <p>A <code>FunctionInput</code> object that redefines the function in the Data
348
- * Catalog.</p>
357
+ * <p>Indicates whether to overwrite your existing labels.</p>
349
358
  */
350
- FunctionInput: UserDefinedFunctionInput | undefined;
359
+ ReplaceAllLabels?: boolean;
351
360
  }
352
- export declare namespace UpdateUserDefinedFunctionRequest {
361
+ export declare namespace StartImportLabelsTaskRunRequest {
353
362
  /**
354
363
  * @internal
355
364
  */
356
- const filterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
365
+ const filterSensitiveLog: (obj: StartImportLabelsTaskRunRequest) => any;
357
366
  }
358
- export interface UpdateUserDefinedFunctionResponse {
367
+ export interface StartImportLabelsTaskRunResponse {
368
+ /**
369
+ * <p>The unique identifier for the task run.</p>
370
+ */
371
+ TaskRunId?: string;
359
372
  }
360
- export declare namespace UpdateUserDefinedFunctionResponse {
373
+ export declare namespace StartImportLabelsTaskRunResponse {
361
374
  /**
362
375
  * @internal
363
376
  */
364
- const filterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
377
+ const filterSensitiveLog: (obj: StartImportLabelsTaskRunResponse) => any;
365
378
  }
366
- export interface UpdateWorkflowRequest {
379
+ export interface StartJobRunRequest {
367
380
  /**
368
- * <p>Name of the workflow to be updated.</p>
381
+ * <p>The name of the job definition to use.</p>
369
382
  */
370
- Name: string | undefined;
383
+ JobName: string | undefined;
371
384
  /**
372
- * <p>The description of the workflow.</p>
385
+ * <p>The ID of a previous <code>JobRun</code> to retry.</p>
373
386
  */
374
- Description?: string;
387
+ JobRunId?: string;
375
388
  /**
376
- * <p>A collection of properties to be used as part of each execution of the workflow.</p>
389
+ * <p>The job arguments specifically for this run. For this job run, they replace the default arguments set in the job definition itself.</p>
390
+ * <p>You can specify arguments here that your own job-execution script
391
+ * consumes, as well as arguments that Glue itself consumes.</p>
392
+ * <p>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling Glue APIs in Python</a> topic in the developer guide.</p>
393
+ * <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special Parameters Used by Glue</a> topic in the developer guide.</p>
377
394
  */
378
- DefaultRunProperties?: {
395
+ Arguments?: {
379
396
  [key: string]: string;
380
397
  };
381
398
  /**
382
- * <p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>
399
+ * @deprecated
400
+ *
401
+ * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
402
+ *
403
+ * <p>The number of Glue data processing units (DPUs) to allocate to this JobRun.
404
+ * From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure
405
+ * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
406
+ * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
407
+ * pricing page</a>.</p>
383
408
  */
384
- MaxConcurrentRuns?: number;
385
- }
409
+ AllocatedCapacity?: number;
410
+ /**
411
+ * <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
412
+ * consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default
413
+ * is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>
414
+ */
415
+ Timeout?: number;
416
+ /**
417
+ * <p>The number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure
418
+ * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
419
+ * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
420
+ * pricing page</a>.</p>
421
+ *
422
+ * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
423
+ *
424
+ * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
425
+ * running a Python shell job, or an Apache Spark ETL job:</p>
426
+ * <ul>
427
+ * <li>
428
+ * <p>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"), you can
429
+ * allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p>
430
+ * </li>
431
+ * <li>
432
+ * <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
433
+ * </li>
434
+ * </ul>
435
+ */
436
+ MaxCapacity?: number;
437
+ /**
438
+ * <p>The name of the <code>SecurityConfiguration</code> structure to be used with this job
439
+ * run.</p>
440
+ */
441
+ SecurityConfiguration?: string;
442
+ /**
443
+ * <p>Specifies configuration properties of a job run notification.</p>
444
+ */
445
+ NotificationProperty?: NotificationProperty;
446
+ /**
447
+ * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p>
448
+ * <ul>
449
+ * <li>
450
+ * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
451
+ * </li>
452
+ * <li>
453
+ * <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p>
454
+ * </li>
455
+ * <li>
456
+ * <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p>
457
+ * </li>
458
+ * </ul>
459
+ */
460
+ WorkerType?: WorkerType | string;
461
+ /**
462
+ * <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
463
+ *
464
+ * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
465
+ */
466
+ NumberOfWorkers?: number;
467
+ }
468
+ export declare namespace StartJobRunRequest {
469
+ /**
470
+ * @internal
471
+ */
472
+ const filterSensitiveLog: (obj: StartJobRunRequest) => any;
473
+ }
474
+ export interface StartJobRunResponse {
475
+ /**
476
+ * <p>The ID assigned to this job run.</p>
477
+ */
478
+ JobRunId?: string;
479
+ }
480
+ export declare namespace StartJobRunResponse {
481
+ /**
482
+ * @internal
483
+ */
484
+ const filterSensitiveLog: (obj: StartJobRunResponse) => any;
485
+ }
486
+ /**
487
+ * <p>The machine learning transform is not ready to run.</p>
488
+ */
489
+ export declare class MLTransformNotReadyException extends __BaseException {
490
+ readonly name: "MLTransformNotReadyException";
491
+ readonly $fault: "client";
492
+ /**
493
+ * <p>A message describing the problem.</p>
494
+ */
495
+ Message?: string;
496
+ /**
497
+ * @internal
498
+ */
499
+ constructor(opts: __ExceptionOptionType<MLTransformNotReadyException, __BaseException>);
500
+ }
501
+ export interface StartMLEvaluationTaskRunRequest {
502
+ /**
503
+ * <p>The unique identifier of the machine learning transform.</p>
504
+ */
505
+ TransformId: string | undefined;
506
+ }
507
+ export declare namespace StartMLEvaluationTaskRunRequest {
508
+ /**
509
+ * @internal
510
+ */
511
+ const filterSensitiveLog: (obj: StartMLEvaluationTaskRunRequest) => any;
512
+ }
513
+ export interface StartMLEvaluationTaskRunResponse {
514
+ /**
515
+ * <p>The unique identifier associated with this run.</p>
516
+ */
517
+ TaskRunId?: string;
518
+ }
519
+ export declare namespace StartMLEvaluationTaskRunResponse {
520
+ /**
521
+ * @internal
522
+ */
523
+ const filterSensitiveLog: (obj: StartMLEvaluationTaskRunResponse) => any;
524
+ }
525
+ export interface StartMLLabelingSetGenerationTaskRunRequest {
526
+ /**
527
+ * <p>The unique identifier of the machine learning transform.</p>
528
+ */
529
+ TransformId: string | undefined;
530
+ /**
531
+ * <p>The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling
532
+ * set.</p>
533
+ */
534
+ OutputS3Path: string | undefined;
535
+ }
536
+ export declare namespace StartMLLabelingSetGenerationTaskRunRequest {
537
+ /**
538
+ * @internal
539
+ */
540
+ const filterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunRequest) => any;
541
+ }
542
+ export interface StartMLLabelingSetGenerationTaskRunResponse {
543
+ /**
544
+ * <p>The unique run identifier that is associated with this task run.</p>
545
+ */
546
+ TaskRunId?: string;
547
+ }
548
+ export declare namespace StartMLLabelingSetGenerationTaskRunResponse {
549
+ /**
550
+ * @internal
551
+ */
552
+ const filterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunResponse) => any;
553
+ }
554
+ export interface StartTriggerRequest {
555
+ /**
556
+ * <p>The name of the trigger to start.</p>
557
+ */
558
+ Name: string | undefined;
559
+ }
560
+ export declare namespace StartTriggerRequest {
561
+ /**
562
+ * @internal
563
+ */
564
+ const filterSensitiveLog: (obj: StartTriggerRequest) => any;
565
+ }
566
+ export interface StartTriggerResponse {
567
+ /**
568
+ * <p>The name of the trigger that was started.</p>
569
+ */
570
+ Name?: string;
571
+ }
572
+ export declare namespace StartTriggerResponse {
573
+ /**
574
+ * @internal
575
+ */
576
+ const filterSensitiveLog: (obj: StartTriggerResponse) => any;
577
+ }
578
+ export interface StartWorkflowRunRequest {
579
+ /**
580
+ * <p>The name of the workflow to start.</p>
581
+ */
582
+ Name: string | undefined;
583
+ /**
584
+ * <p>The workflow run properties for the new workflow run.</p>
585
+ */
586
+ RunProperties?: {
587
+ [key: string]: string;
588
+ };
589
+ }
590
+ export declare namespace StartWorkflowRunRequest {
591
+ /**
592
+ * @internal
593
+ */
594
+ const filterSensitiveLog: (obj: StartWorkflowRunRequest) => any;
595
+ }
596
+ export interface StartWorkflowRunResponse {
597
+ /**
598
+ * <p>An Id for the new run.</p>
599
+ */
600
+ RunId?: string;
601
+ }
602
+ export declare namespace StartWorkflowRunResponse {
603
+ /**
604
+ * @internal
605
+ */
606
+ const filterSensitiveLog: (obj: StartWorkflowRunResponse) => any;
607
+ }
608
+ /**
609
+ * <p>The specified crawler is not running.</p>
610
+ */
611
+ export declare class CrawlerNotRunningException extends __BaseException {
612
+ readonly name: "CrawlerNotRunningException";
613
+ readonly $fault: "client";
614
+ /**
615
+ * <p>A message describing the problem.</p>
616
+ */
617
+ Message?: string;
618
+ /**
619
+ * @internal
620
+ */
621
+ constructor(opts: __ExceptionOptionType<CrawlerNotRunningException, __BaseException>);
622
+ }
623
+ /**
624
+ * <p>The specified crawler is stopping.</p>
625
+ */
626
+ export declare class CrawlerStoppingException extends __BaseException {
627
+ readonly name: "CrawlerStoppingException";
628
+ readonly $fault: "client";
629
+ /**
630
+ * <p>A message describing the problem.</p>
631
+ */
632
+ Message?: string;
633
+ /**
634
+ * @internal
635
+ */
636
+ constructor(opts: __ExceptionOptionType<CrawlerStoppingException, __BaseException>);
637
+ }
638
+ export interface StopCrawlerRequest {
639
+ /**
640
+ * <p>Name of the crawler to stop.</p>
641
+ */
642
+ Name: string | undefined;
643
+ }
644
+ export declare namespace StopCrawlerRequest {
645
+ /**
646
+ * @internal
647
+ */
648
+ const filterSensitiveLog: (obj: StopCrawlerRequest) => any;
649
+ }
650
+ export interface StopCrawlerResponse {
651
+ }
652
+ export declare namespace StopCrawlerResponse {
653
+ /**
654
+ * @internal
655
+ */
656
+ const filterSensitiveLog: (obj: StopCrawlerResponse) => any;
657
+ }
658
+ /**
659
+ * <p>The specified scheduler is not running.</p>
660
+ */
661
+ export declare class SchedulerNotRunningException extends __BaseException {
662
+ readonly name: "SchedulerNotRunningException";
663
+ readonly $fault: "client";
664
+ /**
665
+ * <p>A message describing the problem.</p>
666
+ */
667
+ Message?: string;
668
+ /**
669
+ * @internal
670
+ */
671
+ constructor(opts: __ExceptionOptionType<SchedulerNotRunningException, __BaseException>);
672
+ }
673
+ export interface StopCrawlerScheduleRequest {
674
+ /**
675
+ * <p>Name of the crawler whose schedule state to set.</p>
676
+ */
677
+ CrawlerName: string | undefined;
678
+ }
679
+ export declare namespace StopCrawlerScheduleRequest {
680
+ /**
681
+ * @internal
682
+ */
683
+ const filterSensitiveLog: (obj: StopCrawlerScheduleRequest) => any;
684
+ }
685
+ export interface StopCrawlerScheduleResponse {
686
+ }
687
+ export declare namespace StopCrawlerScheduleResponse {
688
+ /**
689
+ * @internal
690
+ */
691
+ const filterSensitiveLog: (obj: StopCrawlerScheduleResponse) => any;
692
+ }
693
+ export interface StopSessionRequest {
694
+ /**
695
+ * <p>The ID of the session to be stopped.</p>
696
+ */
697
+ Id: string | undefined;
698
+ /**
699
+ * <p>The origin of the request.</p>
700
+ */
701
+ RequestOrigin?: string;
702
+ }
703
+ export declare namespace StopSessionRequest {
704
+ /**
705
+ * @internal
706
+ */
707
+ const filterSensitiveLog: (obj: StopSessionRequest) => any;
708
+ }
709
+ export interface StopSessionResponse {
710
+ /**
711
+ * <p>Returns the Id of the stopped session.</p>
712
+ */
713
+ Id?: string;
714
+ }
715
+ export declare namespace StopSessionResponse {
716
+ /**
717
+ * @internal
718
+ */
719
+ const filterSensitiveLog: (obj: StopSessionResponse) => any;
720
+ }
721
+ export interface StopTriggerRequest {
722
+ /**
723
+ * <p>The name of the trigger to stop.</p>
724
+ */
725
+ Name: string | undefined;
726
+ }
727
+ export declare namespace StopTriggerRequest {
728
+ /**
729
+ * @internal
730
+ */
731
+ const filterSensitiveLog: (obj: StopTriggerRequest) => any;
732
+ }
733
+ export interface StopTriggerResponse {
734
+ /**
735
+ * <p>The name of the trigger that was stopped.</p>
736
+ */
737
+ Name?: string;
738
+ }
739
+ export declare namespace StopTriggerResponse {
740
+ /**
741
+ * @internal
742
+ */
743
+ const filterSensitiveLog: (obj: StopTriggerResponse) => any;
744
+ }
745
+ export interface StopWorkflowRunRequest {
746
+ /**
747
+ * <p>The name of the workflow to stop.</p>
748
+ */
749
+ Name: string | undefined;
750
+ /**
751
+ * <p>The ID of the workflow run to stop.</p>
752
+ */
753
+ RunId: string | undefined;
754
+ }
755
+ export declare namespace StopWorkflowRunRequest {
756
+ /**
757
+ * @internal
758
+ */
759
+ const filterSensitiveLog: (obj: StopWorkflowRunRequest) => any;
760
+ }
761
+ export interface StopWorkflowRunResponse {
762
+ }
763
+ export declare namespace StopWorkflowRunResponse {
764
+ /**
765
+ * @internal
766
+ */
767
+ const filterSensitiveLog: (obj: StopWorkflowRunResponse) => any;
768
+ }
769
+ export interface TagResourceRequest {
770
+ /**
771
+ * <p>The ARN of the Glue resource to which to add the tags. For more
772
+ * information about Glue resource ARNs, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id">Glue ARN string pattern</a>.</p>
773
+ */
774
+ ResourceArn: string | undefined;
775
+ /**
776
+ * <p>Tags to add to this resource.</p>
777
+ */
778
+ TagsToAdd: {
779
+ [key: string]: string;
780
+ } | undefined;
781
+ }
782
+ export declare namespace TagResourceRequest {
783
+ /**
784
+ * @internal
785
+ */
786
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
787
+ }
788
+ export interface TagResourceResponse {
789
+ }
790
+ export declare namespace TagResourceResponse {
791
+ /**
792
+ * @internal
793
+ */
794
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
795
+ }
796
+ export interface UntagResourceRequest {
797
+ /**
798
+ * <p>The Amazon Resource Name (ARN) of the resource from which to remove the tags.</p>
799
+ */
800
+ ResourceArn: string | undefined;
801
+ /**
802
+ * <p>Tags to remove from this resource.</p>
803
+ */
804
+ TagsToRemove: string[] | undefined;
805
+ }
806
+ export declare namespace UntagResourceRequest {
807
+ /**
808
+ * @internal
809
+ */
810
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
811
+ }
812
+ export interface UntagResourceResponse {
813
+ }
814
+ export declare namespace UntagResourceResponse {
815
+ /**
816
+ * @internal
817
+ */
818
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
819
+ }
820
+ export interface UpdateBlueprintRequest {
821
+ /**
822
+ * <p>The name of the blueprint.</p>
823
+ */
824
+ Name: string | undefined;
825
+ /**
826
+ * <p>A description of the blueprint.</p>
827
+ */
828
+ Description?: string;
829
+ /**
830
+ * <p>Specifies a path in Amazon S3 where the blueprint is published.</p>
831
+ */
832
+ BlueprintLocation: string | undefined;
833
+ }
834
+ export declare namespace UpdateBlueprintRequest {
835
+ /**
836
+ * @internal
837
+ */
838
+ const filterSensitiveLog: (obj: UpdateBlueprintRequest) => any;
839
+ }
840
+ export interface UpdateBlueprintResponse {
841
+ /**
842
+ * <p>Returns the name of the blueprint that was updated.</p>
843
+ */
844
+ Name?: string;
845
+ }
846
+ export declare namespace UpdateBlueprintResponse {
847
+ /**
848
+ * @internal
849
+ */
850
+ const filterSensitiveLog: (obj: UpdateBlueprintResponse) => any;
851
+ }
852
+ /**
853
+ * <p>Specifies a custom CSV classifier to be updated.</p>
854
+ */
855
+ export interface UpdateCsvClassifierRequest {
856
+ /**
857
+ * <p>The name of the classifier.</p>
858
+ */
859
+ Name: string | undefined;
860
+ /**
861
+ * <p>A custom symbol to denote what separates each column entry in the row.</p>
862
+ */
863
+ Delimiter?: string;
864
+ /**
865
+ * <p>A custom symbol to denote what combines content into a single column value. It must be
866
+ * different from the column delimiter.</p>
867
+ */
868
+ QuoteSymbol?: string;
869
+ /**
870
+ * <p>Indicates whether the CSV file contains a header.</p>
871
+ */
872
+ ContainsHeader?: CsvHeaderOption | string;
873
+ /**
874
+ * <p>A list of strings representing column names.</p>
875
+ */
876
+ Header?: string[];
877
+ /**
878
+ * <p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>
879
+ */
880
+ DisableValueTrimming?: boolean;
881
+ /**
882
+ * <p>Enables the processing of files that contain only one column.</p>
883
+ */
884
+ AllowSingleColumn?: boolean;
885
+ }
886
+ export declare namespace UpdateCsvClassifierRequest {
887
+ /**
888
+ * @internal
889
+ */
890
+ const filterSensitiveLog: (obj: UpdateCsvClassifierRequest) => any;
891
+ }
892
+ /**
893
+ * <p>Specifies a grok classifier to update when passed to
894
+ * <code>UpdateClassifier</code>.</p>
895
+ */
896
+ export interface UpdateGrokClassifierRequest {
897
+ /**
898
+ * <p>The name of the <code>GrokClassifier</code>.</p>
899
+ */
900
+ Name: string | undefined;
901
+ /**
902
+ * <p>An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs,
903
+ * Amazon CloudWatch Logs, and so on.</p>
904
+ */
905
+ Classification?: string;
906
+ /**
907
+ * <p>The grok pattern used by this classifier.</p>
908
+ */
909
+ GrokPattern?: string;
910
+ /**
911
+ * <p>Optional custom grok patterns used by this classifier.</p>
912
+ */
913
+ CustomPatterns?: string;
914
+ }
915
+ export declare namespace UpdateGrokClassifierRequest {
916
+ /**
917
+ * @internal
918
+ */
919
+ const filterSensitiveLog: (obj: UpdateGrokClassifierRequest) => any;
920
+ }
921
+ /**
922
+ * <p>Specifies a JSON classifier to be updated.</p>
923
+ */
924
+ export interface UpdateJsonClassifierRequest {
925
+ /**
926
+ * <p>The name of the classifier.</p>
927
+ */
928
+ Name: string | undefined;
929
+ /**
930
+ * <p>A <code>JsonPath</code> string defining the JSON data for the classifier to classify.
931
+ * Glue supports a subset of JsonPath, as described in <a href="https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json">Writing JsonPath Custom Classifiers</a>.</p>
932
+ */
933
+ JsonPath?: string;
934
+ }
935
+ export declare namespace UpdateJsonClassifierRequest {
936
+ /**
937
+ * @internal
938
+ */
939
+ const filterSensitiveLog: (obj: UpdateJsonClassifierRequest) => any;
940
+ }
941
+ /**
942
+ * <p>Specifies an XML classifier to be updated.</p>
943
+ */
944
+ export interface UpdateXMLClassifierRequest {
945
+ /**
946
+ * <p>The name of the classifier.</p>
947
+ */
948
+ Name: string | undefined;
949
+ /**
950
+ * <p>An identifier of the data format that the classifier matches.</p>
951
+ */
952
+ Classification?: string;
953
+ /**
954
+ * <p>The XML tag designating the element that contains each record in an XML document being
955
+ * parsed. This cannot identify a self-closing element (closed by <code>/></code>). An empty
956
+ * row element that contains only attributes can be parsed as long as it ends with a closing tag
957
+ * (for example, <code><row item_a="A" item_b="B"></row></code> is okay, but
958
+ * <code><row item_a="A" item_b="B" /></code> is not).</p>
959
+ */
960
+ RowTag?: string;
961
+ }
962
+ export declare namespace UpdateXMLClassifierRequest {
963
+ /**
964
+ * @internal
965
+ */
966
+ const filterSensitiveLog: (obj: UpdateXMLClassifierRequest) => any;
967
+ }
968
+ export interface UpdateClassifierRequest {
969
+ /**
970
+ * <p>A <code>GrokClassifier</code> object with updated fields.</p>
971
+ */
972
+ GrokClassifier?: UpdateGrokClassifierRequest;
973
+ /**
974
+ * <p>An <code>XMLClassifier</code> object with updated fields.</p>
975
+ */
976
+ XMLClassifier?: UpdateXMLClassifierRequest;
977
+ /**
978
+ * <p>A <code>JsonClassifier</code> object with updated fields.</p>
979
+ */
980
+ JsonClassifier?: UpdateJsonClassifierRequest;
981
+ /**
982
+ * <p>A <code>CsvClassifier</code> object with updated fields.</p>
983
+ */
984
+ CsvClassifier?: UpdateCsvClassifierRequest;
985
+ }
986
+ export declare namespace UpdateClassifierRequest {
987
+ /**
988
+ * @internal
989
+ */
990
+ const filterSensitiveLog: (obj: UpdateClassifierRequest) => any;
991
+ }
992
+ export interface UpdateClassifierResponse {
993
+ }
994
+ export declare namespace UpdateClassifierResponse {
995
+ /**
996
+ * @internal
997
+ */
998
+ const filterSensitiveLog: (obj: UpdateClassifierResponse) => any;
999
+ }
1000
+ /**
1001
+ * <p>There was a version conflict.</p>
1002
+ */
1003
+ export declare class VersionMismatchException extends __BaseException {
1004
+ readonly name: "VersionMismatchException";
1005
+ readonly $fault: "client";
1006
+ /**
1007
+ * <p>A message describing the problem.</p>
1008
+ */
1009
+ Message?: string;
1010
+ /**
1011
+ * @internal
1012
+ */
1013
+ constructor(opts: __ExceptionOptionType<VersionMismatchException, __BaseException>);
1014
+ }
1015
+ export interface UpdateColumnStatisticsForPartitionRequest {
1016
+ /**
1017
+ * <p>The ID of the Data Catalog where the partitions in question reside.
1018
+ * If none is supplied, the Amazon Web Services account ID is used by default.</p>
1019
+ */
1020
+ CatalogId?: string;
1021
+ /**
1022
+ * <p>The name of the catalog database where the partitions reside.</p>
1023
+ */
1024
+ DatabaseName: string | undefined;
1025
+ /**
1026
+ * <p>The name of the partitions' table.</p>
1027
+ */
1028
+ TableName: string | undefined;
1029
+ /**
1030
+ * <p>A list of partition values identifying the partition.</p>
1031
+ */
1032
+ PartitionValues: string[] | undefined;
1033
+ /**
1034
+ * <p>A list of the column statistics.</p>
1035
+ */
1036
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
1037
+ }
1038
+ export declare namespace UpdateColumnStatisticsForPartitionRequest {
1039
+ /**
1040
+ * @internal
1041
+ */
1042
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionRequest) => any;
1043
+ }
1044
+ /**
1045
+ * <p>Encapsulates a <code>ColumnStatistics</code> object that failed and the reason for failure.</p>
1046
+ */
1047
+ export interface ColumnStatisticsError {
1048
+ /**
1049
+ * <p>The <code>ColumnStatistics</code> of the column.</p>
1050
+ */
1051
+ ColumnStatistics?: ColumnStatistics;
1052
+ /**
1053
+ * <p>An error message with the reason for the failure of an operation.</p>
1054
+ */
1055
+ Error?: ErrorDetail;
1056
+ }
1057
+ export declare namespace ColumnStatisticsError {
1058
+ /**
1059
+ * @internal
1060
+ */
1061
+ const filterSensitiveLog: (obj: ColumnStatisticsError) => any;
1062
+ }
1063
+ export interface UpdateColumnStatisticsForPartitionResponse {
1064
+ /**
1065
+ * <p>Error occurred during updating column statistics data.</p>
1066
+ */
1067
+ Errors?: ColumnStatisticsError[];
1068
+ }
1069
+ export declare namespace UpdateColumnStatisticsForPartitionResponse {
1070
+ /**
1071
+ * @internal
1072
+ */
1073
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionResponse) => any;
1074
+ }
1075
+ export interface UpdateColumnStatisticsForTableRequest {
1076
+ /**
1077
+ * <p>The ID of the Data Catalog where the partitions in question reside.
1078
+ * If none is supplied, the Amazon Web Services account ID is used by default.</p>
1079
+ */
1080
+ CatalogId?: string;
1081
+ /**
1082
+ * <p>The name of the catalog database where the partitions reside.</p>
1083
+ */
1084
+ DatabaseName: string | undefined;
1085
+ /**
1086
+ * <p>The name of the partitions' table.</p>
1087
+ */
1088
+ TableName: string | undefined;
1089
+ /**
1090
+ * <p>A list of the column statistics.</p>
1091
+ */
1092
+ ColumnStatisticsList: ColumnStatistics[] | undefined;
1093
+ }
1094
+ export declare namespace UpdateColumnStatisticsForTableRequest {
1095
+ /**
1096
+ * @internal
1097
+ */
1098
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForTableRequest) => any;
1099
+ }
1100
+ export interface UpdateColumnStatisticsForTableResponse {
1101
+ /**
1102
+ * <p>List of ColumnStatisticsErrors.</p>
1103
+ */
1104
+ Errors?: ColumnStatisticsError[];
1105
+ }
1106
+ export declare namespace UpdateColumnStatisticsForTableResponse {
1107
+ /**
1108
+ * @internal
1109
+ */
1110
+ const filterSensitiveLog: (obj: UpdateColumnStatisticsForTableResponse) => any;
1111
+ }
1112
+ export interface UpdateConnectionRequest {
1113
+ /**
1114
+ * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
1115
+ * account ID is used by default.</p>
1116
+ */
1117
+ CatalogId?: string;
1118
+ /**
1119
+ * <p>The name of the connection definition to update.</p>
1120
+ */
1121
+ Name: string | undefined;
1122
+ /**
1123
+ * <p>A <code>ConnectionInput</code> object that redefines the connection
1124
+ * in question.</p>
1125
+ */
1126
+ ConnectionInput: ConnectionInput | undefined;
1127
+ }
1128
+ export declare namespace UpdateConnectionRequest {
1129
+ /**
1130
+ * @internal
1131
+ */
1132
+ const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
1133
+ }
1134
+ export interface UpdateConnectionResponse {
1135
+ }
1136
+ export declare namespace UpdateConnectionResponse {
1137
+ /**
1138
+ * @internal
1139
+ */
1140
+ const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
1141
+ }
1142
+ export interface UpdateCrawlerRequest {
1143
+ /**
1144
+ * <p>Name of the new crawler.</p>
1145
+ */
1146
+ Name: string | undefined;
1147
+ /**
1148
+ * <p>The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler
1149
+ * to access customer resources.</p>
1150
+ */
1151
+ Role?: string;
1152
+ /**
1153
+ * <p>The Glue database where results are stored, such as:
1154
+ * <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>
1155
+ */
1156
+ DatabaseName?: string;
1157
+ /**
1158
+ * <p>A description of the new crawler.</p>
1159
+ */
1160
+ Description?: string;
1161
+ /**
1162
+ * <p>A list of targets to crawl.</p>
1163
+ */
1164
+ Targets?: CrawlerTargets;
1165
+ /**
1166
+ * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run
1167
+ * something every day at 12:15 UTC, you would specify:
1168
+ * <code>cron(15 12 * * ? *)</code>.</p>
1169
+ */
1170
+ Schedule?: string;
1171
+ /**
1172
+ * <p>A list of custom classifiers that the user
1173
+ * has registered. By default, all built-in classifiers are included in a crawl,
1174
+ * but these custom classifiers always override the default classifiers
1175
+ * for a given classification.</p>
1176
+ */
1177
+ Classifiers?: string[];
1178
+ /**
1179
+ * <p>The table prefix used for catalog tables that are created.</p>
1180
+ */
1181
+ TablePrefix?: string;
1182
+ /**
1183
+ * <p>The policy for the crawler's update and deletion behavior.</p>
1184
+ */
1185
+ SchemaChangePolicy?: SchemaChangePolicy;
1186
+ /**
1187
+ * <p>A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.</p>
1188
+ */
1189
+ RecrawlPolicy?: RecrawlPolicy;
1190
+ /**
1191
+ * <p>Specifies data lineage configuration settings for the crawler.</p>
1192
+ */
1193
+ LineageConfiguration?: LineageConfiguration;
1194
+ /**
1195
+ * <p>Specifies AWS Lake Formation configuration settings for the crawler.</p>
1196
+ */
1197
+ LakeFormationConfiguration?: LakeFormationConfiguration;
1198
+ /**
1199
+ * <p>Crawler configuration information. This versioned JSON string allows users
1200
+ * to specify aspects of a crawler's behavior.
1201
+ * For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html">Configuring a Crawler</a>.</p>
1202
+ */
1203
+ Configuration?: string;
1204
+ /**
1205
+ * <p>The name of the <code>SecurityConfiguration</code> structure to be used by this
1206
+ * crawler.</p>
1207
+ */
1208
+ CrawlerSecurityConfiguration?: string;
1209
+ }
1210
+ export declare namespace UpdateCrawlerRequest {
1211
+ /**
1212
+ * @internal
1213
+ */
1214
+ const filterSensitiveLog: (obj: UpdateCrawlerRequest) => any;
1215
+ }
1216
+ export interface UpdateCrawlerResponse {
1217
+ }
1218
+ export declare namespace UpdateCrawlerResponse {
1219
+ /**
1220
+ * @internal
1221
+ */
1222
+ const filterSensitiveLog: (obj: UpdateCrawlerResponse) => any;
1223
+ }
1224
+ export interface UpdateCrawlerScheduleRequest {
1225
+ /**
1226
+ * <p>The name of the crawler whose schedule to update.</p>
1227
+ */
1228
+ CrawlerName: string | undefined;
1229
+ /**
1230
+ * <p>The updated <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run
1231
+ * something every day at 12:15 UTC, you would specify:
1232
+ * <code>cron(15 12 * * ? *)</code>.</p>
1233
+ */
1234
+ Schedule?: string;
1235
+ }
1236
+ export declare namespace UpdateCrawlerScheduleRequest {
1237
+ /**
1238
+ * @internal
1239
+ */
1240
+ const filterSensitiveLog: (obj: UpdateCrawlerScheduleRequest) => any;
1241
+ }
1242
+ export interface UpdateCrawlerScheduleResponse {
1243
+ }
1244
+ export declare namespace UpdateCrawlerScheduleResponse {
1245
+ /**
1246
+ * @internal
1247
+ */
1248
+ const filterSensitiveLog: (obj: UpdateCrawlerScheduleResponse) => any;
1249
+ }
1250
+ export interface UpdateDatabaseRequest {
1251
+ /**
1252
+ * <p>The ID of the Data Catalog in which the metadata database resides. If none is provided,
1253
+ * the Amazon Web Services account ID is used by default.</p>
1254
+ */
1255
+ CatalogId?: string;
1256
+ /**
1257
+ * <p>The name of the database to update in the catalog. For Hive
1258
+ * compatibility, this is folded to lowercase.</p>
1259
+ */
1260
+ Name: string | undefined;
1261
+ /**
1262
+ * <p>A <code>DatabaseInput</code> object specifying the new definition
1263
+ * of the metadata database in the catalog.</p>
1264
+ */
1265
+ DatabaseInput: DatabaseInput | undefined;
1266
+ }
1267
+ export declare namespace UpdateDatabaseRequest {
1268
+ /**
1269
+ * @internal
1270
+ */
1271
+ const filterSensitiveLog: (obj: UpdateDatabaseRequest) => any;
1272
+ }
1273
+ export interface UpdateDatabaseResponse {
1274
+ }
1275
+ export declare namespace UpdateDatabaseResponse {
1276
+ /**
1277
+ * @internal
1278
+ */
1279
+ const filterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
1280
+ }
1281
+ /**
1282
+ * <p>Custom libraries to be loaded into a development endpoint.</p>
1283
+ */
1284
+ export interface DevEndpointCustomLibraries {
1285
+ /**
1286
+ * <p>The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3)
1287
+ * bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be
1288
+ * complete paths separated by a comma.</p>
1289
+ * <note>
1290
+ * <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on
1291
+ * C extensions, such as the <a href="http://pandas.pydata.org/">pandas</a> Python data
1292
+ * analysis library, are not currently supported.</p>
1293
+ * </note>
1294
+ */
1295
+ ExtraPythonLibsS3Path?: string;
1296
+ /**
1297
+ * <p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded
1298
+ * in your <code>DevEndpoint</code>.</p>
1299
+ * <note>
1300
+ * <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p>
1301
+ * </note>
1302
+ */
1303
+ ExtraJarsS3Path?: string;
1304
+ }
1305
+ export declare namespace DevEndpointCustomLibraries {
1306
+ /**
1307
+ * @internal
1308
+ */
1309
+ const filterSensitiveLog: (obj: DevEndpointCustomLibraries) => any;
1310
+ }
1311
+ export interface UpdateDevEndpointRequest {
1312
+ /**
1313
+ * <p>The name of the <code>DevEndpoint</code> to be updated.</p>
1314
+ */
1315
+ EndpointName: string | undefined;
1316
+ /**
1317
+ * <p>The public key for the <code>DevEndpoint</code> to use.</p>
1318
+ */
1319
+ PublicKey?: string;
1320
+ /**
1321
+ * <p>The list of public keys for the <code>DevEndpoint</code> to use.</p>
1322
+ */
1323
+ AddPublicKeys?: string[];
1324
+ /**
1325
+ * <p>The list of public keys to be deleted from the <code>DevEndpoint</code>.</p>
1326
+ */
1327
+ DeletePublicKeys?: string[];
1328
+ /**
1329
+ * <p>Custom Python or Java libraries to be loaded in the <code>DevEndpoint</code>.</p>
1330
+ */
1331
+ CustomLibraries?: DevEndpointCustomLibraries;
1332
+ /**
1333
+ * <p>
1334
+ * <code>True</code> if the list of custom libraries to be loaded in the development endpoint
1335
+ * needs to be updated, or <code>False</code> if otherwise.</p>
1336
+ */
1337
+ UpdateEtlLibraries?: boolean;
1338
+ /**
1339
+ * <p>The list of argument keys to be deleted from the map of arguments used to configure the
1340
+ * <code>DevEndpoint</code>.</p>
1341
+ */
1342
+ DeleteArguments?: string[];
1343
+ /**
1344
+ * <p>The map of arguments to add the map of arguments used to configure the
1345
+ * <code>DevEndpoint</code>.</p>
1346
+ *
1347
+ * <p>Valid arguments are:</p>
1348
+ * <ul>
1349
+ * <li>
1350
+ * <p>
1351
+ * <code>"--enable-glue-datacatalog": ""</code>
1352
+ * </p>
1353
+ * </li>
1354
+ * </ul>
1355
+ *
1356
+ * <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>
1357
+ */
1358
+ AddArguments?: {
1359
+ [key: string]: string;
1360
+ };
1361
+ }
1362
+ export declare namespace UpdateDevEndpointRequest {
1363
+ /**
1364
+ * @internal
1365
+ */
1366
+ const filterSensitiveLog: (obj: UpdateDevEndpointRequest) => any;
1367
+ }
1368
+ export interface UpdateDevEndpointResponse {
1369
+ }
1370
+ export declare namespace UpdateDevEndpointResponse {
1371
+ /**
1372
+ * @internal
1373
+ */
1374
+ const filterSensitiveLog: (obj: UpdateDevEndpointResponse) => any;
1375
+ }
1376
+ export interface UpdateJobResponse {
1377
+ /**
1378
+ * <p>Returns the name of the updated job definition.</p>
1379
+ */
1380
+ JobName?: string;
1381
+ }
1382
+ export declare namespace UpdateJobResponse {
1383
+ /**
1384
+ * @internal
1385
+ */
1386
+ const filterSensitiveLog: (obj: UpdateJobResponse) => any;
1387
+ }
1388
+ export interface UpdateMLTransformRequest {
1389
+ /**
1390
+ * <p>A unique identifier that was generated when the transform was created.</p>
1391
+ */
1392
+ TransformId: string | undefined;
1393
+ /**
1394
+ * <p>The unique name that you gave the transform when you created it.</p>
1395
+ */
1396
+ Name?: string;
1397
+ /**
1398
+ * <p>A description of the transform. The default is an empty string.</p>
1399
+ */
1400
+ Description?: string;
1401
+ /**
1402
+ * <p>The configuration parameters that are specific to the transform type (algorithm) used.
1403
+ * Conditionally dependent on the transform type.</p>
1404
+ */
1405
+ Parameters?: TransformParameters;
1406
+ /**
1407
+ * <p>The name or Amazon Resource Name (ARN) of the IAM role with the required
1408
+ * permissions.</p>
1409
+ */
1410
+ Role?: string;
1411
+ /**
1412
+ * <p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions">Glue Versions</a> in the developer guide.</p>
1413
+ */
1414
+ GlueVersion?: string;
1415
+ /**
1416
+ * <p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of
1417
+ * processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
1418
+ * information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
1419
+ * page</a>. </p>
1420
+ *
1421
+ * <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>
1422
+ */
1423
+ MaxCapacity?: number;
1424
+ /**
1425
+ * <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
1426
+ * <ul>
1427
+ * <li>
1428
+ * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
1429
+ * </li>
1430
+ * <li>
1431
+ * <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p>
1432
+ * </li>
1433
+ * <li>
1434
+ * <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p>
1435
+ * </li>
1436
+ * </ul>
1437
+ */
1438
+ WorkerType?: WorkerType | string;
1439
+ /**
1440
+ * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
1441
+ */
1442
+ NumberOfWorkers?: number;
1443
+ /**
1444
+ * <p>The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
1445
+ */
1446
+ Timeout?: number;
1447
+ /**
1448
+ * <p>The maximum number of times to retry a task for this transform after a task run fails.</p>
1449
+ */
1450
+ MaxRetries?: number;
1451
+ }
1452
+ export declare namespace UpdateMLTransformRequest {
1453
+ /**
1454
+ * @internal
1455
+ */
1456
+ const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
1457
+ }
1458
+ export interface UpdateMLTransformResponse {
1459
+ /**
1460
+ * <p>The unique identifier for the transform that was updated.</p>
1461
+ */
1462
+ TransformId?: string;
1463
+ }
1464
+ export declare namespace UpdateMLTransformResponse {
1465
+ /**
1466
+ * @internal
1467
+ */
1468
+ const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
1469
+ }
1470
+ export interface UpdatePartitionRequest {
1471
+ /**
1472
+ * <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
1473
+ * the Amazon Web Services account ID is used by default.</p>
1474
+ */
1475
+ CatalogId?: string;
1476
+ /**
1477
+ * <p>The name of the catalog database in which the table in question
1478
+ * resides.</p>
1479
+ */
1480
+ DatabaseName: string | undefined;
1481
+ /**
1482
+ * <p>The name of the table in which the partition to be updated is located.</p>
1483
+ */
1484
+ TableName: string | undefined;
1485
+ /**
1486
+ * <p>List of partition key values that define the partition to update.</p>
1487
+ */
1488
+ PartitionValueList: string[] | undefined;
1489
+ /**
1490
+ * <p>The new partition object to update the partition to.</p>
1491
+ *
1492
+ * <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>
1493
+ */
1494
+ PartitionInput: PartitionInput | undefined;
1495
+ }
1496
+ export declare namespace UpdatePartitionRequest {
1497
+ /**
1498
+ * @internal
1499
+ */
1500
+ const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
1501
+ }
1502
+ export interface UpdatePartitionResponse {
1503
+ }
1504
+ export declare namespace UpdatePartitionResponse {
1505
+ /**
1506
+ * @internal
1507
+ */
1508
+ const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
1509
+ }
1510
+ export interface UpdateRegistryInput {
1511
+ /**
1512
+ * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
1513
+ */
1514
+ RegistryId: RegistryId | undefined;
1515
+ /**
1516
+ * <p>A description of the registry. If description is not provided, this field will not be updated.</p>
1517
+ */
1518
+ Description: string | undefined;
1519
+ }
1520
+ export declare namespace UpdateRegistryInput {
1521
+ /**
1522
+ * @internal
1523
+ */
1524
+ const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
1525
+ }
1526
+ export interface UpdateRegistryResponse {
1527
+ /**
1528
+ * <p>The name of the updated registry.</p>
1529
+ */
1530
+ RegistryName?: string;
1531
+ /**
1532
+ * <p>The Amazon Resource name (ARN) of the updated registry.</p>
1533
+ */
1534
+ RegistryArn?: string;
1535
+ }
1536
+ export declare namespace UpdateRegistryResponse {
1537
+ /**
1538
+ * @internal
1539
+ */
1540
+ const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
1541
+ }
1542
+ export interface UpdateSchemaInput {
1543
+ /**
1544
+ * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
1545
+ * <ul>
1546
+ * <li>
1547
+ * <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
1548
+ * </li>
1549
+ * <li>
1550
+ * <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
1551
+ * </li>
1552
+ * </ul>
1553
+ */
1554
+ SchemaId: SchemaId | undefined;
1555
+ /**
1556
+ * <p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>
1557
+ */
1558
+ SchemaVersionNumber?: SchemaVersionNumber;
1559
+ /**
1560
+ * <p>The new compatibility setting for the schema.</p>
1561
+ */
1562
+ Compatibility?: Compatibility | string;
1563
+ /**
1564
+ * <p>The new description for the schema.</p>
1565
+ */
1566
+ Description?: string;
1567
+ }
1568
+ export declare namespace UpdateSchemaInput {
1569
+ /**
1570
+ * @internal
1571
+ */
1572
+ const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
1573
+ }
1574
+ export interface UpdateSchemaResponse {
1575
+ /**
1576
+ * <p>The Amazon Resource Name (ARN) of the schema.</p>
1577
+ */
1578
+ SchemaArn?: string;
1579
+ /**
1580
+ * <p>The name of the schema.</p>
1581
+ */
1582
+ SchemaName?: string;
1583
+ /**
1584
+ * <p>The name of the registry that contains the schema.</p>
1585
+ */
1586
+ RegistryName?: string;
1587
+ }
1588
+ export declare namespace UpdateSchemaResponse {
1589
+ /**
1590
+ * @internal
1591
+ */
1592
+ const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
1593
+ }
1594
+ export interface UpdateTableRequest {
1595
+ /**
1596
+ * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
1597
+ * ID is used by default.</p>
1598
+ */
1599
+ CatalogId?: string;
1600
+ /**
1601
+ * <p>The name of the catalog database in which the table resides. For Hive
1602
+ * compatibility, this name is entirely lowercase.</p>
1603
+ */
1604
+ DatabaseName: string | undefined;
1605
+ /**
1606
+ * <p>An updated <code>TableInput</code> object to define the metadata table
1607
+ * in the catalog.</p>
1608
+ */
1609
+ TableInput: TableInput | undefined;
1610
+ /**
1611
+ * <p>By default, <code>UpdateTable</code> always creates an archived version of the table
1612
+ * before updating it. However, if <code>skipArchive</code> is set to true,
1613
+ * <code>UpdateTable</code> does not create the archived version.</p>
1614
+ */
1615
+ SkipArchive?: boolean;
1616
+ /**
1617
+ * <p>The transaction ID at which to update the table contents. </p>
1618
+ */
1619
+ TransactionId?: string;
1620
+ VersionId?: string;
1621
+ }
1622
+ export declare namespace UpdateTableRequest {
1623
+ /**
1624
+ * @internal
1625
+ */
1626
+ const filterSensitiveLog: (obj: UpdateTableRequest) => any;
1627
+ }
1628
+ export interface UpdateTableResponse {
1629
+ }
1630
+ export declare namespace UpdateTableResponse {
1631
+ /**
1632
+ * @internal
1633
+ */
1634
+ const filterSensitiveLog: (obj: UpdateTableResponse) => any;
1635
+ }
1636
+ /**
1637
+ * <p>A structure used to provide information used to update a trigger. This object updates the
1638
+ * previous trigger definition by overwriting it completely.</p>
1639
+ */
1640
+ export interface TriggerUpdate {
1641
+ /**
1642
+ * <p>Reserved for future use.</p>
1643
+ */
1644
+ Name?: string;
1645
+ /**
1646
+ * <p>A description of this trigger.</p>
1647
+ */
1648
+ Description?: string;
1649
+ /**
1650
+ * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
1651
+ * Schedules for Jobs and Crawlers</a>. For example, to run
1652
+ * something every day at 12:15 UTC, you would specify:
1653
+ * <code>cron(15 12 * * ? *)</code>.</p>
1654
+ */
1655
+ Schedule?: string;
1656
+ /**
1657
+ * <p>The actions initiated by this trigger.</p>
1658
+ */
1659
+ Actions?: Action[];
1660
+ /**
1661
+ * <p>The predicate of this trigger, which defines when it will fire.</p>
1662
+ */
1663
+ Predicate?: Predicate;
1664
+ /**
1665
+ * <p>Batch condition that must be met (specified number of events received or batch time window expired)
1666
+ * before EventBridge event trigger fires.</p>
1667
+ */
1668
+ EventBatchingCondition?: EventBatchingCondition;
1669
+ }
1670
+ export declare namespace TriggerUpdate {
1671
+ /**
1672
+ * @internal
1673
+ */
1674
+ const filterSensitiveLog: (obj: TriggerUpdate) => any;
1675
+ }
1676
+ export interface UpdateTriggerRequest {
1677
+ /**
1678
+ * <p>The name of the trigger to update.</p>
1679
+ */
1680
+ Name: string | undefined;
1681
+ /**
1682
+ * <p>The new values with which to update the trigger.</p>
1683
+ */
1684
+ TriggerUpdate: TriggerUpdate | undefined;
1685
+ }
1686
+ export declare namespace UpdateTriggerRequest {
1687
+ /**
1688
+ * @internal
1689
+ */
1690
+ const filterSensitiveLog: (obj: UpdateTriggerRequest) => any;
1691
+ }
1692
+ export interface UpdateTriggerResponse {
1693
+ /**
1694
+ * <p>The resulting trigger definition.</p>
1695
+ */
1696
+ Trigger?: Trigger;
1697
+ }
1698
+ export declare namespace UpdateTriggerResponse {
1699
+ /**
1700
+ * @internal
1701
+ */
1702
+ const filterSensitiveLog: (obj: UpdateTriggerResponse) => any;
1703
+ }
1704
+ export interface UpdateUserDefinedFunctionRequest {
1705
+ /**
1706
+ * <p>The ID of the Data Catalog where the function to be updated is located. If none is
1707
+ * provided, the Amazon Web Services account ID is used by default.</p>
1708
+ */
1709
+ CatalogId?: string;
1710
+ /**
1711
+ * <p>The name of the catalog database where the function to be updated is
1712
+ * located.</p>
1713
+ */
1714
+ DatabaseName: string | undefined;
1715
+ /**
1716
+ * <p>The name of the function.</p>
1717
+ */
1718
+ FunctionName: string | undefined;
1719
+ /**
1720
+ * <p>A <code>FunctionInput</code> object that redefines the function in the Data
1721
+ * Catalog.</p>
1722
+ */
1723
+ FunctionInput: UserDefinedFunctionInput | undefined;
1724
+ }
1725
+ export declare namespace UpdateUserDefinedFunctionRequest {
1726
+ /**
1727
+ * @internal
1728
+ */
1729
+ const filterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
1730
+ }
1731
+ export interface UpdateUserDefinedFunctionResponse {
1732
+ }
1733
+ export declare namespace UpdateUserDefinedFunctionResponse {
1734
+ /**
1735
+ * @internal
1736
+ */
1737
+ const filterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
1738
+ }
1739
+ export interface UpdateWorkflowRequest {
1740
+ /**
1741
+ * <p>Name of the workflow to be updated.</p>
1742
+ */
1743
+ Name: string | undefined;
1744
+ /**
1745
+ * <p>The description of the workflow.</p>
1746
+ */
1747
+ Description?: string;
1748
+ /**
1749
+ * <p>A collection of properties to be used as part of each execution of the workflow.</p>
1750
+ */
1751
+ DefaultRunProperties?: {
1752
+ [key: string]: string;
1753
+ };
1754
+ /**
1755
+ * <p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>
1756
+ */
1757
+ MaxConcurrentRuns?: number;
1758
+ }
386
1759
  export declare namespace UpdateWorkflowRequest {
387
1760
  /**
388
1761
  * @internal
389
1762
  */
390
- const filterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
1763
+ const filterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
1764
+ }
1765
+ export interface UpdateWorkflowResponse {
1766
+ /**
1767
+ * <p>The name of the workflow which was specified in input.</p>
1768
+ */
1769
+ Name?: string;
1770
+ }
1771
+ export declare namespace UpdateWorkflowResponse {
1772
+ /**
1773
+ * @internal
1774
+ */
1775
+ const filterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
1776
+ }
1777
+ /**
1778
+ * <p>Specifies the mapping of data property keys.</p>
1779
+ */
1780
+ export interface Mapping {
1781
+ /**
1782
+ * <p>After the apply mapping, what the name of the column should be. Can be the same as <code>FromPath</code>.</p>
1783
+ */
1784
+ ToKey?: string;
1785
+ /**
1786
+ * <p>The table or column to be modified.</p>
1787
+ */
1788
+ FromPath?: string[];
1789
+ /**
1790
+ * <p>The type of the data to be modified.</p>
1791
+ */
1792
+ FromType?: string;
1793
+ /**
1794
+ * <p>The data type that the data is to be modified to.</p>
1795
+ */
1796
+ ToType?: string;
1797
+ /**
1798
+ * <p>If true, then the column is removed.</p>
1799
+ */
1800
+ Dropped?: boolean;
1801
+ /**
1802
+ * <p>Only applicable to nested data structures. If you want to change the parent structure, but also one of its children, you can fill out this data strucutre. It is also <code>Mapping</code>, but its <code>FromPath</code> will be the parent's <code>FromPath</code> plus the <code>FromPath</code> from this structure.</p>
1803
+ *
1804
+ * <p>For the children part, suppose you have the structure:</p>
1805
+ *
1806
+ * <p>
1807
+ * <code>{
1808
+ * "FromPath": "OuterStructure",
1809
+ * "ToKey": "OuterStructure",
1810
+ * "ToType": "Struct",
1811
+ * "Dropped": false,
1812
+ * "Chidlren": [{
1813
+ * "FromPath": "inner",
1814
+ * "ToKey": "inner",
1815
+ * "ToType": "Double",
1816
+ * "Dropped": false,
1817
+ * }]
1818
+ * }</code>
1819
+ * </p>
1820
+ *
1821
+ * <p>You can specify a <code>Mapping</code> that looks like:</p>
1822
+ *
1823
+ * <p>
1824
+ * <code>{
1825
+ * "FromPath": "OuterStructure",
1826
+ * "ToKey": "OuterStructure",
1827
+ * "ToType": "Struct",
1828
+ * "Dropped": false,
1829
+ * "Chidlren": [{
1830
+ * "FromPath": "inner",
1831
+ * "ToKey": "inner",
1832
+ * "ToType": "Double",
1833
+ * "Dropped": false,
1834
+ * }]
1835
+ * }</code>
1836
+ * </p>
1837
+ */
1838
+ Children?: Mapping[];
1839
+ }
1840
+ export declare namespace Mapping {
1841
+ /**
1842
+ * @internal
1843
+ */
1844
+ const filterSensitiveLog: (obj: Mapping) => any;
1845
+ }
1846
+ /**
1847
+ * <p>Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.</p>
1848
+ */
1849
+ export interface ApplyMapping {
1850
+ /**
1851
+ * <p>The name of the transform node.</p>
1852
+ */
1853
+ Name: string | undefined;
1854
+ /**
1855
+ * <p>The data inputs identified by their node names.</p>
1856
+ */
1857
+ Inputs: string[] | undefined;
1858
+ /**
1859
+ * <p>Specifies the mapping of data property keys in the data source to data property keys in the data target.</p>
1860
+ */
1861
+ Mapping: Mapping[] | undefined;
1862
+ }
1863
+ export declare namespace ApplyMapping {
1864
+ /**
1865
+ * @internal
1866
+ */
1867
+ const filterSensitiveLog: (obj: ApplyMapping) => any;
1868
+ }
1869
+ /**
1870
+ * <p>
1871
+ * <code>CodeGenConfigurationNode</code> enumerates all valid Node types. One and only one of its member variables can be populated.</p>
1872
+ */
1873
+ export interface CodeGenConfigurationNode {
1874
+ /**
1875
+ * <p>Specifies a connector to an Amazon Athena data source.</p>
1876
+ */
1877
+ AthenaConnectorSource?: AthenaConnectorSource;
1878
+ /**
1879
+ * <p>Specifies a connector to a JDBC data source.</p>
1880
+ */
1881
+ JDBCConnectorSource?: JDBCConnectorSource;
1882
+ /**
1883
+ * <p>Specifies a connector to an Apache Spark data source.</p>
1884
+ */
1885
+ SparkConnectorSource?: SparkConnectorSource;
1886
+ /**
1887
+ * <p>Specifies a data store in the Glue Data Catalog.</p>
1888
+ */
1889
+ CatalogSource?: CatalogSource;
1890
+ /**
1891
+ * <p>Specifies an Amazon Redshift data store.</p>
1892
+ */
1893
+ RedshiftSource?: RedshiftSource;
1894
+ /**
1895
+ * <p>Specifies an Amazon S3 data store in the Glue Data Catalog.</p>
1896
+ */
1897
+ S3CatalogSource?: S3CatalogSource;
1898
+ /**
1899
+ * <p>Specifies a command-separated value (CSV) data store stored in Amazon S3.</p>
1900
+ */
1901
+ S3CsvSource?: S3CsvSource;
1902
+ /**
1903
+ * <p>Specifies a JSON data store stored in Amazon S3.</p>
1904
+ */
1905
+ S3JsonSource?: S3JsonSource;
1906
+ /**
1907
+ * <p>Specifies an Apache Parquet data store stored in Amazon S3.</p>
1908
+ */
1909
+ S3ParquetSource?: S3ParquetSource;
1910
+ /**
1911
+ * <p>Specifies a Relational database data source in the Glue Data Catalog.</p>
1912
+ */
1913
+ RelationalCatalogSource?: RelationalCatalogSource;
1914
+ /**
1915
+ * <p>Specifies a DynamoDB data source in the Glue Data Catalog.</p>
1916
+ */
1917
+ DynamoDBCatalogSource?: DynamoDBCatalogSource;
1918
+ /**
1919
+ * <p>Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.</p>
1920
+ */
1921
+ JDBCConnectorTarget?: JDBCConnectorTarget;
1922
+ /**
1923
+ * <p>Specifies a target that uses an Apache Spark connector.</p>
1924
+ */
1925
+ SparkConnectorTarget?: SparkConnectorTarget;
1926
+ /**
1927
+ * <p>Specifies a target that uses a Glue Data Catalog table.</p>
1928
+ */
1929
+ CatalogTarget?: BasicCatalogTarget;
1930
+ /**
1931
+ * <p>Specifies a target that uses Amazon Redshift.</p>
1932
+ */
1933
+ RedshiftTarget?: RedshiftTarget;
1934
+ /**
1935
+ * <p>Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.</p>
1936
+ */
1937
+ S3CatalogTarget?: S3CatalogTarget;
1938
+ /**
1939
+ * <p>Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.</p>
1940
+ */
1941
+ S3GlueParquetTarget?: S3GlueParquetTarget;
1942
+ /**
1943
+ * <p>Specifies a data target that writes to Amazon S3.</p>
1944
+ */
1945
+ S3DirectTarget?: S3DirectTarget;
1946
+ /**
1947
+ * <p>Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.</p>
1948
+ */
1949
+ ApplyMapping?: ApplyMapping;
1950
+ /**
1951
+ * <p>Specifies a transform that chooses the data property keys that you want to keep.</p>
1952
+ */
1953
+ SelectFields?: SelectFields;
1954
+ /**
1955
+ * <p>Specifies a transform that chooses the data property keys that you want to drop.</p>
1956
+ */
1957
+ DropFields?: DropFields;
1958
+ /**
1959
+ * <p>Specifies a transform that renames a single data property key.</p>
1960
+ */
1961
+ RenameField?: RenameField;
1962
+ /**
1963
+ * <p>Specifies a transform that writes samples of the data to an Amazon S3 bucket.</p>
1964
+ */
1965
+ Spigot?: Spigot;
1966
+ /**
1967
+ * <p>Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.</p>
1968
+ */
1969
+ Join?: Join;
1970
+ /**
1971
+ * <p>Specifies a transform that splits data property keys into two <code>DynamicFrames</code>. The output is a collection of <code>DynamicFrames</code>: one with selected data property keys, and one with the remaining data property keys.</p>
1972
+ */
1973
+ SplitFields?: SplitFields;
1974
+ /**
1975
+ * <p>Specifies a transform that chooses one <code>DynamicFrame</code> from a collection of <code>DynamicFrames</code>. The output is the selected <code>DynamicFrame</code>
1976
+ * </p>
1977
+ */
1978
+ SelectFromCollection?: SelectFromCollection;
1979
+ /**
1980
+ * <p>Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.</p>
1981
+ */
1982
+ FillMissingValues?: FillMissingValues;
1983
+ /**
1984
+ * <p>Specifies a transform that splits a dataset into two, based on a filter condition.</p>
1985
+ */
1986
+ Filter?: Filter;
1987
+ /**
1988
+ * <p>Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.</p>
1989
+ */
1990
+ CustomCode?: CustomCode;
1991
+ /**
1992
+ * <p>Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single <code>DynamicFrame</code>.</p>
1993
+ */
1994
+ SparkSQL?: SparkSQL;
1995
+ /**
1996
+ * <p>Specifies a direct Amazon Kinesis data source.</p>
1997
+ */
1998
+ DirectKinesisSource?: DirectKinesisSource;
1999
+ /**
2000
+ * <p>Specifies an Apache Kafka data store.</p>
2001
+ */
2002
+ DirectKafkaSource?: DirectKafkaSource;
2003
+ /**
2004
+ * <p>Specifies a Kinesis data source in the Glue Data Catalog.</p>
2005
+ */
2006
+ CatalogKinesisSource?: CatalogKinesisSource;
2007
+ /**
2008
+ * <p>Specifies an Apache Kafka data store in the Data Catalog.</p>
2009
+ */
2010
+ CatalogKafkaSource?: CatalogKafkaSource;
2011
+ /**
2012
+ * <p>Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.</p>
2013
+ */
2014
+ DropNullFields?: DropNullFields;
2015
+ /**
2016
+ * <p>Specifies a transform that merges a <code>DynamicFrame</code> with a staging <code>DynamicFrame</code> based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated. </p>
2017
+ */
2018
+ Merge?: Merge;
2019
+ /**
2020
+ * <p>Specifies a transform that combines the rows from two or more datasets into a single result.</p>
2021
+ */
2022
+ Union?: Union;
2023
+ /**
2024
+ * <p>Specifies a transform that identifies, removes or masks PII data.</p>
2025
+ */
2026
+ PIIDetection?: PIIDetection;
2027
+ /**
2028
+ * <p>Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.</p>
2029
+ */
2030
+ Aggregate?: Aggregate;
2031
+ /**
2032
+ * <p>Specifies a transform that removes rows of repeating data from a data set.</p>
2033
+ */
2034
+ DropDuplicates?: DropDuplicates;
2035
+ /**
2036
+ * <p>Specifies a data target that writes to a goverened catalog.</p>
2037
+ */
2038
+ GovernedCatalogTarget?: GovernedCatalogTarget;
2039
+ /**
2040
+ * <p>Specifies a data source in a goverened Data Catalog.</p>
2041
+ */
2042
+ GovernedCatalogSource?: GovernedCatalogSource;
2043
+ /**
2044
+ * <p>Specifies a Microsoft SQL server data source in the Glue Data Catalog.</p>
2045
+ */
2046
+ MicrosoftSQLServerCatalogSource?: MicrosoftSQLServerCatalogSource;
2047
+ /**
2048
+ * <p>Specifies a MySQL data source in the Glue Data Catalog.</p>
2049
+ */
2050
+ MySQLCatalogSource?: MySQLCatalogSource;
2051
+ /**
2052
+ * <p>Specifies an Oracle data source in the Glue Data Catalog.</p>
2053
+ */
2054
+ OracleSQLCatalogSource?: OracleSQLCatalogSource;
2055
+ /**
2056
+ * <p>Specifies a PostgresSQL data source in the Glue Data Catalog.</p>
2057
+ */
2058
+ PostgreSQLCatalogSource?: PostgreSQLCatalogSource;
2059
+ /**
2060
+ * <p>Specifies a target that uses Microsoft SQL.</p>
2061
+ */
2062
+ MicrosoftSQLServerCatalogTarget?: MicrosoftSQLServerCatalogTarget;
2063
+ /**
2064
+ * <p>Specifies a target that uses MySQL.</p>
2065
+ */
2066
+ MySQLCatalogTarget?: MySQLCatalogTarget;
2067
+ /**
2068
+ * <p>Specifies a target that uses Oracle SQL.</p>
2069
+ */
2070
+ OracleSQLCatalogTarget?: OracleSQLCatalogTarget;
2071
+ /**
2072
+ * <p>Specifies a target that uses Postgres SQL.</p>
2073
+ */
2074
+ PostgreSQLCatalogTarget?: PostgreSQLCatalogTarget;
2075
+ }
2076
+ export declare namespace CodeGenConfigurationNode {
2077
+ /**
2078
+ * @internal
2079
+ */
2080
+ const filterSensitiveLog: (obj: CodeGenConfigurationNode) => any;
2081
+ }
2082
+ export interface CreateJobRequest {
2083
+ /**
2084
+ * <p>The name you assign to this job definition. It must be unique in your account.</p>
2085
+ */
2086
+ Name: string | undefined;
2087
+ /**
2088
+ * <p>Description of the job being defined.</p>
2089
+ */
2090
+ Description?: string;
2091
+ /**
2092
+ * <p>This field is reserved for future use.</p>
2093
+ */
2094
+ LogUri?: string;
2095
+ /**
2096
+ * <p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job.</p>
2097
+ */
2098
+ Role: string | undefined;
2099
+ /**
2100
+ * <p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed
2101
+ * for this job.</p>
2102
+ */
2103
+ ExecutionProperty?: ExecutionProperty;
2104
+ /**
2105
+ * <p>The <code>JobCommand</code> that runs this job.</p>
2106
+ */
2107
+ Command: JobCommand | undefined;
2108
+ /**
2109
+ * <p>The default arguments for this job.</p>
2110
+ * <p>You can specify arguments here that your own job-execution script
2111
+ * consumes, as well as arguments that Glue itself consumes.</p>
2112
+ * <p>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling Glue APIs in Python</a> topic in the developer guide.</p>
2113
+ * <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special Parameters Used by Glue</a> topic in the developer guide.</p>
2114
+ */
2115
+ DefaultArguments?: {
2116
+ [key: string]: string;
2117
+ };
2118
+ /**
2119
+ * <p>Non-overridable arguments for this job, specified as name-value pairs.</p>
2120
+ */
2121
+ NonOverridableArguments?: {
2122
+ [key: string]: string;
2123
+ };
2124
+ /**
2125
+ * <p>The connections used for this job.</p>
2126
+ */
2127
+ Connections?: ConnectionsList;
2128
+ /**
2129
+ * <p>The maximum number of times to retry this job if it fails.</p>
2130
+ */
2131
+ MaxRetries?: number;
2132
+ /**
2133
+ * @deprecated
2134
+ *
2135
+ * <p>This parameter is deprecated. Use <code>MaxCapacity</code> instead.</p>
2136
+ *
2137
+ * <p>The number of Glue data processing units (DPUs) to allocate to this Job. You can
2138
+ * allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing
2139
+ * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
2140
+ * see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
2141
+ * page</a>.</p>
2142
+ */
2143
+ AllocatedCapacity?: number;
2144
+ /**
2145
+ * <p>The job timeout in minutes. This is the maximum time that a job run
2146
+ * can consume resources before it is terminated and enters <code>TIMEOUT</code>
2147
+ * status. The default is 2,880 minutes (48 hours).</p>
2148
+ */
2149
+ Timeout?: number;
2150
+ /**
2151
+ * <p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure
2152
+ * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
2153
+ * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
2154
+ * pricing page</a>.</p>
2155
+ *
2156
+ * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
2157
+ *
2158
+ * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
2159
+ * running a Python shell job or an Apache Spark ETL job:</p>
2160
+ * <ul>
2161
+ * <li>
2162
+ * <p>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"), you can
2163
+ * allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p>
2164
+ * </li>
2165
+ * <li>
2166
+ * <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl") or Apache
2167
+ * Spark streaming ETL job (<code>JobCommand.Name</code>="gluestreaming"), you can allocate from 2 to 100 DPUs.
2168
+ * The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
2169
+ * </li>
2170
+ * </ul>
2171
+ * <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
2172
+ */
2173
+ MaxCapacity?: number;
2174
+ /**
2175
+ * <p>The name of the <code>SecurityConfiguration</code> structure to be used with this
2176
+ * job.</p>
2177
+ */
2178
+ SecurityConfiguration?: string;
2179
+ /**
2180
+ * <p>The tags to use with this job. You may use tags to limit access to the job. For more information about tags in Glue, see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">Amazon Web Services Tags in Glue</a> in the developer guide.</p>
2181
+ */
2182
+ Tags?: {
2183
+ [key: string]: string;
2184
+ };
2185
+ /**
2186
+ * <p>Specifies configuration properties of a job notification.</p>
2187
+ */
2188
+ NotificationProperty?: NotificationProperty;
2189
+ /**
2190
+ * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p>
2191
+ *
2192
+ * <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer guide.</p>
2193
+ *
2194
+ * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
2195
+ */
2196
+ GlueVersion?: string;
2197
+ /**
2198
+ * <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
2199
+ *
2200
+ * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
2201
+ */
2202
+ NumberOfWorkers?: number;
2203
+ /**
2204
+ * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p>
2205
+ * <ul>
2206
+ * <li>
2207
+ * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
2208
+ * </li>
2209
+ * <li>
2210
+ * <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
2211
+ * </li>
2212
+ * <li>
2213
+ * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
2214
+ * </li>
2215
+ * </ul>
2216
+ */
2217
+ WorkerType?: WorkerType | string;
2218
+ /**
2219
+ * <p>The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.</p>
2220
+ */
2221
+ CodeGenConfigurationNodes?: {
2222
+ [key: string]: CodeGenConfigurationNode;
2223
+ };
2224
+ }
2225
+ export declare namespace CreateJobRequest {
2226
+ /**
2227
+ * @internal
2228
+ */
2229
+ const filterSensitiveLog: (obj: CreateJobRequest) => any;
391
2230
  }
392
- export interface UpdateWorkflowResponse {
2231
+ /**
2232
+ * <p>Specifies a job definition.</p>
2233
+ */
2234
+ export interface Job {
393
2235
  /**
394
- * <p>The name of the workflow which was specified in input.</p>
2236
+ * <p>The name you assign to this job definition.</p>
395
2237
  */
396
2238
  Name?: string;
2239
+ /**
2240
+ * <p>A description of the job.</p>
2241
+ */
2242
+ Description?: string;
2243
+ /**
2244
+ * <p>This field is reserved for future use.</p>
2245
+ */
2246
+ LogUri?: string;
2247
+ /**
2248
+ * <p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job.</p>
2249
+ */
2250
+ Role?: string;
2251
+ /**
2252
+ * <p>The time and date that this job definition was created.</p>
2253
+ */
2254
+ CreatedOn?: Date;
2255
+ /**
2256
+ * <p>The last point in time when this job definition was modified.</p>
2257
+ */
2258
+ LastModifiedOn?: Date;
2259
+ /**
2260
+ * <p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed
2261
+ * for this job.</p>
2262
+ */
2263
+ ExecutionProperty?: ExecutionProperty;
2264
+ /**
2265
+ * <p>The <code>JobCommand</code> that runs this job.</p>
2266
+ */
2267
+ Command?: JobCommand;
2268
+ /**
2269
+ * <p>The default arguments for this job, specified as name-value pairs.</p>
2270
+ * <p>You can specify arguments here that your own job-execution script
2271
+ * consumes, as well as arguments that Glue itself consumes.</p>
2272
+ * <p>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling Glue APIs in Python</a> topic in the developer guide.</p>
2273
+ * <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special Parameters Used by Glue</a> topic in the developer guide.</p>
2274
+ */
2275
+ DefaultArguments?: {
2276
+ [key: string]: string;
2277
+ };
2278
+ /**
2279
+ * <p>Non-overridable arguments for this job, specified as name-value pairs.</p>
2280
+ */
2281
+ NonOverridableArguments?: {
2282
+ [key: string]: string;
2283
+ };
2284
+ /**
2285
+ * <p>The connections used for this job.</p>
2286
+ */
2287
+ Connections?: ConnectionsList;
2288
+ /**
2289
+ * <p>The maximum number of times to retry this job after a JobRun fails.</p>
2290
+ */
2291
+ MaxRetries?: number;
2292
+ /**
2293
+ * @deprecated
2294
+ *
2295
+ * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
2296
+ *
2297
+ * <p>The number of Glue data processing units (DPUs) allocated to runs of this job. You can
2298
+ * allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing
2299
+ * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
2300
+ * see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
2301
+ * page</a>.</p>
2302
+ * <p></p>
2303
+ */
2304
+ AllocatedCapacity?: number;
2305
+ /**
2306
+ * <p>The job timeout in minutes. This is the maximum time that a job run
2307
+ * can consume resources before it is terminated and enters <code>TIMEOUT</code>
2308
+ * status. The default is 2,880 minutes (48 hours).</p>
2309
+ */
2310
+ Timeout?: number;
2311
+ /**
2312
+ * <p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure
2313
+ * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
2314
+ * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
2315
+ * pricing page</a>.</p>
2316
+ *
2317
+ * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
2318
+ *
2319
+ * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
2320
+ * running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL
2321
+ * job:</p>
2322
+ * <ul>
2323
+ * <li>
2324
+ * <p>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"), you can
2325
+ * allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p>
2326
+ * </li>
2327
+ * <li>
2328
+ * <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl") or Apache
2329
+ * Spark streaming ETL job (<code>JobCommand.Name</code>="gluestreaming"), you can allocate from 2 to 100 DPUs.
2330
+ * The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
2331
+ * </li>
2332
+ * </ul>
2333
+ * <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
2334
+ */
2335
+ MaxCapacity?: number;
2336
+ /**
2337
+ * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p>
2338
+ * <ul>
2339
+ * <li>
2340
+ * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
2341
+ * </li>
2342
+ * <li>
2343
+ * <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
2344
+ * </li>
2345
+ * <li>
2346
+ * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
2347
+ * </li>
2348
+ * </ul>
2349
+ */
2350
+ WorkerType?: WorkerType | string;
2351
+ /**
2352
+ * <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
2353
+ *
2354
+ * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
2355
+ */
2356
+ NumberOfWorkers?: number;
2357
+ /**
2358
+ * <p>The name of the <code>SecurityConfiguration</code> structure to be used with this
2359
+ * job.</p>
2360
+ */
2361
+ SecurityConfiguration?: string;
2362
+ /**
2363
+ * <p>Specifies configuration properties of a job notification.</p>
2364
+ */
2365
+ NotificationProperty?: NotificationProperty;
2366
+ /**
2367
+ * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p>
2368
+ *
2369
+ * <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer guide.</p>
2370
+ *
2371
+ * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
2372
+ */
2373
+ GlueVersion?: string;
2374
+ /**
2375
+ * <p>The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.</p>
2376
+ */
2377
+ CodeGenConfigurationNodes?: {
2378
+ [key: string]: CodeGenConfigurationNode;
2379
+ };
397
2380
  }
398
- export declare namespace UpdateWorkflowResponse {
2381
+ export declare namespace Job {
399
2382
  /**
400
2383
  * @internal
401
2384
  */
402
- const filterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
2385
+ const filterSensitiveLog: (obj: Job) => any;
2386
+ }
2387
+ /**
2388
+ * <p>Specifies information used to update an existing job definition. The previous job
2389
+ * definition is completely overwritten by this information.</p>
2390
+ */
2391
+ export interface JobUpdate {
2392
+ /**
2393
+ * <p>Description of the job being defined.</p>
2394
+ */
2395
+ Description?: string;
2396
+ /**
2397
+ * <p>This field is reserved for future use.</p>
2398
+ */
2399
+ LogUri?: string;
2400
+ /**
2401
+ * <p>The name or Amazon Resource Name (ARN) of the IAM role associated with this job
2402
+ * (required).</p>
2403
+ */
2404
+ Role?: string;
2405
+ /**
2406
+ * <p>An <code>ExecutionProperty</code> specifying the maximum number of concurrent runs allowed
2407
+ * for this job.</p>
2408
+ */
2409
+ ExecutionProperty?: ExecutionProperty;
2410
+ /**
2411
+ * <p>The <code>JobCommand</code> that runs this job (required).</p>
2412
+ */
2413
+ Command?: JobCommand;
2414
+ /**
2415
+ * <p>The default arguments for this job.</p>
2416
+ * <p>You can specify arguments here that your own job-execution script
2417
+ * consumes, as well as arguments that Glue itself consumes.</p>
2418
+ * <p>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling Glue APIs in Python</a> topic in the developer guide.</p>
2419
+ * <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special Parameters Used by Glue</a> topic in the developer guide.</p>
2420
+ */
2421
+ DefaultArguments?: {
2422
+ [key: string]: string;
2423
+ };
2424
+ /**
2425
+ * <p>Non-overridable arguments for this job, specified as name-value pairs.</p>
2426
+ */
2427
+ NonOverridableArguments?: {
2428
+ [key: string]: string;
2429
+ };
2430
+ /**
2431
+ * <p>The connections used for this job.</p>
2432
+ */
2433
+ Connections?: ConnectionsList;
2434
+ /**
2435
+ * <p>The maximum number of times to retry this job if it fails.</p>
2436
+ */
2437
+ MaxRetries?: number;
2438
+ /**
2439
+ * @deprecated
2440
+ *
2441
+ * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
2442
+ *
2443
+ * <p>The number of Glue data processing units (DPUs) to allocate to this job. You can
2444
+ * allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing
2445
+ * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
2446
+ * see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
2447
+ * page</a>.</p>
2448
+ */
2449
+ AllocatedCapacity?: number;
2450
+ /**
2451
+ * <p>The job timeout in minutes. This is the maximum time that a job run
2452
+ * can consume resources before it is terminated and enters <code>TIMEOUT</code>
2453
+ * status. The default is 2,880 minutes (48 hours).</p>
2454
+ */
2455
+ Timeout?: number;
2456
+ /**
2457
+ * <p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure
2458
+ * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing page</a>.</p>
2459
+ *
2460
+ * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
2461
+ *
2462
+ * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
2463
+ * running a Python shell job or an Apache Spark ETL job:</p>
2464
+ *
2465
+ * <ul>
2466
+ * <li>
2467
+ * <p>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"), you can
2468
+ * allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p>
2469
+ * </li>
2470
+ * <li>
2471
+ * <p>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl") or Apache
2472
+ * Spark streaming ETL job (<code>JobCommand.Name</code>="gluestreaming"), you can allocate from 2 to 100 DPUs.
2473
+ * The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
2474
+ * </li>
2475
+ * </ul>
2476
+ * <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
2477
+ */
2478
+ MaxCapacity?: number;
2479
+ /**
2480
+ * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X.</p>
2481
+ * <ul>
2482
+ * <li>
2483
+ * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
2484
+ * </li>
2485
+ * <li>
2486
+ * <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
2487
+ * </li>
2488
+ * <li>
2489
+ * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
2490
+ * </li>
2491
+ * </ul>
2492
+ */
2493
+ WorkerType?: WorkerType | string;
2494
+ /**
2495
+ * <p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>
2496
+ *
2497
+ * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
2498
+ */
2499
+ NumberOfWorkers?: number;
2500
+ /**
2501
+ * <p>The name of the <code>SecurityConfiguration</code> structure to be used with this
2502
+ * job.</p>
2503
+ */
2504
+ SecurityConfiguration?: string;
2505
+ /**
2506
+ * <p>Specifies the configuration properties of a job notification.</p>
2507
+ */
2508
+ NotificationProperty?: NotificationProperty;
2509
+ /**
2510
+ * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p>
2511
+ *
2512
+ * <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer guide.</p>
2513
+ */
2514
+ GlueVersion?: string;
2515
+ /**
2516
+ * <p>The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.</p>
2517
+ */
2518
+ CodeGenConfigurationNodes?: {
2519
+ [key: string]: CodeGenConfigurationNode;
2520
+ };
2521
+ }
2522
+ export declare namespace JobUpdate {
2523
+ /**
2524
+ * @internal
2525
+ */
2526
+ const filterSensitiveLog: (obj: JobUpdate) => any;
2527
+ }
2528
+ export interface GetJobResponse {
2529
+ /**
2530
+ * <p>The requested job definition.</p>
2531
+ */
2532
+ Job?: Job;
2533
+ }
2534
+ export declare namespace GetJobResponse {
2535
+ /**
2536
+ * @internal
2537
+ */
2538
+ const filterSensitiveLog: (obj: GetJobResponse) => any;
2539
+ }
2540
+ export interface UpdateJobRequest {
2541
+ /**
2542
+ * <p>The name of the job definition to update.</p>
2543
+ */
2544
+ JobName: string | undefined;
2545
+ /**
2546
+ * <p>Specifies the values with which to update the job definition.</p>
2547
+ */
2548
+ JobUpdate: JobUpdate | undefined;
2549
+ }
2550
+ export declare namespace UpdateJobRequest {
2551
+ /**
2552
+ * @internal
2553
+ */
2554
+ const filterSensitiveLog: (obj: UpdateJobRequest) => any;
2555
+ }
2556
+ export interface BatchGetJobsResponse {
2557
+ /**
2558
+ * <p>A list of job definitions.</p>
2559
+ */
2560
+ Jobs?: Job[];
2561
+ /**
2562
+ * <p>A list of names of jobs not found.</p>
2563
+ */
2564
+ JobsNotFound?: string[];
2565
+ }
2566
+ export declare namespace BatchGetJobsResponse {
2567
+ /**
2568
+ * @internal
2569
+ */
2570
+ const filterSensitiveLog: (obj: BatchGetJobsResponse) => any;
2571
+ }
2572
+ export interface GetJobsResponse {
2573
+ /**
2574
+ * <p>A list of job definitions.</p>
2575
+ */
2576
+ Jobs?: Job[];
2577
+ /**
2578
+ * <p>A continuation token, if not all job definitions have yet been returned.</p>
2579
+ */
2580
+ NextToken?: string;
2581
+ }
2582
+ export declare namespace GetJobsResponse {
2583
+ /**
2584
+ * @internal
2585
+ */
2586
+ const filterSensitiveLog: (obj: GetJobsResponse) => any;
403
2587
  }