@aws-sdk/client-glue 3.183.0 → 3.186.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 (270) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/Glue.js +30 -0
  3. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteBlueprintCommand.js +3 -3
  5. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +1 -2
  6. package/dist-cjs/commands/UpdateJobFromSourceControlCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateSourceControlFromJobCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +2 -0
  9. package/dist-cjs/models/models_0.js +20 -18
  10. package/dist-cjs/models/models_1.js +18 -18
  11. package/dist-cjs/models/models_2.js +31 -3
  12. package/dist-cjs/protocols/Aws_json1_1.js +200 -7
  13. package/dist-es/Glue.js +775 -738
  14. package/dist-es/GlueClient.js +28 -22
  15. package/dist-es/commands/BatchCreatePartitionCommand.js +28 -21
  16. package/dist-es/commands/BatchDeleteConnectionCommand.js +28 -21
  17. package/dist-es/commands/BatchDeletePartitionCommand.js +28 -21
  18. package/dist-es/commands/BatchDeleteTableCommand.js +28 -21
  19. package/dist-es/commands/BatchDeleteTableVersionCommand.js +28 -21
  20. package/dist-es/commands/BatchGetBlueprintsCommand.js +28 -21
  21. package/dist-es/commands/BatchGetCrawlersCommand.js +28 -21
  22. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +28 -21
  23. package/dist-es/commands/BatchGetDevEndpointsCommand.js +28 -21
  24. package/dist-es/commands/BatchGetJobsCommand.js +28 -21
  25. package/dist-es/commands/BatchGetPartitionCommand.js +28 -21
  26. package/dist-es/commands/BatchGetTriggersCommand.js +28 -21
  27. package/dist-es/commands/BatchGetWorkflowsCommand.js +28 -21
  28. package/dist-es/commands/BatchStopJobRunCommand.js +28 -21
  29. package/dist-es/commands/BatchUpdatePartitionCommand.js +28 -21
  30. package/dist-es/commands/CancelMLTaskRunCommand.js +28 -21
  31. package/dist-es/commands/CancelStatementCommand.js +28 -21
  32. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +28 -21
  33. package/dist-es/commands/CreateBlueprintCommand.js +28 -21
  34. package/dist-es/commands/CreateClassifierCommand.js +28 -21
  35. package/dist-es/commands/CreateConnectionCommand.js +28 -21
  36. package/dist-es/commands/CreateCrawlerCommand.js +28 -21
  37. package/dist-es/commands/CreateCustomEntityTypeCommand.js +28 -21
  38. package/dist-es/commands/CreateDatabaseCommand.js +28 -21
  39. package/dist-es/commands/CreateDevEndpointCommand.js +28 -21
  40. package/dist-es/commands/CreateJobCommand.js +28 -21
  41. package/dist-es/commands/CreateMLTransformCommand.js +28 -21
  42. package/dist-es/commands/CreatePartitionCommand.js +28 -21
  43. package/dist-es/commands/CreatePartitionIndexCommand.js +28 -21
  44. package/dist-es/commands/CreateRegistryCommand.js +28 -21
  45. package/dist-es/commands/CreateSchemaCommand.js +28 -21
  46. package/dist-es/commands/CreateScriptCommand.js +28 -21
  47. package/dist-es/commands/CreateSecurityConfigurationCommand.js +28 -21
  48. package/dist-es/commands/CreateSessionCommand.js +28 -21
  49. package/dist-es/commands/CreateTableCommand.js +28 -21
  50. package/dist-es/commands/CreateTriggerCommand.js +28 -21
  51. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +28 -21
  52. package/dist-es/commands/CreateWorkflowCommand.js +30 -22
  53. package/dist-es/commands/DeleteBlueprintCommand.js +29 -22
  54. package/dist-es/commands/DeleteClassifierCommand.js +28 -21
  55. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +28 -21
  56. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +28 -21
  57. package/dist-es/commands/DeleteConnectionCommand.js +28 -21
  58. package/dist-es/commands/DeleteCrawlerCommand.js +28 -21
  59. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +28 -21
  60. package/dist-es/commands/DeleteDatabaseCommand.js +28 -21
  61. package/dist-es/commands/DeleteDevEndpointCommand.js +28 -21
  62. package/dist-es/commands/DeleteJobCommand.js +28 -21
  63. package/dist-es/commands/DeleteMLTransformCommand.js +28 -21
  64. package/dist-es/commands/DeletePartitionCommand.js +28 -21
  65. package/dist-es/commands/DeletePartitionIndexCommand.js +28 -21
  66. package/dist-es/commands/DeleteRegistryCommand.js +28 -21
  67. package/dist-es/commands/DeleteResourcePolicyCommand.js +28 -21
  68. package/dist-es/commands/DeleteSchemaCommand.js +28 -21
  69. package/dist-es/commands/DeleteSchemaVersionsCommand.js +28 -21
  70. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +28 -21
  71. package/dist-es/commands/DeleteSessionCommand.js +28 -21
  72. package/dist-es/commands/DeleteTableCommand.js +28 -21
  73. package/dist-es/commands/DeleteTableVersionCommand.js +28 -21
  74. package/dist-es/commands/DeleteTriggerCommand.js +28 -21
  75. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +28 -21
  76. package/dist-es/commands/DeleteWorkflowCommand.js +28 -21
  77. package/dist-es/commands/GetBlueprintCommand.js +28 -21
  78. package/dist-es/commands/GetBlueprintRunCommand.js +28 -21
  79. package/dist-es/commands/GetBlueprintRunsCommand.js +28 -21
  80. package/dist-es/commands/GetCatalogImportStatusCommand.js +28 -21
  81. package/dist-es/commands/GetClassifierCommand.js +28 -21
  82. package/dist-es/commands/GetClassifiersCommand.js +28 -21
  83. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +28 -21
  84. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +28 -21
  85. package/dist-es/commands/GetConnectionCommand.js +28 -21
  86. package/dist-es/commands/GetConnectionsCommand.js +28 -21
  87. package/dist-es/commands/GetCrawlerCommand.js +28 -21
  88. package/dist-es/commands/GetCrawlerMetricsCommand.js +28 -21
  89. package/dist-es/commands/GetCrawlersCommand.js +28 -21
  90. package/dist-es/commands/GetCustomEntityTypeCommand.js +28 -21
  91. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +28 -21
  92. package/dist-es/commands/GetDatabaseCommand.js +28 -21
  93. package/dist-es/commands/GetDatabasesCommand.js +28 -21
  94. package/dist-es/commands/GetDataflowGraphCommand.js +28 -21
  95. package/dist-es/commands/GetDevEndpointCommand.js +28 -21
  96. package/dist-es/commands/GetDevEndpointsCommand.js +28 -21
  97. package/dist-es/commands/GetJobBookmarkCommand.js +28 -21
  98. package/dist-es/commands/GetJobCommand.js +28 -21
  99. package/dist-es/commands/GetJobRunCommand.js +28 -21
  100. package/dist-es/commands/GetJobRunsCommand.js +28 -21
  101. package/dist-es/commands/GetJobsCommand.js +28 -21
  102. package/dist-es/commands/GetMLTaskRunCommand.js +28 -21
  103. package/dist-es/commands/GetMLTaskRunsCommand.js +28 -21
  104. package/dist-es/commands/GetMLTransformCommand.js +28 -21
  105. package/dist-es/commands/GetMLTransformsCommand.js +28 -21
  106. package/dist-es/commands/GetMappingCommand.js +28 -21
  107. package/dist-es/commands/GetPartitionCommand.js +28 -21
  108. package/dist-es/commands/GetPartitionIndexesCommand.js +28 -21
  109. package/dist-es/commands/GetPartitionsCommand.js +28 -21
  110. package/dist-es/commands/GetPlanCommand.js +28 -21
  111. package/dist-es/commands/GetRegistryCommand.js +28 -21
  112. package/dist-es/commands/GetResourcePoliciesCommand.js +28 -21
  113. package/dist-es/commands/GetResourcePolicyCommand.js +28 -21
  114. package/dist-es/commands/GetSchemaByDefinitionCommand.js +28 -21
  115. package/dist-es/commands/GetSchemaCommand.js +28 -21
  116. package/dist-es/commands/GetSchemaVersionCommand.js +28 -21
  117. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +28 -21
  118. package/dist-es/commands/GetSecurityConfigurationCommand.js +28 -21
  119. package/dist-es/commands/GetSecurityConfigurationsCommand.js +28 -21
  120. package/dist-es/commands/GetSessionCommand.js +28 -21
  121. package/dist-es/commands/GetStatementCommand.js +28 -21
  122. package/dist-es/commands/GetTableCommand.js +28 -21
  123. package/dist-es/commands/GetTableVersionCommand.js +28 -21
  124. package/dist-es/commands/GetTableVersionsCommand.js +28 -21
  125. package/dist-es/commands/GetTablesCommand.js +28 -21
  126. package/dist-es/commands/GetTagsCommand.js +28 -21
  127. package/dist-es/commands/GetTriggerCommand.js +28 -21
  128. package/dist-es/commands/GetTriggersCommand.js +28 -21
  129. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +28 -21
  130. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +28 -21
  131. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +28 -21
  132. package/dist-es/commands/GetUserDefinedFunctionCommand.js +28 -21
  133. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +28 -21
  134. package/dist-es/commands/GetWorkflowCommand.js +28 -21
  135. package/dist-es/commands/GetWorkflowRunCommand.js +28 -21
  136. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +28 -21
  137. package/dist-es/commands/GetWorkflowRunsCommand.js +28 -21
  138. package/dist-es/commands/ImportCatalogToGlueCommand.js +28 -21
  139. package/dist-es/commands/ListBlueprintsCommand.js +28 -21
  140. package/dist-es/commands/ListCrawlersCommand.js +28 -21
  141. package/dist-es/commands/ListCrawlsCommand.js +28 -21
  142. package/dist-es/commands/ListCustomEntityTypesCommand.js +28 -21
  143. package/dist-es/commands/ListDevEndpointsCommand.js +28 -21
  144. package/dist-es/commands/ListJobsCommand.js +28 -21
  145. package/dist-es/commands/ListMLTransformsCommand.js +28 -21
  146. package/dist-es/commands/ListRegistriesCommand.js +28 -21
  147. package/dist-es/commands/ListSchemaVersionsCommand.js +28 -21
  148. package/dist-es/commands/ListSchemasCommand.js +28 -21
  149. package/dist-es/commands/ListSessionsCommand.js +28 -21
  150. package/dist-es/commands/ListStatementsCommand.js +28 -21
  151. package/dist-es/commands/ListTriggersCommand.js +28 -21
  152. package/dist-es/commands/ListWorkflowsCommand.js +28 -21
  153. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +28 -21
  154. package/dist-es/commands/PutResourcePolicyCommand.js +28 -21
  155. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +28 -21
  156. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +28 -21
  157. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +29 -23
  158. package/dist-es/commands/RegisterSchemaVersionCommand.js +28 -21
  159. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +28 -21
  160. package/dist-es/commands/ResetJobBookmarkCommand.js +28 -21
  161. package/dist-es/commands/ResumeWorkflowRunCommand.js +28 -21
  162. package/dist-es/commands/RunStatementCommand.js +28 -21
  163. package/dist-es/commands/SearchTablesCommand.js +28 -21
  164. package/dist-es/commands/StartBlueprintRunCommand.js +28 -21
  165. package/dist-es/commands/StartCrawlerCommand.js +28 -21
  166. package/dist-es/commands/StartCrawlerScheduleCommand.js +28 -21
  167. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +28 -21
  168. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +28 -21
  169. package/dist-es/commands/StartJobRunCommand.js +28 -21
  170. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +28 -21
  171. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +28 -21
  172. package/dist-es/commands/StartTriggerCommand.js +28 -21
  173. package/dist-es/commands/StartWorkflowRunCommand.js +28 -21
  174. package/dist-es/commands/StopCrawlerCommand.js +28 -21
  175. package/dist-es/commands/StopCrawlerScheduleCommand.js +28 -21
  176. package/dist-es/commands/StopSessionCommand.js +28 -21
  177. package/dist-es/commands/StopTriggerCommand.js +28 -21
  178. package/dist-es/commands/StopWorkflowRunCommand.js +28 -21
  179. package/dist-es/commands/TagResourceCommand.js +28 -21
  180. package/dist-es/commands/UntagResourceCommand.js +28 -21
  181. package/dist-es/commands/UpdateBlueprintCommand.js +28 -21
  182. package/dist-es/commands/UpdateClassifierCommand.js +28 -21
  183. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +28 -21
  184. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +28 -21
  185. package/dist-es/commands/UpdateConnectionCommand.js +28 -21
  186. package/dist-es/commands/UpdateCrawlerCommand.js +28 -21
  187. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +28 -21
  188. package/dist-es/commands/UpdateDatabaseCommand.js +28 -21
  189. package/dist-es/commands/UpdateDevEndpointCommand.js +28 -21
  190. package/dist-es/commands/UpdateJobCommand.js +28 -21
  191. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +39 -0
  192. package/dist-es/commands/UpdateMLTransformCommand.js +28 -21
  193. package/dist-es/commands/UpdatePartitionCommand.js +28 -21
  194. package/dist-es/commands/UpdateRegistryCommand.js +28 -21
  195. package/dist-es/commands/UpdateSchemaCommand.js +28 -21
  196. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +39 -0
  197. package/dist-es/commands/UpdateTableCommand.js +28 -21
  198. package/dist-es/commands/UpdateTriggerCommand.js +28 -21
  199. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +28 -21
  200. package/dist-es/commands/UpdateWorkflowCommand.js +28 -21
  201. package/dist-es/commands/index.js +2 -0
  202. package/dist-es/endpoints.js +8 -8
  203. package/dist-es/models/GlueServiceException.js +10 -5
  204. package/dist-es/models/models_0.js +411 -870
  205. package/dist-es/models/models_1.js +336 -885
  206. package/dist-es/models/models_2.js +229 -430
  207. package/dist-es/pagination/GetBlueprintRunsPaginator.js +68 -25
  208. package/dist-es/pagination/GetClassifiersPaginator.js +68 -25
  209. package/dist-es/pagination/GetConnectionsPaginator.js +68 -25
  210. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +68 -25
  211. package/dist-es/pagination/GetCrawlersPaginator.js +68 -25
  212. package/dist-es/pagination/GetDatabasesPaginator.js +68 -25
  213. package/dist-es/pagination/GetDevEndpointsPaginator.js +68 -25
  214. package/dist-es/pagination/GetJobRunsPaginator.js +68 -25
  215. package/dist-es/pagination/GetJobsPaginator.js +68 -25
  216. package/dist-es/pagination/GetMLTaskRunsPaginator.js +68 -25
  217. package/dist-es/pagination/GetMLTransformsPaginator.js +68 -25
  218. package/dist-es/pagination/GetPartitionIndexesPaginator.js +67 -24
  219. package/dist-es/pagination/GetPartitionsPaginator.js +68 -25
  220. package/dist-es/pagination/GetResourcePoliciesPaginator.js +68 -25
  221. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +68 -25
  222. package/dist-es/pagination/GetTableVersionsPaginator.js +68 -25
  223. package/dist-es/pagination/GetTablesPaginator.js +68 -25
  224. package/dist-es/pagination/GetTriggersPaginator.js +68 -25
  225. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +68 -25
  226. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +68 -25
  227. package/dist-es/pagination/GetWorkflowRunsPaginator.js +68 -25
  228. package/dist-es/pagination/ListBlueprintsPaginator.js +68 -25
  229. package/dist-es/pagination/ListCrawlersPaginator.js +68 -25
  230. package/dist-es/pagination/ListCustomEntityTypesPaginator.js +68 -25
  231. package/dist-es/pagination/ListDevEndpointsPaginator.js +68 -25
  232. package/dist-es/pagination/ListJobsPaginator.js +68 -25
  233. package/dist-es/pagination/ListMLTransformsPaginator.js +68 -25
  234. package/dist-es/pagination/ListRegistriesPaginator.js +68 -25
  235. package/dist-es/pagination/ListSchemaVersionsPaginator.js +68 -25
  236. package/dist-es/pagination/ListSchemasPaginator.js +68 -25
  237. package/dist-es/pagination/ListSessionsPaginator.js +68 -25
  238. package/dist-es/pagination/ListTriggersPaginator.js +68 -25
  239. package/dist-es/pagination/ListWorkflowsPaginator.js +68 -25
  240. package/dist-es/pagination/SearchTablesPaginator.js +68 -25
  241. package/dist-es/protocols/Aws_json1_1.js +17005 -14179
  242. package/dist-es/runtimeConfig.browser.js +12 -26
  243. package/dist-es/runtimeConfig.js +12 -30
  244. package/dist-es/runtimeConfig.native.js +5 -8
  245. package/dist-es/runtimeConfig.shared.js +11 -8
  246. package/dist-types/Glue.d.ts +18 -0
  247. package/dist-types/GlueClient.d.ts +4 -2
  248. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  249. package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -1
  250. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +1 -2
  251. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +37 -0
  252. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +37 -0
  253. package/dist-types/commands/index.d.ts +2 -0
  254. package/dist-types/models/models_0.d.ts +49 -30
  255. package/dist-types/models/models_1.d.ts +26 -64
  256. package/dist-types/models/models_2.d.ts +186 -2
  257. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  258. package/dist-types/ts3.4/Glue.d.ts +34 -0
  259. package/dist-types/ts3.4/GlueClient.d.ts +12 -0
  260. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -4
  261. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +4 -2
  263. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +39 -0
  264. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +39 -0
  265. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  266. package/dist-types/ts3.4/models/models_0.d.ts +21 -18
  267. package/dist-types/ts3.4/models/models_1.d.ts +18 -24
  268. package/dist-types/ts3.4/models/models_2.d.ts +70 -1
  269. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  270. package/package.json +33 -33
