@aws-sdk/client-glue 3.696.0 → 3.705.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 (241) hide show
  1. package/README.md +176 -0
  2. package/dist-cjs/index.js +1529 -163
  3. package/dist-es/Glue.js +44 -0
  4. package/dist-es/commands/CreateCatalogCommand.js +22 -0
  5. package/dist-es/commands/CreateIntegrationCommand.js +22 -0
  6. package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +22 -0
  7. package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +22 -0
  8. package/dist-es/commands/DeleteCatalogCommand.js +22 -0
  9. package/dist-es/commands/DeleteIntegrationCommand.js +22 -0
  10. package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +22 -0
  11. package/dist-es/commands/DescribeConnectionTypeCommand.js +22 -0
  12. package/dist-es/commands/DescribeEntityCommand.js +22 -0
  13. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +22 -0
  14. package/dist-es/commands/DescribeIntegrationsCommand.js +22 -0
  15. package/dist-es/commands/GetCatalogCommand.js +22 -0
  16. package/dist-es/commands/GetCatalogsCommand.js +22 -0
  17. package/dist-es/commands/GetDataQualityResultCommand.js +1 -1
  18. package/dist-es/commands/GetEntityRecordsCommand.js +23 -0
  19. package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +22 -0
  20. package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +22 -0
  21. package/dist-es/commands/ListConnectionTypesCommand.js +22 -0
  22. package/dist-es/commands/ListEntitiesCommand.js +22 -0
  23. package/dist-es/commands/ModifyIntegrationCommand.js +22 -0
  24. package/dist-es/commands/TestConnectionCommand.js +1 -1
  25. package/dist-es/commands/UpdateCatalogCommand.js +22 -0
  26. package/dist-es/commands/UpdateConnectionCommand.js +1 -1
  27. package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +22 -0
  28. package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +22 -0
  29. package/dist-es/commands/index.js +22 -0
  30. package/dist-es/models/models_0.js +28 -0
  31. package/dist-es/models/models_1.js +210 -57
  32. package/dist-es/models/models_2.js +37 -148
  33. package/dist-es/models/models_3.js +149 -0
  34. package/dist-es/pagination/DescribeEntityPaginator.js +4 -0
  35. package/dist-es/pagination/ListConnectionTypesPaginator.js +4 -0
  36. package/dist-es/pagination/ListEntitiesPaginator.js +4 -0
  37. package/dist-es/pagination/index.js +4 -1
  38. package/dist-es/protocols/Aws_json1_1.js +704 -20
  39. package/dist-types/Glue.d.ts +159 -0
  40. package/dist-types/GlueClient.d.ts +24 -2
  41. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
  42. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +1 -1
  43. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -2
  44. package/dist-types/commands/CreateCatalogCommand.d.ts +149 -0
  45. package/dist-types/commands/CreateConnectionCommand.d.ts +26 -3
  46. package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -0
  47. package/dist-types/commands/CreateIntegrationCommand.d.ts +144 -0
  48. package/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +113 -0
  49. package/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +111 -0
  50. package/dist-types/commands/CreateTableCommand.d.ts +6 -0
  51. package/dist-types/commands/DeleteCatalogCommand.d.ts +95 -0
  52. package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -0
  53. package/dist-types/commands/DeleteIntegrationCommand.d.ts +127 -0
  54. package/dist-types/commands/DeleteIntegrationTablePropertiesCommand.d.ts +91 -0
  55. package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
  56. package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +222 -0
  57. package/dist-types/commands/DescribeEntityCommand.d.ts +125 -0
  58. package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +116 -0
  59. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +130 -0
  60. package/dist-types/commands/GetCatalogCommand.d.ts +147 -0
  61. package/dist-types/commands/GetCatalogsCommand.d.ts +153 -0
  62. package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +10 -1
  63. package/dist-types/commands/GetConnectionCommand.d.ts +15 -4
  64. package/dist-types/commands/GetConnectionsCommand.d.ts +16 -5
  65. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  66. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
  68. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
  69. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  70. package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
  71. package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  72. package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
  73. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  74. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  75. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetDatabaseCommand.d.ts +4 -1
  77. package/dist-types/commands/GetDatabasesCommand.d.ts +10 -1
  78. package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
  79. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  80. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  81. package/dist-types/commands/GetEntityRecordsCommand.d.ts +110 -0
  82. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +101 -0
  83. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +114 -0
  84. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  85. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  86. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  87. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  88. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  89. package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
  90. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  91. package/dist-types/commands/ListConnectionTypesCommand.d.ts +95 -0
  92. package/dist-types/commands/ListEntitiesCommand.d.ts +108 -0
  93. package/dist-types/commands/ModifyIntegrationCommand.d.ts +130 -0
  94. package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
  95. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  98. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  99. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  100. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  103. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  104. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  105. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  107. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  110. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  111. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  112. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  113. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  114. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  115. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  116. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  117. package/dist-types/commands/TestConnectionCommand.d.ts +18 -3
  118. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCatalogCommand.d.ts +137 -0
  121. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateConnectionCommand.d.ts +27 -4
  126. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateDatabaseCommand.d.ts +10 -1
  130. package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +110 -0
  131. package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +112 -0
  132. package/dist-types/commands/UpdateTableCommand.d.ts +9 -0
  133. package/dist-types/commands/index.d.ts +22 -0
  134. package/dist-types/models/models_0.d.ts +183 -109
  135. package/dist-types/models/models_1.d.ts +3220 -3137
  136. package/dist-types/models/models_2.d.ts +4416 -3761
  137. package/dist-types/models/models_3.d.ts +1630 -3
  138. package/dist-types/pagination/DescribeEntityPaginator.d.ts +7 -0
  139. package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +7 -0
  140. package/dist-types/pagination/ListEntitiesPaginator.d.ts +7 -0
  141. package/dist-types/pagination/index.d.ts +4 -1
  142. package/dist-types/protocols/Aws_json1_1.d.ts +198 -0
  143. package/dist-types/ts3.4/Glue.d.ts +391 -0
  144. package/dist-types/ts3.4/GlueClient.d.ts +132 -0
  145. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -4
  146. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -2
  148. package/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +50 -0
  149. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +51 -0
  151. package/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +50 -0
  153. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +51 -0
  154. package/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +51 -0
  155. package/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +51 -0
  156. package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +50 -0
  157. package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +51 -0
  158. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +51 -0
  159. package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +47 -0
  160. package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +47 -0
  161. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +2 -4
  162. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +50 -0
  181. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
  189. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +47 -0
  192. package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +51 -0
  193. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
  194. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +50 -0
  220. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +51 -0
  230. package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  232. package/dist-types/ts3.4/models/models_0.d.ts +54 -28
  233. package/dist-types/ts3.4/models/models_1.d.ts +532 -441
  234. package/dist-types/ts3.4/models/models_2.d.ts +514 -425
  235. package/dist-types/ts3.4/models/models_3.d.ts +449 -0
  236. package/dist-types/ts3.4/pagination/DescribeEntityPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/ListConnectionTypesPaginator.d.ts +11 -0
  238. package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/index.d.ts +4 -1
  240. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +264 -0
  241. package/package.json +4 -4
