@aws-sdk/client-glue 3.927.0 → 3.929.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 (290) hide show
  1. package/dist-cjs/index.js +10247 -10837
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/GlueClient.js +2 -0
  4. package/dist-es/commands/BatchCreatePartitionCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteConnectionCommand.js +3 -9
  6. package/dist-es/commands/BatchDeletePartitionCommand.js +3 -9
  7. package/dist-es/commands/BatchDeleteTableCommand.js +3 -9
  8. package/dist-es/commands/BatchDeleteTableVersionCommand.js +3 -9
  9. package/dist-es/commands/BatchGetBlueprintsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetCrawlersCommand.js +3 -9
  11. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +3 -9
  12. package/dist-es/commands/BatchGetDataQualityResultCommand.js +3 -10
  13. package/dist-es/commands/BatchGetDevEndpointsCommand.js +3 -9
  14. package/dist-es/commands/BatchGetJobsCommand.js +3 -10
  15. package/dist-es/commands/BatchGetPartitionCommand.js +3 -9
  16. package/dist-es/commands/BatchGetTableOptimizerCommand.js +3 -9
  17. package/dist-es/commands/BatchGetTriggersCommand.js +3 -9
  18. package/dist-es/commands/BatchGetWorkflowsCommand.js +3 -9
  19. package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +3 -9
  20. package/dist-es/commands/BatchStopJobRunCommand.js +3 -9
  21. package/dist-es/commands/BatchUpdatePartitionCommand.js +3 -9
  22. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +3 -9
  23. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +3 -9
  24. package/dist-es/commands/CancelMLTaskRunCommand.js +3 -9
  25. package/dist-es/commands/CancelStatementCommand.js +3 -9
  26. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +3 -9
  27. package/dist-es/commands/CreateBlueprintCommand.js +3 -9
  28. package/dist-es/commands/CreateCatalogCommand.js +3 -9
  29. package/dist-es/commands/CreateClassifierCommand.js +3 -9
  30. package/dist-es/commands/CreateColumnStatisticsTaskSettingsCommand.js +3 -9
  31. package/dist-es/commands/CreateConnectionCommand.js +3 -10
  32. package/dist-es/commands/CreateCrawlerCommand.js +3 -9
  33. package/dist-es/commands/CreateCustomEntityTypeCommand.js +3 -9
  34. package/dist-es/commands/CreateDataQualityRulesetCommand.js +3 -9
  35. package/dist-es/commands/CreateDatabaseCommand.js +3 -9
  36. package/dist-es/commands/CreateDevEndpointCommand.js +3 -9
  37. package/dist-es/commands/CreateGlueIdentityCenterConfigurationCommand.js +3 -9
  38. package/dist-es/commands/CreateIntegrationCommand.js +3 -9
  39. package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +3 -9
  40. package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +3 -9
  41. package/dist-es/commands/CreateJobCommand.js +3 -10
  42. package/dist-es/commands/CreateMLTransformCommand.js +3 -9
  43. package/dist-es/commands/CreatePartitionCommand.js +3 -9
  44. package/dist-es/commands/CreatePartitionIndexCommand.js +3 -9
  45. package/dist-es/commands/CreateRegistryCommand.js +3 -9
  46. package/dist-es/commands/CreateSchemaCommand.js +3 -9
  47. package/dist-es/commands/CreateScriptCommand.js +3 -9
  48. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -9
  49. package/dist-es/commands/CreateSessionCommand.js +3 -9
  50. package/dist-es/commands/CreateTableCommand.js +3 -9
  51. package/dist-es/commands/CreateTableOptimizerCommand.js +3 -9
  52. package/dist-es/commands/CreateTriggerCommand.js +3 -9
  53. package/dist-es/commands/CreateUsageProfileCommand.js +3 -9
  54. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +3 -9
  55. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  56. package/dist-es/commands/DeleteBlueprintCommand.js +3 -9
  57. package/dist-es/commands/DeleteCatalogCommand.js +3 -9
  58. package/dist-es/commands/DeleteClassifierCommand.js +3 -9
  59. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -9
  60. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +3 -9
  61. package/dist-es/commands/DeleteColumnStatisticsTaskSettingsCommand.js +3 -9
  62. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  63. package/dist-es/commands/DeleteCrawlerCommand.js +3 -9
  64. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +3 -9
  65. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +3 -9
  66. package/dist-es/commands/DeleteDatabaseCommand.js +3 -9
  67. package/dist-es/commands/DeleteDevEndpointCommand.js +3 -9
  68. package/dist-es/commands/DeleteGlueIdentityCenterConfigurationCommand.js +3 -9
  69. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  70. package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +3 -9
  71. package/dist-es/commands/DeleteJobCommand.js +3 -9
  72. package/dist-es/commands/DeleteMLTransformCommand.js +3 -9
  73. package/dist-es/commands/DeletePartitionCommand.js +3 -9
  74. package/dist-es/commands/DeletePartitionIndexCommand.js +3 -9
  75. package/dist-es/commands/DeleteRegistryCommand.js +3 -9
  76. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  77. package/dist-es/commands/DeleteSchemaCommand.js +3 -9
  78. package/dist-es/commands/DeleteSchemaVersionsCommand.js +3 -9
  79. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -9
  80. package/dist-es/commands/DeleteSessionCommand.js +3 -9
  81. package/dist-es/commands/DeleteTableCommand.js +3 -9
  82. package/dist-es/commands/DeleteTableOptimizerCommand.js +3 -9
  83. package/dist-es/commands/DeleteTableVersionCommand.js +3 -9
  84. package/dist-es/commands/DeleteTriggerCommand.js +3 -9
  85. package/dist-es/commands/DeleteUsageProfileCommand.js +3 -9
  86. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +3 -9
  87. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  88. package/dist-es/commands/DescribeConnectionTypeCommand.js +3 -9
  89. package/dist-es/commands/DescribeEntityCommand.js +3 -9
  90. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +3 -9
  91. package/dist-es/commands/DescribeIntegrationsCommand.js +3 -9
  92. package/dist-es/commands/GetBlueprintCommand.js +3 -9
  93. package/dist-es/commands/GetBlueprintRunCommand.js +3 -9
  94. package/dist-es/commands/GetBlueprintRunsCommand.js +3 -9
  95. package/dist-es/commands/GetCatalogCommand.js +3 -9
  96. package/dist-es/commands/GetCatalogImportStatusCommand.js +3 -9
  97. package/dist-es/commands/GetCatalogsCommand.js +3 -9
  98. package/dist-es/commands/GetClassifierCommand.js +3 -9
  99. package/dist-es/commands/GetClassifiersCommand.js +3 -9
  100. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +3 -9
  101. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +3 -9
  102. package/dist-es/commands/GetColumnStatisticsTaskRunCommand.js +3 -9
  103. package/dist-es/commands/GetColumnStatisticsTaskRunsCommand.js +3 -9
  104. package/dist-es/commands/GetColumnStatisticsTaskSettingsCommand.js +3 -9
  105. package/dist-es/commands/GetConnectionCommand.js +3 -9
  106. package/dist-es/commands/GetConnectionsCommand.js +3 -9
  107. package/dist-es/commands/GetCrawlerCommand.js +3 -9
  108. package/dist-es/commands/GetCrawlerMetricsCommand.js +3 -9
  109. package/dist-es/commands/GetCrawlersCommand.js +3 -9
  110. package/dist-es/commands/GetCustomEntityTypeCommand.js +3 -9
  111. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -9
  112. package/dist-es/commands/GetDataQualityModelCommand.js +3 -9
  113. package/dist-es/commands/GetDataQualityModelResultCommand.js +3 -9
  114. package/dist-es/commands/GetDataQualityResultCommand.js +3 -10
  115. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +3 -9
  116. package/dist-es/commands/GetDataQualityRulesetCommand.js +3 -9
  117. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +3 -9
  118. package/dist-es/commands/GetDatabaseCommand.js +3 -9
  119. package/dist-es/commands/GetDatabasesCommand.js +3 -9
  120. package/dist-es/commands/GetDataflowGraphCommand.js +3 -9
  121. package/dist-es/commands/GetDevEndpointCommand.js +3 -9
  122. package/dist-es/commands/GetDevEndpointsCommand.js +3 -9
  123. package/dist-es/commands/GetEntityRecordsCommand.js +3 -10
  124. package/dist-es/commands/GetGlueIdentityCenterConfigurationCommand.js +3 -9
  125. package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +3 -9
  126. package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +3 -9
  127. package/dist-es/commands/GetJobBookmarkCommand.js +3 -9
  128. package/dist-es/commands/GetJobCommand.js +3 -10
  129. package/dist-es/commands/GetJobRunCommand.js +3 -9
  130. package/dist-es/commands/GetJobRunsCommand.js +3 -9
  131. package/dist-es/commands/GetJobsCommand.js +3 -10
  132. package/dist-es/commands/GetMLTaskRunCommand.js +3 -9
  133. package/dist-es/commands/GetMLTaskRunsCommand.js +3 -9
  134. package/dist-es/commands/GetMLTransformCommand.js +3 -9
  135. package/dist-es/commands/GetMLTransformsCommand.js +3 -9
  136. package/dist-es/commands/GetMappingCommand.js +3 -9
  137. package/dist-es/commands/GetPartitionCommand.js +3 -9
  138. package/dist-es/commands/GetPartitionIndexesCommand.js +3 -9
  139. package/dist-es/commands/GetPartitionsCommand.js +3 -9
  140. package/dist-es/commands/GetPlanCommand.js +3 -9
  141. package/dist-es/commands/GetRegistryCommand.js +3 -9
  142. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  143. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  144. package/dist-es/commands/GetSchemaByDefinitionCommand.js +3 -9
  145. package/dist-es/commands/GetSchemaCommand.js +3 -9
  146. package/dist-es/commands/GetSchemaVersionCommand.js +3 -9
  147. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +3 -9
  148. package/dist-es/commands/GetSecurityConfigurationCommand.js +3 -9
  149. package/dist-es/commands/GetSecurityConfigurationsCommand.js +3 -9
  150. package/dist-es/commands/GetSessionCommand.js +3 -9
  151. package/dist-es/commands/GetStatementCommand.js +3 -9
  152. package/dist-es/commands/GetTableCommand.js +3 -9
  153. package/dist-es/commands/GetTableOptimizerCommand.js +3 -9
  154. package/dist-es/commands/GetTableVersionCommand.js +3 -9
  155. package/dist-es/commands/GetTableVersionsCommand.js +3 -9
  156. package/dist-es/commands/GetTablesCommand.js +3 -9
  157. package/dist-es/commands/GetTagsCommand.js +3 -9
  158. package/dist-es/commands/GetTriggerCommand.js +3 -9
  159. package/dist-es/commands/GetTriggersCommand.js +3 -9
  160. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +3 -9
  161. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -9
  162. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +3 -9
  163. package/dist-es/commands/GetUsageProfileCommand.js +3 -9
  164. package/dist-es/commands/GetUserDefinedFunctionCommand.js +3 -9
  165. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +3 -9
  166. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  167. package/dist-es/commands/GetWorkflowRunCommand.js +3 -9
  168. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +3 -9
  169. package/dist-es/commands/GetWorkflowRunsCommand.js +3 -9
  170. package/dist-es/commands/ImportCatalogToGlueCommand.js +3 -9
  171. package/dist-es/commands/ListBlueprintsCommand.js +3 -9
  172. package/dist-es/commands/ListColumnStatisticsTaskRunsCommand.js +3 -9
  173. package/dist-es/commands/ListConnectionTypesCommand.js +3 -9
  174. package/dist-es/commands/ListCrawlersCommand.js +3 -9
  175. package/dist-es/commands/ListCrawlsCommand.js +3 -9
  176. package/dist-es/commands/ListCustomEntityTypesCommand.js +3 -9
  177. package/dist-es/commands/ListDataQualityResultsCommand.js +3 -9
  178. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +3 -9
  179. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +3 -9
  180. package/dist-es/commands/ListDataQualityRulesetsCommand.js +3 -9
  181. package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +3 -9
  182. package/dist-es/commands/ListDataQualityStatisticsCommand.js +3 -10
  183. package/dist-es/commands/ListDevEndpointsCommand.js +3 -9
  184. package/dist-es/commands/ListEntitiesCommand.js +3 -9
  185. package/dist-es/commands/ListJobsCommand.js +3 -9
  186. package/dist-es/commands/ListMLTransformsCommand.js +3 -9
  187. package/dist-es/commands/ListRegistriesCommand.js +3 -9
  188. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -9
  189. package/dist-es/commands/ListSchemasCommand.js +3 -9
  190. package/dist-es/commands/ListSessionsCommand.js +3 -9
  191. package/dist-es/commands/ListStatementsCommand.js +3 -9
  192. package/dist-es/commands/ListTableOptimizerRunsCommand.js +3 -9
  193. package/dist-es/commands/ListTriggersCommand.js +3 -9
  194. package/dist-es/commands/ListUsageProfilesCommand.js +3 -9
  195. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  196. package/dist-es/commands/ModifyIntegrationCommand.js +3 -9
  197. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -9
  198. package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +3 -9
  199. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  200. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +3 -9
  201. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +3 -9
  202. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +3 -9
  203. package/dist-es/commands/RegisterSchemaVersionCommand.js +3 -9
  204. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +3 -9
  205. package/dist-es/commands/ResetJobBookmarkCommand.js +3 -9
  206. package/dist-es/commands/ResumeWorkflowRunCommand.js +3 -9
  207. package/dist-es/commands/RunStatementCommand.js +3 -9
  208. package/dist-es/commands/SearchTablesCommand.js +3 -9
  209. package/dist-es/commands/StartBlueprintRunCommand.js +3 -9
  210. package/dist-es/commands/StartColumnStatisticsTaskRunCommand.js +3 -9
  211. package/dist-es/commands/StartColumnStatisticsTaskRunScheduleCommand.js +3 -9
  212. package/dist-es/commands/StartCrawlerCommand.js +3 -9
  213. package/dist-es/commands/StartCrawlerScheduleCommand.js +3 -9
  214. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +3 -9
  215. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +3 -9
  216. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +3 -9
  217. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +3 -9
  218. package/dist-es/commands/StartJobRunCommand.js +3 -9
  219. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +3 -9
  220. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -9
  221. package/dist-es/commands/StartTriggerCommand.js +3 -9
  222. package/dist-es/commands/StartWorkflowRunCommand.js +3 -9
  223. package/dist-es/commands/StopColumnStatisticsTaskRunCommand.js +3 -9
  224. package/dist-es/commands/StopColumnStatisticsTaskRunScheduleCommand.js +3 -9
  225. package/dist-es/commands/StopCrawlerCommand.js +3 -9
  226. package/dist-es/commands/StopCrawlerScheduleCommand.js +3 -9
  227. package/dist-es/commands/StopSessionCommand.js +3 -9
  228. package/dist-es/commands/StopTriggerCommand.js +3 -9
  229. package/dist-es/commands/StopWorkflowRunCommand.js +3 -9
  230. package/dist-es/commands/TagResourceCommand.js +3 -9
  231. package/dist-es/commands/TestConnectionCommand.js +3 -10
  232. package/dist-es/commands/UntagResourceCommand.js +3 -9
  233. package/dist-es/commands/UpdateBlueprintCommand.js +3 -9
  234. package/dist-es/commands/UpdateCatalogCommand.js +3 -9
  235. package/dist-es/commands/UpdateClassifierCommand.js +3 -9
  236. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -9
  237. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +3 -9
  238. package/dist-es/commands/UpdateColumnStatisticsTaskSettingsCommand.js +3 -9
  239. package/dist-es/commands/UpdateConnectionCommand.js +3 -10
  240. package/dist-es/commands/UpdateCrawlerCommand.js +3 -9
  241. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +3 -9
  242. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +3 -9
  243. package/dist-es/commands/UpdateDatabaseCommand.js +3 -9
  244. package/dist-es/commands/UpdateDevEndpointCommand.js +3 -9
  245. package/dist-es/commands/UpdateGlueIdentityCenterConfigurationCommand.js +3 -9
  246. package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +3 -9
  247. package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +3 -9
  248. package/dist-es/commands/UpdateJobCommand.js +3 -10
  249. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +3 -9
  250. package/dist-es/commands/UpdateMLTransformCommand.js +3 -9
  251. package/dist-es/commands/UpdatePartitionCommand.js +3 -9
  252. package/dist-es/commands/UpdateRegistryCommand.js +3 -9
  253. package/dist-es/commands/UpdateSchemaCommand.js +3 -9
  254. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +3 -9
  255. package/dist-es/commands/UpdateTableCommand.js +3 -9
  256. package/dist-es/commands/UpdateTableOptimizerCommand.js +3 -9
  257. package/dist-es/commands/UpdateTriggerCommand.js +3 -9
  258. package/dist-es/commands/UpdateUsageProfileCommand.js +3 -9
  259. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +3 -9
  260. package/dist-es/commands/UpdateWorkflowCommand.js +3 -9
  261. package/dist-es/models/models_0.js +0 -62
  262. package/dist-es/models/models_1.js +0 -11
  263. package/dist-es/models/models_2.js +0 -24
  264. package/dist-es/models/models_3.js +0 -47
  265. package/dist-es/runtimeConfig.shared.js +7 -0
  266. package/dist-es/schemas/schemas_0.js +9695 -0
  267. package/dist-types/GlueClient.d.ts +10 -1
  268. package/dist-types/models/models_0.d.ts +0 -40
  269. package/dist-types/models/models_1.d.ts +0 -8
  270. package/dist-types/models/models_2.d.ts +0 -16
  271. package/dist-types/models/models_3.d.ts +0 -40
  272. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  273. package/dist-types/runtimeConfig.d.ts +1 -0
  274. package/dist-types/runtimeConfig.native.d.ts +1 -0
  275. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  276. package/dist-types/schemas/schemas_0.d.ts +1479 -0
  277. package/dist-types/ts3.4/GlueClient.d.ts +4 -0
  278. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  279. package/dist-types/ts3.4/models/models_1.d.ts +0 -6
  280. package/dist-types/ts3.4/models/models_2.d.ts +0 -12
  281. package/dist-types/ts3.4/models/models_3.d.ts +0 -26
  282. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  283. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  284. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  285. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  286. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1486 -0
  287. package/package.json +5 -5
  288. package/dist-es/protocols/Aws_json1_1.js +0 -8747
  289. package/dist-types/protocols/Aws_json1_1.d.ts +0 -2315
  290. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -3089