@@ -1,7 +1,63 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
- import { Action, Aggregate, AthenaConnectorSource, BasicCatalogTarget, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, DatabaseInput, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamoDBCatalogSource, ErrorDetail, EventBatchingCondition, 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
- import { ColumnStatistics, JobBookmarkEntry, MetadataInfo, MetadataKeyValuePair, ResourceShareType, SchemaVersionNumber, Table } from "./models_1";
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, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, TableInput, TransformParameters, Trigger, Union, UserDefinedFunctionInput, WorkerType } from "./models_0";
4
+ import { ColumnStatistics, JobBookmarkEntry, MetadataKeyValuePair, ResourceShareType, SchemaVersionNumber, Table } from "./models_1";
5
+ export interface QuerySchemaVersionMetadataInput {
6
+ /**
7
+ * <p>A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>
8
+ */
9
+ SchemaId?: SchemaId;
10
+ /**
11
+ * <p>The version number of the schema.</p>
12
+ */
13
+ SchemaVersionNumber?: SchemaVersionNumber;
14
+ /**
15
+ * <p>The unique version ID of the schema version.</p>
16
+ */
17
+ SchemaVersionId?: string;
18
+ /**
19
+ * <p>Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.</p>
20
+ */
21
+ MetadataList?: MetadataKeyValuePair[];
22
+ /**
23
+ * <p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>
24
+ */
25
+ MaxResults?: number;
26
+ /**
27
+ * <p>A continuation token, if this is a continuation call.</p>
28
+ */
29
+ NextToken?: string;
30
+ }
31
+ /**
32
+ * <p>A structure containing other metadata for a schema version belonging to the same metadata key.</p>
33
+ */
34
+ export interface OtherMetadataValueListItem {
35
+ /**
36
+ * <p>The metadata key’s corresponding value for the other metadata belonging to the same metadata key.</p>
37
+ */
38
+ MetadataValue?: string;
39
+ /**
40
+ * <p>The time at which the entry was created.</p>
41
+ */
42
+ CreatedTime?: string;
43
+ }
44
+ /**
45
+ * <p>A structure containing metadata information for a schema version.</p>
46
+ */
47
+ export interface MetadataInfo {
48
+ /**
49
+ * <p>The metadata key’s corresponding value.</p>
50
+ */
51
+ MetadataValue?: string;
52
+ /**
53
+ * <p>The time at which the entry was created.</p>
54
+ */
55
+ CreatedTime?: string;
56
+ /**
57
+ * <p>Other metadata belonging to the same metadata key.</p>
58
+ */
59
+ OtherMetadataValueList?: OtherMetadataValueListItem[];
60
+ }
5
61
  export interface QuerySchemaVersionMetadataResponse {
6
62
  /**
7
63
  * <p>A map of a metadata key and associated values.</p>
@@ -1124,6 +1180,50 @@ export interface UpdateJobResponse {
1124
1180
  */
1125
1181
  JobName?: string;
1126
1182
  }