@@ -0,0 +1,114 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { GetIntegrationTablePropertiesRequest, GetIntegrationTablePropertiesResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIntegrationTablePropertiesCommand}.
14
+ */
15
+ export interface GetIntegrationTablePropertiesCommandInput extends GetIntegrationTablePropertiesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIntegrationTablePropertiesCommand}.
21
+ */
22
+ export interface GetIntegrationTablePropertiesCommandOutput extends GetIntegrationTablePropertiesResponse, __MetadataBearer {
23
+ }
24
+ declare const GetIntegrationTablePropertiesCommand_base: {
25
+ new (input: GetIntegrationTablePropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationTablePropertiesCommandInput, GetIntegrationTablePropertiesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: GetIntegrationTablePropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationTablePropertiesCommandInput, GetIntegrationTablePropertiesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>This API is used to retrieve optional override properties for the tables that need to be replicated. These properties can include properties for filtering and partition for source and target tables.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GlueClient, GetIntegrationTablePropertiesCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, GetIntegrationTablePropertiesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // GetIntegrationTablePropertiesRequest
38
+ * ResourceArn: "STRING_VALUE", // required
39
+ * TableName: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new GetIntegrationTablePropertiesCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // GetIntegrationTablePropertiesResponse
44
+ * // ResourceArn: "STRING_VALUE",
45
+ * // TableName: "STRING_VALUE",
46
+ * // SourceTableConfig: { // SourceTableConfig
47
+ * // Fields: [ // SourceTableFieldsList
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // FilterPredicate: "STRING_VALUE",
51
+ * // PrimaryKey: [ // PrimaryKeyList
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // RecordUpdateField: "STRING_VALUE",
55
+ * // },
56
+ * // TargetTableConfig: { // TargetTableConfig
57
+ * // UnnestSpec: "TOPLEVEL" || "FULL" || "NOUNNEST",
58
+ * // PartitionSpec: [ // IntegrationPartitionSpecList
59
+ * // { // IntegrationPartition
60
+ * // FieldName: "STRING_VALUE",
61
+ * // FunctionSpec: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // TargetTableName: "STRING_VALUE",
65
+ * // },
66
+ * // };
67
+ *
68
+ * ```
69
+ *
70
+ * @param GetIntegrationTablePropertiesCommandInput - {@link GetIntegrationTablePropertiesCommandInput}
71
+ * @returns {@link GetIntegrationTablePropertiesCommandOutput}
72
+ * @see {@link GetIntegrationTablePropertiesCommandInput} for command's `input` shape.
73
+ * @see {@link GetIntegrationTablePropertiesCommandOutput} for command's `response` shape.
74
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
75
+ *
76
+ * @throws {@link AccessDeniedException} (client fault)
77
+ * <p>Access to a resource was denied.</p>
78
+ *
79
+ * @throws {@link EntityNotFoundException} (client fault)
80
+ * <p>A specified entity does not exist</p>
81
+ *
82
+ * @throws {@link InternalServerException} (server fault)
83
+ * <p>An internal server error occurred.</p>
84
+ *
85
+ * @throws {@link InternalServiceException} (server fault)
86
+ * <p>An internal service error occurred.</p>
87
+ *
88
+ * @throws {@link InvalidInputException} (client fault)
89
+ * <p>The input provided was not valid.</p>
90
+ *
91
+ * @throws {@link ResourceNotFoundException} (client fault)
92
+ * <p>The resource could not be found.</p>
93
+ *
94
+ * @throws {@link ValidationException} (client fault)
95
+ * <p>A value could not be validated.</p>
96
+ *
97
+ * @throws {@link GlueServiceException}
98
+ * <p>Base exception class for all service exceptions from Glue service.</p>
99
+ *
100
+ * @public
101
+ */
102
+ export declare class GetIntegrationTablePropertiesCommand extends GetIntegrationTablePropertiesCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: GetIntegrationTablePropertiesRequest;
107
+ output: GetIntegrationTablePropertiesResponse;
108
+ };
109
+ sdk: {
110
+ input: GetIntegrationTablePropertiesCommandInput;
111
+ output: GetIntegrationTablePropertiesCommandOutput;
112
+ };
113
+ };
114
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetJobBookmarkRequest, GetJobBookmarkResponse } from "../models/models_1";
4
+ import { GetJobBookmarkRequest, GetJobBookmarkResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetJobRequest } from "../models/models_1";
4
+ import { GetJobRequest } from "../models/models_2";
5
5
  import { GetJobResponse } from "../models/models_3";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetJobRunRequest, GetJobRunResponse } from "../models/models_1";
4
+ import { GetJobRunRequest, GetJobRunResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_1";
4
+ import { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetJobsRequest } from "../models/models_1";
4
+ import { GetJobsRequest } from "../models/models_2";
5
5
  import { GetJobsResponse } from "../models/models_3";
6
6
  /**
7
7
  * @public
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetMLTaskRunRequest } from "../models/models_1";
5
- import { GetMLTaskRunResponse } from "../models/models_2";
4
+ import { GetMLTaskRunRequest, GetMLTaskRunResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { GetMappingRequest, GetMappingResponse } from "../models/models_1";
4
+ import { GetMappingRequest, GetMappingResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,95 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { ListConnectionTypesRequest, ListConnectionTypesResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListConnectionTypesCommand}.
14
+ */
15
+ export interface ListConnectionTypesCommandInput extends ListConnectionTypesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListConnectionTypesCommand}.
21
+ */
22
+ export interface ListConnectionTypesCommandOutput extends ListConnectionTypesResponse, __MetadataBearer {
23
+ }
24
+ declare const ListConnectionTypesCommand_base: {
25
+ new (input: ListConnectionTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionTypesCommandInput, ListConnectionTypesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListConnectionTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConnectionTypesCommandInput, ListConnectionTypesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>The <code>ListConnectionTypes</code> API provides a discovery mechanism to learn available connection types in Glue. The response contains a list of connection types with high-level details of what is supported for each connection type. The connection types listed are the set of supported options for the <code>ConnectionType</code> value in the <code>CreateConnection</code> API.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GlueClient, ListConnectionTypesCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, ListConnectionTypesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // ListConnectionTypesRequest
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
41
+ * const command = new ListConnectionTypesCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // ListConnectionTypesResponse
44
+ * // ConnectionTypes: [ // ConnectionTypeList
45
+ * // { // ConnectionTypeBrief
46
+ * // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA" || "GOOGLEADS" || "GOOGLESHEETS" || "GOOGLEANALYTICS4" || "SERVICENOW" || "MARKETO" || "SAPODATA" || "ZENDESK" || "JIRACLOUD" || "NETSUITEERP" || "HUBSPOT" || "FACEBOOKADS" || "INSTAGRAMADS" || "ZOHOCRM" || "SALESFORCEPARDOT" || "SALESFORCEMARKETINGCLOUD" || "SLACK" || "STRIPE" || "INTERCOM" || "SNAPCHATADS",
47
+ * // Description: "STRING_VALUE",
48
+ * // Capabilities: { // Capabilities
49
+ * // SupportedAuthenticationTypes: [ // AuthenticationTypes // required
50
+ * // "BASIC" || "OAUTH2" || "CUSTOM" || "IAM",
51
+ * // ],
52
+ * // SupportedDataOperations: [ // DataOperations // required
53
+ * // "READ" || "WRITE",
54
+ * // ],
55
+ * // SupportedComputeEnvironments: [ // ComputeEnvironments // required
56
+ * // "SPARK" || "ATHENA" || "PYTHON",
57
+ * // ],
58
+ * // },
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param ListConnectionTypesCommandInput - {@link ListConnectionTypesCommandInput}
67
+ * @returns {@link ListConnectionTypesCommandOutput}
68
+ * @see {@link ListConnectionTypesCommandInput} for command's `input` shape.
69
+ * @see {@link ListConnectionTypesCommandOutput} for command's `response` shape.
70
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
71
+ *
72
+ * @throws {@link AccessDeniedException} (client fault)
73
+ * <p>Access to a resource was denied.</p>
74
+ *
75
+ * @throws {@link InternalServiceException} (server fault)
76
+ * <p>An internal service error occurred.</p>
77
+ *
78
+ * @throws {@link GlueServiceException}
79
+ * <p>Base exception class for all service exceptions from Glue service.</p>
80
+ *
81
+ * @public
82
+ */
83
+ export declare class ListConnectionTypesCommand extends ListConnectionTypesCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListConnectionTypesRequest;
88
+ output: ListConnectionTypesResponse;
89
+ };
90
+ sdk: {
91
+ input: ListConnectionTypesCommandInput;
92
+ output: ListConnectionTypesCommandOutput;
93
+ };
94
+ };
95
+ }
@@ -0,0 +1,108 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { ListEntitiesRequest, ListEntitiesResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListEntitiesCommand}.
14
+ */
15
+ export interface ListEntitiesCommandInput extends ListEntitiesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListEntitiesCommand}.
21
+ */
22
+ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __MetadataBearer {
23
+ }
24
+ declare const ListEntitiesCommand_base: {
25
+ new (input: ListEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListEntitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns the available entities supported by the connection type. </p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GlueClient, ListEntitiesCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, ListEntitiesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // ListEntitiesRequest
38
+ * ConnectionName: "STRING_VALUE",
39
+ * CatalogId: "STRING_VALUE",
40
+ * ParentEntityName: "STRING_VALUE",
41
+ * NextToken: "STRING_VALUE",
42
+ * DataStoreApiVersion: "STRING_VALUE",
43
+ * };
44
+ * const command = new ListEntitiesCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // ListEntitiesResponse
47
+ * // Entities: [ // EntityList
48
+ * // { // Entity
49
+ * // EntityName: "STRING_VALUE",
50
+ * // Label: "STRING_VALUE",
51
+ * // IsParentEntity: true || false,
52
+ * // Description: "STRING_VALUE",
53
+ * // Category: "STRING_VALUE",
54
+ * // CustomProperties: { // CustomProperties
55
+ * // "<keys>": "STRING_VALUE",
56
+ * // },
57
+ * // },
58
+ * // ],
59
+ * // NextToken: "STRING_VALUE",
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param ListEntitiesCommandInput - {@link ListEntitiesCommandInput}
65
+ * @returns {@link ListEntitiesCommandOutput}
66
+ * @see {@link ListEntitiesCommandInput} for command's `input` shape.
67
+ * @see {@link ListEntitiesCommandOutput} for command's `response` shape.
68
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
69
+ *
70
+ * @throws {@link AccessDeniedException} (client fault)
71
+ * <p>Access to a resource was denied.</p>
72
+ *
73
+ * @throws {@link EntityNotFoundException} (client fault)
74
+ * <p>A specified entity does not exist</p>
75
+ *
76
+ * @throws {@link FederationSourceException} (client fault)
77
+ * <p>A federation source failed.</p>
78
+ *
79
+ * @throws {@link GlueEncryptionException} (client fault)
80
+ * <p>An encryption operation failed.</p>
81
+ *
82
+ * @throws {@link InvalidInputException} (client fault)
83
+ * <p>The input provided was not valid.</p>
84
+ *
85
+ * @throws {@link OperationTimeoutException} (client fault)
86
+ * <p>The operation timed out.</p>
87
+ *
88
+ * @throws {@link ValidationException} (client fault)
89
+ * <p>A value could not be validated.</p>
90
+ *
91
+ * @throws {@link GlueServiceException}
92
+ * <p>Base exception class for all service exceptions from Glue service.</p>
93
+ *
94
+ * @public
95
+ */
96
+ export declare class ListEntitiesCommand extends ListEntitiesCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListEntitiesRequest;
101
+ output: ListEntitiesResponse;
102
+ };
103
+ sdk: {
104
+ input: ListEntitiesCommandInput;
105
+ output: ListEntitiesCommandOutput;
106
+ };
107
+ };
108
+ }
@@ -0,0 +1,130 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import { ModifyIntegrationRequest, ModifyIntegrationResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ModifyIntegrationCommand}.
14
+ */
15
+ export interface ModifyIntegrationCommandInput extends ModifyIntegrationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ModifyIntegrationCommand}.
21
+ */
22
+ export interface ModifyIntegrationCommandOutput extends ModifyIntegrationResponse, __MetadataBearer {
23
+ }
24
+ declare const ModifyIntegrationCommand_base: {
25
+ new (input: ModifyIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyIntegrationCommandInput, ModifyIntegrationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: ModifyIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyIntegrationCommandInput, ModifyIntegrationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Modifies a Zero-ETL integration in the caller's account.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GlueClient, ModifyIntegrationCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, ModifyIntegrationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // ModifyIntegrationRequest
38
+ * IntegrationIdentifier: "STRING_VALUE", // required
39
+ * Description: "STRING_VALUE",
40
+ * DataFilter: "STRING_VALUE",
41
+ * IntegrationName: "STRING_VALUE",
42
+ * };
43
+ * const command = new ModifyIntegrationCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // ModifyIntegrationResponse
46
+ * // SourceArn: "STRING_VALUE", // required
47
+ * // TargetArn: "STRING_VALUE", // required
48
+ * // IntegrationName: "STRING_VALUE", // required
49
+ * // Description: "STRING_VALUE",
50
+ * // IntegrationArn: "STRING_VALUE", // required
51
+ * // KmsKeyId: "STRING_VALUE",
52
+ * // AdditionalEncryptionContext: { // IntegrationAdditionalEncryptionContextMap
53
+ * // "<keys>": "STRING_VALUE",
54
+ * // },
55
+ * // Tags: [ // IntegrationTagsList
56
+ * // { // Tag
57
+ * // key: "STRING_VALUE",
58
+ * // value: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // Status: "CREATING" || "ACTIVE" || "MODIFYING" || "FAILED" || "DELETING" || "SYNCING" || "NEEDS_ATTENTION", // required
62
+ * // CreateTime: new Date("TIMESTAMP"), // required
63
+ * // Errors: [ // IntegrationErrorList
64
+ * // { // IntegrationError
65
+ * // ErrorCode: "STRING_VALUE",
66
+ * // ErrorMessage: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // DataFilter: "STRING_VALUE",
70
+ * // };
71
+ *
72
+ * ```
73
+ *
74
+ * @param ModifyIntegrationCommandInput - {@link ModifyIntegrationCommandInput}
75
+ * @returns {@link ModifyIntegrationCommandOutput}
76
+ * @see {@link ModifyIntegrationCommandInput} for command's `input` shape.
77
+ * @see {@link ModifyIntegrationCommandOutput} for command's `response` shape.
78
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
79
+ *
80
+ * @throws {@link AccessDeniedException} (client fault)
81
+ * <p>Access to a resource was denied.</p>
82
+ *
83
+ * @throws {@link ConflictException} (client fault)
84
+ * <p>The <code>CreatePartitions</code> API was called on a table that has indexes enabled. </p>
85
+ *
86
+ * @throws {@link EntityNotFoundException} (client fault)
87
+ * <p>A specified entity does not exist</p>
88
+ *
89
+ * @throws {@link IntegrationConflictOperationFault} (client fault)
90
+ * <p>The requested operation conflicts with another operation.</p>
91
+ *
92
+ * @throws {@link IntegrationNotFoundFault} (client fault)
93
+ * <p>The specified integration could not be found.</p>
94
+ *
95
+ * @throws {@link InternalServerException} (server fault)
96
+ * <p>An internal server error occurred.</p>
97
+ *
98
+ * @throws {@link InternalServiceException} (server fault)
99
+ * <p>An internal service error occurred.</p>
100
+ *
101
+ * @throws {@link InvalidInputException} (client fault)
102
+ * <p>The input provided was not valid.</p>
103
+ *
104
+ * @throws {@link InvalidIntegrationStateFault} (client fault)
105
+ * <p>The integration is in an invalid state.</p>
106
+ *
107
+ * @throws {@link InvalidStateException} (client fault)
108
+ * <p>An error that indicates your data is in an invalid state.</p>
109
+ *
110
+ * @throws {@link ValidationException} (client fault)
111
+ * <p>A value could not be validated.</p>
112
+ *
113
+ * @throws {@link GlueServiceException}
114
+ * <p>Base exception class for all service exceptions from Glue service.</p>
115
+ *
116
+ * @public
117
+ */
118
+ export declare class ModifyIntegrationCommand extends ModifyIntegrationCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: ModifyIntegrationRequest;
123
+ output: ModifyIntegrationResponse;
124
+ };
125
+ sdk: {
126
+ input: ModifyIntegrationCommandInput;
127
+ output: ModifyIntegrationCommandOutput;
128
+ };
129
+ };
130
+ }
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { SearchTablesRequest } from "../models/models_2";
5
- import { SearchTablesResponse } from "../models/models_3";
4
+ import { SearchTablesRequest, SearchTablesResponse } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/models_2";
4
+ import { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartColumnStatisticsTaskRunRequest, StartColumnStatisticsTaskRunResponse } from "../models/models_2";
4
+ import { StartColumnStatisticsTaskRunRequest, StartColumnStatisticsTaskRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartColumnStatisticsTaskRunScheduleRequest, StartColumnStatisticsTaskRunScheduleResponse } from "../models/models_2";
4
+ import { StartColumnStatisticsTaskRunScheduleRequest, StartColumnStatisticsTaskRunScheduleResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartCrawlerRequest, StartCrawlerResponse } from "../models/models_2";
4
+ import { StartCrawlerRequest, StartCrawlerResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartCrawlerScheduleRequest, StartCrawlerScheduleResponse } from "../models/models_2";
4
+ import { StartCrawlerScheduleRequest, StartCrawlerScheduleResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartDataQualityRuleRecommendationRunRequest, StartDataQualityRuleRecommendationRunResponse } from "../models/models_2";
4
+ import { StartDataQualityRuleRecommendationRunRequest, StartDataQualityRuleRecommendationRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartDataQualityRulesetEvaluationRunRequest, StartDataQualityRulesetEvaluationRunResponse } from "../models/models_2";
4
+ import { StartDataQualityRulesetEvaluationRunRequest, StartDataQualityRulesetEvaluationRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartExportLabelsTaskRunRequest, StartExportLabelsTaskRunResponse } from "../models/models_2";
4
+ import { StartExportLabelsTaskRunRequest, StartExportLabelsTaskRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartImportLabelsTaskRunRequest, StartImportLabelsTaskRunResponse } from "../models/models_2";
4
+ import { StartImportLabelsTaskRunRequest, StartImportLabelsTaskRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartJobRunRequest, StartJobRunResponse } from "../models/models_2";
4
+ import { StartJobRunRequest, StartJobRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartMLEvaluationTaskRunRequest, StartMLEvaluationTaskRunResponse } from "../models/models_2";
4
+ import { StartMLEvaluationTaskRunRequest, StartMLEvaluationTaskRunResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */