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