1183
+ export interface UpdateJobFromSourceControlRequest {
1184
+ /**
1185
+ * <p>The name of the Glue job to be synchronized to or from the remote repository.</p>
1186
+ */
1187
+ JobName?: string;
1188
+ /**
1189
+ * <p>The provider for the remote repository.</p>
1190
+ */
1191
+ Provider?: SourceControlProvider | string;
1192
+ /**
1193
+ * <p>The name of the remote repository that contains the job artifacts.</p>
1194
+ */
1195
+ RepositoryName?: string;
1196
+ /**
1197
+ * <p>The owner of the remote repository that contains the job artifacts.</p>
1198
+ */
1199
+ RepositoryOwner?: string;
1200
+ /**
1201
+ * <p>An optional branch in the remote repository.</p>
1202
+ */
1203
+ BranchName?: string;
1204
+ /**
1205
+ * <p>An optional folder in the remote repository.</p>
1206
+ */
1207
+ Folder?: string;
1208
+ /**
1209
+ * <p>A commit ID for a commit in the remote repository.</p>
1210
+ */
1211
+ CommitId?: string;
1212
+ /**
1213
+ * <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
1214
+ */
1215
+ AuthStrategy?: SourceControlAuthStrategy | string;
1216
+ /**
1217
+ * <p>The value of the authorization token.</p>
1218
+ */
1219
+ AuthToken?: string;
1220
+ }
1221
+ export interface UpdateJobFromSourceControlResponse {
1222
+ /**
1223
+ * <p>The name of the Glue job.</p>
1224
+ */
1225
+ JobName?: string;
1226
+ }
1127
1227
  export interface UpdateMLTransformRequest {
1128
1228
  /**
1129
1229
  * <p>A unique identifier that was generated when the transform was created.</p>
@@ -1282,6 +1382,50 @@ export interface UpdateSchemaResponse {
1282
1382
  */
1283
1383
  RegistryName?: string;
1284
1384
  }
1385
+ export interface UpdateSourceControlFromJobRequest {
1386
+ /**
1387
+ * <p>The name of the Glue job to be synchronized to or from the remote repository.</p>
1388
+ */
1389
+ JobName?: string;
1390
+ /**
1391
+ * <p>The provider for the remote repository.</p>
1392
+ */
1393
+ Provider?: SourceControlProvider | string;
1394
+ /**
1395
+ * <p>The name of the remote repository that contains the job artifacts.</p>
1396
+ */
1397
+ RepositoryName?: string;
1398
+ /**
1399
+ * <p>The owner of the remote repository that contains the job artifacts.</p>
1400
+ */
1401
+ RepositoryOwner?: string;
1402
+ /**
1403
+ * <p>An optional branch in the remote repository.</p>
1404
+ */
1405
+ BranchName?: string;
1406
+ /**
1407
+ * <p>An optional folder in the remote repository.</p>
1408
+ */
1409
+ Folder?: string;
1410
+ /**
1411
+ * <p>A commit ID for a commit in the remote repository.</p>
1412
+ */
1413
+ CommitId?: string;
1414
+ /**
1415
+ * <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
1416
+ */
1417
+ AuthStrategy?: SourceControlAuthStrategy | string;
1418
+ /**
1419
+ * <p>The value of the authorization token.</p>
1420
+ */
1421
+ AuthToken?: string;
1422
+ }
1423
+ export interface UpdateSourceControlFromJobResponse {
1424
+ /**
1425
+ * <p>The name of the Glue job.</p>
1426
+ */
1427
+ JobName?: string;
1428
+ }
1285
1429
  export interface UpdateTableRequest {
1286
1430
  /**
1287
1431
  * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
@@ -1847,6 +1991,10 @@ export interface CreateJobRequest {
1847
1991
  * <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
1992
  */
1849
1993
  ExecutionClass?: ExecutionClass | string;
1994
+ /**
1995
+ * <p>The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.</p>
1996
+ */
1997
+ SourceControlDetails?: SourceControlDetails;
1850
1998
  }
1851
1999
  /**
1852
2000
  * <p>Specifies a job definition.</p>
@@ -2000,6 +2148,10 @@ export interface Job {
2000
2148
  * <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
2149
  */
2002
2150
  ExecutionClass?: ExecutionClass | string;
2151
+ /**
2152
+ * <p>The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.</p>
2153
+ */
2154
+ SourceControlDetails?: SourceControlDetails;
2003
2155
  }
2004
2156
  /**
2005
2157
  * <p>Specifies information used to update an existing job definition. The previous job
@@ -2138,6 +2290,10 @@ export interface JobUpdate {
2138
2290
  * <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
2291
  */
2140
2292
  ExecutionClass?: ExecutionClass | string;
2293
+ /**
2294
+ * <p>The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.</p>
2295
+ */
2296
+ SourceControlDetails?: SourceControlDetails;
2141
2297
  }
2142
2298
  export interface GetJobResponse {
2143
2299
  /**
@@ -2175,6 +2331,18 @@ export interface GetJobsResponse {
2175
2331
  */
2176
2332
  NextToken?: string;
2177
2333
  }
2334
+ /**
2335
+ * @internal
2336
+ */
2337
+ export declare const QuerySchemaVersionMetadataInputFilterSensitiveLog: (obj: QuerySchemaVersionMetadataInput) => any;
2338
+ /**
2339
+ * @internal
2340
+ */
2341
+ export declare const OtherMetadataValueListItemFilterSensitiveLog: (obj: OtherMetadataValueListItem) => any;
2342
+ /**
2343
+ * @internal
2344
+ */
2345
+ export declare const MetadataInfoFilterSensitiveLog: (obj: MetadataInfo) => any;
2178
2346
  /**
2179
2347
  * @internal
2180
2348
  */