@@ -1,3089 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchCreatePartitionCommandInput,
8
- BatchCreatePartitionCommandOutput,
9
- } from "../commands/BatchCreatePartitionCommand";
10
- import {
11
- BatchDeleteConnectionCommandInput,
12
- BatchDeleteConnectionCommandOutput,
13
- } from "../commands/BatchDeleteConnectionCommand";
14
- import {
15
- BatchDeletePartitionCommandInput,
16
- BatchDeletePartitionCommandOutput,
17
- } from "../commands/BatchDeletePartitionCommand";
18
- import {
19
- BatchDeleteTableCommandInput,
20
- BatchDeleteTableCommandOutput,
21
- } from "../commands/BatchDeleteTableCommand";
22
- import {
23
- BatchDeleteTableVersionCommandInput,
24
- BatchDeleteTableVersionCommandOutput,
25
- } from "../commands/BatchDeleteTableVersionCommand";
26
- import {
27
- BatchGetBlueprintsCommandInput,
28
- BatchGetBlueprintsCommandOutput,
29
- } from "../commands/BatchGetBlueprintsCommand";
30
- import {
31
- BatchGetCrawlersCommandInput,
32
- BatchGetCrawlersCommandOutput,
33
- } from "../commands/BatchGetCrawlersCommand";
34
- import {
35
- BatchGetCustomEntityTypesCommandInput,
36
- BatchGetCustomEntityTypesCommandOutput,
37
- } from "../commands/BatchGetCustomEntityTypesCommand";
38
- import {
39
- BatchGetDataQualityResultCommandInput,
40
- BatchGetDataQualityResultCommandOutput,
41
- } from "../commands/BatchGetDataQualityResultCommand";
42
- import {
43
- BatchGetDevEndpointsCommandInput,
44
- BatchGetDevEndpointsCommandOutput,
45
- } from "../commands/BatchGetDevEndpointsCommand";
46
- import {
47
- BatchGetJobsCommandInput,
48
- BatchGetJobsCommandOutput,
49
- } from "../commands/BatchGetJobsCommand";
50
- import {
51
- BatchGetPartitionCommandInput,
52
- BatchGetPartitionCommandOutput,
53
- } from "../commands/BatchGetPartitionCommand";
54
- import {
55
- BatchGetTableOptimizerCommandInput,
56
- BatchGetTableOptimizerCommandOutput,
57
- } from "../commands/BatchGetTableOptimizerCommand";
58
- import {
59
- BatchGetTriggersCommandInput,
60
- BatchGetTriggersCommandOutput,
61
- } from "../commands/BatchGetTriggersCommand";
62
- import {
63
- BatchGetWorkflowsCommandInput,
64
- BatchGetWorkflowsCommandOutput,
65
- } from "../commands/BatchGetWorkflowsCommand";
66
- import {
67
- BatchPutDataQualityStatisticAnnotationCommandInput,
68
- BatchPutDataQualityStatisticAnnotationCommandOutput,
69
- } from "../commands/BatchPutDataQualityStatisticAnnotationCommand";
70
- import {
71
- BatchStopJobRunCommandInput,
72
- BatchStopJobRunCommandOutput,
73
- } from "../commands/BatchStopJobRunCommand";
74
- import {
75
- BatchUpdatePartitionCommandInput,
76
- BatchUpdatePartitionCommandOutput,
77
- } from "../commands/BatchUpdatePartitionCommand";
78
- import {
79
- CancelDataQualityRuleRecommendationRunCommandInput,
80
- CancelDataQualityRuleRecommendationRunCommandOutput,
81
- } from "../commands/CancelDataQualityRuleRecommendationRunCommand";
82
- import {
83
- CancelDataQualityRulesetEvaluationRunCommandInput,
84
- CancelDataQualityRulesetEvaluationRunCommandOutput,
85
- } from "../commands/CancelDataQualityRulesetEvaluationRunCommand";
86
- import {
87
- CancelMLTaskRunCommandInput,
88
- CancelMLTaskRunCommandOutput,
89
- } from "../commands/CancelMLTaskRunCommand";
90
- import {
91
- CancelStatementCommandInput,
92
- CancelStatementCommandOutput,
93
- } from "../commands/CancelStatementCommand";
94
- import {
95
- CheckSchemaVersionValidityCommandInput,
96
- CheckSchemaVersionValidityCommandOutput,
97
- } from "../commands/CheckSchemaVersionValidityCommand";
98
- import {
99
- CreateBlueprintCommandInput,
100
- CreateBlueprintCommandOutput,
101
- } from "../commands/CreateBlueprintCommand";
102
- import {
103
- CreateCatalogCommandInput,
104
- CreateCatalogCommandOutput,
105
- } from "../commands/CreateCatalogCommand";
106
- import {
107
- CreateClassifierCommandInput,
108
- CreateClassifierCommandOutput,
109
- } from "../commands/CreateClassifierCommand";
110
- import {
111
- CreateColumnStatisticsTaskSettingsCommandInput,
112
- CreateColumnStatisticsTaskSettingsCommandOutput,
113
- } from "../commands/CreateColumnStatisticsTaskSettingsCommand";
114
- import {
115
- CreateConnectionCommandInput,
116
- CreateConnectionCommandOutput,
117
- } from "../commands/CreateConnectionCommand";
118
- import {
119
- CreateCrawlerCommandInput,
120
- CreateCrawlerCommandOutput,
121
- } from "../commands/CreateCrawlerCommand";
122
- import {
123
- CreateCustomEntityTypeCommandInput,
124
- CreateCustomEntityTypeCommandOutput,
125
- } from "../commands/CreateCustomEntityTypeCommand";
126
- import {
127
- CreateDatabaseCommandInput,
128
- CreateDatabaseCommandOutput,
129
- } from "../commands/CreateDatabaseCommand";
130
- import {
131
- CreateDataQualityRulesetCommandInput,
132
- CreateDataQualityRulesetCommandOutput,
133
- } from "../commands/CreateDataQualityRulesetCommand";
134
- import {
135
- CreateDevEndpointCommandInput,
136
- CreateDevEndpointCommandOutput,
137
- } from "../commands/CreateDevEndpointCommand";
138
- import {
139
- CreateGlueIdentityCenterConfigurationCommandInput,
140
- CreateGlueIdentityCenterConfigurationCommandOutput,
141
- } from "../commands/CreateGlueIdentityCenterConfigurationCommand";
142
- import {
143
- CreateIntegrationCommandInput,
144
- CreateIntegrationCommandOutput,
145
- } from "../commands/CreateIntegrationCommand";
146
- import {
147
- CreateIntegrationResourcePropertyCommandInput,
148
- CreateIntegrationResourcePropertyCommandOutput,
149
- } from "../commands/CreateIntegrationResourcePropertyCommand";
150
- import {
151
- CreateIntegrationTablePropertiesCommandInput,
152
- CreateIntegrationTablePropertiesCommandOutput,
153
- } from "../commands/CreateIntegrationTablePropertiesCommand";
154
- import {
155
- CreateJobCommandInput,
156
- CreateJobCommandOutput,
157
- } from "../commands/CreateJobCommand";
158
- import {
159
- CreateMLTransformCommandInput,
160
- CreateMLTransformCommandOutput,
161
- } from "../commands/CreateMLTransformCommand";
162
- import {
163
- CreatePartitionCommandInput,
164
- CreatePartitionCommandOutput,
165
- } from "../commands/CreatePartitionCommand";
166
- import {
167
- CreatePartitionIndexCommandInput,
168
- CreatePartitionIndexCommandOutput,
169
- } from "../commands/CreatePartitionIndexCommand";
170
- import {
171
- CreateRegistryCommandInput,
172
- CreateRegistryCommandOutput,
173
- } from "../commands/CreateRegistryCommand";
174
- import {
175
- CreateSchemaCommandInput,
176
- CreateSchemaCommandOutput,
177
- } from "../commands/CreateSchemaCommand";
178
- import {
179
- CreateScriptCommandInput,
180
- CreateScriptCommandOutput,
181
- } from "../commands/CreateScriptCommand";
182
- import {
183
- CreateSecurityConfigurationCommandInput,
184
- CreateSecurityConfigurationCommandOutput,
185
- } from "../commands/CreateSecurityConfigurationCommand";
186
- import {
187
- CreateSessionCommandInput,
188
- CreateSessionCommandOutput,
189
- } from "../commands/CreateSessionCommand";
190
- import {
191
- CreateTableCommandInput,
192
- CreateTableCommandOutput,
193
- } from "../commands/CreateTableCommand";
194
- import {
195
- CreateTableOptimizerCommandInput,
196
- CreateTableOptimizerCommandOutput,
197
- } from "../commands/CreateTableOptimizerCommand";
198
- import {
199
- CreateTriggerCommandInput,
200
- CreateTriggerCommandOutput,
201
- } from "../commands/CreateTriggerCommand";
202
- import {
203
- CreateUsageProfileCommandInput,
204
- CreateUsageProfileCommandOutput,
205
- } from "../commands/CreateUsageProfileCommand";
206
- import {
207
- CreateUserDefinedFunctionCommandInput,
208
- CreateUserDefinedFunctionCommandOutput,
209
- } from "../commands/CreateUserDefinedFunctionCommand";
210
- import {
211
- CreateWorkflowCommandInput,
212
- CreateWorkflowCommandOutput,
213
- } from "../commands/CreateWorkflowCommand";
214
- import {
215
- DeleteBlueprintCommandInput,
216
- DeleteBlueprintCommandOutput,
217
- } from "../commands/DeleteBlueprintCommand";
218
- import {
219
- DeleteCatalogCommandInput,
220
- DeleteCatalogCommandOutput,
221
- } from "../commands/DeleteCatalogCommand";
222
- import {
223
- DeleteClassifierCommandInput,
224
- DeleteClassifierCommandOutput,
225
- } from "../commands/DeleteClassifierCommand";
226
- import {
227
- DeleteColumnStatisticsForPartitionCommandInput,
228
- DeleteColumnStatisticsForPartitionCommandOutput,
229
- } from "../commands/DeleteColumnStatisticsForPartitionCommand";
230
- import {
231
- DeleteColumnStatisticsForTableCommandInput,
232
- DeleteColumnStatisticsForTableCommandOutput,
233
- } from "../commands/DeleteColumnStatisticsForTableCommand";
234
- import {
235
- DeleteColumnStatisticsTaskSettingsCommandInput,
236
- DeleteColumnStatisticsTaskSettingsCommandOutput,
237
- } from "../commands/DeleteColumnStatisticsTaskSettingsCommand";
238
- import {
239
- DeleteConnectionCommandInput,
240
- DeleteConnectionCommandOutput,
241
- } from "../commands/DeleteConnectionCommand";
242
- import {
243
- DeleteCrawlerCommandInput,
244
- DeleteCrawlerCommandOutput,
245
- } from "../commands/DeleteCrawlerCommand";
246
- import {
247
- DeleteCustomEntityTypeCommandInput,
248
- DeleteCustomEntityTypeCommandOutput,
249
- } from "../commands/DeleteCustomEntityTypeCommand";
250
- import {
251
- DeleteDatabaseCommandInput,
252
- DeleteDatabaseCommandOutput,
253
- } from "../commands/DeleteDatabaseCommand";
254
- import {
255
- DeleteDataQualityRulesetCommandInput,
256
- DeleteDataQualityRulesetCommandOutput,
257
- } from "../commands/DeleteDataQualityRulesetCommand";
258
- import {
259
- DeleteDevEndpointCommandInput,
260
- DeleteDevEndpointCommandOutput,
261
- } from "../commands/DeleteDevEndpointCommand";
262
- import {
263
- DeleteGlueIdentityCenterConfigurationCommandInput,
264
- DeleteGlueIdentityCenterConfigurationCommandOutput,
265
- } from "../commands/DeleteGlueIdentityCenterConfigurationCommand";
266
- import {
267
- DeleteIntegrationCommandInput,
268
- DeleteIntegrationCommandOutput,
269
- } from "../commands/DeleteIntegrationCommand";
270
- import {
271
- DeleteIntegrationTablePropertiesCommandInput,
272
- DeleteIntegrationTablePropertiesCommandOutput,
273
- } from "../commands/DeleteIntegrationTablePropertiesCommand";
274
- import {
275
- DeleteJobCommandInput,
276
- DeleteJobCommandOutput,
277
- } from "../commands/DeleteJobCommand";
278
- import {
279
- DeleteMLTransformCommandInput,
280
- DeleteMLTransformCommandOutput,
281
- } from "../commands/DeleteMLTransformCommand";
282
- import {
283
- DeletePartitionCommandInput,
284
- DeletePartitionCommandOutput,
285
- } from "../commands/DeletePartitionCommand";
286
- import {
287
- DeletePartitionIndexCommandInput,
288
- DeletePartitionIndexCommandOutput,
289
- } from "../commands/DeletePartitionIndexCommand";
290
- import {
291
- DeleteRegistryCommandInput,
292
- DeleteRegistryCommandOutput,
293
- } from "../commands/DeleteRegistryCommand";
294
- import {
295
- DeleteResourcePolicyCommandInput,
296
- DeleteResourcePolicyCommandOutput,
297
- } from "../commands/DeleteResourcePolicyCommand";
298
- import {
299
- DeleteSchemaCommandInput,
300
- DeleteSchemaCommandOutput,
301
- } from "../commands/DeleteSchemaCommand";
302
- import {
303
- DeleteSchemaVersionsCommandInput,
304
- DeleteSchemaVersionsCommandOutput,
305
- } from "../commands/DeleteSchemaVersionsCommand";
306
- import {
307
- DeleteSecurityConfigurationCommandInput,
308
- DeleteSecurityConfigurationCommandOutput,
309
- } from "../commands/DeleteSecurityConfigurationCommand";
310
- import {
311
- DeleteSessionCommandInput,
312
- DeleteSessionCommandOutput,
313
- } from "../commands/DeleteSessionCommand";
314
- import {
315
- DeleteTableCommandInput,
316
- DeleteTableCommandOutput,
317
- } from "../commands/DeleteTableCommand";
318
- import {
319
- DeleteTableOptimizerCommandInput,
320
- DeleteTableOptimizerCommandOutput,
321
- } from "../commands/DeleteTableOptimizerCommand";
322
- import {
323
- DeleteTableVersionCommandInput,
324
- DeleteTableVersionCommandOutput,
325
- } from "../commands/DeleteTableVersionCommand";
326
- import {
327
- DeleteTriggerCommandInput,
328
- DeleteTriggerCommandOutput,
329
- } from "../commands/DeleteTriggerCommand";
330
- import {
331
- DeleteUsageProfileCommandInput,
332
- DeleteUsageProfileCommandOutput,
333
- } from "../commands/DeleteUsageProfileCommand";
334
- import {
335
- DeleteUserDefinedFunctionCommandInput,
336
- DeleteUserDefinedFunctionCommandOutput,
337
- } from "../commands/DeleteUserDefinedFunctionCommand";
338
- import {
339
- DeleteWorkflowCommandInput,
340
- DeleteWorkflowCommandOutput,
341
- } from "../commands/DeleteWorkflowCommand";
342
- import {
343
- DescribeConnectionTypeCommandInput,
344
- DescribeConnectionTypeCommandOutput,
345
- } from "../commands/DescribeConnectionTypeCommand";
346
- import {
347
- DescribeEntityCommandInput,
348
- DescribeEntityCommandOutput,
349
- } from "../commands/DescribeEntityCommand";
350
- import {
351
- DescribeInboundIntegrationsCommandInput,
352
- DescribeInboundIntegrationsCommandOutput,
353
- } from "../commands/DescribeInboundIntegrationsCommand";
354
- import {
355
- DescribeIntegrationsCommandInput,
356
- DescribeIntegrationsCommandOutput,
357
- } from "../commands/DescribeIntegrationsCommand";
358
- import {
359
- GetBlueprintCommandInput,
360
- GetBlueprintCommandOutput,
361
- } from "../commands/GetBlueprintCommand";
362
- import {
363
- GetBlueprintRunCommandInput,
364
- GetBlueprintRunCommandOutput,
365
- } from "../commands/GetBlueprintRunCommand";
366
- import {
367
- GetBlueprintRunsCommandInput,
368
- GetBlueprintRunsCommandOutput,
369
- } from "../commands/GetBlueprintRunsCommand";
370
- import {
371
- GetCatalogCommandInput,
372
- GetCatalogCommandOutput,
373
- } from "../commands/GetCatalogCommand";
374
- import {
375
- GetCatalogImportStatusCommandInput,
376
- GetCatalogImportStatusCommandOutput,
377
- } from "../commands/GetCatalogImportStatusCommand";
378
- import {
379
- GetCatalogsCommandInput,
380
- GetCatalogsCommandOutput,
381
- } from "../commands/GetCatalogsCommand";
382
- import {
383
- GetClassifierCommandInput,
384
- GetClassifierCommandOutput,
385
- } from "../commands/GetClassifierCommand";
386
- import {
387
- GetClassifiersCommandInput,
388
- GetClassifiersCommandOutput,
389
- } from "../commands/GetClassifiersCommand";
390
- import {
391
- GetColumnStatisticsForPartitionCommandInput,
392
- GetColumnStatisticsForPartitionCommandOutput,
393
- } from "../commands/GetColumnStatisticsForPartitionCommand";
394
- import {
395
- GetColumnStatisticsForTableCommandInput,
396
- GetColumnStatisticsForTableCommandOutput,
397
- } from "../commands/GetColumnStatisticsForTableCommand";
398
- import {
399
- GetColumnStatisticsTaskRunCommandInput,
400
- GetColumnStatisticsTaskRunCommandOutput,
401
- } from "../commands/GetColumnStatisticsTaskRunCommand";
402
- import {
403
- GetColumnStatisticsTaskRunsCommandInput,
404
- GetColumnStatisticsTaskRunsCommandOutput,
405
- } from "../commands/GetColumnStatisticsTaskRunsCommand";
406
- import {
407
- GetColumnStatisticsTaskSettingsCommandInput,
408
- GetColumnStatisticsTaskSettingsCommandOutput,
409
- } from "../commands/GetColumnStatisticsTaskSettingsCommand";
410
- import {
411
- GetConnectionCommandInput,
412
- GetConnectionCommandOutput,
413
- } from "../commands/GetConnectionCommand";
414
- import {
415
- GetConnectionsCommandInput,
416
- GetConnectionsCommandOutput,
417
- } from "../commands/GetConnectionsCommand";
418
- import {
419
- GetCrawlerCommandInput,
420
- GetCrawlerCommandOutput,
421
- } from "../commands/GetCrawlerCommand";
422
- import {
423
- GetCrawlerMetricsCommandInput,
424
- GetCrawlerMetricsCommandOutput,
425
- } from "../commands/GetCrawlerMetricsCommand";
426
- import {
427
- GetCrawlersCommandInput,
428
- GetCrawlersCommandOutput,
429
- } from "../commands/GetCrawlersCommand";
430
- import {
431
- GetCustomEntityTypeCommandInput,
432
- GetCustomEntityTypeCommandOutput,
433
- } from "../commands/GetCustomEntityTypeCommand";
434
- import {
435
- GetDatabaseCommandInput,
436
- GetDatabaseCommandOutput,
437
- } from "../commands/GetDatabaseCommand";
438
- import {
439
- GetDatabasesCommandInput,
440
- GetDatabasesCommandOutput,
441
- } from "../commands/GetDatabasesCommand";
442
- import {
443
- GetDataCatalogEncryptionSettingsCommandInput,
444
- GetDataCatalogEncryptionSettingsCommandOutput,
445
- } from "../commands/GetDataCatalogEncryptionSettingsCommand";
446
- import {
447
- GetDataflowGraphCommandInput,
448
- GetDataflowGraphCommandOutput,
449
- } from "../commands/GetDataflowGraphCommand";
450
- import {
451
- GetDataQualityModelCommandInput,
452
- GetDataQualityModelCommandOutput,
453
- } from "../commands/GetDataQualityModelCommand";
454
- import {
455
- GetDataQualityModelResultCommandInput,
456
- GetDataQualityModelResultCommandOutput,
457
- } from "../commands/GetDataQualityModelResultCommand";
458
- import {
459
- GetDataQualityResultCommandInput,
460
- GetDataQualityResultCommandOutput,
461
- } from "../commands/GetDataQualityResultCommand";
462
- import {
463
- GetDataQualityRuleRecommendationRunCommandInput,
464
- GetDataQualityRuleRecommendationRunCommandOutput,
465
- } from "../commands/GetDataQualityRuleRecommendationRunCommand";
466
- import {
467
- GetDataQualityRulesetCommandInput,
468
- GetDataQualityRulesetCommandOutput,
469
- } from "../commands/GetDataQualityRulesetCommand";
470
- import {
471
- GetDataQualityRulesetEvaluationRunCommandInput,
472
- GetDataQualityRulesetEvaluationRunCommandOutput,
473
- } from "../commands/GetDataQualityRulesetEvaluationRunCommand";
474
- import {
475
- GetDevEndpointCommandInput,
476
- GetDevEndpointCommandOutput,
477
- } from "../commands/GetDevEndpointCommand";
478
- import {
479
- GetDevEndpointsCommandInput,
480
- GetDevEndpointsCommandOutput,
481
- } from "../commands/GetDevEndpointsCommand";
482
- import {
483
- GetEntityRecordsCommandInput,
484
- GetEntityRecordsCommandOutput,
485
- } from "../commands/GetEntityRecordsCommand";
486
- import {
487
- GetGlueIdentityCenterConfigurationCommandInput,
488
- GetGlueIdentityCenterConfigurationCommandOutput,
489
- } from "../commands/GetGlueIdentityCenterConfigurationCommand";
490
- import {
491
- GetIntegrationResourcePropertyCommandInput,
492
- GetIntegrationResourcePropertyCommandOutput,
493
- } from "../commands/GetIntegrationResourcePropertyCommand";
494
- import {
495
- GetIntegrationTablePropertiesCommandInput,
496
- GetIntegrationTablePropertiesCommandOutput,
497
- } from "../commands/GetIntegrationTablePropertiesCommand";
498
- import {
499
- GetJobBookmarkCommandInput,
500
- GetJobBookmarkCommandOutput,
501
- } from "../commands/GetJobBookmarkCommand";
502
- import {
503
- GetJobCommandInput,
504
- GetJobCommandOutput,
505
- } from "../commands/GetJobCommand";
506
- import {
507
- GetJobRunCommandInput,
508
- GetJobRunCommandOutput,
509
- } from "../commands/GetJobRunCommand";
510
- import {
511
- GetJobRunsCommandInput,
512
- GetJobRunsCommandOutput,
513
- } from "../commands/GetJobRunsCommand";
514
- import {
515
- GetJobsCommandInput,
516
- GetJobsCommandOutput,
517
- } from "../commands/GetJobsCommand";
518
- import {
519
- GetMappingCommandInput,
520
- GetMappingCommandOutput,
521
- } from "../commands/GetMappingCommand";
522
- import {
523
- GetMLTaskRunCommandInput,
524
- GetMLTaskRunCommandOutput,
525
- } from "../commands/GetMLTaskRunCommand";
526
- import {
527
- GetMLTaskRunsCommandInput,
528
- GetMLTaskRunsCommandOutput,
529
- } from "../commands/GetMLTaskRunsCommand";
530
- import {
531
- GetMLTransformCommandInput,
532
- GetMLTransformCommandOutput,
533
- } from "../commands/GetMLTransformCommand";
534
- import {
535
- GetMLTransformsCommandInput,
536
- GetMLTransformsCommandOutput,
537
- } from "../commands/GetMLTransformsCommand";
538
- import {
539
- GetPartitionCommandInput,
540
- GetPartitionCommandOutput,
541
- } from "../commands/GetPartitionCommand";
542
- import {
543
- GetPartitionIndexesCommandInput,
544
- GetPartitionIndexesCommandOutput,
545
- } from "../commands/GetPartitionIndexesCommand";
546
- import {
547
- GetPartitionsCommandInput,
548
- GetPartitionsCommandOutput,
549
- } from "../commands/GetPartitionsCommand";
550
- import {
551
- GetPlanCommandInput,
552
- GetPlanCommandOutput,
553
- } from "../commands/GetPlanCommand";
554
- import {
555
- GetRegistryCommandInput,
556
- GetRegistryCommandOutput,
557
- } from "../commands/GetRegistryCommand";
558
- import {
559
- GetResourcePoliciesCommandInput,
560
- GetResourcePoliciesCommandOutput,
561
- } from "../commands/GetResourcePoliciesCommand";
562
- import {
563
- GetResourcePolicyCommandInput,
564
- GetResourcePolicyCommandOutput,
565
- } from "../commands/GetResourcePolicyCommand";
566
- import {
567
- GetSchemaByDefinitionCommandInput,
568
- GetSchemaByDefinitionCommandOutput,
569
- } from "../commands/GetSchemaByDefinitionCommand";
570
- import {
571
- GetSchemaCommandInput,
572
- GetSchemaCommandOutput,
573
- } from "../commands/GetSchemaCommand";
574
- import {
575
- GetSchemaVersionCommandInput,
576
- GetSchemaVersionCommandOutput,
577
- } from "../commands/GetSchemaVersionCommand";
578
- import {
579
- GetSchemaVersionsDiffCommandInput,
580
- GetSchemaVersionsDiffCommandOutput,
581
- } from "../commands/GetSchemaVersionsDiffCommand";
582
- import {
583
- GetSecurityConfigurationCommandInput,
584
- GetSecurityConfigurationCommandOutput,
585
- } from "../commands/GetSecurityConfigurationCommand";
586
- import {
587
- GetSecurityConfigurationsCommandInput,
588
- GetSecurityConfigurationsCommandOutput,
589
- } from "../commands/GetSecurityConfigurationsCommand";
590
- import {
591
- GetSessionCommandInput,
592
- GetSessionCommandOutput,
593
- } from "../commands/GetSessionCommand";
594
- import {
595
- GetStatementCommandInput,
596
- GetStatementCommandOutput,
597
- } from "../commands/GetStatementCommand";
598
- import {
599
- GetTableCommandInput,
600
- GetTableCommandOutput,
601
- } from "../commands/GetTableCommand";
602
- import {
603
- GetTableOptimizerCommandInput,
604
- GetTableOptimizerCommandOutput,
605
- } from "../commands/GetTableOptimizerCommand";
606
- import {
607
- GetTablesCommandInput,
608
- GetTablesCommandOutput,
609
- } from "../commands/GetTablesCommand";
610
- import {
611
- GetTableVersionCommandInput,
612
- GetTableVersionCommandOutput,
613
- } from "../commands/GetTableVersionCommand";
614
- import {
615
- GetTableVersionsCommandInput,
616
- GetTableVersionsCommandOutput,
617
- } from "../commands/GetTableVersionsCommand";
618
- import {
619
- GetTagsCommandInput,
620
- GetTagsCommandOutput,
621
- } from "../commands/GetTagsCommand";
622
- import {
623
- GetTriggerCommandInput,
624
- GetTriggerCommandOutput,
625
- } from "../commands/GetTriggerCommand";
626
- import {
627
- GetTriggersCommandInput,
628
- GetTriggersCommandOutput,
629
- } from "../commands/GetTriggersCommand";
630
- import {
631
- GetUnfilteredPartitionMetadataCommandInput,
632
- GetUnfilteredPartitionMetadataCommandOutput,
633
- } from "../commands/GetUnfilteredPartitionMetadataCommand";
634
- import {
635
- GetUnfilteredPartitionsMetadataCommandInput,
636
- GetUnfilteredPartitionsMetadataCommandOutput,
637
- } from "../commands/GetUnfilteredPartitionsMetadataCommand";
638
- import {
639
- GetUnfilteredTableMetadataCommandInput,
640
- GetUnfilteredTableMetadataCommandOutput,
641
- } from "../commands/GetUnfilteredTableMetadataCommand";
642
- import {
643
- GetUsageProfileCommandInput,
644
- GetUsageProfileCommandOutput,
645
- } from "../commands/GetUsageProfileCommand";
646
- import {
647
- GetUserDefinedFunctionCommandInput,
648
- GetUserDefinedFunctionCommandOutput,
649
- } from "../commands/GetUserDefinedFunctionCommand";
650
- import {
651
- GetUserDefinedFunctionsCommandInput,
652
- GetUserDefinedFunctionsCommandOutput,
653
- } from "../commands/GetUserDefinedFunctionsCommand";
654
- import {
655
- GetWorkflowCommandInput,
656
- GetWorkflowCommandOutput,
657
- } from "../commands/GetWorkflowCommand";
658
- import {
659
- GetWorkflowRunCommandInput,
660
- GetWorkflowRunCommandOutput,
661
- } from "../commands/GetWorkflowRunCommand";
662
- import {
663
- GetWorkflowRunPropertiesCommandInput,
664
- GetWorkflowRunPropertiesCommandOutput,
665
- } from "../commands/GetWorkflowRunPropertiesCommand";
666
- import {
667
- GetWorkflowRunsCommandInput,
668
- GetWorkflowRunsCommandOutput,
669
- } from "../commands/GetWorkflowRunsCommand";
670
- import {
671
- ImportCatalogToGlueCommandInput,
672
- ImportCatalogToGlueCommandOutput,
673
- } from "../commands/ImportCatalogToGlueCommand";
674
- import {
675
- ListBlueprintsCommandInput,
676
- ListBlueprintsCommandOutput,
677
- } from "../commands/ListBlueprintsCommand";
678
- import {
679
- ListColumnStatisticsTaskRunsCommandInput,
680
- ListColumnStatisticsTaskRunsCommandOutput,
681
- } from "../commands/ListColumnStatisticsTaskRunsCommand";
682
- import {
683
- ListConnectionTypesCommandInput,
684
- ListConnectionTypesCommandOutput,
685
- } from "../commands/ListConnectionTypesCommand";
686
- import {
687
- ListCrawlersCommandInput,
688
- ListCrawlersCommandOutput,
689
- } from "../commands/ListCrawlersCommand";
690
- import {
691
- ListCrawlsCommandInput,
692
- ListCrawlsCommandOutput,
693
- } from "../commands/ListCrawlsCommand";
694
- import {
695
- ListCustomEntityTypesCommandInput,
696
- ListCustomEntityTypesCommandOutput,
697
- } from "../commands/ListCustomEntityTypesCommand";
698
- import {
699
- ListDataQualityResultsCommandInput,
700
- ListDataQualityResultsCommandOutput,
701
- } from "../commands/ListDataQualityResultsCommand";
702
- import {
703
- ListDataQualityRuleRecommendationRunsCommandInput,
704
- ListDataQualityRuleRecommendationRunsCommandOutput,
705
- } from "../commands/ListDataQualityRuleRecommendationRunsCommand";
706
- import {
707
- ListDataQualityRulesetEvaluationRunsCommandInput,
708
- ListDataQualityRulesetEvaluationRunsCommandOutput,
709
- } from "../commands/ListDataQualityRulesetEvaluationRunsCommand";
710
- import {
711
- ListDataQualityRulesetsCommandInput,
712
- ListDataQualityRulesetsCommandOutput,
713
- } from "../commands/ListDataQualityRulesetsCommand";
714
- import {
715
- ListDataQualityStatisticAnnotationsCommandInput,
716
- ListDataQualityStatisticAnnotationsCommandOutput,
717
- } from "../commands/ListDataQualityStatisticAnnotationsCommand";
718
- import {
719
- ListDataQualityStatisticsCommandInput,
720
- ListDataQualityStatisticsCommandOutput,
721
- } from "../commands/ListDataQualityStatisticsCommand";
722
- import {
723
- ListDevEndpointsCommandInput,
724
- ListDevEndpointsCommandOutput,
725
- } from "../commands/ListDevEndpointsCommand";
726
- import {
727
- ListEntitiesCommandInput,
728
- ListEntitiesCommandOutput,
729
- } from "../commands/ListEntitiesCommand";
730
- import {
731
- ListJobsCommandInput,
732
- ListJobsCommandOutput,
733
- } from "../commands/ListJobsCommand";
734
- import {
735
- ListMLTransformsCommandInput,
736
- ListMLTransformsCommandOutput,
737
- } from "../commands/ListMLTransformsCommand";
738
- import {
739
- ListRegistriesCommandInput,
740
- ListRegistriesCommandOutput,
741
- } from "../commands/ListRegistriesCommand";
742
- import {
743
- ListSchemasCommandInput,
744
- ListSchemasCommandOutput,
745
- } from "../commands/ListSchemasCommand";
746
- import {
747
- ListSchemaVersionsCommandInput,
748
- ListSchemaVersionsCommandOutput,
749
- } from "../commands/ListSchemaVersionsCommand";
750
- import {
751
- ListSessionsCommandInput,
752
- ListSessionsCommandOutput,
753
- } from "../commands/ListSessionsCommand";
754
- import {
755
- ListStatementsCommandInput,
756
- ListStatementsCommandOutput,
757
- } from "../commands/ListStatementsCommand";
758
- import {
759
- ListTableOptimizerRunsCommandInput,
760
- ListTableOptimizerRunsCommandOutput,
761
- } from "../commands/ListTableOptimizerRunsCommand";
762
- import {
763
- ListTriggersCommandInput,
764
- ListTriggersCommandOutput,
765
- } from "../commands/ListTriggersCommand";
766
- import {
767
- ListUsageProfilesCommandInput,
768
- ListUsageProfilesCommandOutput,
769
- } from "../commands/ListUsageProfilesCommand";
770
- import {
771
- ListWorkflowsCommandInput,
772
- ListWorkflowsCommandOutput,
773
- } from "../commands/ListWorkflowsCommand";
774
- import {
775
- ModifyIntegrationCommandInput,
776
- ModifyIntegrationCommandOutput,
777
- } from "../commands/ModifyIntegrationCommand";
778
- import {
779
- PutDataCatalogEncryptionSettingsCommandInput,
780
- PutDataCatalogEncryptionSettingsCommandOutput,
781
- } from "../commands/PutDataCatalogEncryptionSettingsCommand";
782
- import {
783
- PutDataQualityProfileAnnotationCommandInput,
784
- PutDataQualityProfileAnnotationCommandOutput,
785
- } from "../commands/PutDataQualityProfileAnnotationCommand";
786
- import {
787
- PutResourcePolicyCommandInput,
788
- PutResourcePolicyCommandOutput,
789
- } from "../commands/PutResourcePolicyCommand";
790
- import {
791
- PutSchemaVersionMetadataCommandInput,
792
- PutSchemaVersionMetadataCommandOutput,
793
- } from "../commands/PutSchemaVersionMetadataCommand";
794
- import {
795
- PutWorkflowRunPropertiesCommandInput,
796
- PutWorkflowRunPropertiesCommandOutput,
797
- } from "../commands/PutWorkflowRunPropertiesCommand";
798
- import {
799
- QuerySchemaVersionMetadataCommandInput,
800
- QuerySchemaVersionMetadataCommandOutput,
801
- } from "../commands/QuerySchemaVersionMetadataCommand";
802
- import {
803
- RegisterSchemaVersionCommandInput,
804
- RegisterSchemaVersionCommandOutput,
805
- } from "../commands/RegisterSchemaVersionCommand";
806
- import {
807
- RemoveSchemaVersionMetadataCommandInput,
808
- RemoveSchemaVersionMetadataCommandOutput,
809
- } from "../commands/RemoveSchemaVersionMetadataCommand";
810
- import {
811
- ResetJobBookmarkCommandInput,
812
- ResetJobBookmarkCommandOutput,
813
- } from "../commands/ResetJobBookmarkCommand";
814
- import {
815
- ResumeWorkflowRunCommandInput,
816
- ResumeWorkflowRunCommandOutput,
817
- } from "../commands/ResumeWorkflowRunCommand";
818
- import {
819
- RunStatementCommandInput,
820
- RunStatementCommandOutput,
821
- } from "../commands/RunStatementCommand";
822
- import {
823
- SearchTablesCommandInput,
824
- SearchTablesCommandOutput,
825
- } from "../commands/SearchTablesCommand";
826
- import {
827
- StartBlueprintRunCommandInput,
828
- StartBlueprintRunCommandOutput,
829
- } from "../commands/StartBlueprintRunCommand";
830
- import {
831
- StartColumnStatisticsTaskRunCommandInput,
832
- StartColumnStatisticsTaskRunCommandOutput,
833
- } from "../commands/StartColumnStatisticsTaskRunCommand";
834
- import {
835
- StartColumnStatisticsTaskRunScheduleCommandInput,
836
- StartColumnStatisticsTaskRunScheduleCommandOutput,
837
- } from "../commands/StartColumnStatisticsTaskRunScheduleCommand";
838
- import {
839
- StartCrawlerCommandInput,
840
- StartCrawlerCommandOutput,
841
- } from "../commands/StartCrawlerCommand";
842
- import {
843
- StartCrawlerScheduleCommandInput,
844
- StartCrawlerScheduleCommandOutput,
845
- } from "../commands/StartCrawlerScheduleCommand";
846
- import {
847
- StartDataQualityRuleRecommendationRunCommandInput,
848
- StartDataQualityRuleRecommendationRunCommandOutput,
849
- } from "../commands/StartDataQualityRuleRecommendationRunCommand";
850
- import {
851
- StartDataQualityRulesetEvaluationRunCommandInput,
852
- StartDataQualityRulesetEvaluationRunCommandOutput,
853
- } from "../commands/StartDataQualityRulesetEvaluationRunCommand";
854
- import {
855
- StartExportLabelsTaskRunCommandInput,
856
- StartExportLabelsTaskRunCommandOutput,
857
- } from "../commands/StartExportLabelsTaskRunCommand";
858
- import {
859
- StartImportLabelsTaskRunCommandInput,
860
- StartImportLabelsTaskRunCommandOutput,
861
- } from "../commands/StartImportLabelsTaskRunCommand";
862
- import {
863
- StartJobRunCommandInput,
864
- StartJobRunCommandOutput,
865
- } from "../commands/StartJobRunCommand";
866
- import {
867
- StartMLEvaluationTaskRunCommandInput,
868
- StartMLEvaluationTaskRunCommandOutput,
869
- } from "../commands/StartMLEvaluationTaskRunCommand";
870
- import {
871
- StartMLLabelingSetGenerationTaskRunCommandInput,
872
- StartMLLabelingSetGenerationTaskRunCommandOutput,
873
- } from "../commands/StartMLLabelingSetGenerationTaskRunCommand";
874
- import {
875
- StartTriggerCommandInput,
876
- StartTriggerCommandOutput,
877
- } from "../commands/StartTriggerCommand";
878
- import {
879
- StartWorkflowRunCommandInput,
880
- StartWorkflowRunCommandOutput,
881
- } from "../commands/StartWorkflowRunCommand";
882
- import {
883
- StopColumnStatisticsTaskRunCommandInput,
884
- StopColumnStatisticsTaskRunCommandOutput,
885
- } from "../commands/StopColumnStatisticsTaskRunCommand";
886
- import {
887
- StopColumnStatisticsTaskRunScheduleCommandInput,
888
- StopColumnStatisticsTaskRunScheduleCommandOutput,
889
- } from "../commands/StopColumnStatisticsTaskRunScheduleCommand";
890
- import {
891
- StopCrawlerCommandInput,
892
- StopCrawlerCommandOutput,
893
- } from "../commands/StopCrawlerCommand";
894
- import {
895
- StopCrawlerScheduleCommandInput,
896
- StopCrawlerScheduleCommandOutput,
897
- } from "../commands/StopCrawlerScheduleCommand";
898
- import {
899
- StopSessionCommandInput,
900
- StopSessionCommandOutput,
901
- } from "../commands/StopSessionCommand";
902
- import {
903
- StopTriggerCommandInput,
904
- StopTriggerCommandOutput,
905
- } from "../commands/StopTriggerCommand";
906
- import {
907
- StopWorkflowRunCommandInput,
908
- StopWorkflowRunCommandOutput,
909
- } from "../commands/StopWorkflowRunCommand";
910
- import {
911
- TagResourceCommandInput,
912
- TagResourceCommandOutput,
913
- } from "../commands/TagResourceCommand";
914
- import {
915
- TestConnectionCommandInput,
916
- TestConnectionCommandOutput,
917
- } from "../commands/TestConnectionCommand";
918
- import {
919
- UntagResourceCommandInput,
920
- UntagResourceCommandOutput,
921
- } from "../commands/UntagResourceCommand";
922
- import {
923
- UpdateBlueprintCommandInput,
924
- UpdateBlueprintCommandOutput,
925
- } from "../commands/UpdateBlueprintCommand";
926
- import {
927
- UpdateCatalogCommandInput,
928
- UpdateCatalogCommandOutput,
929
- } from "../commands/UpdateCatalogCommand";
930
- import {
931
- UpdateClassifierCommandInput,
932
- UpdateClassifierCommandOutput,
933
- } from "../commands/UpdateClassifierCommand";
934
- import {
935
- UpdateColumnStatisticsForPartitionCommandInput,
936
- UpdateColumnStatisticsForPartitionCommandOutput,
937
- } from "../commands/UpdateColumnStatisticsForPartitionCommand";
938
- import {
939
- UpdateColumnStatisticsForTableCommandInput,
940
- UpdateColumnStatisticsForTableCommandOutput,
941
- } from "../commands/UpdateColumnStatisticsForTableCommand";
942
- import {
943
- UpdateColumnStatisticsTaskSettingsCommandInput,
944
- UpdateColumnStatisticsTaskSettingsCommandOutput,
945
- } from "../commands/UpdateColumnStatisticsTaskSettingsCommand";
946
- import {
947
- UpdateConnectionCommandInput,
948
- UpdateConnectionCommandOutput,
949
- } from "../commands/UpdateConnectionCommand";
950
- import {
951
- UpdateCrawlerCommandInput,
952
- UpdateCrawlerCommandOutput,
953
- } from "../commands/UpdateCrawlerCommand";
954
- import {
955
- UpdateCrawlerScheduleCommandInput,
956
- UpdateCrawlerScheduleCommandOutput,
957
- } from "../commands/UpdateCrawlerScheduleCommand";
958
- import {
959
- UpdateDatabaseCommandInput,
960
- UpdateDatabaseCommandOutput,
961
- } from "../commands/UpdateDatabaseCommand";
962
- import {
963
- UpdateDataQualityRulesetCommandInput,
964
- UpdateDataQualityRulesetCommandOutput,
965
- } from "../commands/UpdateDataQualityRulesetCommand";
966
- import {
967
- UpdateDevEndpointCommandInput,
968
- UpdateDevEndpointCommandOutput,
969
- } from "../commands/UpdateDevEndpointCommand";
970
- import {
971
- UpdateGlueIdentityCenterConfigurationCommandInput,
972
- UpdateGlueIdentityCenterConfigurationCommandOutput,
973
- } from "../commands/UpdateGlueIdentityCenterConfigurationCommand";
974
- import {
975
- UpdateIntegrationResourcePropertyCommandInput,
976
- UpdateIntegrationResourcePropertyCommandOutput,
977
- } from "../commands/UpdateIntegrationResourcePropertyCommand";
978
- import {
979
- UpdateIntegrationTablePropertiesCommandInput,
980
- UpdateIntegrationTablePropertiesCommandOutput,
981
- } from "../commands/UpdateIntegrationTablePropertiesCommand";
982
- import {
983
- UpdateJobCommandInput,
984
- UpdateJobCommandOutput,
985
- } from "../commands/UpdateJobCommand";
986
- import {
987
- UpdateJobFromSourceControlCommandInput,
988
- UpdateJobFromSourceControlCommandOutput,
989
- } from "../commands/UpdateJobFromSourceControlCommand";
990
- import {
991
- UpdateMLTransformCommandInput,
992
- UpdateMLTransformCommandOutput,
993
- } from "../commands/UpdateMLTransformCommand";
994
- import {
995
- UpdatePartitionCommandInput,
996
- UpdatePartitionCommandOutput,
997
- } from "../commands/UpdatePartitionCommand";
998
- import {
999
- UpdateRegistryCommandInput,
1000
- UpdateRegistryCommandOutput,
1001
- } from "../commands/UpdateRegistryCommand";
1002
- import {
1003
- UpdateSchemaCommandInput,
1004
- UpdateSchemaCommandOutput,
1005
- } from "../commands/UpdateSchemaCommand";
1006
- import {
1007
- UpdateSourceControlFromJobCommandInput,
1008
- UpdateSourceControlFromJobCommandOutput,
1009
- } from "../commands/UpdateSourceControlFromJobCommand";
1010
- import {
1011
- UpdateTableCommandInput,
1012
- UpdateTableCommandOutput,
1013
- } from "../commands/UpdateTableCommand";
1014
- import {
1015
- UpdateTableOptimizerCommandInput,
1016
- UpdateTableOptimizerCommandOutput,
1017
- } from "../commands/UpdateTableOptimizerCommand";
1018
- import {
1019
- UpdateTriggerCommandInput,
1020
- UpdateTriggerCommandOutput,
1021
- } from "../commands/UpdateTriggerCommand";
1022
- import {
1023
- UpdateUsageProfileCommandInput,
1024
- UpdateUsageProfileCommandOutput,
1025
- } from "../commands/UpdateUsageProfileCommand";
1026
- import {
1027
- UpdateUserDefinedFunctionCommandInput,
1028
- UpdateUserDefinedFunctionCommandOutput,
1029
- } from "../commands/UpdateUserDefinedFunctionCommand";
1030
- import {
1031
- UpdateWorkflowCommandInput,
1032
- UpdateWorkflowCommandOutput,
1033
- } from "../commands/UpdateWorkflowCommand";
1034
- export declare const se_BatchCreatePartitionCommand: (
1035
- input: BatchCreatePartitionCommandInput,
1036
- context: __SerdeContext
1037
- ) => Promise<__HttpRequest>;
1038
- export declare const se_BatchDeleteConnectionCommand: (
1039
- input: BatchDeleteConnectionCommandInput,
1040
- context: __SerdeContext
1041
- ) => Promise<__HttpRequest>;
1042
- export declare const se_BatchDeletePartitionCommand: (
1043
- input: BatchDeletePartitionCommandInput,
1044
- context: __SerdeContext
1045
- ) => Promise<__HttpRequest>;
1046
- export declare const se_BatchDeleteTableCommand: (
1047
- input: BatchDeleteTableCommandInput,
1048
- context: __SerdeContext
1049
- ) => Promise<__HttpRequest>;
1050
- export declare const se_BatchDeleteTableVersionCommand: (
1051
- input: BatchDeleteTableVersionCommandInput,
1052
- context: __SerdeContext
1053
- ) => Promise<__HttpRequest>;
1054
- export declare const se_BatchGetBlueprintsCommand: (
1055
- input: BatchGetBlueprintsCommandInput,
1056
- context: __SerdeContext
1057
- ) => Promise<__HttpRequest>;
1058
- export declare const se_BatchGetCrawlersCommand: (
1059
- input: BatchGetCrawlersCommandInput,
1060
- context: __SerdeContext
1061
- ) => Promise<__HttpRequest>;
1062
- export declare const se_BatchGetCustomEntityTypesCommand: (
1063
- input: BatchGetCustomEntityTypesCommandInput,
1064
- context: __SerdeContext
1065
- ) => Promise<__HttpRequest>;
1066
- export declare const se_BatchGetDataQualityResultCommand: (
1067
- input: BatchGetDataQualityResultCommandInput,
1068
- context: __SerdeContext
1069
- ) => Promise<__HttpRequest>;
1070
- export declare const se_BatchGetDevEndpointsCommand: (
1071
- input: BatchGetDevEndpointsCommandInput,
1072
- context: __SerdeContext
1073
- ) => Promise<__HttpRequest>;
1074
- export declare const se_BatchGetJobsCommand: (
1075
- input: BatchGetJobsCommandInput,
1076
- context: __SerdeContext
1077
- ) => Promise<__HttpRequest>;
1078
- export declare const se_BatchGetPartitionCommand: (
1079
- input: BatchGetPartitionCommandInput,
1080
- context: __SerdeContext
1081
- ) => Promise<__HttpRequest>;
1082
- export declare const se_BatchGetTableOptimizerCommand: (
1083
- input: BatchGetTableOptimizerCommandInput,
1084
- context: __SerdeContext
1085
- ) => Promise<__HttpRequest>;
1086
- export declare const se_BatchGetTriggersCommand: (
1087
- input: BatchGetTriggersCommandInput,
1088
- context: __SerdeContext
1089
- ) => Promise<__HttpRequest>;
1090
- export declare const se_BatchGetWorkflowsCommand: (
1091
- input: BatchGetWorkflowsCommandInput,
1092
- context: __SerdeContext
1093
- ) => Promise<__HttpRequest>;
1094
- export declare const se_BatchPutDataQualityStatisticAnnotationCommand: (
1095
- input: BatchPutDataQualityStatisticAnnotationCommandInput,
1096
- context: __SerdeContext
1097
- ) => Promise<__HttpRequest>;
1098
- export declare const se_BatchStopJobRunCommand: (
1099
- input: BatchStopJobRunCommandInput,
1100
- context: __SerdeContext
1101
- ) => Promise<__HttpRequest>;
1102
- export declare const se_BatchUpdatePartitionCommand: (
1103
- input: BatchUpdatePartitionCommandInput,
1104
- context: __SerdeContext
1105
- ) => Promise<__HttpRequest>;
1106
- export declare const se_CancelDataQualityRuleRecommendationRunCommand: (
1107
- input: CancelDataQualityRuleRecommendationRunCommandInput,
1108
- context: __SerdeContext
1109
- ) => Promise<__HttpRequest>;
1110
- export declare const se_CancelDataQualityRulesetEvaluationRunCommand: (
1111
- input: CancelDataQualityRulesetEvaluationRunCommandInput,
1112
- context: __SerdeContext
1113
- ) => Promise<__HttpRequest>;
1114
- export declare const se_CancelMLTaskRunCommand: (
1115
- input: CancelMLTaskRunCommandInput,
1116
- context: __SerdeContext
1117
- ) => Promise<__HttpRequest>;
1118
- export declare const se_CancelStatementCommand: (
1119
- input: CancelStatementCommandInput,
1120
- context: __SerdeContext
1121
- ) => Promise<__HttpRequest>;
1122
- export declare const se_CheckSchemaVersionValidityCommand: (
1123
- input: CheckSchemaVersionValidityCommandInput,
1124
- context: __SerdeContext
1125
- ) => Promise<__HttpRequest>;
1126
- export declare const se_CreateBlueprintCommand: (
1127
- input: CreateBlueprintCommandInput,
1128
- context: __SerdeContext
1129
- ) => Promise<__HttpRequest>;
1130
- export declare const se_CreateCatalogCommand: (
1131
- input: CreateCatalogCommandInput,
1132
- context: __SerdeContext
1133
- ) => Promise<__HttpRequest>;
1134
- export declare const se_CreateClassifierCommand: (
1135
- input: CreateClassifierCommandInput,
1136
- context: __SerdeContext
1137
- ) => Promise<__HttpRequest>;
1138
- export declare const se_CreateColumnStatisticsTaskSettingsCommand: (
1139
- input: CreateColumnStatisticsTaskSettingsCommandInput,
1140
- context: __SerdeContext
1141
- ) => Promise<__HttpRequest>;
1142
- export declare const se_CreateConnectionCommand: (
1143
- input: CreateConnectionCommandInput,
1144
- context: __SerdeContext
1145
- ) => Promise<__HttpRequest>;
1146
- export declare const se_CreateCrawlerCommand: (
1147
- input: CreateCrawlerCommandInput,
1148
- context: __SerdeContext
1149
- ) => Promise<__HttpRequest>;
1150
- export declare const se_CreateCustomEntityTypeCommand: (
1151
- input: CreateCustomEntityTypeCommandInput,
1152
- context: __SerdeContext
1153
- ) => Promise<__HttpRequest>;
1154
- export declare const se_CreateDatabaseCommand: (
1155
- input: CreateDatabaseCommandInput,
1156
- context: __SerdeContext
1157
- ) => Promise<__HttpRequest>;
1158
- export declare const se_CreateDataQualityRulesetCommand: (
1159
- input: CreateDataQualityRulesetCommandInput,
1160
- context: __SerdeContext
1161
- ) => Promise<__HttpRequest>;
1162
- export declare const se_CreateDevEndpointCommand: (
1163
- input: CreateDevEndpointCommandInput,
1164
- context: __SerdeContext
1165
- ) => Promise<__HttpRequest>;
1166
- export declare const se_CreateGlueIdentityCenterConfigurationCommand: (
1167
- input: CreateGlueIdentityCenterConfigurationCommandInput,
1168
- context: __SerdeContext
1169
- ) => Promise<__HttpRequest>;
1170
- export declare const se_CreateIntegrationCommand: (
1171
- input: CreateIntegrationCommandInput,
1172
- context: __SerdeContext
1173
- ) => Promise<__HttpRequest>;
1174
- export declare const se_CreateIntegrationResourcePropertyCommand: (
1175
- input: CreateIntegrationResourcePropertyCommandInput,
1176
- context: __SerdeContext
1177
- ) => Promise<__HttpRequest>;
1178
- export declare const se_CreateIntegrationTablePropertiesCommand: (
1179
- input: CreateIntegrationTablePropertiesCommandInput,
1180
- context: __SerdeContext
1181
- ) => Promise<__HttpRequest>;
1182
- export declare const se_CreateJobCommand: (
1183
- input: CreateJobCommandInput,
1184
- context: __SerdeContext
1185
- ) => Promise<__HttpRequest>;
1186
- export declare const se_CreateMLTransformCommand: (
1187
- input: CreateMLTransformCommandInput,
1188
- context: __SerdeContext
1189
- ) => Promise<__HttpRequest>;
1190
- export declare const se_CreatePartitionCommand: (
1191
- input: CreatePartitionCommandInput,
1192
- context: __SerdeContext
1193
- ) => Promise<__HttpRequest>;
1194
- export declare const se_CreatePartitionIndexCommand: (
1195
- input: CreatePartitionIndexCommandInput,
1196
- context: __SerdeContext
1197
- ) => Promise<__HttpRequest>;
1198
- export declare const se_CreateRegistryCommand: (
1199
- input: CreateRegistryCommandInput,
1200
- context: __SerdeContext
1201
- ) => Promise<__HttpRequest>;
1202
- export declare const se_CreateSchemaCommand: (
1203
- input: CreateSchemaCommandInput,
1204
- context: __SerdeContext
1205
- ) => Promise<__HttpRequest>;
1206
- export declare const se_CreateScriptCommand: (
1207
- input: CreateScriptCommandInput,
1208
- context: __SerdeContext
1209
- ) => Promise<__HttpRequest>;
1210
- export declare const se_CreateSecurityConfigurationCommand: (
1211
- input: CreateSecurityConfigurationCommandInput,
1212
- context: __SerdeContext
1213
- ) => Promise<__HttpRequest>;
1214
- export declare const se_CreateSessionCommand: (
1215
- input: CreateSessionCommandInput,
1216
- context: __SerdeContext
1217
- ) => Promise<__HttpRequest>;
1218
- export declare const se_CreateTableCommand: (
1219
- input: CreateTableCommandInput,
1220
- context: __SerdeContext
1221
- ) => Promise<__HttpRequest>;
1222
- export declare const se_CreateTableOptimizerCommand: (
1223
- input: CreateTableOptimizerCommandInput,
1224
- context: __SerdeContext
1225
- ) => Promise<__HttpRequest>;
1226
- export declare const se_CreateTriggerCommand: (
1227
- input: CreateTriggerCommandInput,
1228
- context: __SerdeContext
1229
- ) => Promise<__HttpRequest>;
1230
- export declare const se_CreateUsageProfileCommand: (
1231
- input: CreateUsageProfileCommandInput,
1232
- context: __SerdeContext
1233
- ) => Promise<__HttpRequest>;
1234
- export declare const se_CreateUserDefinedFunctionCommand: (
1235
- input: CreateUserDefinedFunctionCommandInput,
1236
- context: __SerdeContext
1237
- ) => Promise<__HttpRequest>;
1238
- export declare const se_CreateWorkflowCommand: (
1239
- input: CreateWorkflowCommandInput,
1240
- context: __SerdeContext
1241
- ) => Promise<__HttpRequest>;
1242
- export declare const se_DeleteBlueprintCommand: (
1243
- input: DeleteBlueprintCommandInput,
1244
- context: __SerdeContext
1245
- ) => Promise<__HttpRequest>;
1246
- export declare const se_DeleteCatalogCommand: (
1247
- input: DeleteCatalogCommandInput,
1248
- context: __SerdeContext
1249
- ) => Promise<__HttpRequest>;
1250
- export declare const se_DeleteClassifierCommand: (
1251
- input: DeleteClassifierCommandInput,
1252
- context: __SerdeContext
1253
- ) => Promise<__HttpRequest>;
1254
- export declare const se_DeleteColumnStatisticsForPartitionCommand: (
1255
- input: DeleteColumnStatisticsForPartitionCommandInput,
1256
- context: __SerdeContext
1257
- ) => Promise<__HttpRequest>;
1258
- export declare const se_DeleteColumnStatisticsForTableCommand: (
1259
- input: DeleteColumnStatisticsForTableCommandInput,
1260
- context: __SerdeContext
1261
- ) => Promise<__HttpRequest>;
1262
- export declare const se_DeleteColumnStatisticsTaskSettingsCommand: (
1263
- input: DeleteColumnStatisticsTaskSettingsCommandInput,
1264
- context: __SerdeContext
1265
- ) => Promise<__HttpRequest>;
1266
- export declare const se_DeleteConnectionCommand: (
1267
- input: DeleteConnectionCommandInput,
1268
- context: __SerdeContext
1269
- ) => Promise<__HttpRequest>;
1270
- export declare const se_DeleteCrawlerCommand: (
1271
- input: DeleteCrawlerCommandInput,
1272
- context: __SerdeContext
1273
- ) => Promise<__HttpRequest>;
1274
- export declare const se_DeleteCustomEntityTypeCommand: (
1275
- input: DeleteCustomEntityTypeCommandInput,
1276
- context: __SerdeContext
1277
- ) => Promise<__HttpRequest>;
1278
- export declare const se_DeleteDatabaseCommand: (
1279
- input: DeleteDatabaseCommandInput,
1280
- context: __SerdeContext
1281
- ) => Promise<__HttpRequest>;
1282
- export declare const se_DeleteDataQualityRulesetCommand: (
1283
- input: DeleteDataQualityRulesetCommandInput,
1284
- context: __SerdeContext
1285
- ) => Promise<__HttpRequest>;
1286
- export declare const se_DeleteDevEndpointCommand: (
1287
- input: DeleteDevEndpointCommandInput,
1288
- context: __SerdeContext
1289
- ) => Promise<__HttpRequest>;
1290
- export declare const se_DeleteGlueIdentityCenterConfigurationCommand: (
1291
- input: DeleteGlueIdentityCenterConfigurationCommandInput,
1292
- context: __SerdeContext
1293
- ) => Promise<__HttpRequest>;
1294
- export declare const se_DeleteIntegrationCommand: (
1295
- input: DeleteIntegrationCommandInput,
1296
- context: __SerdeContext
1297
- ) => Promise<__HttpRequest>;
1298
- export declare const se_DeleteIntegrationTablePropertiesCommand: (
1299
- input: DeleteIntegrationTablePropertiesCommandInput,
1300
- context: __SerdeContext
1301
- ) => Promise<__HttpRequest>;
1302
- export declare const se_DeleteJobCommand: (
1303
- input: DeleteJobCommandInput,
1304
- context: __SerdeContext
1305
- ) => Promise<__HttpRequest>;
1306
- export declare const se_DeleteMLTransformCommand: (
1307
- input: DeleteMLTransformCommandInput,
1308
- context: __SerdeContext
1309
- ) => Promise<__HttpRequest>;
1310
- export declare const se_DeletePartitionCommand: (
1311
- input: DeletePartitionCommandInput,
1312
- context: __SerdeContext
1313
- ) => Promise<__HttpRequest>;
1314
- export declare const se_DeletePartitionIndexCommand: (
1315
- input: DeletePartitionIndexCommandInput,
1316
- context: __SerdeContext
1317
- ) => Promise<__HttpRequest>;
1318
- export declare const se_DeleteRegistryCommand: (
1319
- input: DeleteRegistryCommandInput,
1320
- context: __SerdeContext
1321
- ) => Promise<__HttpRequest>;
1322
- export declare const se_DeleteResourcePolicyCommand: (
1323
- input: DeleteResourcePolicyCommandInput,
1324
- context: __SerdeContext
1325
- ) => Promise<__HttpRequest>;
1326
- export declare const se_DeleteSchemaCommand: (
1327
- input: DeleteSchemaCommandInput,
1328
- context: __SerdeContext
1329
- ) => Promise<__HttpRequest>;
1330
- export declare const se_DeleteSchemaVersionsCommand: (
1331
- input: DeleteSchemaVersionsCommandInput,
1332
- context: __SerdeContext
1333
- ) => Promise<__HttpRequest>;
1334
- export declare const se_DeleteSecurityConfigurationCommand: (
1335
- input: DeleteSecurityConfigurationCommandInput,
1336
- context: __SerdeContext
1337
- ) => Promise<__HttpRequest>;
1338
- export declare const se_DeleteSessionCommand: (
1339
- input: DeleteSessionCommandInput,
1340
- context: __SerdeContext
1341
- ) => Promise<__HttpRequest>;
1342
- export declare const se_DeleteTableCommand: (
1343
- input: DeleteTableCommandInput,
1344
- context: __SerdeContext
1345
- ) => Promise<__HttpRequest>;
1346
- export declare const se_DeleteTableOptimizerCommand: (
1347
- input: DeleteTableOptimizerCommandInput,
1348
- context: __SerdeContext
1349
- ) => Promise<__HttpRequest>;
1350
- export declare const se_DeleteTableVersionCommand: (
1351
- input: DeleteTableVersionCommandInput,
1352
- context: __SerdeContext
1353
- ) => Promise<__HttpRequest>;
1354
- export declare const se_DeleteTriggerCommand: (
1355
- input: DeleteTriggerCommandInput,
1356
- context: __SerdeContext
1357
- ) => Promise<__HttpRequest>;
1358
- export declare const se_DeleteUsageProfileCommand: (
1359
- input: DeleteUsageProfileCommandInput,
1360
- context: __SerdeContext
1361
- ) => Promise<__HttpRequest>;
1362
- export declare const se_DeleteUserDefinedFunctionCommand: (
1363
- input: DeleteUserDefinedFunctionCommandInput,
1364
- context: __SerdeContext
1365
- ) => Promise<__HttpRequest>;
1366
- export declare const se_DeleteWorkflowCommand: (
1367
- input: DeleteWorkflowCommandInput,
1368
- context: __SerdeContext
1369
- ) => Promise<__HttpRequest>;
1370
- export declare const se_DescribeConnectionTypeCommand: (
1371
- input: DescribeConnectionTypeCommandInput,
1372
- context: __SerdeContext
1373
- ) => Promise<__HttpRequest>;
1374
- export declare const se_DescribeEntityCommand: (
1375
- input: DescribeEntityCommandInput,
1376
- context: __SerdeContext
1377
- ) => Promise<__HttpRequest>;
1378
- export declare const se_DescribeInboundIntegrationsCommand: (
1379
- input: DescribeInboundIntegrationsCommandInput,
1380
- context: __SerdeContext
1381
- ) => Promise<__HttpRequest>;
1382
- export declare const se_DescribeIntegrationsCommand: (
1383
- input: DescribeIntegrationsCommandInput,
1384
- context: __SerdeContext
1385
- ) => Promise<__HttpRequest>;
1386
- export declare const se_GetBlueprintCommand: (
1387
- input: GetBlueprintCommandInput,
1388
- context: __SerdeContext
1389
- ) => Promise<__HttpRequest>;
1390
- export declare const se_GetBlueprintRunCommand: (
1391
- input: GetBlueprintRunCommandInput,
1392
- context: __SerdeContext
1393
- ) => Promise<__HttpRequest>;
1394
- export declare const se_GetBlueprintRunsCommand: (
1395
- input: GetBlueprintRunsCommandInput,
1396
- context: __SerdeContext
1397
- ) => Promise<__HttpRequest>;
1398
- export declare const se_GetCatalogCommand: (
1399
- input: GetCatalogCommandInput,
1400
- context: __SerdeContext
1401
- ) => Promise<__HttpRequest>;
1402
- export declare const se_GetCatalogImportStatusCommand: (
1403
- input: GetCatalogImportStatusCommandInput,
1404
- context: __SerdeContext
1405
- ) => Promise<__HttpRequest>;
1406
- export declare const se_GetCatalogsCommand: (
1407
- input: GetCatalogsCommandInput,
1408
- context: __SerdeContext
1409
- ) => Promise<__HttpRequest>;
1410
- export declare const se_GetClassifierCommand: (
1411
- input: GetClassifierCommandInput,
1412
- context: __SerdeContext
1413
- ) => Promise<__HttpRequest>;
1414
- export declare const se_GetClassifiersCommand: (
1415
- input: GetClassifiersCommandInput,
1416
- context: __SerdeContext
1417
- ) => Promise<__HttpRequest>;
1418
- export declare const se_GetColumnStatisticsForPartitionCommand: (
1419
- input: GetColumnStatisticsForPartitionCommandInput,
1420
- context: __SerdeContext
1421
- ) => Promise<__HttpRequest>;
1422
- export declare const se_GetColumnStatisticsForTableCommand: (
1423
- input: GetColumnStatisticsForTableCommandInput,
1424
- context: __SerdeContext
1425
- ) => Promise<__HttpRequest>;
1426
- export declare const se_GetColumnStatisticsTaskRunCommand: (
1427
- input: GetColumnStatisticsTaskRunCommandInput,
1428
- context: __SerdeContext
1429
- ) => Promise<__HttpRequest>;
1430
- export declare const se_GetColumnStatisticsTaskRunsCommand: (
1431
- input: GetColumnStatisticsTaskRunsCommandInput,
1432
- context: __SerdeContext
1433
- ) => Promise<__HttpRequest>;
1434
- export declare const se_GetColumnStatisticsTaskSettingsCommand: (
1435
- input: GetColumnStatisticsTaskSettingsCommandInput,
1436
- context: __SerdeContext
1437
- ) => Promise<__HttpRequest>;
1438
- export declare const se_GetConnectionCommand: (
1439
- input: GetConnectionCommandInput,
1440
- context: __SerdeContext
1441
- ) => Promise<__HttpRequest>;
1442
- export declare const se_GetConnectionsCommand: (
1443
- input: GetConnectionsCommandInput,
1444
- context: __SerdeContext
1445
- ) => Promise<__HttpRequest>;
1446
- export declare const se_GetCrawlerCommand: (
1447
- input: GetCrawlerCommandInput,
1448
- context: __SerdeContext
1449
- ) => Promise<__HttpRequest>;
1450
- export declare const se_GetCrawlerMetricsCommand: (
1451
- input: GetCrawlerMetricsCommandInput,
1452
- context: __SerdeContext
1453
- ) => Promise<__HttpRequest>;
1454
- export declare const se_GetCrawlersCommand: (
1455
- input: GetCrawlersCommandInput,
1456
- context: __SerdeContext
1457
- ) => Promise<__HttpRequest>;
1458
- export declare const se_GetCustomEntityTypeCommand: (
1459
- input: GetCustomEntityTypeCommandInput,
1460
- context: __SerdeContext
1461
- ) => Promise<__HttpRequest>;
1462
- export declare const se_GetDatabaseCommand: (
1463
- input: GetDatabaseCommandInput,
1464
- context: __SerdeContext
1465
- ) => Promise<__HttpRequest>;
1466
- export declare const se_GetDatabasesCommand: (
1467
- input: GetDatabasesCommandInput,
1468
- context: __SerdeContext
1469
- ) => Promise<__HttpRequest>;
1470
- export declare const se_GetDataCatalogEncryptionSettingsCommand: (
1471
- input: GetDataCatalogEncryptionSettingsCommandInput,
1472
- context: __SerdeContext
1473
- ) => Promise<__HttpRequest>;
1474
- export declare const se_GetDataflowGraphCommand: (
1475
- input: GetDataflowGraphCommandInput,
1476
- context: __SerdeContext
1477
- ) => Promise<__HttpRequest>;
1478
- export declare const se_GetDataQualityModelCommand: (
1479
- input: GetDataQualityModelCommandInput,
1480
- context: __SerdeContext
1481
- ) => Promise<__HttpRequest>;
1482
- export declare const se_GetDataQualityModelResultCommand: (
1483
- input: GetDataQualityModelResultCommandInput,
1484
- context: __SerdeContext
1485
- ) => Promise<__HttpRequest>;
1486
- export declare const se_GetDataQualityResultCommand: (
1487
- input: GetDataQualityResultCommandInput,
1488
- context: __SerdeContext
1489
- ) => Promise<__HttpRequest>;
1490
- export declare const se_GetDataQualityRuleRecommendationRunCommand: (
1491
- input: GetDataQualityRuleRecommendationRunCommandInput,
1492
- context: __SerdeContext
1493
- ) => Promise<__HttpRequest>;
1494
- export declare const se_GetDataQualityRulesetCommand: (
1495
- input: GetDataQualityRulesetCommandInput,
1496
- context: __SerdeContext
1497
- ) => Promise<__HttpRequest>;
1498
- export declare const se_GetDataQualityRulesetEvaluationRunCommand: (
1499
- input: GetDataQualityRulesetEvaluationRunCommandInput,
1500
- context: __SerdeContext
1501
- ) => Promise<__HttpRequest>;
1502
- export declare const se_GetDevEndpointCommand: (
1503
- input: GetDevEndpointCommandInput,
1504
- context: __SerdeContext
1505
- ) => Promise<__HttpRequest>;
1506
- export declare const se_GetDevEndpointsCommand: (
1507
- input: GetDevEndpointsCommandInput,
1508
- context: __SerdeContext
1509
- ) => Promise<__HttpRequest>;
1510
- export declare const se_GetEntityRecordsCommand: (
1511
- input: GetEntityRecordsCommandInput,
1512
- context: __SerdeContext
1513
- ) => Promise<__HttpRequest>;
1514
- export declare const se_GetGlueIdentityCenterConfigurationCommand: (
1515
- input: GetGlueIdentityCenterConfigurationCommandInput,
1516
- context: __SerdeContext
1517
- ) => Promise<__HttpRequest>;
1518
- export declare const se_GetIntegrationResourcePropertyCommand: (
1519
- input: GetIntegrationResourcePropertyCommandInput,
1520
- context: __SerdeContext
1521
- ) => Promise<__HttpRequest>;
1522
- export declare const se_GetIntegrationTablePropertiesCommand: (
1523
- input: GetIntegrationTablePropertiesCommandInput,
1524
- context: __SerdeContext
1525
- ) => Promise<__HttpRequest>;
1526
- export declare const se_GetJobCommand: (
1527
- input: GetJobCommandInput,
1528
- context: __SerdeContext
1529
- ) => Promise<__HttpRequest>;
1530
- export declare const se_GetJobBookmarkCommand: (
1531
- input: GetJobBookmarkCommandInput,
1532
- context: __SerdeContext
1533
- ) => Promise<__HttpRequest>;
1534
- export declare const se_GetJobRunCommand: (
1535
- input: GetJobRunCommandInput,
1536
- context: __SerdeContext
1537
- ) => Promise<__HttpRequest>;
1538
- export declare const se_GetJobRunsCommand: (
1539
- input: GetJobRunsCommandInput,
1540
- context: __SerdeContext
1541
- ) => Promise<__HttpRequest>;
1542
- export declare const se_GetJobsCommand: (
1543
- input: GetJobsCommandInput,
1544
- context: __SerdeContext
1545
- ) => Promise<__HttpRequest>;
1546
- export declare const se_GetMappingCommand: (
1547
- input: GetMappingCommandInput,
1548
- context: __SerdeContext
1549
- ) => Promise<__HttpRequest>;
1550
- export declare const se_GetMLTaskRunCommand: (
1551
- input: GetMLTaskRunCommandInput,
1552
- context: __SerdeContext
1553
- ) => Promise<__HttpRequest>;
1554
- export declare const se_GetMLTaskRunsCommand: (
1555
- input: GetMLTaskRunsCommandInput,
1556
- context: __SerdeContext
1557
- ) => Promise<__HttpRequest>;
1558
- export declare const se_GetMLTransformCommand: (
1559
- input: GetMLTransformCommandInput,
1560
- context: __SerdeContext
1561
- ) => Promise<__HttpRequest>;
1562
- export declare const se_GetMLTransformsCommand: (
1563
- input: GetMLTransformsCommandInput,
1564
- context: __SerdeContext
1565
- ) => Promise<__HttpRequest>;
1566
- export declare const se_GetPartitionCommand: (
1567
- input: GetPartitionCommandInput,
1568
- context: __SerdeContext
1569
- ) => Promise<__HttpRequest>;
1570
- export declare const se_GetPartitionIndexesCommand: (
1571
- input: GetPartitionIndexesCommandInput,
1572
- context: __SerdeContext
1573
- ) => Promise<__HttpRequest>;
1574
- export declare const se_GetPartitionsCommand: (
1575
- input: GetPartitionsCommandInput,
1576
- context: __SerdeContext
1577
- ) => Promise<__HttpRequest>;
1578
- export declare const se_GetPlanCommand: (
1579
- input: GetPlanCommandInput,
1580
- context: __SerdeContext
1581
- ) => Promise<__HttpRequest>;
1582
- export declare const se_GetRegistryCommand: (
1583
- input: GetRegistryCommandInput,
1584
- context: __SerdeContext
1585
- ) => Promise<__HttpRequest>;
1586
- export declare const se_GetResourcePoliciesCommand: (
1587
- input: GetResourcePoliciesCommandInput,
1588
- context: __SerdeContext
1589
- ) => Promise<__HttpRequest>;
1590
- export declare const se_GetResourcePolicyCommand: (
1591
- input: GetResourcePolicyCommandInput,
1592
- context: __SerdeContext
1593
- ) => Promise<__HttpRequest>;
1594
- export declare const se_GetSchemaCommand: (
1595
- input: GetSchemaCommandInput,
1596
- context: __SerdeContext
1597
- ) => Promise<__HttpRequest>;
1598
- export declare const se_GetSchemaByDefinitionCommand: (
1599
- input: GetSchemaByDefinitionCommandInput,
1600
- context: __SerdeContext
1601
- ) => Promise<__HttpRequest>;
1602
- export declare const se_GetSchemaVersionCommand: (
1603
- input: GetSchemaVersionCommandInput,
1604
- context: __SerdeContext
1605
- ) => Promise<__HttpRequest>;
1606
- export declare const se_GetSchemaVersionsDiffCommand: (
1607
- input: GetSchemaVersionsDiffCommandInput,
1608
- context: __SerdeContext
1609
- ) => Promise<__HttpRequest>;
1610
- export declare const se_GetSecurityConfigurationCommand: (
1611
- input: GetSecurityConfigurationCommandInput,
1612
- context: __SerdeContext
1613
- ) => Promise<__HttpRequest>;
1614
- export declare const se_GetSecurityConfigurationsCommand: (
1615
- input: GetSecurityConfigurationsCommandInput,
1616
- context: __SerdeContext
1617
- ) => Promise<__HttpRequest>;
1618
- export declare const se_GetSessionCommand: (
1619
- input: GetSessionCommandInput,
1620
- context: __SerdeContext
1621
- ) => Promise<__HttpRequest>;
1622
- export declare const se_GetStatementCommand: (
1623
- input: GetStatementCommandInput,
1624
- context: __SerdeContext
1625
- ) => Promise<__HttpRequest>;
1626
- export declare const se_GetTableCommand: (
1627
- input: GetTableCommandInput,
1628
- context: __SerdeContext
1629
- ) => Promise<__HttpRequest>;
1630
- export declare const se_GetTableOptimizerCommand: (
1631
- input: GetTableOptimizerCommandInput,
1632
- context: __SerdeContext
1633
- ) => Promise<__HttpRequest>;
1634
- export declare const se_GetTablesCommand: (
1635
- input: GetTablesCommandInput,
1636
- context: __SerdeContext
1637
- ) => Promise<__HttpRequest>;
1638
- export declare const se_GetTableVersionCommand: (
1639
- input: GetTableVersionCommandInput,
1640
- context: __SerdeContext
1641
- ) => Promise<__HttpRequest>;
1642
- export declare const se_GetTableVersionsCommand: (
1643
- input: GetTableVersionsCommandInput,
1644
- context: __SerdeContext
1645
- ) => Promise<__HttpRequest>;
1646
- export declare const se_GetTagsCommand: (
1647
- input: GetTagsCommandInput,
1648
- context: __SerdeContext
1649
- ) => Promise<__HttpRequest>;
1650
- export declare const se_GetTriggerCommand: (
1651
- input: GetTriggerCommandInput,
1652
- context: __SerdeContext
1653
- ) => Promise<__HttpRequest>;
1654
- export declare const se_GetTriggersCommand: (
1655
- input: GetTriggersCommandInput,
1656
- context: __SerdeContext
1657
- ) => Promise<__HttpRequest>;
1658
- export declare const se_GetUnfilteredPartitionMetadataCommand: (
1659
- input: GetUnfilteredPartitionMetadataCommandInput,
1660
- context: __SerdeContext
1661
- ) => Promise<__HttpRequest>;
1662
- export declare const se_GetUnfilteredPartitionsMetadataCommand: (
1663
- input: GetUnfilteredPartitionsMetadataCommandInput,
1664
- context: __SerdeContext
1665
- ) => Promise<__HttpRequest>;
1666
- export declare const se_GetUnfilteredTableMetadataCommand: (
1667
- input: GetUnfilteredTableMetadataCommandInput,
1668
- context: __SerdeContext
1669
- ) => Promise<__HttpRequest>;
1670
- export declare const se_GetUsageProfileCommand: (
1671
- input: GetUsageProfileCommandInput,
1672
- context: __SerdeContext
1673
- ) => Promise<__HttpRequest>;
1674
- export declare const se_GetUserDefinedFunctionCommand: (
1675
- input: GetUserDefinedFunctionCommandInput,
1676
- context: __SerdeContext
1677
- ) => Promise<__HttpRequest>;
1678
- export declare const se_GetUserDefinedFunctionsCommand: (
1679
- input: GetUserDefinedFunctionsCommandInput,
1680
- context: __SerdeContext
1681
- ) => Promise<__HttpRequest>;
1682
- export declare const se_GetWorkflowCommand: (
1683
- input: GetWorkflowCommandInput,
1684
- context: __SerdeContext
1685
- ) => Promise<__HttpRequest>;
1686
- export declare const se_GetWorkflowRunCommand: (
1687
- input: GetWorkflowRunCommandInput,
1688
- context: __SerdeContext
1689
- ) => Promise<__HttpRequest>;
1690
- export declare const se_GetWorkflowRunPropertiesCommand: (
1691
- input: GetWorkflowRunPropertiesCommandInput,
1692
- context: __SerdeContext
1693
- ) => Promise<__HttpRequest>;
1694
- export declare const se_GetWorkflowRunsCommand: (
1695
- input: GetWorkflowRunsCommandInput,
1696
- context: __SerdeContext
1697
- ) => Promise<__HttpRequest>;
1698
- export declare const se_ImportCatalogToGlueCommand: (
1699
- input: ImportCatalogToGlueCommandInput,
1700
- context: __SerdeContext
1701
- ) => Promise<__HttpRequest>;
1702
- export declare const se_ListBlueprintsCommand: (
1703
- input: ListBlueprintsCommandInput,
1704
- context: __SerdeContext
1705
- ) => Promise<__HttpRequest>;
1706
- export declare const se_ListColumnStatisticsTaskRunsCommand: (
1707
- input: ListColumnStatisticsTaskRunsCommandInput,
1708
- context: __SerdeContext
1709
- ) => Promise<__HttpRequest>;
1710
- export declare const se_ListConnectionTypesCommand: (
1711
- input: ListConnectionTypesCommandInput,
1712
- context: __SerdeContext
1713
- ) => Promise<__HttpRequest>;
1714
- export declare const se_ListCrawlersCommand: (
1715
- input: ListCrawlersCommandInput,
1716
- context: __SerdeContext
1717
- ) => Promise<__HttpRequest>;
1718
- export declare const se_ListCrawlsCommand: (
1719
- input: ListCrawlsCommandInput,
1720
- context: __SerdeContext
1721
- ) => Promise<__HttpRequest>;
1722
- export declare const se_ListCustomEntityTypesCommand: (
1723
- input: ListCustomEntityTypesCommandInput,
1724
- context: __SerdeContext
1725
- ) => Promise<__HttpRequest>;
1726
- export declare const se_ListDataQualityResultsCommand: (
1727
- input: ListDataQualityResultsCommandInput,
1728
- context: __SerdeContext
1729
- ) => Promise<__HttpRequest>;
1730
- export declare const se_ListDataQualityRuleRecommendationRunsCommand: (
1731
- input: ListDataQualityRuleRecommendationRunsCommandInput,
1732
- context: __SerdeContext
1733
- ) => Promise<__HttpRequest>;
1734
- export declare const se_ListDataQualityRulesetEvaluationRunsCommand: (
1735
- input: ListDataQualityRulesetEvaluationRunsCommandInput,
1736
- context: __SerdeContext
1737
- ) => Promise<__HttpRequest>;
1738
- export declare const se_ListDataQualityRulesetsCommand: (
1739
- input: ListDataQualityRulesetsCommandInput,
1740
- context: __SerdeContext
1741
- ) => Promise<__HttpRequest>;
1742
- export declare const se_ListDataQualityStatisticAnnotationsCommand: (
1743
- input: ListDataQualityStatisticAnnotationsCommandInput,
1744
- context: __SerdeContext
1745
- ) => Promise<__HttpRequest>;
1746
- export declare const se_ListDataQualityStatisticsCommand: (
1747
- input: ListDataQualityStatisticsCommandInput,
1748
- context: __SerdeContext
1749
- ) => Promise<__HttpRequest>;
1750
- export declare const se_ListDevEndpointsCommand: (
1751
- input: ListDevEndpointsCommandInput,
1752
- context: __SerdeContext
1753
- ) => Promise<__HttpRequest>;
1754
- export declare const se_ListEntitiesCommand: (
1755
- input: ListEntitiesCommandInput,
1756
- context: __SerdeContext
1757
- ) => Promise<__HttpRequest>;
1758
- export declare const se_ListJobsCommand: (
1759
- input: ListJobsCommandInput,
1760
- context: __SerdeContext
1761
- ) => Promise<__HttpRequest>;
1762
- export declare const se_ListMLTransformsCommand: (
1763
- input: ListMLTransformsCommandInput,
1764
- context: __SerdeContext
1765
- ) => Promise<__HttpRequest>;
1766
- export declare const se_ListRegistriesCommand: (
1767
- input: ListRegistriesCommandInput,
1768
- context: __SerdeContext
1769
- ) => Promise<__HttpRequest>;
1770
- export declare const se_ListSchemasCommand: (
1771
- input: ListSchemasCommandInput,
1772
- context: __SerdeContext
1773
- ) => Promise<__HttpRequest>;
1774
- export declare const se_ListSchemaVersionsCommand: (
1775
- input: ListSchemaVersionsCommandInput,
1776
- context: __SerdeContext
1777
- ) => Promise<__HttpRequest>;
1778
- export declare const se_ListSessionsCommand: (
1779
- input: ListSessionsCommandInput,
1780
- context: __SerdeContext
1781
- ) => Promise<__HttpRequest>;
1782
- export declare const se_ListStatementsCommand: (
1783
- input: ListStatementsCommandInput,
1784
- context: __SerdeContext
1785
- ) => Promise<__HttpRequest>;
1786
- export declare const se_ListTableOptimizerRunsCommand: (
1787
- input: ListTableOptimizerRunsCommandInput,
1788
- context: __SerdeContext
1789
- ) => Promise<__HttpRequest>;
1790
- export declare const se_ListTriggersCommand: (
1791
- input: ListTriggersCommandInput,
1792
- context: __SerdeContext
1793
- ) => Promise<__HttpRequest>;
1794
- export declare const se_ListUsageProfilesCommand: (
1795
- input: ListUsageProfilesCommandInput,
1796
- context: __SerdeContext
1797
- ) => Promise<__HttpRequest>;
1798
- export declare const se_ListWorkflowsCommand: (
1799
- input: ListWorkflowsCommandInput,
1800
- context: __SerdeContext
1801
- ) => Promise<__HttpRequest>;
1802
- export declare const se_ModifyIntegrationCommand: (
1803
- input: ModifyIntegrationCommandInput,
1804
- context: __SerdeContext
1805
- ) => Promise<__HttpRequest>;
1806
- export declare const se_PutDataCatalogEncryptionSettingsCommand: (
1807
- input: PutDataCatalogEncryptionSettingsCommandInput,
1808
- context: __SerdeContext
1809
- ) => Promise<__HttpRequest>;
1810
- export declare const se_PutDataQualityProfileAnnotationCommand: (
1811
- input: PutDataQualityProfileAnnotationCommandInput,
1812
- context: __SerdeContext
1813
- ) => Promise<__HttpRequest>;
1814
- export declare const se_PutResourcePolicyCommand: (
1815
- input: PutResourcePolicyCommandInput,
1816
- context: __SerdeContext
1817
- ) => Promise<__HttpRequest>;
1818
- export declare const se_PutSchemaVersionMetadataCommand: (
1819
- input: PutSchemaVersionMetadataCommandInput,
1820
- context: __SerdeContext
1821
- ) => Promise<__HttpRequest>;
1822
- export declare const se_PutWorkflowRunPropertiesCommand: (
1823
- input: PutWorkflowRunPropertiesCommandInput,
1824
- context: __SerdeContext
1825
- ) => Promise<__HttpRequest>;
1826
- export declare const se_QuerySchemaVersionMetadataCommand: (
1827
- input: QuerySchemaVersionMetadataCommandInput,
1828
- context: __SerdeContext
1829
- ) => Promise<__HttpRequest>;
1830
- export declare const se_RegisterSchemaVersionCommand: (
1831
- input: RegisterSchemaVersionCommandInput,
1832
- context: __SerdeContext
1833
- ) => Promise<__HttpRequest>;
1834
- export declare const se_RemoveSchemaVersionMetadataCommand: (
1835
- input: RemoveSchemaVersionMetadataCommandInput,
1836
- context: __SerdeContext
1837
- ) => Promise<__HttpRequest>;
1838
- export declare const se_ResetJobBookmarkCommand: (
1839
- input: ResetJobBookmarkCommandInput,
1840
- context: __SerdeContext
1841
- ) => Promise<__HttpRequest>;
1842
- export declare const se_ResumeWorkflowRunCommand: (
1843
- input: ResumeWorkflowRunCommandInput,
1844
- context: __SerdeContext
1845
- ) => Promise<__HttpRequest>;
1846
- export declare const se_RunStatementCommand: (
1847
- input: RunStatementCommandInput,
1848
- context: __SerdeContext
1849
- ) => Promise<__HttpRequest>;
1850
- export declare const se_SearchTablesCommand: (
1851
- input: SearchTablesCommandInput,
1852
- context: __SerdeContext
1853
- ) => Promise<__HttpRequest>;
1854
- export declare const se_StartBlueprintRunCommand: (
1855
- input: StartBlueprintRunCommandInput,
1856
- context: __SerdeContext
1857
- ) => Promise<__HttpRequest>;
1858
- export declare const se_StartColumnStatisticsTaskRunCommand: (
1859
- input: StartColumnStatisticsTaskRunCommandInput,
1860
- context: __SerdeContext
1861
- ) => Promise<__HttpRequest>;
1862
- export declare const se_StartColumnStatisticsTaskRunScheduleCommand: (
1863
- input: StartColumnStatisticsTaskRunScheduleCommandInput,
1864
- context: __SerdeContext
1865
- ) => Promise<__HttpRequest>;
1866
- export declare const se_StartCrawlerCommand: (
1867
- input: StartCrawlerCommandInput,
1868
- context: __SerdeContext
1869
- ) => Promise<__HttpRequest>;
1870
- export declare const se_StartCrawlerScheduleCommand: (
1871
- input: StartCrawlerScheduleCommandInput,
1872
- context: __SerdeContext
1873
- ) => Promise<__HttpRequest>;
1874
- export declare const se_StartDataQualityRuleRecommendationRunCommand: (
1875
- input: StartDataQualityRuleRecommendationRunCommandInput,
1876
- context: __SerdeContext
1877
- ) => Promise<__HttpRequest>;
1878
- export declare const se_StartDataQualityRulesetEvaluationRunCommand: (
1879
- input: StartDataQualityRulesetEvaluationRunCommandInput,
1880
- context: __SerdeContext
1881
- ) => Promise<__HttpRequest>;
1882
- export declare const se_StartExportLabelsTaskRunCommand: (
1883
- input: StartExportLabelsTaskRunCommandInput,
1884
- context: __SerdeContext
1885
- ) => Promise<__HttpRequest>;
1886
- export declare const se_StartImportLabelsTaskRunCommand: (
1887
- input: StartImportLabelsTaskRunCommandInput,
1888
- context: __SerdeContext
1889
- ) => Promise<__HttpRequest>;
1890
- export declare const se_StartJobRunCommand: (
1891
- input: StartJobRunCommandInput,
1892
- context: __SerdeContext
1893
- ) => Promise<__HttpRequest>;
1894
- export declare const se_StartMLEvaluationTaskRunCommand: (
1895
- input: StartMLEvaluationTaskRunCommandInput,
1896
- context: __SerdeContext
1897
- ) => Promise<__HttpRequest>;
1898
- export declare const se_StartMLLabelingSetGenerationTaskRunCommand: (
1899
- input: StartMLLabelingSetGenerationTaskRunCommandInput,
1900
- context: __SerdeContext
1901
- ) => Promise<__HttpRequest>;
1902
- export declare const se_StartTriggerCommand: (
1903
- input: StartTriggerCommandInput,
1904
- context: __SerdeContext
1905
- ) => Promise<__HttpRequest>;
1906
- export declare const se_StartWorkflowRunCommand: (
1907
- input: StartWorkflowRunCommandInput,
1908
- context: __SerdeContext
1909
- ) => Promise<__HttpRequest>;
1910
- export declare const se_StopColumnStatisticsTaskRunCommand: (
1911
- input: StopColumnStatisticsTaskRunCommandInput,
1912
- context: __SerdeContext
1913
- ) => Promise<__HttpRequest>;
1914
- export declare const se_StopColumnStatisticsTaskRunScheduleCommand: (
1915
- input: StopColumnStatisticsTaskRunScheduleCommandInput,
1916
- context: __SerdeContext
1917
- ) => Promise<__HttpRequest>;
1918
- export declare const se_StopCrawlerCommand: (
1919
- input: StopCrawlerCommandInput,
1920
- context: __SerdeContext
1921
- ) => Promise<__HttpRequest>;
1922
- export declare const se_StopCrawlerScheduleCommand: (
1923
- input: StopCrawlerScheduleCommandInput,
1924
- context: __SerdeContext
1925
- ) => Promise<__HttpRequest>;
1926
- export declare const se_StopSessionCommand: (
1927
- input: StopSessionCommandInput,
1928
- context: __SerdeContext
1929
- ) => Promise<__HttpRequest>;
1930
- export declare const se_StopTriggerCommand: (
1931
- input: StopTriggerCommandInput,
1932
- context: __SerdeContext
1933
- ) => Promise<__HttpRequest>;
1934
- export declare const se_StopWorkflowRunCommand: (
1935
- input: StopWorkflowRunCommandInput,
1936
- context: __SerdeContext
1937
- ) => Promise<__HttpRequest>;
1938
- export declare const se_TagResourceCommand: (
1939
- input: TagResourceCommandInput,
1940
- context: __SerdeContext
1941
- ) => Promise<__HttpRequest>;
1942
- export declare const se_TestConnectionCommand: (
1943
- input: TestConnectionCommandInput,
1944
- context: __SerdeContext
1945
- ) => Promise<__HttpRequest>;
1946
- export declare const se_UntagResourceCommand: (
1947
- input: UntagResourceCommandInput,
1948
- context: __SerdeContext
1949
- ) => Promise<__HttpRequest>;
1950
- export declare const se_UpdateBlueprintCommand: (
1951
- input: UpdateBlueprintCommandInput,
1952
- context: __SerdeContext
1953
- ) => Promise<__HttpRequest>;
1954
- export declare const se_UpdateCatalogCommand: (
1955
- input: UpdateCatalogCommandInput,
1956
- context: __SerdeContext
1957
- ) => Promise<__HttpRequest>;
1958
- export declare const se_UpdateClassifierCommand: (
1959
- input: UpdateClassifierCommandInput,
1960
- context: __SerdeContext
1961
- ) => Promise<__HttpRequest>;
1962
- export declare const se_UpdateColumnStatisticsForPartitionCommand: (
1963
- input: UpdateColumnStatisticsForPartitionCommandInput,
1964
- context: __SerdeContext
1965
- ) => Promise<__HttpRequest>;
1966
- export declare const se_UpdateColumnStatisticsForTableCommand: (
1967
- input: UpdateColumnStatisticsForTableCommandInput,
1968
- context: __SerdeContext
1969
- ) => Promise<__HttpRequest>;
1970
- export declare const se_UpdateColumnStatisticsTaskSettingsCommand: (
1971
- input: UpdateColumnStatisticsTaskSettingsCommandInput,
1972
- context: __SerdeContext
1973
- ) => Promise<__HttpRequest>;
1974
- export declare const se_UpdateConnectionCommand: (
1975
- input: UpdateConnectionCommandInput,
1976
- context: __SerdeContext
1977
- ) => Promise<__HttpRequest>;
1978
- export declare const se_UpdateCrawlerCommand: (
1979
- input: UpdateCrawlerCommandInput,
1980
- context: __SerdeContext
1981
- ) => Promise<__HttpRequest>;
1982
- export declare const se_UpdateCrawlerScheduleCommand: (
1983
- input: UpdateCrawlerScheduleCommandInput,
1984
- context: __SerdeContext
1985
- ) => Promise<__HttpRequest>;
1986
- export declare const se_UpdateDatabaseCommand: (
1987
- input: UpdateDatabaseCommandInput,
1988
- context: __SerdeContext
1989
- ) => Promise<__HttpRequest>;
1990
- export declare const se_UpdateDataQualityRulesetCommand: (
1991
- input: UpdateDataQualityRulesetCommandInput,
1992
- context: __SerdeContext
1993
- ) => Promise<__HttpRequest>;
1994
- export declare const se_UpdateDevEndpointCommand: (
1995
- input: UpdateDevEndpointCommandInput,
1996
- context: __SerdeContext
1997
- ) => Promise<__HttpRequest>;
1998
- export declare const se_UpdateGlueIdentityCenterConfigurationCommand: (
1999
- input: UpdateGlueIdentityCenterConfigurationCommandInput,
2000
- context: __SerdeContext
2001
- ) => Promise<__HttpRequest>;
2002
- export declare const se_UpdateIntegrationResourcePropertyCommand: (
2003
- input: UpdateIntegrationResourcePropertyCommandInput,
2004
- context: __SerdeContext
2005
- ) => Promise<__HttpRequest>;
2006
- export declare const se_UpdateIntegrationTablePropertiesCommand: (
2007
- input: UpdateIntegrationTablePropertiesCommandInput,
2008
- context: __SerdeContext
2009
- ) => Promise<__HttpRequest>;
2010
- export declare const se_UpdateJobCommand: (
2011
- input: UpdateJobCommandInput,
2012
- context: __SerdeContext
2013
- ) => Promise<__HttpRequest>;
2014
- export declare const se_UpdateJobFromSourceControlCommand: (
2015
- input: UpdateJobFromSourceControlCommandInput,
2016
- context: __SerdeContext
2017
- ) => Promise<__HttpRequest>;
2018
- export declare const se_UpdateMLTransformCommand: (
2019
- input: UpdateMLTransformCommandInput,
2020
- context: __SerdeContext
2021
- ) => Promise<__HttpRequest>;
2022
- export declare const se_UpdatePartitionCommand: (
2023
- input: UpdatePartitionCommandInput,
2024
- context: __SerdeContext
2025
- ) => Promise<__HttpRequest>;
2026
- export declare const se_UpdateRegistryCommand: (
2027
- input: UpdateRegistryCommandInput,
2028
- context: __SerdeContext
2029
- ) => Promise<__HttpRequest>;
2030
- export declare const se_UpdateSchemaCommand: (
2031
- input: UpdateSchemaCommandInput,
2032
- context: __SerdeContext
2033
- ) => Promise<__HttpRequest>;
2034
- export declare const se_UpdateSourceControlFromJobCommand: (
2035
- input: UpdateSourceControlFromJobCommandInput,
2036
- context: __SerdeContext
2037
- ) => Promise<__HttpRequest>;
2038
- export declare const se_UpdateTableCommand: (
2039
- input: UpdateTableCommandInput,
2040
- context: __SerdeContext
2041
- ) => Promise<__HttpRequest>;
2042
- export declare const se_UpdateTableOptimizerCommand: (
2043
- input: UpdateTableOptimizerCommandInput,
2044
- context: __SerdeContext
2045
- ) => Promise<__HttpRequest>;
2046
- export declare const se_UpdateTriggerCommand: (
2047
- input: UpdateTriggerCommandInput,
2048
- context: __SerdeContext
2049
- ) => Promise<__HttpRequest>;
2050
- export declare const se_UpdateUsageProfileCommand: (
2051
- input: UpdateUsageProfileCommandInput,
2052
- context: __SerdeContext
2053
- ) => Promise<__HttpRequest>;
2054
- export declare const se_UpdateUserDefinedFunctionCommand: (
2055
- input: UpdateUserDefinedFunctionCommandInput,
2056
- context: __SerdeContext
2057
- ) => Promise<__HttpRequest>;
2058
- export declare const se_UpdateWorkflowCommand: (
2059
- input: UpdateWorkflowCommandInput,
2060
- context: __SerdeContext
2061
- ) => Promise<__HttpRequest>;
2062
- export declare const de_BatchCreatePartitionCommand: (
2063
- output: __HttpResponse,
2064
- context: __SerdeContext
2065
- ) => Promise<BatchCreatePartitionCommandOutput>;
2066
- export declare const de_BatchDeleteConnectionCommand: (
2067
- output: __HttpResponse,
2068
- context: __SerdeContext
2069
- ) => Promise<BatchDeleteConnectionCommandOutput>;
2070
- export declare const de_BatchDeletePartitionCommand: (
2071
- output: __HttpResponse,
2072
- context: __SerdeContext
2073
- ) => Promise<BatchDeletePartitionCommandOutput>;
2074
- export declare const de_BatchDeleteTableCommand: (
2075
- output: __HttpResponse,
2076
- context: __SerdeContext
2077
- ) => Promise<BatchDeleteTableCommandOutput>;
2078
- export declare const de_BatchDeleteTableVersionCommand: (
2079
- output: __HttpResponse,
2080
- context: __SerdeContext
2081
- ) => Promise<BatchDeleteTableVersionCommandOutput>;
2082
- export declare const de_BatchGetBlueprintsCommand: (
2083
- output: __HttpResponse,
2084
- context: __SerdeContext
2085
- ) => Promise<BatchGetBlueprintsCommandOutput>;
2086
- export declare const de_BatchGetCrawlersCommand: (
2087
- output: __HttpResponse,
2088
- context: __SerdeContext
2089
- ) => Promise<BatchGetCrawlersCommandOutput>;
2090
- export declare const de_BatchGetCustomEntityTypesCommand: (
2091
- output: __HttpResponse,
2092
- context: __SerdeContext
2093
- ) => Promise<BatchGetCustomEntityTypesCommandOutput>;
2094
- export declare const de_BatchGetDataQualityResultCommand: (
2095
- output: __HttpResponse,
2096
- context: __SerdeContext
2097
- ) => Promise<BatchGetDataQualityResultCommandOutput>;
2098
- export declare const de_BatchGetDevEndpointsCommand: (
2099
- output: __HttpResponse,
2100
- context: __SerdeContext
2101
- ) => Promise<BatchGetDevEndpointsCommandOutput>;
2102
- export declare const de_BatchGetJobsCommand: (
2103
- output: __HttpResponse,
2104
- context: __SerdeContext
2105
- ) => Promise<BatchGetJobsCommandOutput>;
2106
- export declare const de_BatchGetPartitionCommand: (
2107
- output: __HttpResponse,
2108
- context: __SerdeContext
2109
- ) => Promise<BatchGetPartitionCommandOutput>;
2110
- export declare const de_BatchGetTableOptimizerCommand: (
2111
- output: __HttpResponse,
2112
- context: __SerdeContext
2113
- ) => Promise<BatchGetTableOptimizerCommandOutput>;
2114
- export declare const de_BatchGetTriggersCommand: (
2115
- output: __HttpResponse,
2116
- context: __SerdeContext
2117
- ) => Promise<BatchGetTriggersCommandOutput>;
2118
- export declare const de_BatchGetWorkflowsCommand: (
2119
- output: __HttpResponse,
2120
- context: __SerdeContext
2121
- ) => Promise<BatchGetWorkflowsCommandOutput>;
2122
- export declare const de_BatchPutDataQualityStatisticAnnotationCommand: (
2123
- output: __HttpResponse,
2124
- context: __SerdeContext
2125
- ) => Promise<BatchPutDataQualityStatisticAnnotationCommandOutput>;
2126
- export declare const de_BatchStopJobRunCommand: (
2127
- output: __HttpResponse,
2128
- context: __SerdeContext
2129
- ) => Promise<BatchStopJobRunCommandOutput>;
2130
- export declare const de_BatchUpdatePartitionCommand: (
2131
- output: __HttpResponse,
2132
- context: __SerdeContext
2133
- ) => Promise<BatchUpdatePartitionCommandOutput>;
2134
- export declare const de_CancelDataQualityRuleRecommendationRunCommand: (
2135
- output: __HttpResponse,
2136
- context: __SerdeContext
2137
- ) => Promise<CancelDataQualityRuleRecommendationRunCommandOutput>;
2138
- export declare const de_CancelDataQualityRulesetEvaluationRunCommand: (
2139
- output: __HttpResponse,
2140
- context: __SerdeContext
2141
- ) => Promise<CancelDataQualityRulesetEvaluationRunCommandOutput>;
2142
- export declare const de_CancelMLTaskRunCommand: (
2143
- output: __HttpResponse,
2144
- context: __SerdeContext
2145
- ) => Promise<CancelMLTaskRunCommandOutput>;
2146
- export declare const de_CancelStatementCommand: (
2147
- output: __HttpResponse,
2148
- context: __SerdeContext
2149
- ) => Promise<CancelStatementCommandOutput>;
2150
- export declare const de_CheckSchemaVersionValidityCommand: (
2151
- output: __HttpResponse,
2152
- context: __SerdeContext
2153
- ) => Promise<CheckSchemaVersionValidityCommandOutput>;
2154
- export declare const de_CreateBlueprintCommand: (
2155
- output: __HttpResponse,
2156
- context: __SerdeContext
2157
- ) => Promise<CreateBlueprintCommandOutput>;
2158
- export declare const de_CreateCatalogCommand: (
2159
- output: __HttpResponse,
2160
- context: __SerdeContext
2161
- ) => Promise<CreateCatalogCommandOutput>;
2162
- export declare const de_CreateClassifierCommand: (
2163
- output: __HttpResponse,
2164
- context: __SerdeContext
2165
- ) => Promise<CreateClassifierCommandOutput>;
2166
- export declare const de_CreateColumnStatisticsTaskSettingsCommand: (
2167
- output: __HttpResponse,
2168
- context: __SerdeContext
2169
- ) => Promise<CreateColumnStatisticsTaskSettingsCommandOutput>;
2170
- export declare const de_CreateConnectionCommand: (
2171
- output: __HttpResponse,
2172
- context: __SerdeContext
2173
- ) => Promise<CreateConnectionCommandOutput>;
2174
- export declare const de_CreateCrawlerCommand: (
2175
- output: __HttpResponse,
2176
- context: __SerdeContext
2177
- ) => Promise<CreateCrawlerCommandOutput>;
2178
- export declare const de_CreateCustomEntityTypeCommand: (
2179
- output: __HttpResponse,
2180
- context: __SerdeContext
2181
- ) => Promise<CreateCustomEntityTypeCommandOutput>;
2182
- export declare const de_CreateDatabaseCommand: (
2183
- output: __HttpResponse,
2184
- context: __SerdeContext
2185
- ) => Promise<CreateDatabaseCommandOutput>;
2186
- export declare const de_CreateDataQualityRulesetCommand: (
2187
- output: __HttpResponse,
2188
- context: __SerdeContext
2189
- ) => Promise<CreateDataQualityRulesetCommandOutput>;
2190
- export declare const de_CreateDevEndpointCommand: (
2191
- output: __HttpResponse,
2192
- context: __SerdeContext
2193
- ) => Promise<CreateDevEndpointCommandOutput>;
2194
- export declare const de_CreateGlueIdentityCenterConfigurationCommand: (
2195
- output: __HttpResponse,
2196
- context: __SerdeContext
2197
- ) => Promise<CreateGlueIdentityCenterConfigurationCommandOutput>;
2198
- export declare const de_CreateIntegrationCommand: (
2199
- output: __HttpResponse,
2200
- context: __SerdeContext
2201
- ) => Promise<CreateIntegrationCommandOutput>;
2202
- export declare const de_CreateIntegrationResourcePropertyCommand: (
2203
- output: __HttpResponse,
2204
- context: __SerdeContext
2205
- ) => Promise<CreateIntegrationResourcePropertyCommandOutput>;
2206
- export declare const de_CreateIntegrationTablePropertiesCommand: (
2207
- output: __HttpResponse,
2208
- context: __SerdeContext
2209
- ) => Promise<CreateIntegrationTablePropertiesCommandOutput>;
2210
- export declare const de_CreateJobCommand: (
2211
- output: __HttpResponse,
2212
- context: __SerdeContext
2213
- ) => Promise<CreateJobCommandOutput>;
2214
- export declare const de_CreateMLTransformCommand: (
2215
- output: __HttpResponse,
2216
- context: __SerdeContext
2217
- ) => Promise<CreateMLTransformCommandOutput>;
2218
- export declare const de_CreatePartitionCommand: (
2219
- output: __HttpResponse,
2220
- context: __SerdeContext
2221
- ) => Promise<CreatePartitionCommandOutput>;
2222
- export declare const de_CreatePartitionIndexCommand: (
2223
- output: __HttpResponse,
2224
- context: __SerdeContext
2225
- ) => Promise<CreatePartitionIndexCommandOutput>;
2226
- export declare const de_CreateRegistryCommand: (
2227
- output: __HttpResponse,
2228
- context: __SerdeContext
2229
- ) => Promise<CreateRegistryCommandOutput>;
2230
- export declare const de_CreateSchemaCommand: (
2231
- output: __HttpResponse,
2232
- context: __SerdeContext
2233
- ) => Promise<CreateSchemaCommandOutput>;
2234
- export declare const de_CreateScriptCommand: (
2235
- output: __HttpResponse,
2236
- context: __SerdeContext
2237
- ) => Promise<CreateScriptCommandOutput>;
2238
- export declare const de_CreateSecurityConfigurationCommand: (
2239
- output: __HttpResponse,
2240
- context: __SerdeContext
2241
- ) => Promise<CreateSecurityConfigurationCommandOutput>;
2242
- export declare const de_CreateSessionCommand: (
2243
- output: __HttpResponse,
2244
- context: __SerdeContext
2245
- ) => Promise<CreateSessionCommandOutput>;
2246
- export declare const de_CreateTableCommand: (
2247
- output: __HttpResponse,
2248
- context: __SerdeContext
2249
- ) => Promise<CreateTableCommandOutput>;
2250
- export declare const de_CreateTableOptimizerCommand: (
2251
- output: __HttpResponse,
2252
- context: __SerdeContext
2253
- ) => Promise<CreateTableOptimizerCommandOutput>;
2254
- export declare const de_CreateTriggerCommand: (
2255
- output: __HttpResponse,
2256
- context: __SerdeContext
2257
- ) => Promise<CreateTriggerCommandOutput>;
2258
- export declare const de_CreateUsageProfileCommand: (
2259
- output: __HttpResponse,
2260
- context: __SerdeContext
2261
- ) => Promise<CreateUsageProfileCommandOutput>;
2262
- export declare const de_CreateUserDefinedFunctionCommand: (
2263
- output: __HttpResponse,
2264
- context: __SerdeContext
2265
- ) => Promise<CreateUserDefinedFunctionCommandOutput>;
2266
- export declare const de_CreateWorkflowCommand: (
2267
- output: __HttpResponse,
2268
- context: __SerdeContext
2269
- ) => Promise<CreateWorkflowCommandOutput>;
2270
- export declare const de_DeleteBlueprintCommand: (
2271
- output: __HttpResponse,
2272
- context: __SerdeContext
2273
- ) => Promise<DeleteBlueprintCommandOutput>;
2274
- export declare const de_DeleteCatalogCommand: (
2275
- output: __HttpResponse,
2276
- context: __SerdeContext
2277
- ) => Promise<DeleteCatalogCommandOutput>;
2278
- export declare const de_DeleteClassifierCommand: (
2279
- output: __HttpResponse,
2280
- context: __SerdeContext
2281
- ) => Promise<DeleteClassifierCommandOutput>;
2282
- export declare const de_DeleteColumnStatisticsForPartitionCommand: (
2283
- output: __HttpResponse,
2284
- context: __SerdeContext
2285
- ) => Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
2286
- export declare const de_DeleteColumnStatisticsForTableCommand: (
2287
- output: __HttpResponse,
2288
- context: __SerdeContext
2289
- ) => Promise<DeleteColumnStatisticsForTableCommandOutput>;
2290
- export declare const de_DeleteColumnStatisticsTaskSettingsCommand: (
2291
- output: __HttpResponse,
2292
- context: __SerdeContext
2293
- ) => Promise<DeleteColumnStatisticsTaskSettingsCommandOutput>;
2294
- export declare const de_DeleteConnectionCommand: (
2295
- output: __HttpResponse,
2296
- context: __SerdeContext
2297
- ) => Promise<DeleteConnectionCommandOutput>;
2298
- export declare const de_DeleteCrawlerCommand: (
2299
- output: __HttpResponse,
2300
- context: __SerdeContext
2301
- ) => Promise<DeleteCrawlerCommandOutput>;
2302
- export declare const de_DeleteCustomEntityTypeCommand: (
2303
- output: __HttpResponse,
2304
- context: __SerdeContext
2305
- ) => Promise<DeleteCustomEntityTypeCommandOutput>;
2306
- export declare const de_DeleteDatabaseCommand: (
2307
- output: __HttpResponse,
2308
- context: __SerdeContext
2309
- ) => Promise<DeleteDatabaseCommandOutput>;
2310
- export declare const de_DeleteDataQualityRulesetCommand: (
2311
- output: __HttpResponse,
2312
- context: __SerdeContext
2313
- ) => Promise<DeleteDataQualityRulesetCommandOutput>;
2314
- export declare const de_DeleteDevEndpointCommand: (
2315
- output: __HttpResponse,
2316
- context: __SerdeContext
2317
- ) => Promise<DeleteDevEndpointCommandOutput>;
2318
- export declare const de_DeleteGlueIdentityCenterConfigurationCommand: (
2319
- output: __HttpResponse,
2320
- context: __SerdeContext
2321
- ) => Promise<DeleteGlueIdentityCenterConfigurationCommandOutput>;
2322
- export declare const de_DeleteIntegrationCommand: (
2323
- output: __HttpResponse,
2324
- context: __SerdeContext
2325
- ) => Promise<DeleteIntegrationCommandOutput>;
2326
- export declare const de_DeleteIntegrationTablePropertiesCommand: (
2327
- output: __HttpResponse,
2328
- context: __SerdeContext
2329
- ) => Promise<DeleteIntegrationTablePropertiesCommandOutput>;
2330
- export declare const de_DeleteJobCommand: (
2331
- output: __HttpResponse,
2332
- context: __SerdeContext
2333
- ) => Promise<DeleteJobCommandOutput>;
2334
- export declare const de_DeleteMLTransformCommand: (
2335
- output: __HttpResponse,
2336
- context: __SerdeContext
2337
- ) => Promise<DeleteMLTransformCommandOutput>;
2338
- export declare const de_DeletePartitionCommand: (
2339
- output: __HttpResponse,
2340
- context: __SerdeContext
2341
- ) => Promise<DeletePartitionCommandOutput>;
2342
- export declare const de_DeletePartitionIndexCommand: (
2343
- output: __HttpResponse,
2344
- context: __SerdeContext
2345
- ) => Promise<DeletePartitionIndexCommandOutput>;
2346
- export declare const de_DeleteRegistryCommand: (
2347
- output: __HttpResponse,
2348
- context: __SerdeContext
2349
- ) => Promise<DeleteRegistryCommandOutput>;
2350
- export declare const de_DeleteResourcePolicyCommand: (
2351
- output: __HttpResponse,
2352
- context: __SerdeContext
2353
- ) => Promise<DeleteResourcePolicyCommandOutput>;
2354
- export declare const de_DeleteSchemaCommand: (
2355
- output: __HttpResponse,
2356
- context: __SerdeContext
2357
- ) => Promise<DeleteSchemaCommandOutput>;
2358
- export declare const de_DeleteSchemaVersionsCommand: (
2359
- output: __HttpResponse,
2360
- context: __SerdeContext
2361
- ) => Promise<DeleteSchemaVersionsCommandOutput>;
2362
- export declare const de_DeleteSecurityConfigurationCommand: (
2363
- output: __HttpResponse,
2364
- context: __SerdeContext
2365
- ) => Promise<DeleteSecurityConfigurationCommandOutput>;
2366
- export declare const de_DeleteSessionCommand: (
2367
- output: __HttpResponse,
2368
- context: __SerdeContext
2369
- ) => Promise<DeleteSessionCommandOutput>;
2370
- export declare const de_DeleteTableCommand: (
2371
- output: __HttpResponse,
2372
- context: __SerdeContext
2373
- ) => Promise<DeleteTableCommandOutput>;
2374
- export declare const de_DeleteTableOptimizerCommand: (
2375
- output: __HttpResponse,
2376
- context: __SerdeContext
2377
- ) => Promise<DeleteTableOptimizerCommandOutput>;
2378
- export declare const de_DeleteTableVersionCommand: (
2379
- output: __HttpResponse,
2380
- context: __SerdeContext
2381
- ) => Promise<DeleteTableVersionCommandOutput>;
2382
- export declare const de_DeleteTriggerCommand: (
2383
- output: __HttpResponse,
2384
- context: __SerdeContext
2385
- ) => Promise<DeleteTriggerCommandOutput>;
2386
- export declare const de_DeleteUsageProfileCommand: (
2387
- output: __HttpResponse,
2388
- context: __SerdeContext
2389
- ) => Promise<DeleteUsageProfileCommandOutput>;
2390
- export declare const de_DeleteUserDefinedFunctionCommand: (
2391
- output: __HttpResponse,
2392
- context: __SerdeContext
2393
- ) => Promise<DeleteUserDefinedFunctionCommandOutput>;
2394
- export declare const de_DeleteWorkflowCommand: (
2395
- output: __HttpResponse,
2396
- context: __SerdeContext
2397
- ) => Promise<DeleteWorkflowCommandOutput>;
2398
- export declare const de_DescribeConnectionTypeCommand: (
2399
- output: __HttpResponse,
2400
- context: __SerdeContext
2401
- ) => Promise<DescribeConnectionTypeCommandOutput>;
2402
- export declare const de_DescribeEntityCommand: (
2403
- output: __HttpResponse,
2404
- context: __SerdeContext
2405
- ) => Promise<DescribeEntityCommandOutput>;
2406
- export declare const de_DescribeInboundIntegrationsCommand: (
2407
- output: __HttpResponse,
2408
- context: __SerdeContext
2409
- ) => Promise<DescribeInboundIntegrationsCommandOutput>;
2410
- export declare const de_DescribeIntegrationsCommand: (
2411
- output: __HttpResponse,
2412
- context: __SerdeContext
2413
- ) => Promise<DescribeIntegrationsCommandOutput>;
2414
- export declare const de_GetBlueprintCommand: (
2415
- output: __HttpResponse,
2416
- context: __SerdeContext
2417
- ) => Promise<GetBlueprintCommandOutput>;
2418
- export declare const de_GetBlueprintRunCommand: (
2419
- output: __HttpResponse,
2420
- context: __SerdeContext
2421
- ) => Promise<GetBlueprintRunCommandOutput>;
2422
- export declare const de_GetBlueprintRunsCommand: (
2423
- output: __HttpResponse,
2424
- context: __SerdeContext
2425
- ) => Promise<GetBlueprintRunsCommandOutput>;
2426
- export declare const de_GetCatalogCommand: (
2427
- output: __HttpResponse,
2428
- context: __SerdeContext
2429
- ) => Promise<GetCatalogCommandOutput>;
2430
- export declare const de_GetCatalogImportStatusCommand: (
2431
- output: __HttpResponse,
2432
- context: __SerdeContext
2433
- ) => Promise<GetCatalogImportStatusCommandOutput>;
2434
- export declare const de_GetCatalogsCommand: (
2435
- output: __HttpResponse,
2436
- context: __SerdeContext
2437
- ) => Promise<GetCatalogsCommandOutput>;
2438
- export declare const de_GetClassifierCommand: (
2439
- output: __HttpResponse,
2440
- context: __SerdeContext
2441
- ) => Promise<GetClassifierCommandOutput>;
2442
- export declare const de_GetClassifiersCommand: (
2443
- output: __HttpResponse,
2444
- context: __SerdeContext
2445
- ) => Promise<GetClassifiersCommandOutput>;
2446
- export declare const de_GetColumnStatisticsForPartitionCommand: (
2447
- output: __HttpResponse,
2448
- context: __SerdeContext
2449
- ) => Promise<GetColumnStatisticsForPartitionCommandOutput>;
2450
- export declare const de_GetColumnStatisticsForTableCommand: (
2451
- output: __HttpResponse,
2452
- context: __SerdeContext
2453
- ) => Promise<GetColumnStatisticsForTableCommandOutput>;
2454
- export declare const de_GetColumnStatisticsTaskRunCommand: (
2455
- output: __HttpResponse,
2456
- context: __SerdeContext
2457
- ) => Promise<GetColumnStatisticsTaskRunCommandOutput>;
2458
- export declare const de_GetColumnStatisticsTaskRunsCommand: (
2459
- output: __HttpResponse,
2460
- context: __SerdeContext
2461
- ) => Promise<GetColumnStatisticsTaskRunsCommandOutput>;
2462
- export declare const de_GetColumnStatisticsTaskSettingsCommand: (
2463
- output: __HttpResponse,
2464
- context: __SerdeContext
2465
- ) => Promise<GetColumnStatisticsTaskSettingsCommandOutput>;
2466
- export declare const de_GetConnectionCommand: (
2467
- output: __HttpResponse,
2468
- context: __SerdeContext
2469
- ) => Promise<GetConnectionCommandOutput>;
2470
- export declare const de_GetConnectionsCommand: (
2471
- output: __HttpResponse,
2472
- context: __SerdeContext
2473
- ) => Promise<GetConnectionsCommandOutput>;
2474
- export declare const de_GetCrawlerCommand: (
2475
- output: __HttpResponse,
2476
- context: __SerdeContext
2477
- ) => Promise<GetCrawlerCommandOutput>;
2478
- export declare const de_GetCrawlerMetricsCommand: (
2479
- output: __HttpResponse,
2480
- context: __SerdeContext
2481
- ) => Promise<GetCrawlerMetricsCommandOutput>;
2482
- export declare const de_GetCrawlersCommand: (
2483
- output: __HttpResponse,
2484
- context: __SerdeContext
2485
- ) => Promise<GetCrawlersCommandOutput>;
2486
- export declare const de_GetCustomEntityTypeCommand: (
2487
- output: __HttpResponse,
2488
- context: __SerdeContext
2489
- ) => Promise<GetCustomEntityTypeCommandOutput>;
2490
- export declare const de_GetDatabaseCommand: (
2491
- output: __HttpResponse,
2492
- context: __SerdeContext
2493
- ) => Promise<GetDatabaseCommandOutput>;
2494
- export declare const de_GetDatabasesCommand: (
2495
- output: __HttpResponse,
2496
- context: __SerdeContext
2497
- ) => Promise<GetDatabasesCommandOutput>;
2498
- export declare const de_GetDataCatalogEncryptionSettingsCommand: (
2499
- output: __HttpResponse,
2500
- context: __SerdeContext
2501
- ) => Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
2502
- export declare const de_GetDataflowGraphCommand: (
2503
- output: __HttpResponse,
2504
- context: __SerdeContext
2505
- ) => Promise<GetDataflowGraphCommandOutput>;
2506
- export declare const de_GetDataQualityModelCommand: (
2507
- output: __HttpResponse,
2508
- context: __SerdeContext
2509
- ) => Promise<GetDataQualityModelCommandOutput>;
2510
- export declare const de_GetDataQualityModelResultCommand: (
2511
- output: __HttpResponse,
2512
- context: __SerdeContext
2513
- ) => Promise<GetDataQualityModelResultCommandOutput>;
2514
- export declare const de_GetDataQualityResultCommand: (
2515
- output: __HttpResponse,
2516
- context: __SerdeContext
2517
- ) => Promise<GetDataQualityResultCommandOutput>;
2518
- export declare const de_GetDataQualityRuleRecommendationRunCommand: (
2519
- output: __HttpResponse,
2520
- context: __SerdeContext
2521
- ) => Promise<GetDataQualityRuleRecommendationRunCommandOutput>;
2522
- export declare const de_GetDataQualityRulesetCommand: (
2523
- output: __HttpResponse,
2524
- context: __SerdeContext
2525
- ) => Promise<GetDataQualityRulesetCommandOutput>;
2526
- export declare const de_GetDataQualityRulesetEvaluationRunCommand: (
2527
- output: __HttpResponse,
2528
- context: __SerdeContext
2529
- ) => Promise<GetDataQualityRulesetEvaluationRunCommandOutput>;
2530
- export declare const de_GetDevEndpointCommand: (
2531
- output: __HttpResponse,
2532
- context: __SerdeContext
2533
- ) => Promise<GetDevEndpointCommandOutput>;
2534
- export declare const de_GetDevEndpointsCommand: (
2535
- output: __HttpResponse,
2536
- context: __SerdeContext
2537
- ) => Promise<GetDevEndpointsCommandOutput>;
2538
- export declare const de_GetEntityRecordsCommand: (
2539
- output: __HttpResponse,
2540
- context: __SerdeContext
2541
- ) => Promise<GetEntityRecordsCommandOutput>;
2542
- export declare const de_GetGlueIdentityCenterConfigurationCommand: (
2543
- output: __HttpResponse,
2544
- context: __SerdeContext
2545
- ) => Promise<GetGlueIdentityCenterConfigurationCommandOutput>;
2546
- export declare const de_GetIntegrationResourcePropertyCommand: (
2547
- output: __HttpResponse,
2548
- context: __SerdeContext
2549
- ) => Promise<GetIntegrationResourcePropertyCommandOutput>;
2550
- export declare const de_GetIntegrationTablePropertiesCommand: (
2551
- output: __HttpResponse,
2552
- context: __SerdeContext
2553
- ) => Promise<GetIntegrationTablePropertiesCommandOutput>;
2554
- export declare const de_GetJobCommand: (
2555
- output: __HttpResponse,
2556
- context: __SerdeContext
2557
- ) => Promise<GetJobCommandOutput>;
2558
- export declare const de_GetJobBookmarkCommand: (
2559
- output: __HttpResponse,
2560
- context: __SerdeContext
2561
- ) => Promise<GetJobBookmarkCommandOutput>;
2562
- export declare const de_GetJobRunCommand: (
2563
- output: __HttpResponse,
2564
- context: __SerdeContext
2565
- ) => Promise<GetJobRunCommandOutput>;
2566
- export declare const de_GetJobRunsCommand: (
2567
- output: __HttpResponse,
2568
- context: __SerdeContext
2569
- ) => Promise<GetJobRunsCommandOutput>;
2570
- export declare const de_GetJobsCommand: (
2571
- output: __HttpResponse,
2572
- context: __SerdeContext
2573
- ) => Promise<GetJobsCommandOutput>;
2574
- export declare const de_GetMappingCommand: (
2575
- output: __HttpResponse,
2576
- context: __SerdeContext
2577
- ) => Promise<GetMappingCommandOutput>;
2578
- export declare const de_GetMLTaskRunCommand: (
2579
- output: __HttpResponse,
2580
- context: __SerdeContext
2581
- ) => Promise<GetMLTaskRunCommandOutput>;
2582
- export declare const de_GetMLTaskRunsCommand: (
2583
- output: __HttpResponse,
2584
- context: __SerdeContext
2585
- ) => Promise<GetMLTaskRunsCommandOutput>;
2586
- export declare const de_GetMLTransformCommand: (
2587
- output: __HttpResponse,
2588
- context: __SerdeContext
2589
- ) => Promise<GetMLTransformCommandOutput>;
2590
- export declare const de_GetMLTransformsCommand: (
2591
- output: __HttpResponse,
2592
- context: __SerdeContext
2593
- ) => Promise<GetMLTransformsCommandOutput>;
2594
- export declare const de_GetPartitionCommand: (
2595
- output: __HttpResponse,
2596
- context: __SerdeContext
2597
- ) => Promise<GetPartitionCommandOutput>;
2598
- export declare const de_GetPartitionIndexesCommand: (
2599
- output: __HttpResponse,
2600
- context: __SerdeContext
2601
- ) => Promise<GetPartitionIndexesCommandOutput>;
2602
- export declare const de_GetPartitionsCommand: (
2603
- output: __HttpResponse,
2604
- context: __SerdeContext
2605
- ) => Promise<GetPartitionsCommandOutput>;
2606
- export declare const de_GetPlanCommand: (
2607
- output: __HttpResponse,
2608
- context: __SerdeContext
2609
- ) => Promise<GetPlanCommandOutput>;
2610
- export declare const de_GetRegistryCommand: (
2611
- output: __HttpResponse,
2612
- context: __SerdeContext
2613
- ) => Promise<GetRegistryCommandOutput>;
2614
- export declare const de_GetResourcePoliciesCommand: (
2615
- output: __HttpResponse,
2616
- context: __SerdeContext
2617
- ) => Promise<GetResourcePoliciesCommandOutput>;
2618
- export declare const de_GetResourcePolicyCommand: (
2619
- output: __HttpResponse,
2620
- context: __SerdeContext
2621
- ) => Promise<GetResourcePolicyCommandOutput>;
2622
- export declare const de_GetSchemaCommand: (
2623
- output: __HttpResponse,
2624
- context: __SerdeContext
2625
- ) => Promise<GetSchemaCommandOutput>;
2626
- export declare const de_GetSchemaByDefinitionCommand: (
2627
- output: __HttpResponse,
2628
- context: __SerdeContext
2629
- ) => Promise<GetSchemaByDefinitionCommandOutput>;
2630
- export declare const de_GetSchemaVersionCommand: (
2631
- output: __HttpResponse,
2632
- context: __SerdeContext
2633
- ) => Promise<GetSchemaVersionCommandOutput>;
2634
- export declare const de_GetSchemaVersionsDiffCommand: (
2635
- output: __HttpResponse,
2636
- context: __SerdeContext
2637
- ) => Promise<GetSchemaVersionsDiffCommandOutput>;
2638
- export declare const de_GetSecurityConfigurationCommand: (
2639
- output: __HttpResponse,
2640
- context: __SerdeContext
2641
- ) => Promise<GetSecurityConfigurationCommandOutput>;
2642
- export declare const de_GetSecurityConfigurationsCommand: (
2643
- output: __HttpResponse,
2644
- context: __SerdeContext
2645
- ) => Promise<GetSecurityConfigurationsCommandOutput>;
2646
- export declare const de_GetSessionCommand: (
2647
- output: __HttpResponse,
2648
- context: __SerdeContext
2649
- ) => Promise<GetSessionCommandOutput>;
2650
- export declare const de_GetStatementCommand: (
2651
- output: __HttpResponse,
2652
- context: __SerdeContext
2653
- ) => Promise<GetStatementCommandOutput>;
2654
- export declare const de_GetTableCommand: (
2655
- output: __HttpResponse,
2656
- context: __SerdeContext
2657
- ) => Promise<GetTableCommandOutput>;
2658
- export declare const de_GetTableOptimizerCommand: (
2659
- output: __HttpResponse,
2660
- context: __SerdeContext
2661
- ) => Promise<GetTableOptimizerCommandOutput>;
2662
- export declare const de_GetTablesCommand: (
2663
- output: __HttpResponse,
2664
- context: __SerdeContext
2665
- ) => Promise<GetTablesCommandOutput>;
2666
- export declare const de_GetTableVersionCommand: (
2667
- output: __HttpResponse,
2668
- context: __SerdeContext
2669
- ) => Promise<GetTableVersionCommandOutput>;
2670
- export declare const de_GetTableVersionsCommand: (
2671
- output: __HttpResponse,
2672
- context: __SerdeContext
2673
- ) => Promise<GetTableVersionsCommandOutput>;
2674
- export declare const de_GetTagsCommand: (
2675
- output: __HttpResponse,
2676
- context: __SerdeContext
2677
- ) => Promise<GetTagsCommandOutput>;
2678
- export declare const de_GetTriggerCommand: (
2679
- output: __HttpResponse,
2680
- context: __SerdeContext
2681
- ) => Promise<GetTriggerCommandOutput>;
2682
- export declare const de_GetTriggersCommand: (
2683
- output: __HttpResponse,
2684
- context: __SerdeContext
2685
- ) => Promise<GetTriggersCommandOutput>;
2686
- export declare const de_GetUnfilteredPartitionMetadataCommand: (
2687
- output: __HttpResponse,
2688
- context: __SerdeContext
2689
- ) => Promise<GetUnfilteredPartitionMetadataCommandOutput>;
2690
- export declare const de_GetUnfilteredPartitionsMetadataCommand: (
2691
- output: __HttpResponse,
2692
- context: __SerdeContext
2693
- ) => Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
2694
- export declare const de_GetUnfilteredTableMetadataCommand: (
2695
- output: __HttpResponse,
2696
- context: __SerdeContext
2697
- ) => Promise<GetUnfilteredTableMetadataCommandOutput>;
2698
- export declare const de_GetUsageProfileCommand: (
2699
- output: __HttpResponse,
2700
- context: __SerdeContext
2701
- ) => Promise<GetUsageProfileCommandOutput>;
2702
- export declare const de_GetUserDefinedFunctionCommand: (
2703
- output: __HttpResponse,
2704
- context: __SerdeContext
2705
- ) => Promise<GetUserDefinedFunctionCommandOutput>;
2706
- export declare const de_GetUserDefinedFunctionsCommand: (
2707
- output: __HttpResponse,
2708
- context: __SerdeContext
2709
- ) => Promise<GetUserDefinedFunctionsCommandOutput>;
2710
- export declare const de_GetWorkflowCommand: (
2711
- output: __HttpResponse,
2712
- context: __SerdeContext
2713
- ) => Promise<GetWorkflowCommandOutput>;
2714
- export declare const de_GetWorkflowRunCommand: (
2715
- output: __HttpResponse,
2716
- context: __SerdeContext
2717
- ) => Promise<GetWorkflowRunCommandOutput>;
2718
- export declare const de_GetWorkflowRunPropertiesCommand: (
2719
- output: __HttpResponse,
2720
- context: __SerdeContext
2721
- ) => Promise<GetWorkflowRunPropertiesCommandOutput>;
2722
- export declare const de_GetWorkflowRunsCommand: (
2723
- output: __HttpResponse,
2724
- context: __SerdeContext
2725
- ) => Promise<GetWorkflowRunsCommandOutput>;
2726
- export declare const de_ImportCatalogToGlueCommand: (
2727
- output: __HttpResponse,
2728
- context: __SerdeContext
2729
- ) => Promise<ImportCatalogToGlueCommandOutput>;
2730
- export declare const de_ListBlueprintsCommand: (
2731
- output: __HttpResponse,
2732
- context: __SerdeContext
2733
- ) => Promise<ListBlueprintsCommandOutput>;
2734
- export declare const de_ListColumnStatisticsTaskRunsCommand: (
2735
- output: __HttpResponse,
2736
- context: __SerdeContext
2737
- ) => Promise<ListColumnStatisticsTaskRunsCommandOutput>;
2738
- export declare const de_ListConnectionTypesCommand: (
2739
- output: __HttpResponse,
2740
- context: __SerdeContext
2741
- ) => Promise<ListConnectionTypesCommandOutput>;
2742
- export declare const de_ListCrawlersCommand: (
2743
- output: __HttpResponse,
2744
- context: __SerdeContext
2745
- ) => Promise<ListCrawlersCommandOutput>;
2746
- export declare const de_ListCrawlsCommand: (
2747
- output: __HttpResponse,
2748
- context: __SerdeContext
2749
- ) => Promise<ListCrawlsCommandOutput>;
2750
- export declare const de_ListCustomEntityTypesCommand: (
2751
- output: __HttpResponse,
2752
- context: __SerdeContext
2753
- ) => Promise<ListCustomEntityTypesCommandOutput>;
2754
- export declare const de_ListDataQualityResultsCommand: (
2755
- output: __HttpResponse,
2756
- context: __SerdeContext
2757
- ) => Promise<ListDataQualityResultsCommandOutput>;
2758
- export declare const de_ListDataQualityRuleRecommendationRunsCommand: (
2759
- output: __HttpResponse,
2760
- context: __SerdeContext
2761
- ) => Promise<ListDataQualityRuleRecommendationRunsCommandOutput>;
2762
- export declare const de_ListDataQualityRulesetEvaluationRunsCommand: (
2763
- output: __HttpResponse,
2764
- context: __SerdeContext
2765
- ) => Promise<ListDataQualityRulesetEvaluationRunsCommandOutput>;
2766
- export declare const de_ListDataQualityRulesetsCommand: (
2767
- output: __HttpResponse,
2768
- context: __SerdeContext
2769
- ) => Promise<ListDataQualityRulesetsCommandOutput>;
2770
- export declare const de_ListDataQualityStatisticAnnotationsCommand: (
2771
- output: __HttpResponse,
2772
- context: __SerdeContext
2773
- ) => Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
2774
- export declare const de_ListDataQualityStatisticsCommand: (
2775
- output: __HttpResponse,
2776
- context: __SerdeContext
2777
- ) => Promise<ListDataQualityStatisticsCommandOutput>;
2778
- export declare const de_ListDevEndpointsCommand: (
2779
- output: __HttpResponse,
2780
- context: __SerdeContext
2781
- ) => Promise<ListDevEndpointsCommandOutput>;
2782
- export declare const de_ListEntitiesCommand: (
2783
- output: __HttpResponse,
2784
- context: __SerdeContext
2785
- ) => Promise<ListEntitiesCommandOutput>;
2786
- export declare const de_ListJobsCommand: (
2787
- output: __HttpResponse,
2788
- context: __SerdeContext
2789
- ) => Promise<ListJobsCommandOutput>;
2790
- export declare const de_ListMLTransformsCommand: (
2791
- output: __HttpResponse,
2792
- context: __SerdeContext
2793
- ) => Promise<ListMLTransformsCommandOutput>;
2794
- export declare const de_ListRegistriesCommand: (
2795
- output: __HttpResponse,
2796
- context: __SerdeContext
2797
- ) => Promise<ListRegistriesCommandOutput>;
2798
- export declare const de_ListSchemasCommand: (
2799
- output: __HttpResponse,
2800
- context: __SerdeContext
2801
- ) => Promise<ListSchemasCommandOutput>;
2802
- export declare const de_ListSchemaVersionsCommand: (
2803
- output: __HttpResponse,
2804
- context: __SerdeContext
2805
- ) => Promise<ListSchemaVersionsCommandOutput>;
2806
- export declare const de_ListSessionsCommand: (
2807
- output: __HttpResponse,
2808
- context: __SerdeContext
2809
- ) => Promise<ListSessionsCommandOutput>;
2810
- export declare const de_ListStatementsCommand: (
2811
- output: __HttpResponse,
2812
- context: __SerdeContext
2813
- ) => Promise<ListStatementsCommandOutput>;
2814
- export declare const de_ListTableOptimizerRunsCommand: (
2815
- output: __HttpResponse,
2816
- context: __SerdeContext
2817
- ) => Promise<ListTableOptimizerRunsCommandOutput>;
2818
- export declare const de_ListTriggersCommand: (
2819
- output: __HttpResponse,
2820
- context: __SerdeContext
2821
- ) => Promise<ListTriggersCommandOutput>;
2822
- export declare const de_ListUsageProfilesCommand: (
2823
- output: __HttpResponse,
2824
- context: __SerdeContext
2825
- ) => Promise<ListUsageProfilesCommandOutput>;
2826
- export declare const de_ListWorkflowsCommand: (
2827
- output: __HttpResponse,
2828
- context: __SerdeContext
2829
- ) => Promise<ListWorkflowsCommandOutput>;
2830
- export declare const de_ModifyIntegrationCommand: (
2831
- output: __HttpResponse,
2832
- context: __SerdeContext
2833
- ) => Promise<ModifyIntegrationCommandOutput>;
2834
- export declare const de_PutDataCatalogEncryptionSettingsCommand: (
2835
- output: __HttpResponse,
2836
- context: __SerdeContext
2837
- ) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
2838
- export declare const de_PutDataQualityProfileAnnotationCommand: (
2839
- output: __HttpResponse,
2840
- context: __SerdeContext
2841
- ) => Promise<PutDataQualityProfileAnnotationCommandOutput>;
2842
- export declare const de_PutResourcePolicyCommand: (
2843
- output: __HttpResponse,
2844
- context: __SerdeContext
2845
- ) => Promise<PutResourcePolicyCommandOutput>;
2846
- export declare const de_PutSchemaVersionMetadataCommand: (
2847
- output: __HttpResponse,
2848
- context: __SerdeContext
2849
- ) => Promise<PutSchemaVersionMetadataCommandOutput>;
2850
- export declare const de_PutWorkflowRunPropertiesCommand: (
2851
- output: __HttpResponse,
2852
- context: __SerdeContext
2853
- ) => Promise<PutWorkflowRunPropertiesCommandOutput>;
2854
- export declare const de_QuerySchemaVersionMetadataCommand: (
2855
- output: __HttpResponse,
2856
- context: __SerdeContext
2857
- ) => Promise<QuerySchemaVersionMetadataCommandOutput>;
2858
- export declare const de_RegisterSchemaVersionCommand: (
2859
- output: __HttpResponse,
2860
- context: __SerdeContext
2861
- ) => Promise<RegisterSchemaVersionCommandOutput>;
2862
- export declare const de_RemoveSchemaVersionMetadataCommand: (
2863
- output: __HttpResponse,
2864
- context: __SerdeContext
2865
- ) => Promise<RemoveSchemaVersionMetadataCommandOutput>;
2866
- export declare const de_ResetJobBookmarkCommand: (
2867
- output: __HttpResponse,
2868
- context: __SerdeContext
2869
- ) => Promise<ResetJobBookmarkCommandOutput>;
2870
- export declare const de_ResumeWorkflowRunCommand: (
2871
- output: __HttpResponse,
2872
- context: __SerdeContext
2873
- ) => Promise<ResumeWorkflowRunCommandOutput>;
2874
- export declare const de_RunStatementCommand: (
2875
- output: __HttpResponse,
2876
- context: __SerdeContext
2877
- ) => Promise<RunStatementCommandOutput>;
2878
- export declare const de_SearchTablesCommand: (
2879
- output: __HttpResponse,
2880
- context: __SerdeContext
2881
- ) => Promise<SearchTablesCommandOutput>;
2882
- export declare const de_StartBlueprintRunCommand: (
2883
- output: __HttpResponse,
2884
- context: __SerdeContext
2885
- ) => Promise<StartBlueprintRunCommandOutput>;
2886
- export declare const de_StartColumnStatisticsTaskRunCommand: (
2887
- output: __HttpResponse,
2888
- context: __SerdeContext
2889
- ) => Promise<StartColumnStatisticsTaskRunCommandOutput>;
2890
- export declare const de_StartColumnStatisticsTaskRunScheduleCommand: (
2891
- output: __HttpResponse,
2892
- context: __SerdeContext
2893
- ) => Promise<StartColumnStatisticsTaskRunScheduleCommandOutput>;
2894
- export declare const de_StartCrawlerCommand: (
2895
- output: __HttpResponse,
2896
- context: __SerdeContext
2897
- ) => Promise<StartCrawlerCommandOutput>;
2898
- export declare const de_StartCrawlerScheduleCommand: (
2899
- output: __HttpResponse,
2900
- context: __SerdeContext
2901
- ) => Promise<StartCrawlerScheduleCommandOutput>;
2902
- export declare const de_StartDataQualityRuleRecommendationRunCommand: (
2903
- output: __HttpResponse,
2904
- context: __SerdeContext
2905
- ) => Promise<StartDataQualityRuleRecommendationRunCommandOutput>;
2906
- export declare const de_StartDataQualityRulesetEvaluationRunCommand: (
2907
- output: __HttpResponse,
2908
- context: __SerdeContext
2909
- ) => Promise<StartDataQualityRulesetEvaluationRunCommandOutput>;
2910
- export declare const de_StartExportLabelsTaskRunCommand: (
2911
- output: __HttpResponse,
2912
- context: __SerdeContext
2913
- ) => Promise<StartExportLabelsTaskRunCommandOutput>;
2914
- export declare const de_StartImportLabelsTaskRunCommand: (
2915
- output: __HttpResponse,
2916
- context: __SerdeContext
2917
- ) => Promise<StartImportLabelsTaskRunCommandOutput>;
2918
- export declare const de_StartJobRunCommand: (
2919
- output: __HttpResponse,
2920
- context: __SerdeContext
2921
- ) => Promise<StartJobRunCommandOutput>;
2922
- export declare const de_StartMLEvaluationTaskRunCommand: (
2923
- output: __HttpResponse,
2924
- context: __SerdeContext
2925
- ) => Promise<StartMLEvaluationTaskRunCommandOutput>;
2926
- export declare const de_StartMLLabelingSetGenerationTaskRunCommand: (
2927
- output: __HttpResponse,
2928
- context: __SerdeContext
2929
- ) => Promise<StartMLLabelingSetGenerationTaskRunCommandOutput>;
2930
- export declare const de_StartTriggerCommand: (
2931
- output: __HttpResponse,
2932
- context: __SerdeContext
2933
- ) => Promise<StartTriggerCommandOutput>;
2934
- export declare const de_StartWorkflowRunCommand: (
2935
- output: __HttpResponse,
2936
- context: __SerdeContext
2937
- ) => Promise<StartWorkflowRunCommandOutput>;
2938
- export declare const de_StopColumnStatisticsTaskRunCommand: (
2939
- output: __HttpResponse,
2940
- context: __SerdeContext
2941
- ) => Promise<StopColumnStatisticsTaskRunCommandOutput>;
2942
- export declare const de_StopColumnStatisticsTaskRunScheduleCommand: (
2943
- output: __HttpResponse,
2944
- context: __SerdeContext
2945
- ) => Promise<StopColumnStatisticsTaskRunScheduleCommandOutput>;
2946
- export declare const de_StopCrawlerCommand: (
2947
- output: __HttpResponse,
2948
- context: __SerdeContext
2949
- ) => Promise<StopCrawlerCommandOutput>;
2950
- export declare const de_StopCrawlerScheduleCommand: (
2951
- output: __HttpResponse,
2952
- context: __SerdeContext
2953
- ) => Promise<StopCrawlerScheduleCommandOutput>;
2954
- export declare const de_StopSessionCommand: (
2955
- output: __HttpResponse,
2956
- context: __SerdeContext
2957
- ) => Promise<StopSessionCommandOutput>;
2958
- export declare const de_StopTriggerCommand: (
2959
- output: __HttpResponse,
2960
- context: __SerdeContext
2961
- ) => Promise<StopTriggerCommandOutput>;
2962
- export declare const de_StopWorkflowRunCommand: (
2963
- output: __HttpResponse,
2964
- context: __SerdeContext
2965
- ) => Promise<StopWorkflowRunCommandOutput>;
2966
- export declare const de_TagResourceCommand: (
2967
- output: __HttpResponse,
2968
- context: __SerdeContext
2969
- ) => Promise<TagResourceCommandOutput>;
2970
- export declare const de_TestConnectionCommand: (
2971
- output: __HttpResponse,
2972
- context: __SerdeContext
2973
- ) => Promise<TestConnectionCommandOutput>;
2974
- export declare const de_UntagResourceCommand: (
2975
- output: __HttpResponse,
2976
- context: __SerdeContext
2977
- ) => Promise<UntagResourceCommandOutput>;
2978
- export declare const de_UpdateBlueprintCommand: (
2979
- output: __HttpResponse,
2980
- context: __SerdeContext
2981
- ) => Promise<UpdateBlueprintCommandOutput>;
2982
- export declare const de_UpdateCatalogCommand: (
2983
- output: __HttpResponse,
2984
- context: __SerdeContext
2985
- ) => Promise<UpdateCatalogCommandOutput>;
2986
- export declare const de_UpdateClassifierCommand: (
2987
- output: __HttpResponse,
2988
- context: __SerdeContext
2989
- ) => Promise<UpdateClassifierCommandOutput>;
2990
- export declare const de_UpdateColumnStatisticsForPartitionCommand: (
2991
- output: __HttpResponse,
2992
- context: __SerdeContext
2993
- ) => Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
2994
- export declare const de_UpdateColumnStatisticsForTableCommand: (
2995
- output: __HttpResponse,
2996
- context: __SerdeContext
2997
- ) => Promise<UpdateColumnStatisticsForTableCommandOutput>;
2998
- export declare const de_UpdateColumnStatisticsTaskSettingsCommand: (
2999
- output: __HttpResponse,
3000
- context: __SerdeContext
3001
- ) => Promise<UpdateColumnStatisticsTaskSettingsCommandOutput>;
3002
- export declare const de_UpdateConnectionCommand: (
3003
- output: __HttpResponse,
3004
- context: __SerdeContext
3005
- ) => Promise<UpdateConnectionCommandOutput>;
3006
- export declare const de_UpdateCrawlerCommand: (
3007
- output: __HttpResponse,
3008
- context: __SerdeContext
3009
- ) => Promise<UpdateCrawlerCommandOutput>;
3010
- export declare const de_UpdateCrawlerScheduleCommand: (
3011
- output: __HttpResponse,
3012
- context: __SerdeContext
3013
- ) => Promise<UpdateCrawlerScheduleCommandOutput>;
3014
- export declare const de_UpdateDatabaseCommand: (
3015
- output: __HttpResponse,
3016
- context: __SerdeContext
3017
- ) => Promise<UpdateDatabaseCommandOutput>;
3018
- export declare const de_UpdateDataQualityRulesetCommand: (
3019
- output: __HttpResponse,
3020
- context: __SerdeContext
3021
- ) => Promise<UpdateDataQualityRulesetCommandOutput>;
3022
- export declare const de_UpdateDevEndpointCommand: (
3023
- output: __HttpResponse,
3024
- context: __SerdeContext
3025
- ) => Promise<UpdateDevEndpointCommandOutput>;
3026
- export declare const de_UpdateGlueIdentityCenterConfigurationCommand: (
3027
- output: __HttpResponse,
3028
- context: __SerdeContext
3029
- ) => Promise<UpdateGlueIdentityCenterConfigurationCommandOutput>;
3030
- export declare const de_UpdateIntegrationResourcePropertyCommand: (
3031
- output: __HttpResponse,
3032
- context: __SerdeContext
3033
- ) => Promise<UpdateIntegrationResourcePropertyCommandOutput>;
3034
- export declare const de_UpdateIntegrationTablePropertiesCommand: (
3035
- output: __HttpResponse,
3036
- context: __SerdeContext
3037
- ) => Promise<UpdateIntegrationTablePropertiesCommandOutput>;
3038
- export declare const de_UpdateJobCommand: (
3039
- output: __HttpResponse,
3040
- context: __SerdeContext
3041
- ) => Promise<UpdateJobCommandOutput>;
3042
- export declare const de_UpdateJobFromSourceControlCommand: (
3043
- output: __HttpResponse,
3044
- context: __SerdeContext
3045
- ) => Promise<UpdateJobFromSourceControlCommandOutput>;
3046
- export declare const de_UpdateMLTransformCommand: (
3047
- output: __HttpResponse,
3048
- context: __SerdeContext
3049
- ) => Promise<UpdateMLTransformCommandOutput>;
3050
- export declare const de_UpdatePartitionCommand: (
3051
- output: __HttpResponse,
3052
- context: __SerdeContext
3053
- ) => Promise<UpdatePartitionCommandOutput>;
3054
- export declare const de_UpdateRegistryCommand: (
3055
- output: __HttpResponse,
3056
- context: __SerdeContext
3057
- ) => Promise<UpdateRegistryCommandOutput>;
3058
- export declare const de_UpdateSchemaCommand: (
3059
- output: __HttpResponse,
3060
- context: __SerdeContext
3061
- ) => Promise<UpdateSchemaCommandOutput>;
3062
- export declare const de_UpdateSourceControlFromJobCommand: (
3063
- output: __HttpResponse,
3064
- context: __SerdeContext
3065
- ) => Promise<UpdateSourceControlFromJobCommandOutput>;
3066
- export declare const de_UpdateTableCommand: (
3067
- output: __HttpResponse,
3068
- context: __SerdeContext
3069
- ) => Promise<UpdateTableCommandOutput>;
3070
- export declare const de_UpdateTableOptimizerCommand: (
3071
- output: __HttpResponse,
3072
- context: __SerdeContext
3073
- ) => Promise<UpdateTableOptimizerCommandOutput>;
3074
- export declare const de_UpdateTriggerCommand: (
3075
- output: __HttpResponse,
3076
- context: __SerdeContext
3077
- ) => Promise<UpdateTriggerCommandOutput>;
3078
- export declare const de_UpdateUsageProfileCommand: (
3079
- output: __HttpResponse,
3080
- context: __SerdeContext
3081
- ) => Promise<UpdateUsageProfileCommandOutput>;
3082
- export declare const de_UpdateUserDefinedFunctionCommand: (
3083
- output: __HttpResponse,
3084
- context: __SerdeContext
3085
- ) => Promise<UpdateUserDefinedFunctionCommandOutput>;
3086
- export declare const de_UpdateWorkflowCommand: (
3087
- output: __HttpResponse,
3088
- context: __SerdeContext
3089
- ) => Promise<UpdateWorkflowCommandOutput>;