@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,2315 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput } from "../commands/BatchCreatePartitionCommand";
4
- import { BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput } from "../commands/BatchDeleteConnectionCommand";
5
- import { BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput } from "../commands/BatchDeletePartitionCommand";
6
- import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "../commands/BatchDeleteTableCommand";
7
- import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "../commands/BatchDeleteTableVersionCommand";
8
- import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "../commands/BatchGetBlueprintsCommand";
9
- import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "../commands/BatchGetCrawlersCommand";
10
- import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "../commands/BatchGetCustomEntityTypesCommand";
11
- import { BatchGetDataQualityResultCommandInput, BatchGetDataQualityResultCommandOutput } from "../commands/BatchGetDataQualityResultCommand";
12
- import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "../commands/BatchGetDevEndpointsCommand";
13
- import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "../commands/BatchGetJobsCommand";
14
- import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "../commands/BatchGetPartitionCommand";
15
- import { BatchGetTableOptimizerCommandInput, BatchGetTableOptimizerCommandOutput } from "../commands/BatchGetTableOptimizerCommand";
16
- import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "../commands/BatchGetTriggersCommand";
17
- import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "../commands/BatchGetWorkflowsCommand";
18
- import { BatchPutDataQualityStatisticAnnotationCommandInput, BatchPutDataQualityStatisticAnnotationCommandOutput } from "../commands/BatchPutDataQualityStatisticAnnotationCommand";
19
- import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "../commands/BatchStopJobRunCommand";
20
- import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "../commands/BatchUpdatePartitionCommand";
21
- import { CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput } from "../commands/CancelDataQualityRuleRecommendationRunCommand";
22
- import { CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput } from "../commands/CancelDataQualityRulesetEvaluationRunCommand";
23
- import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "../commands/CancelMLTaskRunCommand";
24
- import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
25
- import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "../commands/CheckSchemaVersionValidityCommand";
26
- import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "../commands/CreateBlueprintCommand";
27
- import { CreateCatalogCommandInput, CreateCatalogCommandOutput } from "../commands/CreateCatalogCommand";
28
- import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "../commands/CreateClassifierCommand";
29
- import { CreateColumnStatisticsTaskSettingsCommandInput, CreateColumnStatisticsTaskSettingsCommandOutput } from "../commands/CreateColumnStatisticsTaskSettingsCommand";
30
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
31
- import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "../commands/CreateCrawlerCommand";
32
- import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "../commands/CreateCustomEntityTypeCommand";
33
- import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "../commands/CreateDatabaseCommand";
34
- import { CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput } from "../commands/CreateDataQualityRulesetCommand";
35
- import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "../commands/CreateDevEndpointCommand";
36
- import { CreateGlueIdentityCenterConfigurationCommandInput, CreateGlueIdentityCenterConfigurationCommandOutput } from "../commands/CreateGlueIdentityCenterConfigurationCommand";
37
- import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
38
- import { CreateIntegrationResourcePropertyCommandInput, CreateIntegrationResourcePropertyCommandOutput } from "../commands/CreateIntegrationResourcePropertyCommand";
39
- import { CreateIntegrationTablePropertiesCommandInput, CreateIntegrationTablePropertiesCommandOutput } from "../commands/CreateIntegrationTablePropertiesCommand";
40
- import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
41
- import { CreateMLTransformCommandInput, CreateMLTransformCommandOutput } from "../commands/CreateMLTransformCommand";
42
- import { CreatePartitionCommandInput, CreatePartitionCommandOutput } from "../commands/CreatePartitionCommand";
43
- import { CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput } from "../commands/CreatePartitionIndexCommand";
44
- import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "../commands/CreateRegistryCommand";
45
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
46
- import { CreateScriptCommandInput, CreateScriptCommandOutput } from "../commands/CreateScriptCommand";
47
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "../commands/CreateSecurityConfigurationCommand";
48
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
49
- import { CreateTableCommandInput, CreateTableCommandOutput } from "../commands/CreateTableCommand";
50
- import { CreateTableOptimizerCommandInput, CreateTableOptimizerCommandOutput } from "../commands/CreateTableOptimizerCommand";
51
- import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "../commands/CreateTriggerCommand";
52
- import { CreateUsageProfileCommandInput, CreateUsageProfileCommandOutput } from "../commands/CreateUsageProfileCommand";
53
- import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "../commands/CreateUserDefinedFunctionCommand";
54
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
55
- import { DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput } from "../commands/DeleteBlueprintCommand";
56
- import { DeleteCatalogCommandInput, DeleteCatalogCommandOutput } from "../commands/DeleteCatalogCommand";
57
- import { DeleteClassifierCommandInput, DeleteClassifierCommandOutput } from "../commands/DeleteClassifierCommand";
58
- import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput } from "../commands/DeleteColumnStatisticsForPartitionCommand";
59
- import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "../commands/DeleteColumnStatisticsForTableCommand";
60
- import { DeleteColumnStatisticsTaskSettingsCommandInput, DeleteColumnStatisticsTaskSettingsCommandOutput } from "../commands/DeleteColumnStatisticsTaskSettingsCommand";
61
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
62
- import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "../commands/DeleteCrawlerCommand";
63
- import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "../commands/DeleteCustomEntityTypeCommand";
64
- import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "../commands/DeleteDatabaseCommand";
65
- import { DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput } from "../commands/DeleteDataQualityRulesetCommand";
66
- import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "../commands/DeleteDevEndpointCommand";
67
- import { DeleteGlueIdentityCenterConfigurationCommandInput, DeleteGlueIdentityCenterConfigurationCommandOutput } from "../commands/DeleteGlueIdentityCenterConfigurationCommand";
68
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
69
- import { DeleteIntegrationTablePropertiesCommandInput, DeleteIntegrationTablePropertiesCommandOutput } from "../commands/DeleteIntegrationTablePropertiesCommand";
70
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
71
- import { DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput } from "../commands/DeleteMLTransformCommand";
72
- import { DeletePartitionCommandInput, DeletePartitionCommandOutput } from "../commands/DeletePartitionCommand";
73
- import { DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput } from "../commands/DeletePartitionIndexCommand";
74
- import { DeleteRegistryCommandInput, DeleteRegistryCommandOutput } from "../commands/DeleteRegistryCommand";
75
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
76
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
77
- import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "../commands/DeleteSchemaVersionsCommand";
78
- import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "../commands/DeleteSecurityConfigurationCommand";
79
- import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand";
80
- import { DeleteTableCommandInput, DeleteTableCommandOutput } from "../commands/DeleteTableCommand";
81
- import { DeleteTableOptimizerCommandInput, DeleteTableOptimizerCommandOutput } from "../commands/DeleteTableOptimizerCommand";
82
- import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "../commands/DeleteTableVersionCommand";
83
- import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "../commands/DeleteTriggerCommand";
84
- import { DeleteUsageProfileCommandInput, DeleteUsageProfileCommandOutput } from "../commands/DeleteUsageProfileCommand";
85
- import { DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput } from "../commands/DeleteUserDefinedFunctionCommand";
86
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
87
- import { DescribeConnectionTypeCommandInput, DescribeConnectionTypeCommandOutput } from "../commands/DescribeConnectionTypeCommand";
88
- import { DescribeEntityCommandInput, DescribeEntityCommandOutput } from "../commands/DescribeEntityCommand";
89
- import { DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput } from "../commands/DescribeInboundIntegrationsCommand";
90
- import { DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput } from "../commands/DescribeIntegrationsCommand";
91
- import { GetBlueprintCommandInput, GetBlueprintCommandOutput } from "../commands/GetBlueprintCommand";
92
- import { GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput } from "../commands/GetBlueprintRunCommand";
93
- import { GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput } from "../commands/GetBlueprintRunsCommand";
94
- import { GetCatalogCommandInput, GetCatalogCommandOutput } from "../commands/GetCatalogCommand";
95
- import { GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput } from "../commands/GetCatalogImportStatusCommand";
96
- import { GetCatalogsCommandInput, GetCatalogsCommandOutput } from "../commands/GetCatalogsCommand";
97
- import { GetClassifierCommandInput, GetClassifierCommandOutput } from "../commands/GetClassifierCommand";
98
- import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "../commands/GetClassifiersCommand";
99
- import { GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput } from "../commands/GetColumnStatisticsForPartitionCommand";
100
- import { GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput } from "../commands/GetColumnStatisticsForTableCommand";
101
- import { GetColumnStatisticsTaskRunCommandInput, GetColumnStatisticsTaskRunCommandOutput } from "../commands/GetColumnStatisticsTaskRunCommand";
102
- import { GetColumnStatisticsTaskRunsCommandInput, GetColumnStatisticsTaskRunsCommandOutput } from "../commands/GetColumnStatisticsTaskRunsCommand";
103
- import { GetColumnStatisticsTaskSettingsCommandInput, GetColumnStatisticsTaskSettingsCommandOutput } from "../commands/GetColumnStatisticsTaskSettingsCommand";
104
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand";
105
- import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
106
- import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "../commands/GetCrawlerCommand";
107
- import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "../commands/GetCrawlerMetricsCommand";
108
- import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand";
109
- import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "../commands/GetCustomEntityTypeCommand";
110
- import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/GetDatabaseCommand";
111
- import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "../commands/GetDatabasesCommand";
112
- import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "../commands/GetDataCatalogEncryptionSettingsCommand";
113
- import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "../commands/GetDataflowGraphCommand";
114
- import { GetDataQualityModelCommandInput, GetDataQualityModelCommandOutput } from "../commands/GetDataQualityModelCommand";
115
- import { GetDataQualityModelResultCommandInput, GetDataQualityModelResultCommandOutput } from "../commands/GetDataQualityModelResultCommand";
116
- import { GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput } from "../commands/GetDataQualityResultCommand";
117
- import { GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput } from "../commands/GetDataQualityRuleRecommendationRunCommand";
118
- import { GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput } from "../commands/GetDataQualityRulesetCommand";
119
- import { GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEvaluationRunCommandOutput } from "../commands/GetDataQualityRulesetEvaluationRunCommand";
120
- import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "../commands/GetDevEndpointCommand";
121
- import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "../commands/GetDevEndpointsCommand";
122
- import { GetEntityRecordsCommandInput, GetEntityRecordsCommandOutput } from "../commands/GetEntityRecordsCommand";
123
- import { GetGlueIdentityCenterConfigurationCommandInput, GetGlueIdentityCenterConfigurationCommandOutput } from "../commands/GetGlueIdentityCenterConfigurationCommand";
124
- import { GetIntegrationResourcePropertyCommandInput, GetIntegrationResourcePropertyCommandOutput } from "../commands/GetIntegrationResourcePropertyCommand";
125
- import { GetIntegrationTablePropertiesCommandInput, GetIntegrationTablePropertiesCommandOutput } from "../commands/GetIntegrationTablePropertiesCommand";
126
- import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "../commands/GetJobBookmarkCommand";
127
- import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
128
- import { GetJobRunCommandInput, GetJobRunCommandOutput } from "../commands/GetJobRunCommand";
129
- import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "../commands/GetJobRunsCommand";
130
- import { GetJobsCommandInput, GetJobsCommandOutput } from "../commands/GetJobsCommand";
131
- import { GetMappingCommandInput, GetMappingCommandOutput } from "../commands/GetMappingCommand";
132
- import { GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput } from "../commands/GetMLTaskRunCommand";
133
- import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "../commands/GetMLTaskRunsCommand";
134
- import { GetMLTransformCommandInput, GetMLTransformCommandOutput } from "../commands/GetMLTransformCommand";
135
- import { GetMLTransformsCommandInput, GetMLTransformsCommandOutput } from "../commands/GetMLTransformsCommand";
136
- import { GetPartitionCommandInput, GetPartitionCommandOutput } from "../commands/GetPartitionCommand";
137
- import { GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput } from "../commands/GetPartitionIndexesCommand";
138
- import { GetPartitionsCommandInput, GetPartitionsCommandOutput } from "../commands/GetPartitionsCommand";
139
- import { GetPlanCommandInput, GetPlanCommandOutput } from "../commands/GetPlanCommand";
140
- import { GetRegistryCommandInput, GetRegistryCommandOutput } from "../commands/GetRegistryCommand";
141
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
142
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
143
- import { GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput } from "../commands/GetSchemaByDefinitionCommand";
144
- import { GetSchemaCommandInput, GetSchemaCommandOutput } from "../commands/GetSchemaCommand";
145
- import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "../commands/GetSchemaVersionCommand";
146
- import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "../commands/GetSchemaVersionsDiffCommand";
147
- import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "../commands/GetSecurityConfigurationCommand";
148
- import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "../commands/GetSecurityConfigurationsCommand";
149
- import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
150
- import { GetStatementCommandInput, GetStatementCommandOutput } from "../commands/GetStatementCommand";
151
- import { GetTableCommandInput, GetTableCommandOutput } from "../commands/GetTableCommand";
152
- import { GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput } from "../commands/GetTableOptimizerCommand";
153
- import { GetTablesCommandInput, GetTablesCommandOutput } from "../commands/GetTablesCommand";
154
- import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "../commands/GetTableVersionCommand";
155
- import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "../commands/GetTableVersionsCommand";
156
- import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
157
- import { GetTriggerCommandInput, GetTriggerCommandOutput } from "../commands/GetTriggerCommand";
158
- import { GetTriggersCommandInput, GetTriggersCommandOutput } from "../commands/GetTriggersCommand";
159
- import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "../commands/GetUnfilteredPartitionMetadataCommand";
160
- import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "../commands/GetUnfilteredPartitionsMetadataCommand";
161
- import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "../commands/GetUnfilteredTableMetadataCommand";
162
- import { GetUsageProfileCommandInput, GetUsageProfileCommandOutput } from "../commands/GetUsageProfileCommand";
163
- import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "../commands/GetUserDefinedFunctionCommand";
164
- import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "../commands/GetUserDefinedFunctionsCommand";
165
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
166
- import { GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput } from "../commands/GetWorkflowRunCommand";
167
- import { GetWorkflowRunPropertiesCommandInput, GetWorkflowRunPropertiesCommandOutput } from "../commands/GetWorkflowRunPropertiesCommand";
168
- import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "../commands/GetWorkflowRunsCommand";
169
- import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "../commands/ImportCatalogToGlueCommand";
170
- import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "../commands/ListBlueprintsCommand";
171
- import { ListColumnStatisticsTaskRunsCommandInput, ListColumnStatisticsTaskRunsCommandOutput } from "../commands/ListColumnStatisticsTaskRunsCommand";
172
- import { ListConnectionTypesCommandInput, ListConnectionTypesCommandOutput } from "../commands/ListConnectionTypesCommand";
173
- import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "../commands/ListCrawlersCommand";
174
- import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "../commands/ListCrawlsCommand";
175
- import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
176
- import { ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput } from "../commands/ListDataQualityResultsCommand";
177
- import { ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput } from "../commands/ListDataQualityRuleRecommendationRunsCommand";
178
- import { ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput } from "../commands/ListDataQualityRulesetEvaluationRunsCommand";
179
- import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput } from "../commands/ListDataQualityRulesetsCommand";
180
- import { ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput } from "../commands/ListDataQualityStatisticAnnotationsCommand";
181
- import { ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput } from "../commands/ListDataQualityStatisticsCommand";
182
- import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
183
- import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "../commands/ListEntitiesCommand";
184
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
185
- import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
186
- import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
187
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
188
- import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
189
- import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
190
- import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
191
- import { ListTableOptimizerRunsCommandInput, ListTableOptimizerRunsCommandOutput } from "../commands/ListTableOptimizerRunsCommand";
192
- import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands/ListTriggersCommand";
193
- import { ListUsageProfilesCommandInput, ListUsageProfilesCommandOutput } from "../commands/ListUsageProfilesCommand";
194
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
195
- import { ModifyIntegrationCommandInput, ModifyIntegrationCommandOutput } from "../commands/ModifyIntegrationCommand";
196
- import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "../commands/PutDataCatalogEncryptionSettingsCommand";
197
- import { PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput } from "../commands/PutDataQualityProfileAnnotationCommand";
198
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
199
- import { PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput } from "../commands/PutSchemaVersionMetadataCommand";
200
- import { PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput } from "../commands/PutWorkflowRunPropertiesCommand";
201
- import { QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput } from "../commands/QuerySchemaVersionMetadataCommand";
202
- import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput } from "../commands/RegisterSchemaVersionCommand";
203
- import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "../commands/RemoveSchemaVersionMetadataCommand";
204
- import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "../commands/ResetJobBookmarkCommand";
205
- import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "../commands/ResumeWorkflowRunCommand";
206
- import { RunStatementCommandInput, RunStatementCommandOutput } from "../commands/RunStatementCommand";
207
- import { SearchTablesCommandInput, SearchTablesCommandOutput } from "../commands/SearchTablesCommand";
208
- import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "../commands/StartBlueprintRunCommand";
209
- import { StartColumnStatisticsTaskRunCommandInput, StartColumnStatisticsTaskRunCommandOutput } from "../commands/StartColumnStatisticsTaskRunCommand";
210
- import { StartColumnStatisticsTaskRunScheduleCommandInput, StartColumnStatisticsTaskRunScheduleCommandOutput } from "../commands/StartColumnStatisticsTaskRunScheduleCommand";
211
- import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "../commands/StartCrawlerCommand";
212
- import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "../commands/StartCrawlerScheduleCommand";
213
- import { StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput } from "../commands/StartDataQualityRuleRecommendationRunCommand";
214
- import { StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput } from "../commands/StartDataQualityRulesetEvaluationRunCommand";
215
- import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "../commands/StartExportLabelsTaskRunCommand";
216
- import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "../commands/StartImportLabelsTaskRunCommand";
217
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "../commands/StartJobRunCommand";
218
- import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput } from "../commands/StartMLEvaluationTaskRunCommand";
219
- import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "../commands/StartMLLabelingSetGenerationTaskRunCommand";
220
- import { StartTriggerCommandInput, StartTriggerCommandOutput } from "../commands/StartTriggerCommand";
221
- import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "../commands/StartWorkflowRunCommand";
222
- import { StopColumnStatisticsTaskRunCommandInput, StopColumnStatisticsTaskRunCommandOutput } from "../commands/StopColumnStatisticsTaskRunCommand";
223
- import { StopColumnStatisticsTaskRunScheduleCommandInput, StopColumnStatisticsTaskRunScheduleCommandOutput } from "../commands/StopColumnStatisticsTaskRunScheduleCommand";
224
- import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "../commands/StopCrawlerCommand";
225
- import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "../commands/StopCrawlerScheduleCommand";
226
- import { StopSessionCommandInput, StopSessionCommandOutput } from "../commands/StopSessionCommand";
227
- import { StopTriggerCommandInput, StopTriggerCommandOutput } from "../commands/StopTriggerCommand";
228
- import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "../commands/StopWorkflowRunCommand";
229
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
230
- import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
231
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
232
- import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "../commands/UpdateBlueprintCommand";
233
- import { UpdateCatalogCommandInput, UpdateCatalogCommandOutput } from "../commands/UpdateCatalogCommand";
234
- import { UpdateClassifierCommandInput, UpdateClassifierCommandOutput } from "../commands/UpdateClassifierCommand";
235
- import { UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput } from "../commands/UpdateColumnStatisticsForPartitionCommand";
236
- import { UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput } from "../commands/UpdateColumnStatisticsForTableCommand";
237
- import { UpdateColumnStatisticsTaskSettingsCommandInput, UpdateColumnStatisticsTaskSettingsCommandOutput } from "../commands/UpdateColumnStatisticsTaskSettingsCommand";
238
- import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
239
- import { UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput } from "../commands/UpdateCrawlerCommand";
240
- import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput } from "../commands/UpdateCrawlerScheduleCommand";
241
- import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "../commands/UpdateDatabaseCommand";
242
- import { UpdateDataQualityRulesetCommandInput, UpdateDataQualityRulesetCommandOutput } from "../commands/UpdateDataQualityRulesetCommand";
243
- import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "../commands/UpdateDevEndpointCommand";
244
- import { UpdateGlueIdentityCenterConfigurationCommandInput, UpdateGlueIdentityCenterConfigurationCommandOutput } from "../commands/UpdateGlueIdentityCenterConfigurationCommand";
245
- import { UpdateIntegrationResourcePropertyCommandInput, UpdateIntegrationResourcePropertyCommandOutput } from "../commands/UpdateIntegrationResourcePropertyCommand";
246
- import { UpdateIntegrationTablePropertiesCommandInput, UpdateIntegrationTablePropertiesCommandOutput } from "../commands/UpdateIntegrationTablePropertiesCommand";
247
- import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
248
- import { UpdateJobFromSourceControlCommandInput, UpdateJobFromSourceControlCommandOutput } from "../commands/UpdateJobFromSourceControlCommand";
249
- import { UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput } from "../commands/UpdateMLTransformCommand";
250
- import { UpdatePartitionCommandInput, UpdatePartitionCommandOutput } from "../commands/UpdatePartitionCommand";
251
- import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "../commands/UpdateRegistryCommand";
252
- import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "../commands/UpdateSchemaCommand";
253
- import { UpdateSourceControlFromJobCommandInput, UpdateSourceControlFromJobCommandOutput } from "../commands/UpdateSourceControlFromJobCommand";
254
- import { UpdateTableCommandInput, UpdateTableCommandOutput } from "../commands/UpdateTableCommand";
255
- import { UpdateTableOptimizerCommandInput, UpdateTableOptimizerCommandOutput } from "../commands/UpdateTableOptimizerCommand";
256
- import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "../commands/UpdateTriggerCommand";
257
- import { UpdateUsageProfileCommandInput, UpdateUsageProfileCommandOutput } from "../commands/UpdateUsageProfileCommand";
258
- import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "../commands/UpdateUserDefinedFunctionCommand";
259
- import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
260
- /**
261
- * serializeAws_json1_1BatchCreatePartitionCommand
262
- */
263
- export declare const se_BatchCreatePartitionCommand: (input: BatchCreatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_1BatchDeleteConnectionCommand
266
- */
267
- export declare const se_BatchDeleteConnectionCommand: (input: BatchDeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_json1_1BatchDeletePartitionCommand
270
- */
271
- export declare const se_BatchDeletePartitionCommand: (input: BatchDeletePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_json1_1BatchDeleteTableCommand
274
- */
275
- export declare const se_BatchDeleteTableCommand: (input: BatchDeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_json1_1BatchDeleteTableVersionCommand
278
- */
279
- export declare const se_BatchDeleteTableVersionCommand: (input: BatchDeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_json1_1BatchGetBlueprintsCommand
282
- */
283
- export declare const se_BatchGetBlueprintsCommand: (input: BatchGetBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_json1_1BatchGetCrawlersCommand
286
- */
287
- export declare const se_BatchGetCrawlersCommand: (input: BatchGetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * serializeAws_json1_1BatchGetCustomEntityTypesCommand
290
- */
291
- export declare const se_BatchGetCustomEntityTypesCommand: (input: BatchGetCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- /**
293
- * serializeAws_json1_1BatchGetDataQualityResultCommand
294
- */
295
- export declare const se_BatchGetDataQualityResultCommand: (input: BatchGetDataQualityResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- /**
297
- * serializeAws_json1_1BatchGetDevEndpointsCommand
298
- */
299
- export declare const se_BatchGetDevEndpointsCommand: (input: BatchGetDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- /**
301
- * serializeAws_json1_1BatchGetJobsCommand
302
- */
303
- export declare const se_BatchGetJobsCommand: (input: BatchGetJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- /**
305
- * serializeAws_json1_1BatchGetPartitionCommand
306
- */
307
- export declare const se_BatchGetPartitionCommand: (input: BatchGetPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- /**
309
- * serializeAws_json1_1BatchGetTableOptimizerCommand
310
- */
311
- export declare const se_BatchGetTableOptimizerCommand: (input: BatchGetTableOptimizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- /**
313
- * serializeAws_json1_1BatchGetTriggersCommand
314
- */
315
- export declare const se_BatchGetTriggersCommand: (input: BatchGetTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- /**
317
- * serializeAws_json1_1BatchGetWorkflowsCommand
318
- */
319
- export declare const se_BatchGetWorkflowsCommand: (input: BatchGetWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- /**
321
- * serializeAws_json1_1BatchPutDataQualityStatisticAnnotationCommand
322
- */
323
- export declare const se_BatchPutDataQualityStatisticAnnotationCommand: (input: BatchPutDataQualityStatisticAnnotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- /**
325
- * serializeAws_json1_1BatchStopJobRunCommand
326
- */
327
- export declare const se_BatchStopJobRunCommand: (input: BatchStopJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- /**
329
- * serializeAws_json1_1BatchUpdatePartitionCommand
330
- */
331
- export declare const se_BatchUpdatePartitionCommand: (input: BatchUpdatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
- /**
333
- * serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand
334
- */
335
- export declare const se_CancelDataQualityRuleRecommendationRunCommand: (input: CancelDataQualityRuleRecommendationRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
- /**
337
- * serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand
338
- */
339
- export declare const se_CancelDataQualityRulesetEvaluationRunCommand: (input: CancelDataQualityRulesetEvaluationRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
- /**
341
- * serializeAws_json1_1CancelMLTaskRunCommand
342
- */
343
- export declare const se_CancelMLTaskRunCommand: (input: CancelMLTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
- /**
345
- * serializeAws_json1_1CancelStatementCommand
346
- */
347
- export declare const se_CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
- /**
349
- * serializeAws_json1_1CheckSchemaVersionValidityCommand
350
- */
351
- export declare const se_CheckSchemaVersionValidityCommand: (input: CheckSchemaVersionValidityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
- /**
353
- * serializeAws_json1_1CreateBlueprintCommand
354
- */
355
- export declare const se_CreateBlueprintCommand: (input: CreateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
- /**
357
- * serializeAws_json1_1CreateCatalogCommand
358
- */
359
- export declare const se_CreateCatalogCommand: (input: CreateCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
- /**
361
- * serializeAws_json1_1CreateClassifierCommand
362
- */
363
- export declare const se_CreateClassifierCommand: (input: CreateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
- /**
365
- * serializeAws_json1_1CreateColumnStatisticsTaskSettingsCommand
366
- */
367
- export declare const se_CreateColumnStatisticsTaskSettingsCommand: (input: CreateColumnStatisticsTaskSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
- /**
369
- * serializeAws_json1_1CreateConnectionCommand
370
- */
371
- export declare const se_CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
372
- /**
373
- * serializeAws_json1_1CreateCrawlerCommand
374
- */
375
- export declare const se_CreateCrawlerCommand: (input: CreateCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
376
- /**
377
- * serializeAws_json1_1CreateCustomEntityTypeCommand
378
- */
379
- export declare const se_CreateCustomEntityTypeCommand: (input: CreateCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
380
- /**
381
- * serializeAws_json1_1CreateDatabaseCommand
382
- */
383
- export declare const se_CreateDatabaseCommand: (input: CreateDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
- /**
385
- * serializeAws_json1_1CreateDataQualityRulesetCommand
386
- */
387
- export declare const se_CreateDataQualityRulesetCommand: (input: CreateDataQualityRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
388
- /**
389
- * serializeAws_json1_1CreateDevEndpointCommand
390
- */
391
- export declare const se_CreateDevEndpointCommand: (input: CreateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
392
- /**
393
- * serializeAws_json1_1CreateGlueIdentityCenterConfigurationCommand
394
- */
395
- export declare const se_CreateGlueIdentityCenterConfigurationCommand: (input: CreateGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
396
- /**
397
- * serializeAws_json1_1CreateIntegrationCommand
398
- */
399
- export declare const se_CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
400
- /**
401
- * serializeAws_json1_1CreateIntegrationResourcePropertyCommand
402
- */
403
- export declare const se_CreateIntegrationResourcePropertyCommand: (input: CreateIntegrationResourcePropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
404
- /**
405
- * serializeAws_json1_1CreateIntegrationTablePropertiesCommand
406
- */
407
- export declare const se_CreateIntegrationTablePropertiesCommand: (input: CreateIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
408
- /**
409
- * serializeAws_json1_1CreateJobCommand
410
- */
411
- export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
412
- /**
413
- * serializeAws_json1_1CreateMLTransformCommand
414
- */
415
- export declare const se_CreateMLTransformCommand: (input: CreateMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
416
- /**
417
- * serializeAws_json1_1CreatePartitionCommand
418
- */
419
- export declare const se_CreatePartitionCommand: (input: CreatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
420
- /**
421
- * serializeAws_json1_1CreatePartitionIndexCommand
422
- */
423
- export declare const se_CreatePartitionIndexCommand: (input: CreatePartitionIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
424
- /**
425
- * serializeAws_json1_1CreateRegistryCommand
426
- */
427
- export declare const se_CreateRegistryCommand: (input: CreateRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
428
- /**
429
- * serializeAws_json1_1CreateSchemaCommand
430
- */
431
- export declare const se_CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
432
- /**
433
- * serializeAws_json1_1CreateScriptCommand
434
- */
435
- export declare const se_CreateScriptCommand: (input: CreateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
436
- /**
437
- * serializeAws_json1_1CreateSecurityConfigurationCommand
438
- */
439
- export declare const se_CreateSecurityConfigurationCommand: (input: CreateSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
440
- /**
441
- * serializeAws_json1_1CreateSessionCommand
442
- */
443
- export declare const se_CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
444
- /**
445
- * serializeAws_json1_1CreateTableCommand
446
- */
447
- export declare const se_CreateTableCommand: (input: CreateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
448
- /**
449
- * serializeAws_json1_1CreateTableOptimizerCommand
450
- */
451
- export declare const se_CreateTableOptimizerCommand: (input: CreateTableOptimizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
452
- /**
453
- * serializeAws_json1_1CreateTriggerCommand
454
- */
455
- export declare const se_CreateTriggerCommand: (input: CreateTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
456
- /**
457
- * serializeAws_json1_1CreateUsageProfileCommand
458
- */
459
- export declare const se_CreateUsageProfileCommand: (input: CreateUsageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
460
- /**
461
- * serializeAws_json1_1CreateUserDefinedFunctionCommand
462
- */
463
- export declare const se_CreateUserDefinedFunctionCommand: (input: CreateUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
464
- /**
465
- * serializeAws_json1_1CreateWorkflowCommand
466
- */
467
- export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
468
- /**
469
- * serializeAws_json1_1DeleteBlueprintCommand
470
- */
471
- export declare const se_DeleteBlueprintCommand: (input: DeleteBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
472
- /**
473
- * serializeAws_json1_1DeleteCatalogCommand
474
- */
475
- export declare const se_DeleteCatalogCommand: (input: DeleteCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
476
- /**
477
- * serializeAws_json1_1DeleteClassifierCommand
478
- */
479
- export declare const se_DeleteClassifierCommand: (input: DeleteClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
480
- /**
481
- * serializeAws_json1_1DeleteColumnStatisticsForPartitionCommand
482
- */
483
- export declare const se_DeleteColumnStatisticsForPartitionCommand: (input: DeleteColumnStatisticsForPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
484
- /**
485
- * serializeAws_json1_1DeleteColumnStatisticsForTableCommand
486
- */
487
- export declare const se_DeleteColumnStatisticsForTableCommand: (input: DeleteColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
488
- /**
489
- * serializeAws_json1_1DeleteColumnStatisticsTaskSettingsCommand
490
- */
491
- export declare const se_DeleteColumnStatisticsTaskSettingsCommand: (input: DeleteColumnStatisticsTaskSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
492
- /**
493
- * serializeAws_json1_1DeleteConnectionCommand
494
- */
495
- export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
496
- /**
497
- * serializeAws_json1_1DeleteCrawlerCommand
498
- */
499
- export declare const se_DeleteCrawlerCommand: (input: DeleteCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
500
- /**
501
- * serializeAws_json1_1DeleteCustomEntityTypeCommand
502
- */
503
- export declare const se_DeleteCustomEntityTypeCommand: (input: DeleteCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
504
- /**
505
- * serializeAws_json1_1DeleteDatabaseCommand
506
- */
507
- export declare const se_DeleteDatabaseCommand: (input: DeleteDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
508
- /**
509
- * serializeAws_json1_1DeleteDataQualityRulesetCommand
510
- */
511
- export declare const se_DeleteDataQualityRulesetCommand: (input: DeleteDataQualityRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
512
- /**
513
- * serializeAws_json1_1DeleteDevEndpointCommand
514
- */
515
- export declare const se_DeleteDevEndpointCommand: (input: DeleteDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
516
- /**
517
- * serializeAws_json1_1DeleteGlueIdentityCenterConfigurationCommand
518
- */
519
- export declare const se_DeleteGlueIdentityCenterConfigurationCommand: (input: DeleteGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
520
- /**
521
- * serializeAws_json1_1DeleteIntegrationCommand
522
- */
523
- export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
524
- /**
525
- * serializeAws_json1_1DeleteIntegrationTablePropertiesCommand
526
- */
527
- export declare const se_DeleteIntegrationTablePropertiesCommand: (input: DeleteIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
528
- /**
529
- * serializeAws_json1_1DeleteJobCommand
530
- */
531
- export declare const se_DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
532
- /**
533
- * serializeAws_json1_1DeleteMLTransformCommand
534
- */
535
- export declare const se_DeleteMLTransformCommand: (input: DeleteMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
536
- /**
537
- * serializeAws_json1_1DeletePartitionCommand
538
- */
539
- export declare const se_DeletePartitionCommand: (input: DeletePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
540
- /**
541
- * serializeAws_json1_1DeletePartitionIndexCommand
542
- */
543
- export declare const se_DeletePartitionIndexCommand: (input: DeletePartitionIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
544
- /**
545
- * serializeAws_json1_1DeleteRegistryCommand
546
- */
547
- export declare const se_DeleteRegistryCommand: (input: DeleteRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
548
- /**
549
- * serializeAws_json1_1DeleteResourcePolicyCommand
550
- */
551
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
552
- /**
553
- * serializeAws_json1_1DeleteSchemaCommand
554
- */
555
- export declare const se_DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
556
- /**
557
- * serializeAws_json1_1DeleteSchemaVersionsCommand
558
- */
559
- export declare const se_DeleteSchemaVersionsCommand: (input: DeleteSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
560
- /**
561
- * serializeAws_json1_1DeleteSecurityConfigurationCommand
562
- */
563
- export declare const se_DeleteSecurityConfigurationCommand: (input: DeleteSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
564
- /**
565
- * serializeAws_json1_1DeleteSessionCommand
566
- */
567
- export declare const se_DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
568
- /**
569
- * serializeAws_json1_1DeleteTableCommand
570
- */
571
- export declare const se_DeleteTableCommand: (input: DeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
572
- /**
573
- * serializeAws_json1_1DeleteTableOptimizerCommand
574
- */
575
- export declare const se_DeleteTableOptimizerCommand: (input: DeleteTableOptimizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
576
- /**
577
- * serializeAws_json1_1DeleteTableVersionCommand
578
- */
579
- export declare const se_DeleteTableVersionCommand: (input: DeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
580
- /**
581
- * serializeAws_json1_1DeleteTriggerCommand
582
- */
583
- export declare const se_DeleteTriggerCommand: (input: DeleteTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
584
- /**
585
- * serializeAws_json1_1DeleteUsageProfileCommand
586
- */
587
- export declare const se_DeleteUsageProfileCommand: (input: DeleteUsageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
588
- /**
589
- * serializeAws_json1_1DeleteUserDefinedFunctionCommand
590
- */
591
- export declare const se_DeleteUserDefinedFunctionCommand: (input: DeleteUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
592
- /**
593
- * serializeAws_json1_1DeleteWorkflowCommand
594
- */
595
- export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
596
- /**
597
- * serializeAws_json1_1DescribeConnectionTypeCommand
598
- */
599
- export declare const se_DescribeConnectionTypeCommand: (input: DescribeConnectionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
600
- /**
601
- * serializeAws_json1_1DescribeEntityCommand
602
- */
603
- export declare const se_DescribeEntityCommand: (input: DescribeEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
604
- /**
605
- * serializeAws_json1_1DescribeInboundIntegrationsCommand
606
- */
607
- export declare const se_DescribeInboundIntegrationsCommand: (input: DescribeInboundIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
608
- /**
609
- * serializeAws_json1_1DescribeIntegrationsCommand
610
- */
611
- export declare const se_DescribeIntegrationsCommand: (input: DescribeIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
612
- /**
613
- * serializeAws_json1_1GetBlueprintCommand
614
- */
615
- export declare const se_GetBlueprintCommand: (input: GetBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
616
- /**
617
- * serializeAws_json1_1GetBlueprintRunCommand
618
- */
619
- export declare const se_GetBlueprintRunCommand: (input: GetBlueprintRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
620
- /**
621
- * serializeAws_json1_1GetBlueprintRunsCommand
622
- */
623
- export declare const se_GetBlueprintRunsCommand: (input: GetBlueprintRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
624
- /**
625
- * serializeAws_json1_1GetCatalogCommand
626
- */
627
- export declare const se_GetCatalogCommand: (input: GetCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
628
- /**
629
- * serializeAws_json1_1GetCatalogImportStatusCommand
630
- */
631
- export declare const se_GetCatalogImportStatusCommand: (input: GetCatalogImportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
632
- /**
633
- * serializeAws_json1_1GetCatalogsCommand
634
- */
635
- export declare const se_GetCatalogsCommand: (input: GetCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
636
- /**
637
- * serializeAws_json1_1GetClassifierCommand
638
- */
639
- export declare const se_GetClassifierCommand: (input: GetClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
640
- /**
641
- * serializeAws_json1_1GetClassifiersCommand
642
- */
643
- export declare const se_GetClassifiersCommand: (input: GetClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
644
- /**
645
- * serializeAws_json1_1GetColumnStatisticsForPartitionCommand
646
- */
647
- export declare const se_GetColumnStatisticsForPartitionCommand: (input: GetColumnStatisticsForPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
648
- /**
649
- * serializeAws_json1_1GetColumnStatisticsForTableCommand
650
- */
651
- export declare const se_GetColumnStatisticsForTableCommand: (input: GetColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
652
- /**
653
- * serializeAws_json1_1GetColumnStatisticsTaskRunCommand
654
- */
655
- export declare const se_GetColumnStatisticsTaskRunCommand: (input: GetColumnStatisticsTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
656
- /**
657
- * serializeAws_json1_1GetColumnStatisticsTaskRunsCommand
658
- */
659
- export declare const se_GetColumnStatisticsTaskRunsCommand: (input: GetColumnStatisticsTaskRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
660
- /**
661
- * serializeAws_json1_1GetColumnStatisticsTaskSettingsCommand
662
- */
663
- export declare const se_GetColumnStatisticsTaskSettingsCommand: (input: GetColumnStatisticsTaskSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
664
- /**
665
- * serializeAws_json1_1GetConnectionCommand
666
- */
667
- export declare const se_GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
668
- /**
669
- * serializeAws_json1_1GetConnectionsCommand
670
- */
671
- export declare const se_GetConnectionsCommand: (input: GetConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
672
- /**
673
- * serializeAws_json1_1GetCrawlerCommand
674
- */
675
- export declare const se_GetCrawlerCommand: (input: GetCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
676
- /**
677
- * serializeAws_json1_1GetCrawlerMetricsCommand
678
- */
679
- export declare const se_GetCrawlerMetricsCommand: (input: GetCrawlerMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
680
- /**
681
- * serializeAws_json1_1GetCrawlersCommand
682
- */
683
- export declare const se_GetCrawlersCommand: (input: GetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
684
- /**
685
- * serializeAws_json1_1GetCustomEntityTypeCommand
686
- */
687
- export declare const se_GetCustomEntityTypeCommand: (input: GetCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
688
- /**
689
- * serializeAws_json1_1GetDatabaseCommand
690
- */
691
- export declare const se_GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
692
- /**
693
- * serializeAws_json1_1GetDatabasesCommand
694
- */
695
- export declare const se_GetDatabasesCommand: (input: GetDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
696
- /**
697
- * serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand
698
- */
699
- export declare const se_GetDataCatalogEncryptionSettingsCommand: (input: GetDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
700
- /**
701
- * serializeAws_json1_1GetDataflowGraphCommand
702
- */
703
- export declare const se_GetDataflowGraphCommand: (input: GetDataflowGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
704
- /**
705
- * serializeAws_json1_1GetDataQualityModelCommand
706
- */
707
- export declare const se_GetDataQualityModelCommand: (input: GetDataQualityModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
708
- /**
709
- * serializeAws_json1_1GetDataQualityModelResultCommand
710
- */
711
- export declare const se_GetDataQualityModelResultCommand: (input: GetDataQualityModelResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
712
- /**
713
- * serializeAws_json1_1GetDataQualityResultCommand
714
- */
715
- export declare const se_GetDataQualityResultCommand: (input: GetDataQualityResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
716
- /**
717
- * serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand
718
- */
719
- export declare const se_GetDataQualityRuleRecommendationRunCommand: (input: GetDataQualityRuleRecommendationRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
720
- /**
721
- * serializeAws_json1_1GetDataQualityRulesetCommand
722
- */
723
- export declare const se_GetDataQualityRulesetCommand: (input: GetDataQualityRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
724
- /**
725
- * serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand
726
- */
727
- export declare const se_GetDataQualityRulesetEvaluationRunCommand: (input: GetDataQualityRulesetEvaluationRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
728
- /**
729
- * serializeAws_json1_1GetDevEndpointCommand
730
- */
731
- export declare const se_GetDevEndpointCommand: (input: GetDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
732
- /**
733
- * serializeAws_json1_1GetDevEndpointsCommand
734
- */
735
- export declare const se_GetDevEndpointsCommand: (input: GetDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
736
- /**
737
- * serializeAws_json1_1GetEntityRecordsCommand
738
- */
739
- export declare const se_GetEntityRecordsCommand: (input: GetEntityRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
740
- /**
741
- * serializeAws_json1_1GetGlueIdentityCenterConfigurationCommand
742
- */
743
- export declare const se_GetGlueIdentityCenterConfigurationCommand: (input: GetGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
744
- /**
745
- * serializeAws_json1_1GetIntegrationResourcePropertyCommand
746
- */
747
- export declare const se_GetIntegrationResourcePropertyCommand: (input: GetIntegrationResourcePropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
748
- /**
749
- * serializeAws_json1_1GetIntegrationTablePropertiesCommand
750
- */
751
- export declare const se_GetIntegrationTablePropertiesCommand: (input: GetIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
752
- /**
753
- * serializeAws_json1_1GetJobCommand
754
- */
755
- export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
756
- /**
757
- * serializeAws_json1_1GetJobBookmarkCommand
758
- */
759
- export declare const se_GetJobBookmarkCommand: (input: GetJobBookmarkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
760
- /**
761
- * serializeAws_json1_1GetJobRunCommand
762
- */
763
- export declare const se_GetJobRunCommand: (input: GetJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
764
- /**
765
- * serializeAws_json1_1GetJobRunsCommand
766
- */
767
- export declare const se_GetJobRunsCommand: (input: GetJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
768
- /**
769
- * serializeAws_json1_1GetJobsCommand
770
- */
771
- export declare const se_GetJobsCommand: (input: GetJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
772
- /**
773
- * serializeAws_json1_1GetMappingCommand
774
- */
775
- export declare const se_GetMappingCommand: (input: GetMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
776
- /**
777
- * serializeAws_json1_1GetMLTaskRunCommand
778
- */
779
- export declare const se_GetMLTaskRunCommand: (input: GetMLTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
780
- /**
781
- * serializeAws_json1_1GetMLTaskRunsCommand
782
- */
783
- export declare const se_GetMLTaskRunsCommand: (input: GetMLTaskRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
784
- /**
785
- * serializeAws_json1_1GetMLTransformCommand
786
- */
787
- export declare const se_GetMLTransformCommand: (input: GetMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
788
- /**
789
- * serializeAws_json1_1GetMLTransformsCommand
790
- */
791
- export declare const se_GetMLTransformsCommand: (input: GetMLTransformsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
792
- /**
793
- * serializeAws_json1_1GetPartitionCommand
794
- */
795
- export declare const se_GetPartitionCommand: (input: GetPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
796
- /**
797
- * serializeAws_json1_1GetPartitionIndexesCommand
798
- */
799
- export declare const se_GetPartitionIndexesCommand: (input: GetPartitionIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
800
- /**
801
- * serializeAws_json1_1GetPartitionsCommand
802
- */
803
- export declare const se_GetPartitionsCommand: (input: GetPartitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
804
- /**
805
- * serializeAws_json1_1GetPlanCommand
806
- */
807
- export declare const se_GetPlanCommand: (input: GetPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
808
- /**
809
- * serializeAws_json1_1GetRegistryCommand
810
- */
811
- export declare const se_GetRegistryCommand: (input: GetRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
812
- /**
813
- * serializeAws_json1_1GetResourcePoliciesCommand
814
- */
815
- export declare const se_GetResourcePoliciesCommand: (input: GetResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
816
- /**
817
- * serializeAws_json1_1GetResourcePolicyCommand
818
- */
819
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
820
- /**
821
- * serializeAws_json1_1GetSchemaCommand
822
- */
823
- export declare const se_GetSchemaCommand: (input: GetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
824
- /**
825
- * serializeAws_json1_1GetSchemaByDefinitionCommand
826
- */
827
- export declare const se_GetSchemaByDefinitionCommand: (input: GetSchemaByDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
828
- /**
829
- * serializeAws_json1_1GetSchemaVersionCommand
830
- */
831
- export declare const se_GetSchemaVersionCommand: (input: GetSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
832
- /**
833
- * serializeAws_json1_1GetSchemaVersionsDiffCommand
834
- */
835
- export declare const se_GetSchemaVersionsDiffCommand: (input: GetSchemaVersionsDiffCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
836
- /**
837
- * serializeAws_json1_1GetSecurityConfigurationCommand
838
- */
839
- export declare const se_GetSecurityConfigurationCommand: (input: GetSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
840
- /**
841
- * serializeAws_json1_1GetSecurityConfigurationsCommand
842
- */
843
- export declare const se_GetSecurityConfigurationsCommand: (input: GetSecurityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
844
- /**
845
- * serializeAws_json1_1GetSessionCommand
846
- */
847
- export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
848
- /**
849
- * serializeAws_json1_1GetStatementCommand
850
- */
851
- export declare const se_GetStatementCommand: (input: GetStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
852
- /**
853
- * serializeAws_json1_1GetTableCommand
854
- */
855
- export declare const se_GetTableCommand: (input: GetTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
856
- /**
857
- * serializeAws_json1_1GetTableOptimizerCommand
858
- */
859
- export declare const se_GetTableOptimizerCommand: (input: GetTableOptimizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
860
- /**
861
- * serializeAws_json1_1GetTablesCommand
862
- */
863
- export declare const se_GetTablesCommand: (input: GetTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
864
- /**
865
- * serializeAws_json1_1GetTableVersionCommand
866
- */
867
- export declare const se_GetTableVersionCommand: (input: GetTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
868
- /**
869
- * serializeAws_json1_1GetTableVersionsCommand
870
- */
871
- export declare const se_GetTableVersionsCommand: (input: GetTableVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
872
- /**
873
- * serializeAws_json1_1GetTagsCommand
874
- */
875
- export declare const se_GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
876
- /**
877
- * serializeAws_json1_1GetTriggerCommand
878
- */
879
- export declare const se_GetTriggerCommand: (input: GetTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
880
- /**
881
- * serializeAws_json1_1GetTriggersCommand
882
- */
883
- export declare const se_GetTriggersCommand: (input: GetTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
884
- /**
885
- * serializeAws_json1_1GetUnfilteredPartitionMetadataCommand
886
- */
887
- export declare const se_GetUnfilteredPartitionMetadataCommand: (input: GetUnfilteredPartitionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
888
- /**
889
- * serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand
890
- */
891
- export declare const se_GetUnfilteredPartitionsMetadataCommand: (input: GetUnfilteredPartitionsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
892
- /**
893
- * serializeAws_json1_1GetUnfilteredTableMetadataCommand
894
- */
895
- export declare const se_GetUnfilteredTableMetadataCommand: (input: GetUnfilteredTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
896
- /**
897
- * serializeAws_json1_1GetUsageProfileCommand
898
- */
899
- export declare const se_GetUsageProfileCommand: (input: GetUsageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
900
- /**
901
- * serializeAws_json1_1GetUserDefinedFunctionCommand
902
- */
903
- export declare const se_GetUserDefinedFunctionCommand: (input: GetUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
904
- /**
905
- * serializeAws_json1_1GetUserDefinedFunctionsCommand
906
- */
907
- export declare const se_GetUserDefinedFunctionsCommand: (input: GetUserDefinedFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
908
- /**
909
- * serializeAws_json1_1GetWorkflowCommand
910
- */
911
- export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
912
- /**
913
- * serializeAws_json1_1GetWorkflowRunCommand
914
- */
915
- export declare const se_GetWorkflowRunCommand: (input: GetWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
916
- /**
917
- * serializeAws_json1_1GetWorkflowRunPropertiesCommand
918
- */
919
- export declare const se_GetWorkflowRunPropertiesCommand: (input: GetWorkflowRunPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
920
- /**
921
- * serializeAws_json1_1GetWorkflowRunsCommand
922
- */
923
- export declare const se_GetWorkflowRunsCommand: (input: GetWorkflowRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
924
- /**
925
- * serializeAws_json1_1ImportCatalogToGlueCommand
926
- */
927
- export declare const se_ImportCatalogToGlueCommand: (input: ImportCatalogToGlueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
928
- /**
929
- * serializeAws_json1_1ListBlueprintsCommand
930
- */
931
- export declare const se_ListBlueprintsCommand: (input: ListBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
932
- /**
933
- * serializeAws_json1_1ListColumnStatisticsTaskRunsCommand
934
- */
935
- export declare const se_ListColumnStatisticsTaskRunsCommand: (input: ListColumnStatisticsTaskRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
936
- /**
937
- * serializeAws_json1_1ListConnectionTypesCommand
938
- */
939
- export declare const se_ListConnectionTypesCommand: (input: ListConnectionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
940
- /**
941
- * serializeAws_json1_1ListCrawlersCommand
942
- */
943
- export declare const se_ListCrawlersCommand: (input: ListCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
944
- /**
945
- * serializeAws_json1_1ListCrawlsCommand
946
- */
947
- export declare const se_ListCrawlsCommand: (input: ListCrawlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
948
- /**
949
- * serializeAws_json1_1ListCustomEntityTypesCommand
950
- */
951
- export declare const se_ListCustomEntityTypesCommand: (input: ListCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
952
- /**
953
- * serializeAws_json1_1ListDataQualityResultsCommand
954
- */
955
- export declare const se_ListDataQualityResultsCommand: (input: ListDataQualityResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
956
- /**
957
- * serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand
958
- */
959
- export declare const se_ListDataQualityRuleRecommendationRunsCommand: (input: ListDataQualityRuleRecommendationRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
960
- /**
961
- * serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand
962
- */
963
- export declare const se_ListDataQualityRulesetEvaluationRunsCommand: (input: ListDataQualityRulesetEvaluationRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
964
- /**
965
- * serializeAws_json1_1ListDataQualityRulesetsCommand
966
- */
967
- export declare const se_ListDataQualityRulesetsCommand: (input: ListDataQualityRulesetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
968
- /**
969
- * serializeAws_json1_1ListDataQualityStatisticAnnotationsCommand
970
- */
971
- export declare const se_ListDataQualityStatisticAnnotationsCommand: (input: ListDataQualityStatisticAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
972
- /**
973
- * serializeAws_json1_1ListDataQualityStatisticsCommand
974
- */
975
- export declare const se_ListDataQualityStatisticsCommand: (input: ListDataQualityStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
976
- /**
977
- * serializeAws_json1_1ListDevEndpointsCommand
978
- */
979
- export declare const se_ListDevEndpointsCommand: (input: ListDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
980
- /**
981
- * serializeAws_json1_1ListEntitiesCommand
982
- */
983
- export declare const se_ListEntitiesCommand: (input: ListEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
984
- /**
985
- * serializeAws_json1_1ListJobsCommand
986
- */
987
- export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
988
- /**
989
- * serializeAws_json1_1ListMLTransformsCommand
990
- */
991
- export declare const se_ListMLTransformsCommand: (input: ListMLTransformsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
992
- /**
993
- * serializeAws_json1_1ListRegistriesCommand
994
- */
995
- export declare const se_ListRegistriesCommand: (input: ListRegistriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
996
- /**
997
- * serializeAws_json1_1ListSchemasCommand
998
- */
999
- export declare const se_ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1000
- /**
1001
- * serializeAws_json1_1ListSchemaVersionsCommand
1002
- */
1003
- export declare const se_ListSchemaVersionsCommand: (input: ListSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1004
- /**
1005
- * serializeAws_json1_1ListSessionsCommand
1006
- */
1007
- export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1008
- /**
1009
- * serializeAws_json1_1ListStatementsCommand
1010
- */
1011
- export declare const se_ListStatementsCommand: (input: ListStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1012
- /**
1013
- * serializeAws_json1_1ListTableOptimizerRunsCommand
1014
- */
1015
- export declare const se_ListTableOptimizerRunsCommand: (input: ListTableOptimizerRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1016
- /**
1017
- * serializeAws_json1_1ListTriggersCommand
1018
- */
1019
- export declare const se_ListTriggersCommand: (input: ListTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1020
- /**
1021
- * serializeAws_json1_1ListUsageProfilesCommand
1022
- */
1023
- export declare const se_ListUsageProfilesCommand: (input: ListUsageProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1024
- /**
1025
- * serializeAws_json1_1ListWorkflowsCommand
1026
- */
1027
- export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1028
- /**
1029
- * serializeAws_json1_1ModifyIntegrationCommand
1030
- */
1031
- export declare const se_ModifyIntegrationCommand: (input: ModifyIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1032
- /**
1033
- * serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand
1034
- */
1035
- export declare const se_PutDataCatalogEncryptionSettingsCommand: (input: PutDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1036
- /**
1037
- * serializeAws_json1_1PutDataQualityProfileAnnotationCommand
1038
- */
1039
- export declare const se_PutDataQualityProfileAnnotationCommand: (input: PutDataQualityProfileAnnotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1040
- /**
1041
- * serializeAws_json1_1PutResourcePolicyCommand
1042
- */
1043
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1044
- /**
1045
- * serializeAws_json1_1PutSchemaVersionMetadataCommand
1046
- */
1047
- export declare const se_PutSchemaVersionMetadataCommand: (input: PutSchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1048
- /**
1049
- * serializeAws_json1_1PutWorkflowRunPropertiesCommand
1050
- */
1051
- export declare const se_PutWorkflowRunPropertiesCommand: (input: PutWorkflowRunPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1052
- /**
1053
- * serializeAws_json1_1QuerySchemaVersionMetadataCommand
1054
- */
1055
- export declare const se_QuerySchemaVersionMetadataCommand: (input: QuerySchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1056
- /**
1057
- * serializeAws_json1_1RegisterSchemaVersionCommand
1058
- */
1059
- export declare const se_RegisterSchemaVersionCommand: (input: RegisterSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1060
- /**
1061
- * serializeAws_json1_1RemoveSchemaVersionMetadataCommand
1062
- */
1063
- export declare const se_RemoveSchemaVersionMetadataCommand: (input: RemoveSchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1064
- /**
1065
- * serializeAws_json1_1ResetJobBookmarkCommand
1066
- */
1067
- export declare const se_ResetJobBookmarkCommand: (input: ResetJobBookmarkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1068
- /**
1069
- * serializeAws_json1_1ResumeWorkflowRunCommand
1070
- */
1071
- export declare const se_ResumeWorkflowRunCommand: (input: ResumeWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1072
- /**
1073
- * serializeAws_json1_1RunStatementCommand
1074
- */
1075
- export declare const se_RunStatementCommand: (input: RunStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1076
- /**
1077
- * serializeAws_json1_1SearchTablesCommand
1078
- */
1079
- export declare const se_SearchTablesCommand: (input: SearchTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1080
- /**
1081
- * serializeAws_json1_1StartBlueprintRunCommand
1082
- */
1083
- export declare const se_StartBlueprintRunCommand: (input: StartBlueprintRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1084
- /**
1085
- * serializeAws_json1_1StartColumnStatisticsTaskRunCommand
1086
- */
1087
- export declare const se_StartColumnStatisticsTaskRunCommand: (input: StartColumnStatisticsTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1088
- /**
1089
- * serializeAws_json1_1StartColumnStatisticsTaskRunScheduleCommand
1090
- */
1091
- export declare const se_StartColumnStatisticsTaskRunScheduleCommand: (input: StartColumnStatisticsTaskRunScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1092
- /**
1093
- * serializeAws_json1_1StartCrawlerCommand
1094
- */
1095
- export declare const se_StartCrawlerCommand: (input: StartCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1096
- /**
1097
- * serializeAws_json1_1StartCrawlerScheduleCommand
1098
- */
1099
- export declare const se_StartCrawlerScheduleCommand: (input: StartCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1100
- /**
1101
- * serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand
1102
- */
1103
- export declare const se_StartDataQualityRuleRecommendationRunCommand: (input: StartDataQualityRuleRecommendationRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1104
- /**
1105
- * serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand
1106
- */
1107
- export declare const se_StartDataQualityRulesetEvaluationRunCommand: (input: StartDataQualityRulesetEvaluationRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1108
- /**
1109
- * serializeAws_json1_1StartExportLabelsTaskRunCommand
1110
- */
1111
- export declare const se_StartExportLabelsTaskRunCommand: (input: StartExportLabelsTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1112
- /**
1113
- * serializeAws_json1_1StartImportLabelsTaskRunCommand
1114
- */
1115
- export declare const se_StartImportLabelsTaskRunCommand: (input: StartImportLabelsTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1116
- /**
1117
- * serializeAws_json1_1StartJobRunCommand
1118
- */
1119
- export declare const se_StartJobRunCommand: (input: StartJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1120
- /**
1121
- * serializeAws_json1_1StartMLEvaluationTaskRunCommand
1122
- */
1123
- export declare const se_StartMLEvaluationTaskRunCommand: (input: StartMLEvaluationTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1124
- /**
1125
- * serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand
1126
- */
1127
- export declare const se_StartMLLabelingSetGenerationTaskRunCommand: (input: StartMLLabelingSetGenerationTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1128
- /**
1129
- * serializeAws_json1_1StartTriggerCommand
1130
- */
1131
- export declare const se_StartTriggerCommand: (input: StartTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1132
- /**
1133
- * serializeAws_json1_1StartWorkflowRunCommand
1134
- */
1135
- export declare const se_StartWorkflowRunCommand: (input: StartWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1136
- /**
1137
- * serializeAws_json1_1StopColumnStatisticsTaskRunCommand
1138
- */
1139
- export declare const se_StopColumnStatisticsTaskRunCommand: (input: StopColumnStatisticsTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1140
- /**
1141
- * serializeAws_json1_1StopColumnStatisticsTaskRunScheduleCommand
1142
- */
1143
- export declare const se_StopColumnStatisticsTaskRunScheduleCommand: (input: StopColumnStatisticsTaskRunScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1144
- /**
1145
- * serializeAws_json1_1StopCrawlerCommand
1146
- */
1147
- export declare const se_StopCrawlerCommand: (input: StopCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1148
- /**
1149
- * serializeAws_json1_1StopCrawlerScheduleCommand
1150
- */
1151
- export declare const se_StopCrawlerScheduleCommand: (input: StopCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1152
- /**
1153
- * serializeAws_json1_1StopSessionCommand
1154
- */
1155
- export declare const se_StopSessionCommand: (input: StopSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1156
- /**
1157
- * serializeAws_json1_1StopTriggerCommand
1158
- */
1159
- export declare const se_StopTriggerCommand: (input: StopTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1160
- /**
1161
- * serializeAws_json1_1StopWorkflowRunCommand
1162
- */
1163
- export declare const se_StopWorkflowRunCommand: (input: StopWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1164
- /**
1165
- * serializeAws_json1_1TagResourceCommand
1166
- */
1167
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1168
- /**
1169
- * serializeAws_json1_1TestConnectionCommand
1170
- */
1171
- export declare const se_TestConnectionCommand: (input: TestConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1172
- /**
1173
- * serializeAws_json1_1UntagResourceCommand
1174
- */
1175
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1176
- /**
1177
- * serializeAws_json1_1UpdateBlueprintCommand
1178
- */
1179
- export declare const se_UpdateBlueprintCommand: (input: UpdateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1180
- /**
1181
- * serializeAws_json1_1UpdateCatalogCommand
1182
- */
1183
- export declare const se_UpdateCatalogCommand: (input: UpdateCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1184
- /**
1185
- * serializeAws_json1_1UpdateClassifierCommand
1186
- */
1187
- export declare const se_UpdateClassifierCommand: (input: UpdateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1188
- /**
1189
- * serializeAws_json1_1UpdateColumnStatisticsForPartitionCommand
1190
- */
1191
- export declare const se_UpdateColumnStatisticsForPartitionCommand: (input: UpdateColumnStatisticsForPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1192
- /**
1193
- * serializeAws_json1_1UpdateColumnStatisticsForTableCommand
1194
- */
1195
- export declare const se_UpdateColumnStatisticsForTableCommand: (input: UpdateColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1196
- /**
1197
- * serializeAws_json1_1UpdateColumnStatisticsTaskSettingsCommand
1198
- */
1199
- export declare const se_UpdateColumnStatisticsTaskSettingsCommand: (input: UpdateColumnStatisticsTaskSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1200
- /**
1201
- * serializeAws_json1_1UpdateConnectionCommand
1202
- */
1203
- export declare const se_UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1204
- /**
1205
- * serializeAws_json1_1UpdateCrawlerCommand
1206
- */
1207
- export declare const se_UpdateCrawlerCommand: (input: UpdateCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1208
- /**
1209
- * serializeAws_json1_1UpdateCrawlerScheduleCommand
1210
- */
1211
- export declare const se_UpdateCrawlerScheduleCommand: (input: UpdateCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1212
- /**
1213
- * serializeAws_json1_1UpdateDatabaseCommand
1214
- */
1215
- export declare const se_UpdateDatabaseCommand: (input: UpdateDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1216
- /**
1217
- * serializeAws_json1_1UpdateDataQualityRulesetCommand
1218
- */
1219
- export declare const se_UpdateDataQualityRulesetCommand: (input: UpdateDataQualityRulesetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1220
- /**
1221
- * serializeAws_json1_1UpdateDevEndpointCommand
1222
- */
1223
- export declare const se_UpdateDevEndpointCommand: (input: UpdateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1224
- /**
1225
- * serializeAws_json1_1UpdateGlueIdentityCenterConfigurationCommand
1226
- */
1227
- export declare const se_UpdateGlueIdentityCenterConfigurationCommand: (input: UpdateGlueIdentityCenterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1228
- /**
1229
- * serializeAws_json1_1UpdateIntegrationResourcePropertyCommand
1230
- */
1231
- export declare const se_UpdateIntegrationResourcePropertyCommand: (input: UpdateIntegrationResourcePropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1232
- /**
1233
- * serializeAws_json1_1UpdateIntegrationTablePropertiesCommand
1234
- */
1235
- export declare const se_UpdateIntegrationTablePropertiesCommand: (input: UpdateIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1236
- /**
1237
- * serializeAws_json1_1UpdateJobCommand
1238
- */
1239
- export declare const se_UpdateJobCommand: (input: UpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1240
- /**
1241
- * serializeAws_json1_1UpdateJobFromSourceControlCommand
1242
- */
1243
- export declare const se_UpdateJobFromSourceControlCommand: (input: UpdateJobFromSourceControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1244
- /**
1245
- * serializeAws_json1_1UpdateMLTransformCommand
1246
- */
1247
- export declare const se_UpdateMLTransformCommand: (input: UpdateMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1248
- /**
1249
- * serializeAws_json1_1UpdatePartitionCommand
1250
- */
1251
- export declare const se_UpdatePartitionCommand: (input: UpdatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1252
- /**
1253
- * serializeAws_json1_1UpdateRegistryCommand
1254
- */
1255
- export declare const se_UpdateRegistryCommand: (input: UpdateRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1256
- /**
1257
- * serializeAws_json1_1UpdateSchemaCommand
1258
- */
1259
- export declare const se_UpdateSchemaCommand: (input: UpdateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1260
- /**
1261
- * serializeAws_json1_1UpdateSourceControlFromJobCommand
1262
- */
1263
- export declare const se_UpdateSourceControlFromJobCommand: (input: UpdateSourceControlFromJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1264
- /**
1265
- * serializeAws_json1_1UpdateTableCommand
1266
- */
1267
- export declare const se_UpdateTableCommand: (input: UpdateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1268
- /**
1269
- * serializeAws_json1_1UpdateTableOptimizerCommand
1270
- */
1271
- export declare const se_UpdateTableOptimizerCommand: (input: UpdateTableOptimizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1272
- /**
1273
- * serializeAws_json1_1UpdateTriggerCommand
1274
- */
1275
- export declare const se_UpdateTriggerCommand: (input: UpdateTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1276
- /**
1277
- * serializeAws_json1_1UpdateUsageProfileCommand
1278
- */
1279
- export declare const se_UpdateUsageProfileCommand: (input: UpdateUsageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1280
- /**
1281
- * serializeAws_json1_1UpdateUserDefinedFunctionCommand
1282
- */
1283
- export declare const se_UpdateUserDefinedFunctionCommand: (input: UpdateUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1284
- /**
1285
- * serializeAws_json1_1UpdateWorkflowCommand
1286
- */
1287
- export declare const se_UpdateWorkflowCommand: (input: UpdateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1288
- /**
1289
- * deserializeAws_json1_1BatchCreatePartitionCommand
1290
- */
1291
- export declare const de_BatchCreatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreatePartitionCommandOutput>;
1292
- /**
1293
- * deserializeAws_json1_1BatchDeleteConnectionCommand
1294
- */
1295
- export declare const de_BatchDeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteConnectionCommandOutput>;
1296
- /**
1297
- * deserializeAws_json1_1BatchDeletePartitionCommand
1298
- */
1299
- export declare const de_BatchDeletePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeletePartitionCommandOutput>;
1300
- /**
1301
- * deserializeAws_json1_1BatchDeleteTableCommand
1302
- */
1303
- export declare const de_BatchDeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteTableCommandOutput>;
1304
- /**
1305
- * deserializeAws_json1_1BatchDeleteTableVersionCommand
1306
- */
1307
- export declare const de_BatchDeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteTableVersionCommandOutput>;
1308
- /**
1309
- * deserializeAws_json1_1BatchGetBlueprintsCommand
1310
- */
1311
- export declare const de_BatchGetBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBlueprintsCommandOutput>;
1312
- /**
1313
- * deserializeAws_json1_1BatchGetCrawlersCommand
1314
- */
1315
- export declare const de_BatchGetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCrawlersCommandOutput>;
1316
- /**
1317
- * deserializeAws_json1_1BatchGetCustomEntityTypesCommand
1318
- */
1319
- export declare const de_BatchGetCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomEntityTypesCommandOutput>;
1320
- /**
1321
- * deserializeAws_json1_1BatchGetDataQualityResultCommand
1322
- */
1323
- export declare const de_BatchGetDataQualityResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDataQualityResultCommandOutput>;
1324
- /**
1325
- * deserializeAws_json1_1BatchGetDevEndpointsCommand
1326
- */
1327
- export declare const de_BatchGetDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevEndpointsCommandOutput>;
1328
- /**
1329
- * deserializeAws_json1_1BatchGetJobsCommand
1330
- */
1331
- export declare const de_BatchGetJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetJobsCommandOutput>;
1332
- /**
1333
- * deserializeAws_json1_1BatchGetPartitionCommand
1334
- */
1335
- export declare const de_BatchGetPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPartitionCommandOutput>;
1336
- /**
1337
- * deserializeAws_json1_1BatchGetTableOptimizerCommand
1338
- */
1339
- export declare const de_BatchGetTableOptimizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetTableOptimizerCommandOutput>;
1340
- /**
1341
- * deserializeAws_json1_1BatchGetTriggersCommand
1342
- */
1343
- export declare const de_BatchGetTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetTriggersCommandOutput>;
1344
- /**
1345
- * deserializeAws_json1_1BatchGetWorkflowsCommand
1346
- */
1347
- export declare const de_BatchGetWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetWorkflowsCommandOutput>;
1348
- /**
1349
- * deserializeAws_json1_1BatchPutDataQualityStatisticAnnotationCommand
1350
- */
1351
- export declare const de_BatchPutDataQualityStatisticAnnotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutDataQualityStatisticAnnotationCommandOutput>;
1352
- /**
1353
- * deserializeAws_json1_1BatchStopJobRunCommand
1354
- */
1355
- export declare const de_BatchStopJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopJobRunCommandOutput>;
1356
- /**
1357
- * deserializeAws_json1_1BatchUpdatePartitionCommand
1358
- */
1359
- export declare const de_BatchUpdatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePartitionCommandOutput>;
1360
- /**
1361
- * deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand
1362
- */
1363
- export declare const de_CancelDataQualityRuleRecommendationRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDataQualityRuleRecommendationRunCommandOutput>;
1364
- /**
1365
- * deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand
1366
- */
1367
- export declare const de_CancelDataQualityRulesetEvaluationRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDataQualityRulesetEvaluationRunCommandOutput>;
1368
- /**
1369
- * deserializeAws_json1_1CancelMLTaskRunCommand
1370
- */
1371
- export declare const de_CancelMLTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMLTaskRunCommandOutput>;
1372
- /**
1373
- * deserializeAws_json1_1CancelStatementCommand
1374
- */
1375
- export declare const de_CancelStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelStatementCommandOutput>;
1376
- /**
1377
- * deserializeAws_json1_1CheckSchemaVersionValidityCommand
1378
- */
1379
- export declare const de_CheckSchemaVersionValidityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckSchemaVersionValidityCommandOutput>;
1380
- /**
1381
- * deserializeAws_json1_1CreateBlueprintCommand
1382
- */
1383
- export declare const de_CreateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBlueprintCommandOutput>;
1384
- /**
1385
- * deserializeAws_json1_1CreateCatalogCommand
1386
- */
1387
- export declare const de_CreateCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCatalogCommandOutput>;
1388
- /**
1389
- * deserializeAws_json1_1CreateClassifierCommand
1390
- */
1391
- export declare const de_CreateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassifierCommandOutput>;
1392
- /**
1393
- * deserializeAws_json1_1CreateColumnStatisticsTaskSettingsCommand
1394
- */
1395
- export declare const de_CreateColumnStatisticsTaskSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateColumnStatisticsTaskSettingsCommandOutput>;
1396
- /**
1397
- * deserializeAws_json1_1CreateConnectionCommand
1398
- */
1399
- export declare const de_CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
1400
- /**
1401
- * deserializeAws_json1_1CreateCrawlerCommand
1402
- */
1403
- export declare const de_CreateCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrawlerCommandOutput>;
1404
- /**
1405
- * deserializeAws_json1_1CreateCustomEntityTypeCommand
1406
- */
1407
- export declare const de_CreateCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomEntityTypeCommandOutput>;
1408
- /**
1409
- * deserializeAws_json1_1CreateDatabaseCommand
1410
- */
1411
- export declare const de_CreateDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatabaseCommandOutput>;
1412
- /**
1413
- * deserializeAws_json1_1CreateDataQualityRulesetCommand
1414
- */
1415
- export declare const de_CreateDataQualityRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataQualityRulesetCommandOutput>;
1416
- /**
1417
- * deserializeAws_json1_1CreateDevEndpointCommand
1418
- */
1419
- export declare const de_CreateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEndpointCommandOutput>;
1420
- /**
1421
- * deserializeAws_json1_1CreateGlueIdentityCenterConfigurationCommand
1422
- */
1423
- export declare const de_CreateGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlueIdentityCenterConfigurationCommandOutput>;
1424
- /**
1425
- * deserializeAws_json1_1CreateIntegrationCommand
1426
- */
1427
- export declare const de_CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
1428
- /**
1429
- * deserializeAws_json1_1CreateIntegrationResourcePropertyCommand
1430
- */
1431
- export declare const de_CreateIntegrationResourcePropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationResourcePropertyCommandOutput>;
1432
- /**
1433
- * deserializeAws_json1_1CreateIntegrationTablePropertiesCommand
1434
- */
1435
- export declare const de_CreateIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationTablePropertiesCommandOutput>;
1436
- /**
1437
- * deserializeAws_json1_1CreateJobCommand
1438
- */
1439
- export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
1440
- /**
1441
- * deserializeAws_json1_1CreateMLTransformCommand
1442
- */
1443
- export declare const de_CreateMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMLTransformCommandOutput>;
1444
- /**
1445
- * deserializeAws_json1_1CreatePartitionCommand
1446
- */
1447
- export declare const de_CreatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartitionCommandOutput>;
1448
- /**
1449
- * deserializeAws_json1_1CreatePartitionIndexCommand
1450
- */
1451
- export declare const de_CreatePartitionIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartitionIndexCommandOutput>;
1452
- /**
1453
- * deserializeAws_json1_1CreateRegistryCommand
1454
- */
1455
- export declare const de_CreateRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRegistryCommandOutput>;
1456
- /**
1457
- * deserializeAws_json1_1CreateSchemaCommand
1458
- */
1459
- export declare const de_CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
1460
- /**
1461
- * deserializeAws_json1_1CreateScriptCommand
1462
- */
1463
- export declare const de_CreateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScriptCommandOutput>;
1464
- /**
1465
- * deserializeAws_json1_1CreateSecurityConfigurationCommand
1466
- */
1467
- export declare const de_CreateSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityConfigurationCommandOutput>;
1468
- /**
1469
- * deserializeAws_json1_1CreateSessionCommand
1470
- */
1471
- export declare const de_CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
1472
- /**
1473
- * deserializeAws_json1_1CreateTableCommand
1474
- */
1475
- export declare const de_CreateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTableCommandOutput>;
1476
- /**
1477
- * deserializeAws_json1_1CreateTableOptimizerCommand
1478
- */
1479
- export declare const de_CreateTableOptimizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTableOptimizerCommandOutput>;
1480
- /**
1481
- * deserializeAws_json1_1CreateTriggerCommand
1482
- */
1483
- export declare const de_CreateTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTriggerCommandOutput>;
1484
- /**
1485
- * deserializeAws_json1_1CreateUsageProfileCommand
1486
- */
1487
- export declare const de_CreateUsageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageProfileCommandOutput>;
1488
- /**
1489
- * deserializeAws_json1_1CreateUserDefinedFunctionCommand
1490
- */
1491
- export declare const de_CreateUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserDefinedFunctionCommandOutput>;
1492
- /**
1493
- * deserializeAws_json1_1CreateWorkflowCommand
1494
- */
1495
- export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
1496
- /**
1497
- * deserializeAws_json1_1DeleteBlueprintCommand
1498
- */
1499
- export declare const de_DeleteBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBlueprintCommandOutput>;
1500
- /**
1501
- * deserializeAws_json1_1DeleteCatalogCommand
1502
- */
1503
- export declare const de_DeleteCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCatalogCommandOutput>;
1504
- /**
1505
- * deserializeAws_json1_1DeleteClassifierCommand
1506
- */
1507
- export declare const de_DeleteClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClassifierCommandOutput>;
1508
- /**
1509
- * deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand
1510
- */
1511
- export declare const de_DeleteColumnStatisticsForPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
1512
- /**
1513
- * deserializeAws_json1_1DeleteColumnStatisticsForTableCommand
1514
- */
1515
- export declare const de_DeleteColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteColumnStatisticsForTableCommandOutput>;
1516
- /**
1517
- * deserializeAws_json1_1DeleteColumnStatisticsTaskSettingsCommand
1518
- */
1519
- export declare const de_DeleteColumnStatisticsTaskSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteColumnStatisticsTaskSettingsCommandOutput>;
1520
- /**
1521
- * deserializeAws_json1_1DeleteConnectionCommand
1522
- */
1523
- export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
1524
- /**
1525
- * deserializeAws_json1_1DeleteCrawlerCommand
1526
- */
1527
- export declare const de_DeleteCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrawlerCommandOutput>;
1528
- /**
1529
- * deserializeAws_json1_1DeleteCustomEntityTypeCommand
1530
- */
1531
- export declare const de_DeleteCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomEntityTypeCommandOutput>;
1532
- /**
1533
- * deserializeAws_json1_1DeleteDatabaseCommand
1534
- */
1535
- export declare const de_DeleteDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatabaseCommandOutput>;
1536
- /**
1537
- * deserializeAws_json1_1DeleteDataQualityRulesetCommand
1538
- */
1539
- export declare const de_DeleteDataQualityRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataQualityRulesetCommandOutput>;
1540
- /**
1541
- * deserializeAws_json1_1DeleteDevEndpointCommand
1542
- */
1543
- export declare const de_DeleteDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEndpointCommandOutput>;
1544
- /**
1545
- * deserializeAws_json1_1DeleteGlueIdentityCenterConfigurationCommand
1546
- */
1547
- export declare const de_DeleteGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlueIdentityCenterConfigurationCommandOutput>;
1548
- /**
1549
- * deserializeAws_json1_1DeleteIntegrationCommand
1550
- */
1551
- export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
1552
- /**
1553
- * deserializeAws_json1_1DeleteIntegrationTablePropertiesCommand
1554
- */
1555
- export declare const de_DeleteIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationTablePropertiesCommandOutput>;
1556
- /**
1557
- * deserializeAws_json1_1DeleteJobCommand
1558
- */
1559
- export declare const de_DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
1560
- /**
1561
- * deserializeAws_json1_1DeleteMLTransformCommand
1562
- */
1563
- export declare const de_DeleteMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMLTransformCommandOutput>;
1564
- /**
1565
- * deserializeAws_json1_1DeletePartitionCommand
1566
- */
1567
- export declare const de_DeletePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartitionCommandOutput>;
1568
- /**
1569
- * deserializeAws_json1_1DeletePartitionIndexCommand
1570
- */
1571
- export declare const de_DeletePartitionIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartitionIndexCommandOutput>;
1572
- /**
1573
- * deserializeAws_json1_1DeleteRegistryCommand
1574
- */
1575
- export declare const de_DeleteRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryCommandOutput>;
1576
- /**
1577
- * deserializeAws_json1_1DeleteResourcePolicyCommand
1578
- */
1579
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
1580
- /**
1581
- * deserializeAws_json1_1DeleteSchemaCommand
1582
- */
1583
- export declare const de_DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
1584
- /**
1585
- * deserializeAws_json1_1DeleteSchemaVersionsCommand
1586
- */
1587
- export declare const de_DeleteSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaVersionsCommandOutput>;
1588
- /**
1589
- * deserializeAws_json1_1DeleteSecurityConfigurationCommand
1590
- */
1591
- export declare const de_DeleteSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityConfigurationCommandOutput>;
1592
- /**
1593
- * deserializeAws_json1_1DeleteSessionCommand
1594
- */
1595
- export declare const de_DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
1596
- /**
1597
- * deserializeAws_json1_1DeleteTableCommand
1598
- */
1599
- export declare const de_DeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableCommandOutput>;
1600
- /**
1601
- * deserializeAws_json1_1DeleteTableOptimizerCommand
1602
- */
1603
- export declare const de_DeleteTableOptimizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableOptimizerCommandOutput>;
1604
- /**
1605
- * deserializeAws_json1_1DeleteTableVersionCommand
1606
- */
1607
- export declare const de_DeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableVersionCommandOutput>;
1608
- /**
1609
- * deserializeAws_json1_1DeleteTriggerCommand
1610
- */
1611
- export declare const de_DeleteTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTriggerCommandOutput>;
1612
- /**
1613
- * deserializeAws_json1_1DeleteUsageProfileCommand
1614
- */
1615
- export declare const de_DeleteUsageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageProfileCommandOutput>;
1616
- /**
1617
- * deserializeAws_json1_1DeleteUserDefinedFunctionCommand
1618
- */
1619
- export declare const de_DeleteUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserDefinedFunctionCommandOutput>;
1620
- /**
1621
- * deserializeAws_json1_1DeleteWorkflowCommand
1622
- */
1623
- export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
1624
- /**
1625
- * deserializeAws_json1_1DescribeConnectionTypeCommand
1626
- */
1627
- export declare const de_DescribeConnectionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionTypeCommandOutput>;
1628
- /**
1629
- * deserializeAws_json1_1DescribeEntityCommand
1630
- */
1631
- export declare const de_DescribeEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityCommandOutput>;
1632
- /**
1633
- * deserializeAws_json1_1DescribeInboundIntegrationsCommand
1634
- */
1635
- export declare const de_DescribeInboundIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInboundIntegrationsCommandOutput>;
1636
- /**
1637
- * deserializeAws_json1_1DescribeIntegrationsCommand
1638
- */
1639
- export declare const de_DescribeIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntegrationsCommandOutput>;
1640
- /**
1641
- * deserializeAws_json1_1GetBlueprintCommand
1642
- */
1643
- export declare const de_GetBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlueprintCommandOutput>;
1644
- /**
1645
- * deserializeAws_json1_1GetBlueprintRunCommand
1646
- */
1647
- export declare const de_GetBlueprintRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlueprintRunCommandOutput>;
1648
- /**
1649
- * deserializeAws_json1_1GetBlueprintRunsCommand
1650
- */
1651
- export declare const de_GetBlueprintRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlueprintRunsCommandOutput>;
1652
- /**
1653
- * deserializeAws_json1_1GetCatalogCommand
1654
- */
1655
- export declare const de_GetCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogCommandOutput>;
1656
- /**
1657
- * deserializeAws_json1_1GetCatalogImportStatusCommand
1658
- */
1659
- export declare const de_GetCatalogImportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogImportStatusCommandOutput>;
1660
- /**
1661
- * deserializeAws_json1_1GetCatalogsCommand
1662
- */
1663
- export declare const de_GetCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogsCommandOutput>;
1664
- /**
1665
- * deserializeAws_json1_1GetClassifierCommand
1666
- */
1667
- export declare const de_GetClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassifierCommandOutput>;
1668
- /**
1669
- * deserializeAws_json1_1GetClassifiersCommand
1670
- */
1671
- export declare const de_GetClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassifiersCommandOutput>;
1672
- /**
1673
- * deserializeAws_json1_1GetColumnStatisticsForPartitionCommand
1674
- */
1675
- export declare const de_GetColumnStatisticsForPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetColumnStatisticsForPartitionCommandOutput>;
1676
- /**
1677
- * deserializeAws_json1_1GetColumnStatisticsForTableCommand
1678
- */
1679
- export declare const de_GetColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetColumnStatisticsForTableCommandOutput>;
1680
- /**
1681
- * deserializeAws_json1_1GetColumnStatisticsTaskRunCommand
1682
- */
1683
- export declare const de_GetColumnStatisticsTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetColumnStatisticsTaskRunCommandOutput>;
1684
- /**
1685
- * deserializeAws_json1_1GetColumnStatisticsTaskRunsCommand
1686
- */
1687
- export declare const de_GetColumnStatisticsTaskRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetColumnStatisticsTaskRunsCommandOutput>;
1688
- /**
1689
- * deserializeAws_json1_1GetColumnStatisticsTaskSettingsCommand
1690
- */
1691
- export declare const de_GetColumnStatisticsTaskSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetColumnStatisticsTaskSettingsCommandOutput>;
1692
- /**
1693
- * deserializeAws_json1_1GetConnectionCommand
1694
- */
1695
- export declare const de_GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
1696
- /**
1697
- * deserializeAws_json1_1GetConnectionsCommand
1698
- */
1699
- export declare const de_GetConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionsCommandOutput>;
1700
- /**
1701
- * deserializeAws_json1_1GetCrawlerCommand
1702
- */
1703
- export declare const de_GetCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerCommandOutput>;
1704
- /**
1705
- * deserializeAws_json1_1GetCrawlerMetricsCommand
1706
- */
1707
- export declare const de_GetCrawlerMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerMetricsCommandOutput>;
1708
- /**
1709
- * deserializeAws_json1_1GetCrawlersCommand
1710
- */
1711
- export declare const de_GetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlersCommandOutput>;
1712
- /**
1713
- * deserializeAws_json1_1GetCustomEntityTypeCommand
1714
- */
1715
- export declare const de_GetCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomEntityTypeCommandOutput>;
1716
- /**
1717
- * deserializeAws_json1_1GetDatabaseCommand
1718
- */
1719
- export declare const de_GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
1720
- /**
1721
- * deserializeAws_json1_1GetDatabasesCommand
1722
- */
1723
- export declare const de_GetDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabasesCommandOutput>;
1724
- /**
1725
- * deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand
1726
- */
1727
- export declare const de_GetDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
1728
- /**
1729
- * deserializeAws_json1_1GetDataflowGraphCommand
1730
- */
1731
- export declare const de_GetDataflowGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowGraphCommandOutput>;
1732
- /**
1733
- * deserializeAws_json1_1GetDataQualityModelCommand
1734
- */
1735
- export declare const de_GetDataQualityModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityModelCommandOutput>;
1736
- /**
1737
- * deserializeAws_json1_1GetDataQualityModelResultCommand
1738
- */
1739
- export declare const de_GetDataQualityModelResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityModelResultCommandOutput>;
1740
- /**
1741
- * deserializeAws_json1_1GetDataQualityResultCommand
1742
- */
1743
- export declare const de_GetDataQualityResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityResultCommandOutput>;
1744
- /**
1745
- * deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand
1746
- */
1747
- export declare const de_GetDataQualityRuleRecommendationRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityRuleRecommendationRunCommandOutput>;
1748
- /**
1749
- * deserializeAws_json1_1GetDataQualityRulesetCommand
1750
- */
1751
- export declare const de_GetDataQualityRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityRulesetCommandOutput>;
1752
- /**
1753
- * deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand
1754
- */
1755
- export declare const de_GetDataQualityRulesetEvaluationRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataQualityRulesetEvaluationRunCommandOutput>;
1756
- /**
1757
- * deserializeAws_json1_1GetDevEndpointCommand
1758
- */
1759
- export declare const de_GetDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEndpointCommandOutput>;
1760
- /**
1761
- * deserializeAws_json1_1GetDevEndpointsCommand
1762
- */
1763
- export declare const de_GetDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEndpointsCommandOutput>;
1764
- /**
1765
- * deserializeAws_json1_1GetEntityRecordsCommand
1766
- */
1767
- export declare const de_GetEntityRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntityRecordsCommandOutput>;
1768
- /**
1769
- * deserializeAws_json1_1GetGlueIdentityCenterConfigurationCommand
1770
- */
1771
- export declare const de_GetGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlueIdentityCenterConfigurationCommandOutput>;
1772
- /**
1773
- * deserializeAws_json1_1GetIntegrationResourcePropertyCommand
1774
- */
1775
- export declare const de_GetIntegrationResourcePropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResourcePropertyCommandOutput>;
1776
- /**
1777
- * deserializeAws_json1_1GetIntegrationTablePropertiesCommand
1778
- */
1779
- export declare const de_GetIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationTablePropertiesCommandOutput>;
1780
- /**
1781
- * deserializeAws_json1_1GetJobCommand
1782
- */
1783
- export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
1784
- /**
1785
- * deserializeAws_json1_1GetJobBookmarkCommand
1786
- */
1787
- export declare const de_GetJobBookmarkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobBookmarkCommandOutput>;
1788
- /**
1789
- * deserializeAws_json1_1GetJobRunCommand
1790
- */
1791
- export declare const de_GetJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunCommandOutput>;
1792
- /**
1793
- * deserializeAws_json1_1GetJobRunsCommand
1794
- */
1795
- export declare const de_GetJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunsCommandOutput>;
1796
- /**
1797
- * deserializeAws_json1_1GetJobsCommand
1798
- */
1799
- export declare const de_GetJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobsCommandOutput>;
1800
- /**
1801
- * deserializeAws_json1_1GetMappingCommand
1802
- */
1803
- export declare const de_GetMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMappingCommandOutput>;
1804
- /**
1805
- * deserializeAws_json1_1GetMLTaskRunCommand
1806
- */
1807
- export declare const de_GetMLTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTaskRunCommandOutput>;
1808
- /**
1809
- * deserializeAws_json1_1GetMLTaskRunsCommand
1810
- */
1811
- export declare const de_GetMLTaskRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTaskRunsCommandOutput>;
1812
- /**
1813
- * deserializeAws_json1_1GetMLTransformCommand
1814
- */
1815
- export declare const de_GetMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTransformCommandOutput>;
1816
- /**
1817
- * deserializeAws_json1_1GetMLTransformsCommand
1818
- */
1819
- export declare const de_GetMLTransformsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTransformsCommandOutput>;
1820
- /**
1821
- * deserializeAws_json1_1GetPartitionCommand
1822
- */
1823
- export declare const de_GetPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartitionCommandOutput>;
1824
- /**
1825
- * deserializeAws_json1_1GetPartitionIndexesCommand
1826
- */
1827
- export declare const de_GetPartitionIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartitionIndexesCommandOutput>;
1828
- /**
1829
- * deserializeAws_json1_1GetPartitionsCommand
1830
- */
1831
- export declare const de_GetPartitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartitionsCommandOutput>;
1832
- /**
1833
- * deserializeAws_json1_1GetPlanCommand
1834
- */
1835
- export declare const de_GetPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlanCommandOutput>;
1836
- /**
1837
- * deserializeAws_json1_1GetRegistryCommand
1838
- */
1839
- export declare const de_GetRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryCommandOutput>;
1840
- /**
1841
- * deserializeAws_json1_1GetResourcePoliciesCommand
1842
- */
1843
- export declare const de_GetResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePoliciesCommandOutput>;
1844
- /**
1845
- * deserializeAws_json1_1GetResourcePolicyCommand
1846
- */
1847
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
1848
- /**
1849
- * deserializeAws_json1_1GetSchemaCommand
1850
- */
1851
- export declare const de_GetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCommandOutput>;
1852
- /**
1853
- * deserializeAws_json1_1GetSchemaByDefinitionCommand
1854
- */
1855
- export declare const de_GetSchemaByDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaByDefinitionCommandOutput>;
1856
- /**
1857
- * deserializeAws_json1_1GetSchemaVersionCommand
1858
- */
1859
- export declare const de_GetSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionCommandOutput>;
1860
- /**
1861
- * deserializeAws_json1_1GetSchemaVersionsDiffCommand
1862
- */
1863
- export declare const de_GetSchemaVersionsDiffCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionsDiffCommandOutput>;
1864
- /**
1865
- * deserializeAws_json1_1GetSecurityConfigurationCommand
1866
- */
1867
- export declare const de_GetSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationCommandOutput>;
1868
- /**
1869
- * deserializeAws_json1_1GetSecurityConfigurationsCommand
1870
- */
1871
- export declare const de_GetSecurityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationsCommandOutput>;
1872
- /**
1873
- * deserializeAws_json1_1GetSessionCommand
1874
- */
1875
- export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
1876
- /**
1877
- * deserializeAws_json1_1GetStatementCommand
1878
- */
1879
- export declare const de_GetStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStatementCommandOutput>;
1880
- /**
1881
- * deserializeAws_json1_1GetTableCommand
1882
- */
1883
- export declare const de_GetTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableCommandOutput>;
1884
- /**
1885
- * deserializeAws_json1_1GetTableOptimizerCommand
1886
- */
1887
- export declare const de_GetTableOptimizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableOptimizerCommandOutput>;
1888
- /**
1889
- * deserializeAws_json1_1GetTablesCommand
1890
- */
1891
- export declare const de_GetTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTablesCommandOutput>;
1892
- /**
1893
- * deserializeAws_json1_1GetTableVersionCommand
1894
- */
1895
- export declare const de_GetTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableVersionCommandOutput>;
1896
- /**
1897
- * deserializeAws_json1_1GetTableVersionsCommand
1898
- */
1899
- export declare const de_GetTableVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableVersionsCommandOutput>;
1900
- /**
1901
- * deserializeAws_json1_1GetTagsCommand
1902
- */
1903
- export declare const de_GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
1904
- /**
1905
- * deserializeAws_json1_1GetTriggerCommand
1906
- */
1907
- export declare const de_GetTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggerCommandOutput>;
1908
- /**
1909
- * deserializeAws_json1_1GetTriggersCommand
1910
- */
1911
- export declare const de_GetTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggersCommandOutput>;
1912
- /**
1913
- * deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand
1914
- */
1915
- export declare const de_GetUnfilteredPartitionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionMetadataCommandOutput>;
1916
- /**
1917
- * deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand
1918
- */
1919
- export declare const de_GetUnfilteredPartitionsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
1920
- /**
1921
- * deserializeAws_json1_1GetUnfilteredTableMetadataCommand
1922
- */
1923
- export declare const de_GetUnfilteredTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredTableMetadataCommandOutput>;
1924
- /**
1925
- * deserializeAws_json1_1GetUsageProfileCommand
1926
- */
1927
- export declare const de_GetUsageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageProfileCommandOutput>;
1928
- /**
1929
- * deserializeAws_json1_1GetUserDefinedFunctionCommand
1930
- */
1931
- export declare const de_GetUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionCommandOutput>;
1932
- /**
1933
- * deserializeAws_json1_1GetUserDefinedFunctionsCommand
1934
- */
1935
- export declare const de_GetUserDefinedFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionsCommandOutput>;
1936
- /**
1937
- * deserializeAws_json1_1GetWorkflowCommand
1938
- */
1939
- export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
1940
- /**
1941
- * deserializeAws_json1_1GetWorkflowRunCommand
1942
- */
1943
- export declare const de_GetWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowRunCommandOutput>;
1944
- /**
1945
- * deserializeAws_json1_1GetWorkflowRunPropertiesCommand
1946
- */
1947
- export declare const de_GetWorkflowRunPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowRunPropertiesCommandOutput>;
1948
- /**
1949
- * deserializeAws_json1_1GetWorkflowRunsCommand
1950
- */
1951
- export declare const de_GetWorkflowRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowRunsCommandOutput>;
1952
- /**
1953
- * deserializeAws_json1_1ImportCatalogToGlueCommand
1954
- */
1955
- export declare const de_ImportCatalogToGlueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCatalogToGlueCommandOutput>;
1956
- /**
1957
- * deserializeAws_json1_1ListBlueprintsCommand
1958
- */
1959
- export declare const de_ListBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBlueprintsCommandOutput>;
1960
- /**
1961
- * deserializeAws_json1_1ListColumnStatisticsTaskRunsCommand
1962
- */
1963
- export declare const de_ListColumnStatisticsTaskRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListColumnStatisticsTaskRunsCommandOutput>;
1964
- /**
1965
- * deserializeAws_json1_1ListConnectionTypesCommand
1966
- */
1967
- export declare const de_ListConnectionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionTypesCommandOutput>;
1968
- /**
1969
- * deserializeAws_json1_1ListCrawlersCommand
1970
- */
1971
- export declare const de_ListCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrawlersCommandOutput>;
1972
- /**
1973
- * deserializeAws_json1_1ListCrawlsCommand
1974
- */
1975
- export declare const de_ListCrawlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrawlsCommandOutput>;
1976
- /**
1977
- * deserializeAws_json1_1ListCustomEntityTypesCommand
1978
- */
1979
- export declare const de_ListCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomEntityTypesCommandOutput>;
1980
- /**
1981
- * deserializeAws_json1_1ListDataQualityResultsCommand
1982
- */
1983
- export declare const de_ListDataQualityResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityResultsCommandOutput>;
1984
- /**
1985
- * deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand
1986
- */
1987
- export declare const de_ListDataQualityRuleRecommendationRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityRuleRecommendationRunsCommandOutput>;
1988
- /**
1989
- * deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand
1990
- */
1991
- export declare const de_ListDataQualityRulesetEvaluationRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityRulesetEvaluationRunsCommandOutput>;
1992
- /**
1993
- * deserializeAws_json1_1ListDataQualityRulesetsCommand
1994
- */
1995
- export declare const de_ListDataQualityRulesetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityRulesetsCommandOutput>;
1996
- /**
1997
- * deserializeAws_json1_1ListDataQualityStatisticAnnotationsCommand
1998
- */
1999
- export declare const de_ListDataQualityStatisticAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
2000
- /**
2001
- * deserializeAws_json1_1ListDataQualityStatisticsCommand
2002
- */
2003
- export declare const de_ListDataQualityStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataQualityStatisticsCommandOutput>;
2004
- /**
2005
- * deserializeAws_json1_1ListDevEndpointsCommand
2006
- */
2007
- export declare const de_ListDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEndpointsCommandOutput>;
2008
- /**
2009
- * deserializeAws_json1_1ListEntitiesCommand
2010
- */
2011
- export declare const de_ListEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesCommandOutput>;
2012
- /**
2013
- * deserializeAws_json1_1ListJobsCommand
2014
- */
2015
- export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
2016
- /**
2017
- * deserializeAws_json1_1ListMLTransformsCommand
2018
- */
2019
- export declare const de_ListMLTransformsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMLTransformsCommandOutput>;
2020
- /**
2021
- * deserializeAws_json1_1ListRegistriesCommand
2022
- */
2023
- export declare const de_ListRegistriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegistriesCommandOutput>;
2024
- /**
2025
- * deserializeAws_json1_1ListSchemasCommand
2026
- */
2027
- export declare const de_ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
2028
- /**
2029
- * deserializeAws_json1_1ListSchemaVersionsCommand
2030
- */
2031
- export declare const de_ListSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaVersionsCommandOutput>;
2032
- /**
2033
- * deserializeAws_json1_1ListSessionsCommand
2034
- */
2035
- export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
2036
- /**
2037
- * deserializeAws_json1_1ListStatementsCommand
2038
- */
2039
- export declare const de_ListStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStatementsCommandOutput>;
2040
- /**
2041
- * deserializeAws_json1_1ListTableOptimizerRunsCommand
2042
- */
2043
- export declare const de_ListTableOptimizerRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableOptimizerRunsCommandOutput>;
2044
- /**
2045
- * deserializeAws_json1_1ListTriggersCommand
2046
- */
2047
- export declare const de_ListTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTriggersCommandOutput>;
2048
- /**
2049
- * deserializeAws_json1_1ListUsageProfilesCommand
2050
- */
2051
- export declare const de_ListUsageProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageProfilesCommandOutput>;
2052
- /**
2053
- * deserializeAws_json1_1ListWorkflowsCommand
2054
- */
2055
- export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
2056
- /**
2057
- * deserializeAws_json1_1ModifyIntegrationCommand
2058
- */
2059
- export declare const de_ModifyIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIntegrationCommandOutput>;
2060
- /**
2061
- * deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand
2062
- */
2063
- export declare const de_PutDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
2064
- /**
2065
- * deserializeAws_json1_1PutDataQualityProfileAnnotationCommand
2066
- */
2067
- export declare const de_PutDataQualityProfileAnnotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataQualityProfileAnnotationCommandOutput>;
2068
- /**
2069
- * deserializeAws_json1_1PutResourcePolicyCommand
2070
- */
2071
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
2072
- /**
2073
- * deserializeAws_json1_1PutSchemaVersionMetadataCommand
2074
- */
2075
- export declare const de_PutSchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSchemaVersionMetadataCommandOutput>;
2076
- /**
2077
- * deserializeAws_json1_1PutWorkflowRunPropertiesCommand
2078
- */
2079
- export declare const de_PutWorkflowRunPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWorkflowRunPropertiesCommandOutput>;
2080
- /**
2081
- * deserializeAws_json1_1QuerySchemaVersionMetadataCommand
2082
- */
2083
- export declare const de_QuerySchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QuerySchemaVersionMetadataCommandOutput>;
2084
- /**
2085
- * deserializeAws_json1_1RegisterSchemaVersionCommand
2086
- */
2087
- export declare const de_RegisterSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterSchemaVersionCommandOutput>;
2088
- /**
2089
- * deserializeAws_json1_1RemoveSchemaVersionMetadataCommand
2090
- */
2091
- export declare const de_RemoveSchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveSchemaVersionMetadataCommandOutput>;
2092
- /**
2093
- * deserializeAws_json1_1ResetJobBookmarkCommand
2094
- */
2095
- export declare const de_ResetJobBookmarkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetJobBookmarkCommandOutput>;
2096
- /**
2097
- * deserializeAws_json1_1ResumeWorkflowRunCommand
2098
- */
2099
- export declare const de_ResumeWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeWorkflowRunCommandOutput>;
2100
- /**
2101
- * deserializeAws_json1_1RunStatementCommand
2102
- */
2103
- export declare const de_RunStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunStatementCommandOutput>;
2104
- /**
2105
- * deserializeAws_json1_1SearchTablesCommand
2106
- */
2107
- export declare const de_SearchTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesCommandOutput>;
2108
- /**
2109
- * deserializeAws_json1_1StartBlueprintRunCommand
2110
- */
2111
- export declare const de_StartBlueprintRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBlueprintRunCommandOutput>;
2112
- /**
2113
- * deserializeAws_json1_1StartColumnStatisticsTaskRunCommand
2114
- */
2115
- export declare const de_StartColumnStatisticsTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartColumnStatisticsTaskRunCommandOutput>;
2116
- /**
2117
- * deserializeAws_json1_1StartColumnStatisticsTaskRunScheduleCommand
2118
- */
2119
- export declare const de_StartColumnStatisticsTaskRunScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartColumnStatisticsTaskRunScheduleCommandOutput>;
2120
- /**
2121
- * deserializeAws_json1_1StartCrawlerCommand
2122
- */
2123
- export declare const de_StartCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCrawlerCommandOutput>;
2124
- /**
2125
- * deserializeAws_json1_1StartCrawlerScheduleCommand
2126
- */
2127
- export declare const de_StartCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCrawlerScheduleCommandOutput>;
2128
- /**
2129
- * deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand
2130
- */
2131
- export declare const de_StartDataQualityRuleRecommendationRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataQualityRuleRecommendationRunCommandOutput>;
2132
- /**
2133
- * deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand
2134
- */
2135
- export declare const de_StartDataQualityRulesetEvaluationRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataQualityRulesetEvaluationRunCommandOutput>;
2136
- /**
2137
- * deserializeAws_json1_1StartExportLabelsTaskRunCommand
2138
- */
2139
- export declare const de_StartExportLabelsTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExportLabelsTaskRunCommandOutput>;
2140
- /**
2141
- * deserializeAws_json1_1StartImportLabelsTaskRunCommand
2142
- */
2143
- export declare const de_StartImportLabelsTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportLabelsTaskRunCommandOutput>;
2144
- /**
2145
- * deserializeAws_json1_1StartJobRunCommand
2146
- */
2147
- export declare const de_StartJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobRunCommandOutput>;
2148
- /**
2149
- * deserializeAws_json1_1StartMLEvaluationTaskRunCommand
2150
- */
2151
- export declare const de_StartMLEvaluationTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMLEvaluationTaskRunCommandOutput>;
2152
- /**
2153
- * deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand
2154
- */
2155
- export declare const de_StartMLLabelingSetGenerationTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMLLabelingSetGenerationTaskRunCommandOutput>;
2156
- /**
2157
- * deserializeAws_json1_1StartTriggerCommand
2158
- */
2159
- export declare const de_StartTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTriggerCommandOutput>;
2160
- /**
2161
- * deserializeAws_json1_1StartWorkflowRunCommand
2162
- */
2163
- export declare const de_StartWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowRunCommandOutput>;
2164
- /**
2165
- * deserializeAws_json1_1StopColumnStatisticsTaskRunCommand
2166
- */
2167
- export declare const de_StopColumnStatisticsTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopColumnStatisticsTaskRunCommandOutput>;
2168
- /**
2169
- * deserializeAws_json1_1StopColumnStatisticsTaskRunScheduleCommand
2170
- */
2171
- export declare const de_StopColumnStatisticsTaskRunScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopColumnStatisticsTaskRunScheduleCommandOutput>;
2172
- /**
2173
- * deserializeAws_json1_1StopCrawlerCommand
2174
- */
2175
- export declare const de_StopCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerCommandOutput>;
2176
- /**
2177
- * deserializeAws_json1_1StopCrawlerScheduleCommand
2178
- */
2179
- export declare const de_StopCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerScheduleCommandOutput>;
2180
- /**
2181
- * deserializeAws_json1_1StopSessionCommand
2182
- */
2183
- export declare const de_StopSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSessionCommandOutput>;
2184
- /**
2185
- * deserializeAws_json1_1StopTriggerCommand
2186
- */
2187
- export declare const de_StopTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTriggerCommandOutput>;
2188
- /**
2189
- * deserializeAws_json1_1StopWorkflowRunCommand
2190
- */
2191
- export declare const de_StopWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkflowRunCommandOutput>;
2192
- /**
2193
- * deserializeAws_json1_1TagResourceCommand
2194
- */
2195
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
2196
- /**
2197
- * deserializeAws_json1_1TestConnectionCommand
2198
- */
2199
- export declare const de_TestConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestConnectionCommandOutput>;
2200
- /**
2201
- * deserializeAws_json1_1UntagResourceCommand
2202
- */
2203
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
2204
- /**
2205
- * deserializeAws_json1_1UpdateBlueprintCommand
2206
- */
2207
- export declare const de_UpdateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBlueprintCommandOutput>;
2208
- /**
2209
- * deserializeAws_json1_1UpdateCatalogCommand
2210
- */
2211
- export declare const de_UpdateCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCatalogCommandOutput>;
2212
- /**
2213
- * deserializeAws_json1_1UpdateClassifierCommand
2214
- */
2215
- export declare const de_UpdateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClassifierCommandOutput>;
2216
- /**
2217
- * deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand
2218
- */
2219
- export declare const de_UpdateColumnStatisticsForPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
2220
- /**
2221
- * deserializeAws_json1_1UpdateColumnStatisticsForTableCommand
2222
- */
2223
- export declare const de_UpdateColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateColumnStatisticsForTableCommandOutput>;
2224
- /**
2225
- * deserializeAws_json1_1UpdateColumnStatisticsTaskSettingsCommand
2226
- */
2227
- export declare const de_UpdateColumnStatisticsTaskSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateColumnStatisticsTaskSettingsCommandOutput>;
2228
- /**
2229
- * deserializeAws_json1_1UpdateConnectionCommand
2230
- */
2231
- export declare const de_UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;
2232
- /**
2233
- * deserializeAws_json1_1UpdateCrawlerCommand
2234
- */
2235
- export declare const de_UpdateCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCrawlerCommandOutput>;
2236
- /**
2237
- * deserializeAws_json1_1UpdateCrawlerScheduleCommand
2238
- */
2239
- export declare const de_UpdateCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCrawlerScheduleCommandOutput>;
2240
- /**
2241
- * deserializeAws_json1_1UpdateDatabaseCommand
2242
- */
2243
- export declare const de_UpdateDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatabaseCommandOutput>;
2244
- /**
2245
- * deserializeAws_json1_1UpdateDataQualityRulesetCommand
2246
- */
2247
- export declare const de_UpdateDataQualityRulesetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataQualityRulesetCommandOutput>;
2248
- /**
2249
- * deserializeAws_json1_1UpdateDevEndpointCommand
2250
- */
2251
- export declare const de_UpdateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEndpointCommandOutput>;
2252
- /**
2253
- * deserializeAws_json1_1UpdateGlueIdentityCenterConfigurationCommand
2254
- */
2255
- export declare const de_UpdateGlueIdentityCenterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlueIdentityCenterConfigurationCommandOutput>;
2256
- /**
2257
- * deserializeAws_json1_1UpdateIntegrationResourcePropertyCommand
2258
- */
2259
- export declare const de_UpdateIntegrationResourcePropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResourcePropertyCommandOutput>;
2260
- /**
2261
- * deserializeAws_json1_1UpdateIntegrationTablePropertiesCommand
2262
- */
2263
- export declare const de_UpdateIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationTablePropertiesCommandOutput>;
2264
- /**
2265
- * deserializeAws_json1_1UpdateJobCommand
2266
- */
2267
- export declare const de_UpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobCommandOutput>;
2268
- /**
2269
- * deserializeAws_json1_1UpdateJobFromSourceControlCommand
2270
- */
2271
- export declare const de_UpdateJobFromSourceControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobFromSourceControlCommandOutput>;
2272
- /**
2273
- * deserializeAws_json1_1UpdateMLTransformCommand
2274
- */
2275
- export declare const de_UpdateMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMLTransformCommandOutput>;
2276
- /**
2277
- * deserializeAws_json1_1UpdatePartitionCommand
2278
- */
2279
- export declare const de_UpdatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartitionCommandOutput>;
2280
- /**
2281
- * deserializeAws_json1_1UpdateRegistryCommand
2282
- */
2283
- export declare const de_UpdateRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegistryCommandOutput>;
2284
- /**
2285
- * deserializeAws_json1_1UpdateSchemaCommand
2286
- */
2287
- export declare const de_UpdateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchemaCommandOutput>;
2288
- /**
2289
- * deserializeAws_json1_1UpdateSourceControlFromJobCommand
2290
- */
2291
- export declare const de_UpdateSourceControlFromJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceControlFromJobCommandOutput>;
2292
- /**
2293
- * deserializeAws_json1_1UpdateTableCommand
2294
- */
2295
- export declare const de_UpdateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableCommandOutput>;
2296
- /**
2297
- * deserializeAws_json1_1UpdateTableOptimizerCommand
2298
- */
2299
- export declare const de_UpdateTableOptimizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableOptimizerCommandOutput>;
2300
- /**
2301
- * deserializeAws_json1_1UpdateTriggerCommand
2302
- */
2303
- export declare const de_UpdateTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTriggerCommandOutput>;
2304
- /**
2305
- * deserializeAws_json1_1UpdateUsageProfileCommand
2306
- */
2307
- export declare const de_UpdateUsageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageProfileCommandOutput>;
2308
- /**
2309
- * deserializeAws_json1_1UpdateUserDefinedFunctionCommand
2310
- */
2311
- export declare const de_UpdateUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserDefinedFunctionCommandOutput>;
2312
- /**
2313
- * deserializeAws_json1_1UpdateWorkflowCommand
2314
- */
2315
- export declare const de_UpdateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowCommandOutput>;