@@ -2471,6 +2639,14 @@ export declare const UpdateDevEndpointResponseFilterSensitiveLog: (obj: UpdateDe
2471
2639
  * @internal
2472
2640
  */
2473
2641
  export declare const UpdateJobResponseFilterSensitiveLog: (obj: UpdateJobResponse) => any;
2642
+ /**
2643
+ * @internal
2644
+ */
2645
+ export declare const UpdateJobFromSourceControlRequestFilterSensitiveLog: (obj: UpdateJobFromSourceControlRequest) => any;
2646
+ /**
2647
+ * @internal
2648
+ */
2649
+ export declare const UpdateJobFromSourceControlResponseFilterSensitiveLog: (obj: UpdateJobFromSourceControlResponse) => any;
2474
2650
  /**
2475
2651
  * @internal
2476
2652
  */
@@ -2503,6 +2679,14 @@ export declare const UpdateSchemaInputFilterSensitiveLog: (obj: UpdateSchemaInpu
2503
2679
  * @internal
2504
2680
  */
2505
2681
  export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;
2682
+ /**
2683
+ * @internal
2684
+ */
2685
+ export declare const UpdateSourceControlFromJobRequestFilterSensitiveLog: (obj: UpdateSourceControlFromJobRequest) => any;
2686
+ /**
2687
+ * @internal
2688
+ */
2689
+ export declare const UpdateSourceControlFromJobResponseFilterSensitiveLog: (obj: UpdateSourceControlFromJobResponse) => any;
2506
2690
  /**
2507
2691
  * @internal
2508
2692
  */
@@ -176,10 +176,12 @@ import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput }
176
176
  import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "../commands/UpdateDatabaseCommand";
177
177
  import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "../commands/UpdateDevEndpointCommand";
178
178
  import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
179
+ import { UpdateJobFromSourceControlCommandInput, UpdateJobFromSourceControlCommandOutput } from "../commands/UpdateJobFromSourceControlCommand";
179
180
  import { UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput } from "../commands/UpdateMLTransformCommand";
180
181
  import { UpdatePartitionCommandInput, UpdatePartitionCommandOutput } from "../commands/UpdatePartitionCommand";
181
182
  import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "../commands/UpdateRegistryCommand";
182
183
  import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "../commands/UpdateSchemaCommand";
184
+ import { UpdateSourceControlFromJobCommandInput, UpdateSourceControlFromJobCommandOutput } from "../commands/UpdateSourceControlFromJobCommand";
183
185
  import { UpdateTableCommandInput, UpdateTableCommandOutput } from "../commands/UpdateTableCommand";
184
186
  import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "../commands/UpdateTriggerCommand";
185
187
  import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "../commands/UpdateUserDefinedFunctionCommand";
@@ -360,10 +362,12 @@ export declare const serializeAws_json1_1UpdateCrawlerScheduleCommand: (input: U
360
362
  export declare const serializeAws_json1_1UpdateDatabaseCommand: (input: UpdateDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
361
363
  export declare const serializeAws_json1_1UpdateDevEndpointCommand: (input: UpdateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
364
  export declare const serializeAws_json1_1UpdateJobCommand: (input: UpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
+ export declare const serializeAws_json1_1UpdateJobFromSourceControlCommand: (input: UpdateJobFromSourceControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
366
  export declare const serializeAws_json1_1UpdateMLTransformCommand: (input: UpdateMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
367
  export declare const serializeAws_json1_1UpdatePartitionCommand: (input: UpdatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
368
  export declare const serializeAws_json1_1UpdateRegistryCommand: (input: UpdateRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
369
  export declare const serializeAws_json1_1UpdateSchemaCommand: (input: UpdateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1UpdateSourceControlFromJobCommand: (input: UpdateSourceControlFromJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
371
  export declare const serializeAws_json1_1UpdateTableCommand: (input: UpdateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
372
  export declare const serializeAws_json1_1UpdateTriggerCommand: (input: UpdateTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
373
  export declare const serializeAws_json1_1UpdateUserDefinedFunctionCommand: (input: UpdateUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -544,10 +548,12 @@ export declare const deserializeAws_json1_1UpdateCrawlerScheduleCommand: (output
544
548
  export declare const deserializeAws_json1_1UpdateDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatabaseCommandOutput>;
545
549
  export declare const deserializeAws_json1_1UpdateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEndpointCommandOutput>;
546
550
  export declare const deserializeAws_json1_1UpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobCommandOutput>;
551
+ export declare const deserializeAws_json1_1UpdateJobFromSourceControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobFromSourceControlCommandOutput>;
547
552
  export declare const deserializeAws_json1_1UpdateMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMLTransformCommandOutput>;
548
553
  export declare const deserializeAws_json1_1UpdatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartitionCommandOutput>;
549
554
  export declare const deserializeAws_json1_1UpdateRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegistryCommandOutput>;
550
555
  export declare const deserializeAws_json1_1UpdateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchemaCommandOutput>;
556
+ export declare const deserializeAws_json1_1UpdateSourceControlFromJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceControlFromJobCommandOutput>;
551
557
  export declare const deserializeAws_json1_1UpdateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableCommandOutput>;
552
558
  export declare const deserializeAws_json1_1UpdateTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTriggerCommandOutput>;
553
559
  export declare const deserializeAws_json1_1UpdateUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserDefinedFunctionCommandOutput>;
@@ -703,6 +703,10 @@ import {
703
703
  UpdateJobCommandInput,
704
704
  UpdateJobCommandOutput,
705
705
  } from "./commands/UpdateJobCommand";
706
+ import {
707
+ UpdateJobFromSourceControlCommandInput,
708
+ UpdateJobFromSourceControlCommandOutput,
709
+ } from "./commands/UpdateJobFromSourceControlCommand";
706
710
  import {
707
711
  UpdateMLTransformCommandInput,
708
712
  UpdateMLTransformCommandOutput,
@@ -719,6 +723,10 @@ import {
719
723
  UpdateSchemaCommandInput,
720
724
  UpdateSchemaCommandOutput,
721
725
  } from "./commands/UpdateSchemaCommand";
726
+ import {
727
+ UpdateSourceControlFromJobCommandInput,
728
+ UpdateSourceControlFromJobCommandOutput,
729
+ } from "./commands/UpdateSourceControlFromJobCommand";
722
730
  import {
723
731
  UpdateTableCommandInput,
724
732
  UpdateTableCommandOutput,
@@ -3043,6 +3051,19 @@ export declare class Glue extends GlueClient {
3043
3051
  options: __HttpHandlerOptions,
3044
3052
  cb: (err: any, data?: UpdateJobCommandOutput) => void
3045
3053
  ): void;
3054
+ updateJobFromSourceControl(
3055
+ args: UpdateJobFromSourceControlCommandInput,
3056
+ options?: __HttpHandlerOptions
3057
+ ): Promise<UpdateJobFromSourceControlCommandOutput>;
3058
+ updateJobFromSourceControl(
3059
+ args: UpdateJobFromSourceControlCommandInput,
3060
+ cb: (err: any, data?: UpdateJobFromSourceControlCommandOutput) => void
3061
+ ): void;
3062
+ updateJobFromSourceControl(
3063
+ args: UpdateJobFromSourceControlCommandInput,
3064
+ options: __HttpHandlerOptions,
3065
+ cb: (err: any, data?: UpdateJobFromSourceControlCommandOutput) => void
3066
+ ): void;
3046
3067
  updateMLTransform(
3047
3068
  args: UpdateMLTransformCommandInput,
3048
3069
  options?: __HttpHandlerOptions
@@ -3095,6 +3116,19 @@ export declare class Glue extends GlueClient {
3095
3116
  options: __HttpHandlerOptions,
3096
3117
  cb: (err: any, data?: UpdateSchemaCommandOutput) => void
3097
3118
  ): void;
3119
+ updateSourceControlFromJob(
3120
+ args: UpdateSourceControlFromJobCommandInput,
3121
+ options?: __HttpHandlerOptions
3122
+ ): Promise<UpdateSourceControlFromJobCommandOutput>;
3123
+ updateSourceControlFromJob(
3124
+ args: UpdateSourceControlFromJobCommandInput,
3125
+ cb: (err: any, data?: UpdateSourceControlFromJobCommandOutput) => void
3126
+ ): void;
3127
+ updateSourceControlFromJob(
3128
+ args: UpdateSourceControlFromJobCommandInput,
3129
+ options: __HttpHandlerOptions,
3130
+ cb: (err: any, data?: UpdateSourceControlFromJobCommandOutput) => void
3131
+ ): void;
3098
3132
  updateTable(
3099
3133
  args: UpdateTableCommandInput,
3100
3134
  options?: __HttpHandlerOptions
@@ -746,6 +746,10 @@ import {
746
746
  UpdateJobCommandInput,
747
747
  UpdateJobCommandOutput,
748
748
  } from "./commands/UpdateJobCommand";
749
+ import {
750
+ UpdateJobFromSourceControlCommandInput,
751
+ UpdateJobFromSourceControlCommandOutput,
752
+ } from "./commands/UpdateJobFromSourceControlCommand";
749
753
  import {
750
754
  UpdateMLTransformCommandInput,
751
755
  UpdateMLTransformCommandOutput,
@@ -762,6 +766,10 @@ import {
762
766
  UpdateSchemaCommandInput,
763
767
  UpdateSchemaCommandOutput,
764
768
  } from "./commands/UpdateSchemaCommand";
769
+ import {
770
+ UpdateSourceControlFromJobCommandInput,
771
+ UpdateSourceControlFromJobCommandOutput,
772
+ } from "./commands/UpdateSourceControlFromJobCommand";
765
773
  import {
766
774
  UpdateTableCommandInput,
767
775
  UpdateTableCommandOutput,
@@ -955,10 +963,12 @@ export declare type ServiceInputTypes =
955
963
  | UpdateDatabaseCommandInput
956
964
  | UpdateDevEndpointCommandInput
957
965
  | UpdateJobCommandInput
966
+ | UpdateJobFromSourceControlCommandInput
958
967
  | UpdateMLTransformCommandInput
959
968
  | UpdatePartitionCommandInput
960
969
  | UpdateRegistryCommandInput
961
970
  | UpdateSchemaCommandInput
971
+ | UpdateSourceControlFromJobCommandInput
962
972
  | UpdateTableCommandInput
963
973
  | UpdateTriggerCommandInput
964
974
  | UpdateUserDefinedFunctionCommandInput
@@ -1140,10 +1150,12 @@ export declare type ServiceOutputTypes =
1140
1150
  | UpdateDatabaseCommandOutput
1141
1151
  | UpdateDevEndpointCommandOutput
1142
1152
  | UpdateJobCommandOutput
1153
+ | UpdateJobFromSourceControlCommandOutput
1143
1154
  | UpdateMLTransformCommandOutput
1144
1155
  | UpdatePartitionCommandOutput
1145
1156
  | UpdateRegistryCommandOutput
1146
1157
  | UpdateSchemaCommandOutput
1158
+ | UpdateSourceControlFromJobCommandOutput
1147
1159
  | UpdateTableCommandOutput
1148
1160
  | UpdateTriggerCommandOutput
1149
1161
  | UpdateUserDefinedFunctionCommandOutput
@@ -10,10 +10,8 @@ import {
10
10
  ServiceInputTypes,
11
11
  ServiceOutputTypes,
12
12
  } from "../GlueClient";
13
- import {
14
- CreateWorkflowRequest,
15
- CreateWorkflowResponse,
16
- } from "../models/models_0";
13
+ import { CreateWorkflowRequest } from "../models/models_0";
14
+ import { CreateWorkflowResponse } from "../models/models_1";
17
15
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {}
18
16
  export interface CreateWorkflowCommandOutput
19
17
  extends CreateWorkflowResponse,
@@ -13,7 +13,7 @@ import {
13
13
  import {
14
14
  DeleteBlueprintRequest,
15
15
  DeleteBlueprintResponse,
16
- } from "../models/models_0";
16
+ } from "../models/models_1";
17
17
  export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {}
18
18
  export interface DeleteBlueprintCommandOutput
19
19
  extends DeleteBlueprintResponse,
@@ -10,8 +10,10 @@ import {
10
10
  ServiceInputTypes,
11
11
  ServiceOutputTypes,
12
12
  } from "../GlueClient";
13
- import { QuerySchemaVersionMetadataInput } from "../models/models_1";
14
- import { QuerySchemaVersionMetadataResponse } from "../models/models_2";
13
+ import {
14
+ QuerySchemaVersionMetadataInput,
15
+ QuerySchemaVersionMetadataResponse,
16
+ } from "../models/models_2";
15
17
  export interface QuerySchemaVersionMetadataCommandInput
16
18
  extends QuerySchemaVersionMetadataInput {}
17
19
  export interface QuerySchemaVersionMetadataCommandOutput
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ UpdateJobFromSourceControlRequest,
15
+ UpdateJobFromSourceControlResponse,
16
+ } from "../models/models_2";
17
+ export interface UpdateJobFromSourceControlCommandInput
18
+ extends UpdateJobFromSourceControlRequest {}
19
+ export interface UpdateJobFromSourceControlCommandOutput
20
+ extends UpdateJobFromSourceControlResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateJobFromSourceControlCommand extends $Command<
23
+ UpdateJobFromSourceControlCommandInput,
24
+ UpdateJobFromSourceControlCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateJobFromSourceControlCommandInput;
28
+ constructor(input: UpdateJobFromSourceControlCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlueClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateJobFromSourceControlCommandInput,
35
+ UpdateJobFromSourceControlCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ UpdateSourceControlFromJobRequest,
15
+ UpdateSourceControlFromJobResponse,
16
+ } from "../models/models_2";
17
+ export interface UpdateSourceControlFromJobCommandInput
18
+ extends UpdateSourceControlFromJobRequest {}
19
+ export interface UpdateSourceControlFromJobCommandOutput
20
+ extends UpdateSourceControlFromJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateSourceControlFromJobCommand extends $Command<
23
+ UpdateSourceControlFromJobCommandInput,
24
+ UpdateSourceControlFromJobCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSourceControlFromJobCommandInput;
28
+ constructor(input: UpdateSourceControlFromJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlueClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateSourceControlFromJobCommandInput,
35
+ UpdateSourceControlFromJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -174,10 +174,12 @@ export * from "./UpdateCrawlerScheduleCommand";
174
174
  export * from "./UpdateDatabaseCommand";
175
175
  export * from "./UpdateDevEndpointCommand";
176
176
  export * from "./UpdateJobCommand";
177
+ export * from "./UpdateJobFromSourceControlCommand";
177
178
  export * from "./UpdateMLTransformCommand";
178
179
  export * from "./UpdatePartitionCommand";
179
180
  export * from "./UpdateRegistryCommand";
180
181
  export * from "./UpdateSchemaCommand";
182
+ export * from "./UpdateSourceControlFromJobCommand";
181
183
  export * from "./UpdateTableCommand";
182
184
  export * from "./UpdateTriggerCommand";
183
185
  export * from "./UpdateUserDefinedFunctionCommand";
@@ -1063,6 +1063,24 @@ export declare enum ExecutionClass {
1063
1063
  export interface ExecutionProperty {
1064
1064
  MaxConcurrentRuns?: number;
1065
1065
  }
1066
+ export declare enum SourceControlAuthStrategy {
1067
+ AWS_SECRETS_MANAGER = "AWS_SECRETS_MANAGER",
1068
+ PERSONAL_ACCESS_TOKEN = "PERSONAL_ACCESS_TOKEN",
1069
+ }
1070
+ export declare enum SourceControlProvider {
1071
+ AWS_CODE_COMMIT = "AWS_CODE_COMMIT",
1072
+ GITHUB = "GITHUB",
1073
+ }
1074
+ export interface SourceControlDetails {
1075
+ Provider?: SourceControlProvider | string;
1076
+ Repository?: string;
1077
+ Owner?: string;
1078
+ Branch?: string;
1079
+ Folder?: string;
1080
+ LastCommitId?: string;
1081
+ AuthStrategy?: SourceControlAuthStrategy | string;
1082
+ AuthToken?: string;
1083
+ }
1066
1084
  export interface BatchGetPartitionRequest {
1067
1085
  CatalogId?: string;
1068
1086
  DatabaseName: string | undefined;
@@ -1929,15 +1947,6 @@ export interface CreateWorkflowRequest {
1929
1947
  Tags?: Record<string, string>;
1930
1948
  MaxConcurrentRuns?: number;
1931
1949
  }
1932
- export interface CreateWorkflowResponse {
1933
- Name?: string;
1934
- }
1935
- export interface DeleteBlueprintRequest {
1936
- Name: string | undefined;
1937
- }
1938
- export interface DeleteBlueprintResponse {
1939
- Name?: string;
1940
- }
1941
1950
  export declare const NotificationPropertyFilterSensitiveLog: (
1942
1951
  obj: NotificationProperty
1943
1952
  ) => any;
@@ -2236,6 +2245,9 @@ export declare const ConnectionsListFilterSensitiveLog: (
2236
2245
  export declare const ExecutionPropertyFilterSensitiveLog: (
2237
2246
  obj: ExecutionProperty
2238
2247
  ) => any;
2248
+ export declare const SourceControlDetailsFilterSensitiveLog: (
2249
+ obj: SourceControlDetails
2250
+ ) => any;
2239
2251
  export declare const BatchGetPartitionRequestFilterSensitiveLog: (
2240
2252
  obj: BatchGetPartitionRequest
2241
2253
  ) => any;
@@ -2519,12 +2531,3 @@ export declare const CreateUserDefinedFunctionResponseFilterSensitiveLog: (
2519
2531
  export declare const CreateWorkflowRequestFilterSensitiveLog: (
2520
2532
  obj: CreateWorkflowRequest
2521
2533
  ) => any;
2522
- export declare const CreateWorkflowResponseFilterSensitiveLog: (
2523
- obj: CreateWorkflowResponse
2524
- ) => any;
2525
- export declare const DeleteBlueprintRequestFilterSensitiveLog: (
2526
- obj: DeleteBlueprintRequest
2527
- ) => any;
2528
- export declare const DeleteBlueprintResponseFilterSensitiveLog: (
2529
- obj: DeleteBlueprintResponse
2530
- ) => any;
@@ -42,6 +42,15 @@ import {
42
42
  Workflow,
43
43
  WorkflowRun,
44
44
  } from "./models_0";
45
+ export interface CreateWorkflowResponse {
46
+ Name?: string;
47
+ }
48
+ export interface DeleteBlueprintRequest {
49
+ Name: string | undefined;
50
+ }
51
+ export interface DeleteBlueprintResponse {
52
+ Name?: string;
53
+ }
45
54
  export interface DeleteClassifierRequest {
46
55
  Name: string | undefined;
47
56
  }
@@ -1533,23 +1542,15 @@ export interface PutWorkflowRunPropertiesRequest {
1533
1542
  RunProperties: Record<string, string> | undefined;
1534
1543
  }
1535
1544
  export interface PutWorkflowRunPropertiesResponse {}
1536
- export interface QuerySchemaVersionMetadataInput {
1537
- SchemaId?: SchemaId;
1538
- SchemaVersionNumber?: SchemaVersionNumber;
1539
- SchemaVersionId?: string;
1540
- MetadataList?: MetadataKeyValuePair[];
1541
- MaxResults?: number;
1542
- NextToken?: string;
1543
- }
1544
- export interface OtherMetadataValueListItem {
1545
- MetadataValue?: string;
1546
- CreatedTime?: string;
1547
- }
1548
- export interface MetadataInfo {
1549
- MetadataValue?: string;
1550
- CreatedTime?: string;
1551
- OtherMetadataValueList?: OtherMetadataValueListItem[];
1552
- }
1545
+ export declare const CreateWorkflowResponseFilterSensitiveLog: (
1546
+ obj: CreateWorkflowResponse
1547
+ ) => any;
1548
+ export declare const DeleteBlueprintRequestFilterSensitiveLog: (
1549
+ obj: DeleteBlueprintRequest
1550
+ ) => any;
1551
+ export declare const DeleteBlueprintResponseFilterSensitiveLog: (
1552
+ obj: DeleteBlueprintResponse
1553
+ ) => any;
1553
1554
  export declare const DeleteClassifierRequestFilterSensitiveLog: (
1554
1555
  obj: DeleteClassifierRequest
1555
1556
  ) => any;
@@ -2330,10 +2331,3 @@ export declare const PutWorkflowRunPropertiesRequestFilterSensitiveLog: (
2330
2331
  export declare const PutWorkflowRunPropertiesResponseFilterSensitiveLog: (
2331
2332
  obj: PutWorkflowRunPropertiesResponse
2332
2333
  ) => any;
2333
- export declare const QuerySchemaVersionMetadataInputFilterSensitiveLog: (
2334
- obj: QuerySchemaVersionMetadataInput
2335
- ) => any;
2336
- export declare const OtherMetadataValueListItemFilterSensitiveLog: (
2337
- obj: OtherMetadataValueListItem
2338
- ) => any;
2339
- export declare const MetadataInfoFilterSensitiveLog: (obj: MetadataInfo) => any;