@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,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DeleteIntegrationRequest,
10
+ DeleteIntegrationResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteIntegrationCommandInput
15
+ extends DeleteIntegrationRequest {}
16
+ export interface DeleteIntegrationCommandOutput
17
+ extends DeleteIntegrationResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteIntegrationCommand_base: {
20
+ new (
21
+ input: DeleteIntegrationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteIntegrationCommandInput,
24
+ DeleteIntegrationCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteIntegrationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteIntegrationCommandInput,
33
+ DeleteIntegrationCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteIntegrationRequest;
44
+ output: DeleteIntegrationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteIntegrationCommandInput;
48
+ output: DeleteIntegrationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DeleteIntegrationTablePropertiesRequest,
10
+ DeleteIntegrationTablePropertiesResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteIntegrationTablePropertiesCommandInput
15
+ extends DeleteIntegrationTablePropertiesRequest {}
16
+ export interface DeleteIntegrationTablePropertiesCommandOutput
17
+ extends DeleteIntegrationTablePropertiesResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteIntegrationTablePropertiesCommand_base: {
20
+ new (
21
+ input: DeleteIntegrationTablePropertiesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteIntegrationTablePropertiesCommandInput,
24
+ DeleteIntegrationTablePropertiesCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteIntegrationTablePropertiesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteIntegrationTablePropertiesCommandInput,
33
+ DeleteIntegrationTablePropertiesCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteIntegrationTablePropertiesCommand extends DeleteIntegrationTablePropertiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteIntegrationTablePropertiesRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteIntegrationTablePropertiesCommandInput;
48
+ output: DeleteIntegrationTablePropertiesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DescribeConnectionTypeRequest,
10
+ DescribeConnectionTypeResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeConnectionTypeCommandInput
15
+ extends DescribeConnectionTypeRequest {}
16
+ export interface DescribeConnectionTypeCommandOutput
17
+ extends DescribeConnectionTypeResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeConnectionTypeCommand_base: {
20
+ new (
21
+ input: DescribeConnectionTypeCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeConnectionTypeCommandInput,
24
+ DescribeConnectionTypeCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeConnectionTypeCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeConnectionTypeCommandInput,
33
+ DescribeConnectionTypeCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeConnectionTypeCommand extends DescribeConnectionTypeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeConnectionTypeRequest;
44
+ output: DescribeConnectionTypeResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeConnectionTypeCommandInput;
48
+ output: DescribeConnectionTypeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DescribeEntityRequest,
10
+ DescribeEntityResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeEntityCommandInput extends DescribeEntityRequest {}
15
+ export interface DescribeEntityCommandOutput
16
+ extends DescribeEntityResponse,
17
+ __MetadataBearer {}
18
+ declare const DescribeEntityCommand_base: {
19
+ new (
20
+ input: DescribeEntityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeEntityCommandInput,
23
+ DescribeEntityCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: DescribeEntityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEntityCommandInput,
32
+ DescribeEntityCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class DescribeEntityCommand extends DescribeEntityCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeEntityRequest;
43
+ output: DescribeEntityResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeEntityCommandInput;
47
+ output: DescribeEntityCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DescribeInboundIntegrationsRequest,
10
+ DescribeInboundIntegrationsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeInboundIntegrationsCommandInput
15
+ extends DescribeInboundIntegrationsRequest {}
16
+ export interface DescribeInboundIntegrationsCommandOutput
17
+ extends DescribeInboundIntegrationsResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeInboundIntegrationsCommand_base: {
20
+ new (
21
+ input: DescribeInboundIntegrationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeInboundIntegrationsCommandInput,
24
+ DescribeInboundIntegrationsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeInboundIntegrationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeInboundIntegrationsCommandInput,
33
+ DescribeInboundIntegrationsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeInboundIntegrationsCommand extends DescribeInboundIntegrationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeInboundIntegrationsRequest;
44
+ output: DescribeInboundIntegrationsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeInboundIntegrationsCommandInput;
48
+ output: DescribeInboundIntegrationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ DescribeIntegrationsRequest,
10
+ DescribeIntegrationsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeIntegrationsCommandInput
15
+ extends DescribeIntegrationsRequest {}
16
+ export interface DescribeIntegrationsCommandOutput
17
+ extends DescribeIntegrationsResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeIntegrationsCommand_base: {
20
+ new (
21
+ input: DescribeIntegrationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeIntegrationsCommandInput,
24
+ DescribeIntegrationsCommandOutput,
25
+ GlueClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeIntegrationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeIntegrationsCommandInput,
33
+ DescribeIntegrationsCommandOutput,
34
+ GlueClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeIntegrationsCommand extends DescribeIntegrationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeIntegrationsRequest;
44
+ output: DescribeIntegrationsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeIntegrationsCommandInput;
48
+ output: DescribeIntegrationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import { GetCatalogRequest, GetCatalogResponse } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetCatalogCommandInput extends GetCatalogRequest {}
12
+ export interface GetCatalogCommandOutput
13
+ extends GetCatalogResponse,
14
+ __MetadataBearer {}
15
+ declare const GetCatalogCommand_base: {
16
+ new (
17
+ input: GetCatalogCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetCatalogCommandInput,
20
+ GetCatalogCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: GetCatalogCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetCatalogCommandInput,
29
+ GetCatalogCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetCatalogCommand extends GetCatalogCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetCatalogRequest;
40
+ output: GetCatalogResponse;
41
+ };
42
+ sdk: {
43
+ input: GetCatalogCommandInput;
44
+ output: GetCatalogCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import { GetCatalogsRequest, GetCatalogsResponse } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetCatalogsCommandInput extends GetCatalogsRequest {}
12
+ export interface GetCatalogsCommandOutput
13
+ extends GetCatalogsResponse,
14
+ __MetadataBearer {}
15
+ declare const GetCatalogsCommand_base: {
16
+ new (
17
+ input: GetCatalogsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetCatalogsCommandInput,
20
+ GetCatalogsCommandOutput,
21
+ GlueClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [GetCatalogsCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetCatalogsCommandInput,
29
+ GetCatalogsCommandOutput,
30
+ GlueClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetCatalogsCommand extends GetCatalogsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetCatalogsRequest;
40
+ output: GetCatalogsResponse;
41
+ };
42
+ sdk: {
43
+ input: GetCatalogsCommandInput;
44
+ output: GetCatalogsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import {
9
- GetColumnStatisticsTaskSettingsRequest,
10
- GetColumnStatisticsTaskSettingsResponse,
11
- } from "../models/models_1";
8
+ import { GetColumnStatisticsTaskSettingsRequest } from "../models/models_1";
9
+ import { GetColumnStatisticsTaskSettingsResponse } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetColumnStatisticsTaskSettingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetConnectionRequest,
10
10
  GetConnectionResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetConnectionCommandInput extends GetConnectionRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetConnectionsRequest,
10
10
  GetConnectionsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetConnectionsCommandInput extends GetConnectionsRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_1";
8
+ import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetCrawlerCommandInput extends GetCrawlerRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCrawlerMetricsRequest,
10
10
  GetCrawlerMetricsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCrawlerMetricsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_1";
8
+ import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetCrawlersCommandInput extends GetCrawlersRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCustomEntityTypeRequest,
10
10
  GetCustomEntityTypeResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCustomEntityTypeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataCatalogEncryptionSettingsRequest,
10
10
  GetDataCatalogEncryptionSettingsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataCatalogEncryptionSettingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataQualityModelRequest,
10
10
  GetDataQualityModelResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataQualityModelCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataQualityModelResultRequest,
10
10
  GetDataQualityModelResultResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataQualityModelResultCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataQualityResultRequest,
10
10
  GetDataQualityResultResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataQualityResultCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataQualityRuleRecommendationRunRequest,
10
10
  GetDataQualityRuleRecommendationRunResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataQualityRuleRecommendationRunCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataQualityRulesetRequest,
10
10
  GetDataQualityRulesetResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataQualityRulesetCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataQualityRulesetEvaluationRunRequest,
10
10
  GetDataQualityRulesetEvaluationRunResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataQualityRulesetEvaluationRunCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetDatabaseRequest, GetDatabaseResponse } from "../models/models_1";
8
+ import { GetDatabaseRequest, GetDatabaseResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetDatabaseCommandInput extends GetDatabaseRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GlueClient";
8
- import { GetDatabasesRequest, GetDatabasesResponse } from "../models/models_1";
8
+ import { GetDatabasesRequest, GetDatabasesResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetDatabasesCommandInput extends GetDatabasesRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDataflowGraphRequest,
10
10
  GetDataflowGraphResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDataflowGraphCommandInput extends GetDataflowGraphRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDevEndpointRequest,
10
10
  GetDevEndpointResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDevEndpointCommandInput extends GetDevEndpointRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDevEndpointsRequest,
10
10
  GetDevEndpointsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDevEndpointsCommandInput extends GetDevEndpointsRequest {}
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GlueClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GlueClient";
8
+ import {
9
+ GetEntityRecordsRequest,
10
+ GetEntityRecordsResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetEntityRecordsCommandInput extends GetEntityRecordsRequest {}
15
+ export interface GetEntityRecordsCommandOutput
16
+ extends GetEntityRecordsResponse,
17
+ __MetadataBearer {}
18
+ declare const GetEntityRecordsCommand_base: {
19
+ new (
20
+ input: GetEntityRecordsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetEntityRecordsCommandInput,
23
+ GetEntityRecordsCommandOutput,
24
+ GlueClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: GetEntityRecordsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetEntityRecordsCommandInput,
32
+ GetEntityRecordsCommandOutput,
33
+ GlueClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class GetEntityRecordsCommand extends GetEntityRecordsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetEntityRecordsRequest;
43
+ output: GetEntityRecordsResponse;
44
+ };
45
+ sdk: {
46
+ input: GetEntityRecordsCommandInput;
47
+ output: GetEntityRecordsCommandOutput;
48
+ };
49
+ };
50
+ }