@aws-sdk/client-glue 3.169.0 → 3.171.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 (237) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Glue.d.ts +3150 -922
  3. package/dist-types/ts3.4/GlueClient.d.ts +1208 -257
  4. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +33 -18
  14. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +33 -18
  30. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +35 -17
  69. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +35 -17
  72. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +39 -17
  73. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +35 -17
  76. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +32 -17
  77. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +36 -17
  78. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +36 -17
  80. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +35 -17
  84. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +35 -17
  85. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +35 -17
  87. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +31 -18
  88. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +32 -17
  90. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +33 -18
  91. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +35 -17
  93. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +35 -17
  94. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +35 -17
  95. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +32 -17
  96. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +32 -17
  97. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +36 -17
  98. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +35 -17
  99. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +32 -17
  100. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +32 -17
  101. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +36 -17
  102. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
  103. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +39 -17
  104. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +32 -17
  105. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +35 -17
  106. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +39 -17
  109. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +32 -17
  110. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +32 -17
  111. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +32 -17
  112. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +35 -17
  113. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +35 -17
  114. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +32 -17
  115. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  116. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +32 -17
  117. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +32 -17
  118. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +39 -16
  119. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +39 -16
  120. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +39 -16
  121. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +39 -17
  122. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +32 -17
  124. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +35 -17
  125. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +39 -17
  126. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +35 -17
  127. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +36 -17
  128. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +35 -17
  129. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +32 -17
  130. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +39 -17
  132. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +35 -17
  133. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
  134. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +35 -17
  135. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +35 -17
  136. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +36 -17
  137. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +32 -17
  138. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +32 -17
  139. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +35 -17
  140. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +35 -17
  142. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +39 -17
  143. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +39 -17
  145. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +39 -17
  146. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +37 -18
  147. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +39 -17
  148. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +39 -17
  149. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +35 -17
  150. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +36 -17
  151. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +32 -17
  152. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +32 -17
  153. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +36 -17
  154. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +32 -17
  155. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +39 -17
  156. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +39 -17
  157. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +39 -17
  158. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +32 -17
  159. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +39 -17
  160. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +39 -17
  161. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +32 -17
  162. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +35 -17
  163. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +32 -17
  164. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +36 -17
  165. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +32 -17
  166. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +32 -17
  167. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +35 -17
  168. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  169. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  170. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +35 -17
  171. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +35 -17
  172. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +39 -17
  173. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +39 -17
  174. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
  175. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +35 -17
  176. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +39 -17
  177. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +35 -17
  178. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +36 -17
  179. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +32 -17
  180. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +36 -17
  181. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +35 -17
  182. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +35 -17
  183. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
  184. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +32 -17
  185. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +35 -17
  186. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +39 -17
  187. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +35 -17
  188. package/dist-types/ts3.4/commands/index.d.ts +184 -184
  189. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  190. package/dist-types/ts3.4/index.d.ts +6 -6
  191. package/dist-types/ts3.4/models/GlueServiceException.d.ts +7 -6
  192. package/dist-types/ts3.4/models/index.d.ts +3 -3
  193. package/dist-types/ts3.4/models/models_0.d.ts +2523 -2352
  194. package/dist-types/ts3.4/models/models_1.d.ts +2339 -2936
  195. package/dist-types/ts3.4/models/models_2.d.ts +1008 -514
  196. package/dist-types/ts3.4/pagination/GetBlueprintRunsPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/GetClassifiersPaginator.d.ts +11 -4
  198. package/dist-types/ts3.4/pagination/GetConnectionsPaginator.d.ts +11 -4
  199. package/dist-types/ts3.4/pagination/GetCrawlerMetricsPaginator.d.ts +11 -4
  200. package/dist-types/ts3.4/pagination/GetCrawlersPaginator.d.ts +11 -4
  201. package/dist-types/ts3.4/pagination/GetDatabasesPaginator.d.ts +11 -4
  202. package/dist-types/ts3.4/pagination/GetDevEndpointsPaginator.d.ts +11 -4
  203. package/dist-types/ts3.4/pagination/GetJobRunsPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/GetJobsPaginator.d.ts +11 -4
  205. package/dist-types/ts3.4/pagination/GetMLTaskRunsPaginator.d.ts +11 -4
  206. package/dist-types/ts3.4/pagination/GetMLTransformsPaginator.d.ts +11 -4
  207. package/dist-types/ts3.4/pagination/GetPartitionIndexesPaginator.d.ts +11 -4
  208. package/dist-types/ts3.4/pagination/GetPartitionsPaginator.d.ts +11 -4
  209. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
  210. package/dist-types/ts3.4/pagination/GetSecurityConfigurationsPaginator.d.ts +11 -4
  211. package/dist-types/ts3.4/pagination/GetTableVersionsPaginator.d.ts +11 -4
  212. package/dist-types/ts3.4/pagination/GetTablesPaginator.d.ts +11 -4
  213. package/dist-types/ts3.4/pagination/GetTriggersPaginator.d.ts +11 -4
  214. package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +11 -4
  215. package/dist-types/ts3.4/pagination/GetUserDefinedFunctionsPaginator.d.ts +11 -4
  216. package/dist-types/ts3.4/pagination/GetWorkflowRunsPaginator.d.ts +11 -4
  217. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  218. package/dist-types/ts3.4/pagination/ListBlueprintsPaginator.d.ts +11 -4
  219. package/dist-types/ts3.4/pagination/ListCrawlersPaginator.d.ts +11 -4
  220. package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +11 -4
  221. package/dist-types/ts3.4/pagination/ListDevEndpointsPaginator.d.ts +11 -4
  222. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  223. package/dist-types/ts3.4/pagination/ListMLTransformsPaginator.d.ts +11 -4
  224. package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +11 -4
  225. package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +11 -4
  226. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
  227. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -4
  228. package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +11 -4
  229. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
  230. package/dist-types/ts3.4/pagination/SearchTablesPaginator.d.ts +11 -4
  231. package/dist-types/ts3.4/pagination/index.d.ts +35 -35
  232. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +2213 -554
  233. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  234. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  235. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  236. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  237. package/package.json +34 -34
@@ -1,554 +1,2213 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/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 { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "../commands/BatchGetDevEndpointsCommand";
12
- import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "../commands/BatchGetJobsCommand";
13
- import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "../commands/BatchGetPartitionCommand";
14
- import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "../commands/BatchGetTriggersCommand";
15
- import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "../commands/BatchGetWorkflowsCommand";
16
- import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "../commands/BatchStopJobRunCommand";
17
- import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "../commands/BatchUpdatePartitionCommand";
18
- import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "../commands/CancelMLTaskRunCommand";
19
- import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
20
- import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "../commands/CheckSchemaVersionValidityCommand";
21
- import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "../commands/CreateBlueprintCommand";
22
- import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "../commands/CreateClassifierCommand";
23
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
24
- import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "../commands/CreateCrawlerCommand";
25
- import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "../commands/CreateCustomEntityTypeCommand";
26
- import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "../commands/CreateDatabaseCommand";
27
- import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "../commands/CreateDevEndpointCommand";
28
- import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
29
- import { CreateMLTransformCommandInput, CreateMLTransformCommandOutput } from "../commands/CreateMLTransformCommand";
30
- import { CreatePartitionCommandInput, CreatePartitionCommandOutput } from "../commands/CreatePartitionCommand";
31
- import { CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput } from "../commands/CreatePartitionIndexCommand";
32
- import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "../commands/CreateRegistryCommand";
33
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
34
- import { CreateScriptCommandInput, CreateScriptCommandOutput } from "../commands/CreateScriptCommand";
35
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "../commands/CreateSecurityConfigurationCommand";
36
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
37
- import { CreateTableCommandInput, CreateTableCommandOutput } from "../commands/CreateTableCommand";
38
- import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "../commands/CreateTriggerCommand";
39
- import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "../commands/CreateUserDefinedFunctionCommand";
40
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
41
- import { DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput } from "../commands/DeleteBlueprintCommand";
42
- import { DeleteClassifierCommandInput, DeleteClassifierCommandOutput } from "../commands/DeleteClassifierCommand";
43
- import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput } from "../commands/DeleteColumnStatisticsForPartitionCommand";
44
- import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "../commands/DeleteColumnStatisticsForTableCommand";
45
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
46
- import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "../commands/DeleteCrawlerCommand";
47
- import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "../commands/DeleteCustomEntityTypeCommand";
48
- import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "../commands/DeleteDatabaseCommand";
49
- import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "../commands/DeleteDevEndpointCommand";
50
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
51
- import { DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput } from "../commands/DeleteMLTransformCommand";
52
- import { DeletePartitionCommandInput, DeletePartitionCommandOutput } from "../commands/DeletePartitionCommand";
53
- import { DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput } from "../commands/DeletePartitionIndexCommand";
54
- import { DeleteRegistryCommandInput, DeleteRegistryCommandOutput } from "../commands/DeleteRegistryCommand";
55
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
56
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
57
- import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "../commands/DeleteSchemaVersionsCommand";
58
- import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "../commands/DeleteSecurityConfigurationCommand";
59
- import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand";
60
- import { DeleteTableCommandInput, DeleteTableCommandOutput } from "../commands/DeleteTableCommand";
61
- import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "../commands/DeleteTableVersionCommand";
62
- import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "../commands/DeleteTriggerCommand";
63
- import { DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput } from "../commands/DeleteUserDefinedFunctionCommand";
64
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
65
- import { GetBlueprintCommandInput, GetBlueprintCommandOutput } from "../commands/GetBlueprintCommand";
66
- import { GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput } from "../commands/GetBlueprintRunCommand";
67
- import { GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput } from "../commands/GetBlueprintRunsCommand";
68
- import { GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput } from "../commands/GetCatalogImportStatusCommand";
69
- import { GetClassifierCommandInput, GetClassifierCommandOutput } from "../commands/GetClassifierCommand";
70
- import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "../commands/GetClassifiersCommand";
71
- import { GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput } from "../commands/GetColumnStatisticsForPartitionCommand";
72
- import { GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput } from "../commands/GetColumnStatisticsForTableCommand";
73
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand";
74
- import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
75
- import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "../commands/GetCrawlerCommand";
76
- import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "../commands/GetCrawlerMetricsCommand";
77
- import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand";
78
- import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "../commands/GetCustomEntityTypeCommand";
79
- import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/GetDatabaseCommand";
80
- import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "../commands/GetDatabasesCommand";
81
- import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "../commands/GetDataCatalogEncryptionSettingsCommand";
82
- import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "../commands/GetDataflowGraphCommand";
83
- import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "../commands/GetDevEndpointCommand";
84
- import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "../commands/GetDevEndpointsCommand";
85
- import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "../commands/GetJobBookmarkCommand";
86
- import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
87
- import { GetJobRunCommandInput, GetJobRunCommandOutput } from "../commands/GetJobRunCommand";
88
- import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "../commands/GetJobRunsCommand";
89
- import { GetJobsCommandInput, GetJobsCommandOutput } from "../commands/GetJobsCommand";
90
- import { GetMappingCommandInput, GetMappingCommandOutput } from "../commands/GetMappingCommand";
91
- import { GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput } from "../commands/GetMLTaskRunCommand";
92
- import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "../commands/GetMLTaskRunsCommand";
93
- import { GetMLTransformCommandInput, GetMLTransformCommandOutput } from "../commands/GetMLTransformCommand";
94
- import { GetMLTransformsCommandInput, GetMLTransformsCommandOutput } from "../commands/GetMLTransformsCommand";
95
- import { GetPartitionCommandInput, GetPartitionCommandOutput } from "../commands/GetPartitionCommand";
96
- import { GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput } from "../commands/GetPartitionIndexesCommand";
97
- import { GetPartitionsCommandInput, GetPartitionsCommandOutput } from "../commands/GetPartitionsCommand";
98
- import { GetPlanCommandInput, GetPlanCommandOutput } from "../commands/GetPlanCommand";
99
- import { GetRegistryCommandInput, GetRegistryCommandOutput } from "../commands/GetRegistryCommand";
100
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
101
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
102
- import { GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput } from "../commands/GetSchemaByDefinitionCommand";
103
- import { GetSchemaCommandInput, GetSchemaCommandOutput } from "../commands/GetSchemaCommand";
104
- import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "../commands/GetSchemaVersionCommand";
105
- import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "../commands/GetSchemaVersionsDiffCommand";
106
- import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "../commands/GetSecurityConfigurationCommand";
107
- import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "../commands/GetSecurityConfigurationsCommand";
108
- import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
109
- import { GetStatementCommandInput, GetStatementCommandOutput } from "../commands/GetStatementCommand";
110
- import { GetTableCommandInput, GetTableCommandOutput } from "../commands/GetTableCommand";
111
- import { GetTablesCommandInput, GetTablesCommandOutput } from "../commands/GetTablesCommand";
112
- import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "../commands/GetTableVersionCommand";
113
- import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "../commands/GetTableVersionsCommand";
114
- import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
115
- import { GetTriggerCommandInput, GetTriggerCommandOutput } from "../commands/GetTriggerCommand";
116
- import { GetTriggersCommandInput, GetTriggersCommandOutput } from "../commands/GetTriggersCommand";
117
- import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "../commands/GetUnfilteredPartitionMetadataCommand";
118
- import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "../commands/GetUnfilteredPartitionsMetadataCommand";
119
- import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "../commands/GetUnfilteredTableMetadataCommand";
120
- import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "../commands/GetUserDefinedFunctionCommand";
121
- import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "../commands/GetUserDefinedFunctionsCommand";
122
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
123
- import { GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput } from "../commands/GetWorkflowRunCommand";
124
- import { GetWorkflowRunPropertiesCommandInput, GetWorkflowRunPropertiesCommandOutput } from "../commands/GetWorkflowRunPropertiesCommand";
125
- import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "../commands/GetWorkflowRunsCommand";
126
- import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "../commands/ImportCatalogToGlueCommand";
127
- import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "../commands/ListBlueprintsCommand";
128
- import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "../commands/ListCrawlersCommand";
129
- import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "../commands/ListCrawlsCommand";
130
- import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
131
- import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
132
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
133
- import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
134
- import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
135
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
136
- import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
137
- import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
138
- import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
139
- import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands/ListTriggersCommand";
140
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
141
- import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "../commands/PutDataCatalogEncryptionSettingsCommand";
142
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
143
- import { PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput } from "../commands/PutSchemaVersionMetadataCommand";
144
- import { PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput } from "../commands/PutWorkflowRunPropertiesCommand";
145
- import { QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput } from "../commands/QuerySchemaVersionMetadataCommand";
146
- import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput } from "../commands/RegisterSchemaVersionCommand";
147
- import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "../commands/RemoveSchemaVersionMetadataCommand";
148
- import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "../commands/ResetJobBookmarkCommand";
149
- import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "../commands/ResumeWorkflowRunCommand";
150
- import { RunStatementCommandInput, RunStatementCommandOutput } from "../commands/RunStatementCommand";
151
- import { SearchTablesCommandInput, SearchTablesCommandOutput } from "../commands/SearchTablesCommand";
152
- import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "../commands/StartBlueprintRunCommand";
153
- import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "../commands/StartCrawlerCommand";
154
- import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "../commands/StartCrawlerScheduleCommand";
155
- import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "../commands/StartExportLabelsTaskRunCommand";
156
- import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "../commands/StartImportLabelsTaskRunCommand";
157
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "../commands/StartJobRunCommand";
158
- import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput } from "../commands/StartMLEvaluationTaskRunCommand";
159
- import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "../commands/StartMLLabelingSetGenerationTaskRunCommand";
160
- import { StartTriggerCommandInput, StartTriggerCommandOutput } from "../commands/StartTriggerCommand";
161
- import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "../commands/StartWorkflowRunCommand";
162
- import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "../commands/StopCrawlerCommand";
163
- import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "../commands/StopCrawlerScheduleCommand";
164
- import { StopSessionCommandInput, StopSessionCommandOutput } from "../commands/StopSessionCommand";
165
- import { StopTriggerCommandInput, StopTriggerCommandOutput } from "../commands/StopTriggerCommand";
166
- import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "../commands/StopWorkflowRunCommand";
167
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
168
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
169
- import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "../commands/UpdateBlueprintCommand";
170
- import { UpdateClassifierCommandInput, UpdateClassifierCommandOutput } from "../commands/UpdateClassifierCommand";
171
- import { UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput } from "../commands/UpdateColumnStatisticsForPartitionCommand";
172
- import { UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput } from "../commands/UpdateColumnStatisticsForTableCommand";
173
- import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
174
- import { UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput } from "../commands/UpdateCrawlerCommand";
175
- import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput } from "../commands/UpdateCrawlerScheduleCommand";
176
- import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "../commands/UpdateDatabaseCommand";
177
- import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "../commands/UpdateDevEndpointCommand";
178
- import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
179
- import { UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput } from "../commands/UpdateMLTransformCommand";
180
- import { UpdatePartitionCommandInput, UpdatePartitionCommandOutput } from "../commands/UpdatePartitionCommand";
181
- import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "../commands/UpdateRegistryCommand";
182
- import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "../commands/UpdateSchemaCommand";
183
- import { UpdateTableCommandInput, UpdateTableCommandOutput } from "../commands/UpdateTableCommand";
184
- import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "../commands/UpdateTriggerCommand";
185
- import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "../commands/UpdateUserDefinedFunctionCommand";
186
- import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
187
- export declare const serializeAws_json1_1BatchCreatePartitionCommand: (input: BatchCreatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_json1_1BatchDeleteConnectionCommand: (input: BatchDeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_json1_1BatchDeletePartitionCommand: (input: BatchDeletePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_json1_1BatchDeleteTableCommand: (input: BatchDeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_json1_1BatchDeleteTableVersionCommand: (input: BatchDeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_json1_1BatchGetBlueprintsCommand: (input: BatchGetBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const serializeAws_json1_1BatchGetCrawlersCommand: (input: BatchGetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- export declare const serializeAws_json1_1BatchGetCustomEntityTypesCommand: (input: BatchGetCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_json1_1BatchGetDevEndpointsCommand: (input: BatchGetDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_json1_1BatchGetJobsCommand: (input: BatchGetJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_json1_1BatchGetPartitionCommand: (input: BatchGetPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_json1_1BatchGetTriggersCommand: (input: BatchGetTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const serializeAws_json1_1BatchGetWorkflowsCommand: (input: BatchGetWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- export declare const serializeAws_json1_1BatchStopJobRunCommand: (input: BatchStopJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- export declare const serializeAws_json1_1BatchUpdatePartitionCommand: (input: BatchUpdatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- export declare const serializeAws_json1_1CancelMLTaskRunCommand: (input: CancelMLTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- export declare const serializeAws_json1_1CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- export declare const serializeAws_json1_1CheckSchemaVersionValidityCommand: (input: CheckSchemaVersionValidityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- export declare const serializeAws_json1_1CreateBlueprintCommand: (input: CreateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- export declare const serializeAws_json1_1CreateClassifierCommand: (input: CreateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- export declare const serializeAws_json1_1CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- export declare const serializeAws_json1_1CreateCrawlerCommand: (input: CreateCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- export declare const serializeAws_json1_1CreateCustomEntityTypeCommand: (input: CreateCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- export declare const serializeAws_json1_1CreateDatabaseCommand: (input: CreateDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- export declare const serializeAws_json1_1CreateDevEndpointCommand: (input: CreateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- export declare const serializeAws_json1_1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- export declare const serializeAws_json1_1CreateMLTransformCommand: (input: CreateMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- export declare const serializeAws_json1_1CreatePartitionCommand: (input: CreatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- export declare const serializeAws_json1_1CreatePartitionIndexCommand: (input: CreatePartitionIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- export declare const serializeAws_json1_1CreateRegistryCommand: (input: CreateRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- export declare const serializeAws_json1_1CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- export declare const serializeAws_json1_1CreateScriptCommand: (input: CreateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- export declare const serializeAws_json1_1CreateSecurityConfigurationCommand: (input: CreateSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- export declare const serializeAws_json1_1CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- export declare const serializeAws_json1_1CreateTableCommand: (input: CreateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- export declare const serializeAws_json1_1CreateTriggerCommand: (input: CreateTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- export declare const serializeAws_json1_1CreateUserDefinedFunctionCommand: (input: CreateUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- export declare const serializeAws_json1_1CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- export declare const serializeAws_json1_1DeleteBlueprintCommand: (input: DeleteBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- export declare const serializeAws_json1_1DeleteClassifierCommand: (input: DeleteClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- export declare const serializeAws_json1_1DeleteColumnStatisticsForPartitionCommand: (input: DeleteColumnStatisticsForPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- export declare const serializeAws_json1_1DeleteColumnStatisticsForTableCommand: (input: DeleteColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- export declare const serializeAws_json1_1DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- export declare const serializeAws_json1_1DeleteCrawlerCommand: (input: DeleteCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- export declare const serializeAws_json1_1DeleteCustomEntityTypeCommand: (input: DeleteCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- export declare const serializeAws_json1_1DeleteDatabaseCommand: (input: DeleteDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- export declare const serializeAws_json1_1DeleteDevEndpointCommand: (input: DeleteDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- export declare const serializeAws_json1_1DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- export declare const serializeAws_json1_1DeleteMLTransformCommand: (input: DeleteMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- export declare const serializeAws_json1_1DeletePartitionCommand: (input: DeletePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- export declare const serializeAws_json1_1DeletePartitionIndexCommand: (input: DeletePartitionIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- export declare const serializeAws_json1_1DeleteRegistryCommand: (input: DeleteRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- export declare const serializeAws_json1_1DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- export declare const serializeAws_json1_1DeleteSchemaVersionsCommand: (input: DeleteSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- export declare const serializeAws_json1_1DeleteSecurityConfigurationCommand: (input: DeleteSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- export declare const serializeAws_json1_1DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- export declare const serializeAws_json1_1DeleteTableCommand: (input: DeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- export declare const serializeAws_json1_1DeleteTableVersionCommand: (input: DeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- export declare const serializeAws_json1_1DeleteTriggerCommand: (input: DeleteTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- export declare const serializeAws_json1_1DeleteUserDefinedFunctionCommand: (input: DeleteUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- export declare const serializeAws_json1_1DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- export declare const serializeAws_json1_1GetBlueprintCommand: (input: GetBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- export declare const serializeAws_json1_1GetBlueprintRunCommand: (input: GetBlueprintRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- export declare const serializeAws_json1_1GetBlueprintRunsCommand: (input: GetBlueprintRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- export declare const serializeAws_json1_1GetCatalogImportStatusCommand: (input: GetCatalogImportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- export declare const serializeAws_json1_1GetClassifierCommand: (input: GetClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- export declare const serializeAws_json1_1GetClassifiersCommand: (input: GetClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- export declare const serializeAws_json1_1GetColumnStatisticsForPartitionCommand: (input: GetColumnStatisticsForPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- export declare const serializeAws_json1_1GetColumnStatisticsForTableCommand: (input: GetColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
- export declare const serializeAws_json1_1GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- export declare const serializeAws_json1_1GetConnectionsCommand: (input: GetConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- export declare const serializeAws_json1_1GetCrawlerCommand: (input: GetCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- export declare const serializeAws_json1_1GetCrawlerMetricsCommand: (input: GetCrawlerMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
- export declare const serializeAws_json1_1GetCrawlersCommand: (input: GetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- export declare const serializeAws_json1_1GetCustomEntityTypeCommand: (input: GetCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- export declare const serializeAws_json1_1GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- export declare const serializeAws_json1_1GetDatabasesCommand: (input: GetDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
- export declare const serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (input: GetDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- export declare const serializeAws_json1_1GetDataflowGraphCommand: (input: GetDataflowGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- export declare const serializeAws_json1_1GetDevEndpointCommand: (input: GetDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- export declare const serializeAws_json1_1GetDevEndpointsCommand: (input: GetDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
- export declare const serializeAws_json1_1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- export declare const serializeAws_json1_1GetJobBookmarkCommand: (input: GetJobBookmarkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- export declare const serializeAws_json1_1GetJobRunCommand: (input: GetJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- export declare const serializeAws_json1_1GetJobRunsCommand: (input: GetJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
- export declare const serializeAws_json1_1GetJobsCommand: (input: GetJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- export declare const serializeAws_json1_1GetMappingCommand: (input: GetMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- export declare const serializeAws_json1_1GetMLTaskRunCommand: (input: GetMLTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- export declare const serializeAws_json1_1GetMLTaskRunsCommand: (input: GetMLTaskRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
- export declare const serializeAws_json1_1GetMLTransformCommand: (input: GetMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- export declare const serializeAws_json1_1GetMLTransformsCommand: (input: GetMLTransformsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- export declare const serializeAws_json1_1GetPartitionCommand: (input: GetPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- export declare const serializeAws_json1_1GetPartitionIndexesCommand: (input: GetPartitionIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
- export declare const serializeAws_json1_1GetPartitionsCommand: (input: GetPartitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- export declare const serializeAws_json1_1GetPlanCommand: (input: GetPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- export declare const serializeAws_json1_1GetRegistryCommand: (input: GetRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- export declare const serializeAws_json1_1GetResourcePoliciesCommand: (input: GetResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
- export declare const serializeAws_json1_1GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- export declare const serializeAws_json1_1GetSchemaCommand: (input: GetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- export declare const serializeAws_json1_1GetSchemaByDefinitionCommand: (input: GetSchemaByDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- export declare const serializeAws_json1_1GetSchemaVersionCommand: (input: GetSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
- export declare const serializeAws_json1_1GetSchemaVersionsDiffCommand: (input: GetSchemaVersionsDiffCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- export declare const serializeAws_json1_1GetSecurityConfigurationCommand: (input: GetSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- export declare const serializeAws_json1_1GetSecurityConfigurationsCommand: (input: GetSecurityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- export declare const serializeAws_json1_1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
- export declare const serializeAws_json1_1GetStatementCommand: (input: GetStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- export declare const serializeAws_json1_1GetTableCommand: (input: GetTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- export declare const serializeAws_json1_1GetTablesCommand: (input: GetTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- export declare const serializeAws_json1_1GetTableVersionCommand: (input: GetTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
- export declare const serializeAws_json1_1GetTableVersionsCommand: (input: GetTableVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- export declare const serializeAws_json1_1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- export declare const serializeAws_json1_1GetTriggerCommand: (input: GetTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- export declare const serializeAws_json1_1GetTriggersCommand: (input: GetTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
- export declare const serializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (input: GetUnfilteredPartitionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- export declare const serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (input: GetUnfilteredPartitionsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- export declare const serializeAws_json1_1GetUnfilteredTableMetadataCommand: (input: GetUnfilteredTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- export declare const serializeAws_json1_1GetUserDefinedFunctionCommand: (input: GetUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
- export declare const serializeAws_json1_1GetUserDefinedFunctionsCommand: (input: GetUserDefinedFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- export declare const serializeAws_json1_1GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- export declare const serializeAws_json1_1GetWorkflowRunCommand: (input: GetWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- export declare const serializeAws_json1_1GetWorkflowRunPropertiesCommand: (input: GetWorkflowRunPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
- export declare const serializeAws_json1_1GetWorkflowRunsCommand: (input: GetWorkflowRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- export declare const serializeAws_json1_1ImportCatalogToGlueCommand: (input: ImportCatalogToGlueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- export declare const serializeAws_json1_1ListBlueprintsCommand: (input: ListBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- export declare const serializeAws_json1_1ListCrawlersCommand: (input: ListCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
- export declare const serializeAws_json1_1ListCrawlsCommand: (input: ListCrawlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- export declare const serializeAws_json1_1ListCustomEntityTypesCommand: (input: ListCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
- export declare const serializeAws_json1_1ListDevEndpointsCommand: (input: ListDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- export declare const serializeAws_json1_1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
- export declare const serializeAws_json1_1ListMLTransformsCommand: (input: ListMLTransformsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- export declare const serializeAws_json1_1ListRegistriesCommand: (input: ListRegistriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
- export declare const serializeAws_json1_1ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- export declare const serializeAws_json1_1ListSchemaVersionsCommand: (input: ListSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
- export declare const serializeAws_json1_1ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- export declare const serializeAws_json1_1ListStatementsCommand: (input: ListStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
- export declare const serializeAws_json1_1ListTriggersCommand: (input: ListTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- export declare const serializeAws_json1_1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
- export declare const serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (input: PutDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- export declare const serializeAws_json1_1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
- export declare const serializeAws_json1_1PutSchemaVersionMetadataCommand: (input: PutSchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- export declare const serializeAws_json1_1PutWorkflowRunPropertiesCommand: (input: PutWorkflowRunPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
- export declare const serializeAws_json1_1QuerySchemaVersionMetadataCommand: (input: QuerySchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- export declare const serializeAws_json1_1RegisterSchemaVersionCommand: (input: RegisterSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
- export declare const serializeAws_json1_1RemoveSchemaVersionMetadataCommand: (input: RemoveSchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
- export declare const serializeAws_json1_1ResetJobBookmarkCommand: (input: ResetJobBookmarkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
- export declare const serializeAws_json1_1ResumeWorkflowRunCommand: (input: ResumeWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- export declare const serializeAws_json1_1RunStatementCommand: (input: RunStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
- export declare const serializeAws_json1_1SearchTablesCommand: (input: SearchTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
- export declare const serializeAws_json1_1StartBlueprintRunCommand: (input: StartBlueprintRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
337
- export declare const serializeAws_json1_1StartCrawlerCommand: (input: StartCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- export declare const serializeAws_json1_1StartCrawlerScheduleCommand: (input: StartCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
- export declare const serializeAws_json1_1StartExportLabelsTaskRunCommand: (input: StartExportLabelsTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
- export declare const serializeAws_json1_1StartImportLabelsTaskRunCommand: (input: StartImportLabelsTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
341
- export declare const serializeAws_json1_1StartJobRunCommand: (input: StartJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- export declare const serializeAws_json1_1StartMLEvaluationTaskRunCommand: (input: StartMLEvaluationTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
- export declare const serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand: (input: StartMLLabelingSetGenerationTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
- export declare const serializeAws_json1_1StartTriggerCommand: (input: StartTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
345
- export declare const serializeAws_json1_1StartWorkflowRunCommand: (input: StartWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1StopCrawlerCommand: (input: StopCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
- export declare const serializeAws_json1_1StopCrawlerScheduleCommand: (input: StopCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
- export declare const serializeAws_json1_1StopSessionCommand: (input: StopSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
- export declare const serializeAws_json1_1StopTriggerCommand: (input: StopTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1StopWorkflowRunCommand: (input: StopWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
- export declare const serializeAws_json1_1UpdateBlueprintCommand: (input: UpdateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1UpdateClassifierCommand: (input: UpdateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
- export declare const serializeAws_json1_1UpdateColumnStatisticsForPartitionCommand: (input: UpdateColumnStatisticsForPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
- export declare const serializeAws_json1_1UpdateColumnStatisticsForTableCommand: (input: UpdateColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
357
- export declare const serializeAws_json1_1UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1UpdateCrawlerCommand: (input: UpdateCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
- export declare const serializeAws_json1_1UpdateCrawlerScheduleCommand: (input: UpdateCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
- export declare const serializeAws_json1_1UpdateDatabaseCommand: (input: UpdateDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
361
- export declare const serializeAws_json1_1UpdateDevEndpointCommand: (input: UpdateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1UpdateJobCommand: (input: UpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
- export declare const serializeAws_json1_1UpdateMLTransformCommand: (input: UpdateMLTransformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
- export declare const serializeAws_json1_1UpdatePartitionCommand: (input: UpdatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
- export declare const serializeAws_json1_1UpdateRegistryCommand: (input: UpdateRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1UpdateSchemaCommand: (input: UpdateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
- export declare const serializeAws_json1_1UpdateTableCommand: (input: UpdateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
- export declare const serializeAws_json1_1UpdateTriggerCommand: (input: UpdateTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
- export declare const serializeAws_json1_1UpdateUserDefinedFunctionCommand: (input: UpdateUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1UpdateWorkflowCommand: (input: UpdateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
- export declare const deserializeAws_json1_1BatchCreatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreatePartitionCommandOutput>;
372
- export declare const deserializeAws_json1_1BatchDeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteConnectionCommandOutput>;
373
- export declare const deserializeAws_json1_1BatchDeletePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeletePartitionCommandOutput>;
374
- export declare const deserializeAws_json1_1BatchDeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteTableCommandOutput>;
375
- export declare const deserializeAws_json1_1BatchDeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteTableVersionCommandOutput>;
376
- export declare const deserializeAws_json1_1BatchGetBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBlueprintsCommandOutput>;
377
- export declare const deserializeAws_json1_1BatchGetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCrawlersCommandOutput>;
378
- export declare const deserializeAws_json1_1BatchGetCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomEntityTypesCommandOutput>;
379
- export declare const deserializeAws_json1_1BatchGetDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevEndpointsCommandOutput>;
380
- export declare const deserializeAws_json1_1BatchGetJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetJobsCommandOutput>;
381
- export declare const deserializeAws_json1_1BatchGetPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPartitionCommandOutput>;
382
- export declare const deserializeAws_json1_1BatchGetTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetTriggersCommandOutput>;
383
- export declare const deserializeAws_json1_1BatchGetWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetWorkflowsCommandOutput>;
384
- export declare const deserializeAws_json1_1BatchStopJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopJobRunCommandOutput>;
385
- export declare const deserializeAws_json1_1BatchUpdatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePartitionCommandOutput>;
386
- export declare const deserializeAws_json1_1CancelMLTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMLTaskRunCommandOutput>;
387
- export declare const deserializeAws_json1_1CancelStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelStatementCommandOutput>;
388
- export declare const deserializeAws_json1_1CheckSchemaVersionValidityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckSchemaVersionValidityCommandOutput>;
389
- export declare const deserializeAws_json1_1CreateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBlueprintCommandOutput>;
390
- export declare const deserializeAws_json1_1CreateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassifierCommandOutput>;
391
- export declare const deserializeAws_json1_1CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
392
- export declare const deserializeAws_json1_1CreateCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrawlerCommandOutput>;
393
- export declare const deserializeAws_json1_1CreateCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomEntityTypeCommandOutput>;
394
- export declare const deserializeAws_json1_1CreateDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatabaseCommandOutput>;
395
- export declare const deserializeAws_json1_1CreateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEndpointCommandOutput>;
396
- export declare const deserializeAws_json1_1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
397
- export declare const deserializeAws_json1_1CreateMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMLTransformCommandOutput>;
398
- export declare const deserializeAws_json1_1CreatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartitionCommandOutput>;
399
- export declare const deserializeAws_json1_1CreatePartitionIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartitionIndexCommandOutput>;
400
- export declare const deserializeAws_json1_1CreateRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRegistryCommandOutput>;
401
- export declare const deserializeAws_json1_1CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
402
- export declare const deserializeAws_json1_1CreateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScriptCommandOutput>;
403
- export declare const deserializeAws_json1_1CreateSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityConfigurationCommandOutput>;
404
- export declare const deserializeAws_json1_1CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
405
- export declare const deserializeAws_json1_1CreateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTableCommandOutput>;
406
- export declare const deserializeAws_json1_1CreateTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTriggerCommandOutput>;
407
- export declare const deserializeAws_json1_1CreateUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserDefinedFunctionCommandOutput>;
408
- export declare const deserializeAws_json1_1CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
409
- export declare const deserializeAws_json1_1DeleteBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBlueprintCommandOutput>;
410
- export declare const deserializeAws_json1_1DeleteClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClassifierCommandOutput>;
411
- export declare const deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
412
- export declare const deserializeAws_json1_1DeleteColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteColumnStatisticsForTableCommandOutput>;
413
- export declare const deserializeAws_json1_1DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
414
- export declare const deserializeAws_json1_1DeleteCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrawlerCommandOutput>;
415
- export declare const deserializeAws_json1_1DeleteCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomEntityTypeCommandOutput>;
416
- export declare const deserializeAws_json1_1DeleteDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatabaseCommandOutput>;
417
- export declare const deserializeAws_json1_1DeleteDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEndpointCommandOutput>;
418
- export declare const deserializeAws_json1_1DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
419
- export declare const deserializeAws_json1_1DeleteMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMLTransformCommandOutput>;
420
- export declare const deserializeAws_json1_1DeletePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartitionCommandOutput>;
421
- export declare const deserializeAws_json1_1DeletePartitionIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartitionIndexCommandOutput>;
422
- export declare const deserializeAws_json1_1DeleteRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryCommandOutput>;
423
- export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
424
- export declare const deserializeAws_json1_1DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
425
- export declare const deserializeAws_json1_1DeleteSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaVersionsCommandOutput>;
426
- export declare const deserializeAws_json1_1DeleteSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityConfigurationCommandOutput>;
427
- export declare const deserializeAws_json1_1DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
428
- export declare const deserializeAws_json1_1DeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableCommandOutput>;
429
- export declare const deserializeAws_json1_1DeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableVersionCommandOutput>;
430
- export declare const deserializeAws_json1_1DeleteTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTriggerCommandOutput>;
431
- export declare const deserializeAws_json1_1DeleteUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserDefinedFunctionCommandOutput>;
432
- export declare const deserializeAws_json1_1DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
433
- export declare const deserializeAws_json1_1GetBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlueprintCommandOutput>;
434
- export declare const deserializeAws_json1_1GetBlueprintRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlueprintRunCommandOutput>;
435
- export declare const deserializeAws_json1_1GetBlueprintRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlueprintRunsCommandOutput>;
436
- export declare const deserializeAws_json1_1GetCatalogImportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogImportStatusCommandOutput>;
437
- export declare const deserializeAws_json1_1GetClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassifierCommandOutput>;
438
- export declare const deserializeAws_json1_1GetClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassifiersCommandOutput>;
439
- export declare const deserializeAws_json1_1GetColumnStatisticsForPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetColumnStatisticsForPartitionCommandOutput>;
440
- export declare const deserializeAws_json1_1GetColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetColumnStatisticsForTableCommandOutput>;
441
- export declare const deserializeAws_json1_1GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
442
- export declare const deserializeAws_json1_1GetConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionsCommandOutput>;
443
- export declare const deserializeAws_json1_1GetCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerCommandOutput>;
444
- export declare const deserializeAws_json1_1GetCrawlerMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerMetricsCommandOutput>;
445
- export declare const deserializeAws_json1_1GetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlersCommandOutput>;
446
- export declare const deserializeAws_json1_1GetCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomEntityTypeCommandOutput>;
447
- export declare const deserializeAws_json1_1GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
448
- export declare const deserializeAws_json1_1GetDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabasesCommandOutput>;
449
- export declare const deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
450
- export declare const deserializeAws_json1_1GetDataflowGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowGraphCommandOutput>;
451
- export declare const deserializeAws_json1_1GetDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEndpointCommandOutput>;
452
- export declare const deserializeAws_json1_1GetDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEndpointsCommandOutput>;
453
- export declare const deserializeAws_json1_1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
454
- export declare const deserializeAws_json1_1GetJobBookmarkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobBookmarkCommandOutput>;
455
- export declare const deserializeAws_json1_1GetJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunCommandOutput>;
456
- export declare const deserializeAws_json1_1GetJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunsCommandOutput>;
457
- export declare const deserializeAws_json1_1GetJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobsCommandOutput>;
458
- export declare const deserializeAws_json1_1GetMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMappingCommandOutput>;
459
- export declare const deserializeAws_json1_1GetMLTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTaskRunCommandOutput>;
460
- export declare const deserializeAws_json1_1GetMLTaskRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTaskRunsCommandOutput>;
461
- export declare const deserializeAws_json1_1GetMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTransformCommandOutput>;
462
- export declare const deserializeAws_json1_1GetMLTransformsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLTransformsCommandOutput>;
463
- export declare const deserializeAws_json1_1GetPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartitionCommandOutput>;
464
- export declare const deserializeAws_json1_1GetPartitionIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartitionIndexesCommandOutput>;
465
- export declare const deserializeAws_json1_1GetPartitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartitionsCommandOutput>;
466
- export declare const deserializeAws_json1_1GetPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlanCommandOutput>;
467
- export declare const deserializeAws_json1_1GetRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryCommandOutput>;
468
- export declare const deserializeAws_json1_1GetResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePoliciesCommandOutput>;
469
- export declare const deserializeAws_json1_1GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
470
- export declare const deserializeAws_json1_1GetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCommandOutput>;
471
- export declare const deserializeAws_json1_1GetSchemaByDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaByDefinitionCommandOutput>;
472
- export declare const deserializeAws_json1_1GetSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionCommandOutput>;
473
- export declare const deserializeAws_json1_1GetSchemaVersionsDiffCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionsDiffCommandOutput>;
474
- export declare const deserializeAws_json1_1GetSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationCommandOutput>;
475
- export declare const deserializeAws_json1_1GetSecurityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationsCommandOutput>;
476
- export declare const deserializeAws_json1_1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
477
- export declare const deserializeAws_json1_1GetStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStatementCommandOutput>;
478
- export declare const deserializeAws_json1_1GetTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableCommandOutput>;
479
- export declare const deserializeAws_json1_1GetTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTablesCommandOutput>;
480
- export declare const deserializeAws_json1_1GetTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableVersionCommandOutput>;
481
- export declare const deserializeAws_json1_1GetTableVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableVersionsCommandOutput>;
482
- export declare const deserializeAws_json1_1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
483
- export declare const deserializeAws_json1_1GetTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggerCommandOutput>;
484
- export declare const deserializeAws_json1_1GetTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggersCommandOutput>;
485
- export declare const deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionMetadataCommandOutput>;
486
- export declare const deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
487
- export declare const deserializeAws_json1_1GetUnfilteredTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredTableMetadataCommandOutput>;
488
- export declare const deserializeAws_json1_1GetUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionCommandOutput>;
489
- export declare const deserializeAws_json1_1GetUserDefinedFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionsCommandOutput>;
490
- export declare const deserializeAws_json1_1GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
491
- export declare const deserializeAws_json1_1GetWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowRunCommandOutput>;
492
- export declare const deserializeAws_json1_1GetWorkflowRunPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowRunPropertiesCommandOutput>;
493
- export declare const deserializeAws_json1_1GetWorkflowRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowRunsCommandOutput>;
494
- export declare const deserializeAws_json1_1ImportCatalogToGlueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCatalogToGlueCommandOutput>;
495
- export declare const deserializeAws_json1_1ListBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBlueprintsCommandOutput>;
496
- export declare const deserializeAws_json1_1ListCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrawlersCommandOutput>;
497
- export declare const deserializeAws_json1_1ListCrawlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrawlsCommandOutput>;
498
- export declare const deserializeAws_json1_1ListCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomEntityTypesCommandOutput>;
499
- export declare const deserializeAws_json1_1ListDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEndpointsCommandOutput>;
500
- export declare const deserializeAws_json1_1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
501
- export declare const deserializeAws_json1_1ListMLTransformsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMLTransformsCommandOutput>;
502
- export declare const deserializeAws_json1_1ListRegistriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegistriesCommandOutput>;
503
- export declare const deserializeAws_json1_1ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
504
- export declare const deserializeAws_json1_1ListSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaVersionsCommandOutput>;
505
- export declare const deserializeAws_json1_1ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
506
- export declare const deserializeAws_json1_1ListStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStatementsCommandOutput>;
507
- export declare const deserializeAws_json1_1ListTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTriggersCommandOutput>;
508
- export declare const deserializeAws_json1_1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
509
- export declare const deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
510
- export declare const deserializeAws_json1_1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
511
- export declare const deserializeAws_json1_1PutSchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSchemaVersionMetadataCommandOutput>;
512
- export declare const deserializeAws_json1_1PutWorkflowRunPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWorkflowRunPropertiesCommandOutput>;
513
- export declare const deserializeAws_json1_1QuerySchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QuerySchemaVersionMetadataCommandOutput>;
514
- export declare const deserializeAws_json1_1RegisterSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterSchemaVersionCommandOutput>;
515
- export declare const deserializeAws_json1_1RemoveSchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveSchemaVersionMetadataCommandOutput>;
516
- export declare const deserializeAws_json1_1ResetJobBookmarkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetJobBookmarkCommandOutput>;
517
- export declare const deserializeAws_json1_1ResumeWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeWorkflowRunCommandOutput>;
518
- export declare const deserializeAws_json1_1RunStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunStatementCommandOutput>;
519
- export declare const deserializeAws_json1_1SearchTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesCommandOutput>;
520
- export declare const deserializeAws_json1_1StartBlueprintRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBlueprintRunCommandOutput>;
521
- export declare const deserializeAws_json1_1StartCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCrawlerCommandOutput>;
522
- export declare const deserializeAws_json1_1StartCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCrawlerScheduleCommandOutput>;
523
- export declare const deserializeAws_json1_1StartExportLabelsTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExportLabelsTaskRunCommandOutput>;
524
- export declare const deserializeAws_json1_1StartImportLabelsTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportLabelsTaskRunCommandOutput>;
525
- export declare const deserializeAws_json1_1StartJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobRunCommandOutput>;
526
- export declare const deserializeAws_json1_1StartMLEvaluationTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMLEvaluationTaskRunCommandOutput>;
527
- export declare const deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMLLabelingSetGenerationTaskRunCommandOutput>;
528
- export declare const deserializeAws_json1_1StartTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTriggerCommandOutput>;
529
- export declare const deserializeAws_json1_1StartWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowRunCommandOutput>;
530
- export declare const deserializeAws_json1_1StopCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerCommandOutput>;
531
- export declare const deserializeAws_json1_1StopCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerScheduleCommandOutput>;
532
- export declare const deserializeAws_json1_1StopSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSessionCommandOutput>;
533
- export declare const deserializeAws_json1_1StopTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTriggerCommandOutput>;
534
- export declare const deserializeAws_json1_1StopWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkflowRunCommandOutput>;
535
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
536
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
537
- export declare const deserializeAws_json1_1UpdateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBlueprintCommandOutput>;
538
- export declare const deserializeAws_json1_1UpdateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClassifierCommandOutput>;
539
- export declare const deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
540
- export declare const deserializeAws_json1_1UpdateColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateColumnStatisticsForTableCommandOutput>;
541
- export declare const deserializeAws_json1_1UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;
542
- export declare const deserializeAws_json1_1UpdateCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCrawlerCommandOutput>;
543
- export declare const deserializeAws_json1_1UpdateCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCrawlerScheduleCommandOutput>;
544
- export declare const deserializeAws_json1_1UpdateDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatabaseCommandOutput>;
545
- export declare const deserializeAws_json1_1UpdateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEndpointCommandOutput>;
546
- export declare const deserializeAws_json1_1UpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobCommandOutput>;
547
- export declare const deserializeAws_json1_1UpdateMLTransformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMLTransformCommandOutput>;
548
- export declare const deserializeAws_json1_1UpdatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartitionCommandOutput>;
549
- export declare const deserializeAws_json1_1UpdateRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegistryCommandOutput>;
550
- export declare const deserializeAws_json1_1UpdateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchemaCommandOutput>;
551
- export declare const deserializeAws_json1_1UpdateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableCommandOutput>;
552
- export declare const deserializeAws_json1_1UpdateTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTriggerCommandOutput>;
553
- export declare const deserializeAws_json1_1UpdateUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserDefinedFunctionCommandOutput>;
554
- export declare const deserializeAws_json1_1UpdateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ BatchCreatePartitionCommandInput,
8
+ BatchCreatePartitionCommandOutput,
9
+ } from "../commands/BatchCreatePartitionCommand";
10
+ import {
11
+ BatchDeleteConnectionCommandInput,
12
+ BatchDeleteConnectionCommandOutput,
13
+ } from "../commands/BatchDeleteConnectionCommand";
14
+ import {
15
+ BatchDeletePartitionCommandInput,
16
+ BatchDeletePartitionCommandOutput,
17
+ } from "../commands/BatchDeletePartitionCommand";
18
+ import {
19
+ BatchDeleteTableCommandInput,
20
+ BatchDeleteTableCommandOutput,
21
+ } from "../commands/BatchDeleteTableCommand";
22
+ import {
23
+ BatchDeleteTableVersionCommandInput,
24
+ BatchDeleteTableVersionCommandOutput,
25
+ } from "../commands/BatchDeleteTableVersionCommand";
26
+ import {
27
+ BatchGetBlueprintsCommandInput,
28
+ BatchGetBlueprintsCommandOutput,
29
+ } from "../commands/BatchGetBlueprintsCommand";
30
+ import {
31
+ BatchGetCrawlersCommandInput,
32
+ BatchGetCrawlersCommandOutput,
33
+ } from "../commands/BatchGetCrawlersCommand";
34
+ import {
35
+ BatchGetCustomEntityTypesCommandInput,
36
+ BatchGetCustomEntityTypesCommandOutput,
37
+ } from "../commands/BatchGetCustomEntityTypesCommand";
38
+ import {
39
+ BatchGetDevEndpointsCommandInput,
40
+ BatchGetDevEndpointsCommandOutput,
41
+ } from "../commands/BatchGetDevEndpointsCommand";
42
+ import {
43
+ BatchGetJobsCommandInput,
44
+ BatchGetJobsCommandOutput,
45
+ } from "../commands/BatchGetJobsCommand";
46
+ import {
47
+ BatchGetPartitionCommandInput,
48
+ BatchGetPartitionCommandOutput,
49
+ } from "../commands/BatchGetPartitionCommand";
50
+ import {
51
+ BatchGetTriggersCommandInput,
52
+ BatchGetTriggersCommandOutput,
53
+ } from "../commands/BatchGetTriggersCommand";
54
+ import {
55
+ BatchGetWorkflowsCommandInput,
56
+ BatchGetWorkflowsCommandOutput,
57
+ } from "../commands/BatchGetWorkflowsCommand";
58
+ import {
59
+ BatchStopJobRunCommandInput,
60
+ BatchStopJobRunCommandOutput,
61
+ } from "../commands/BatchStopJobRunCommand";
62
+ import {
63
+ BatchUpdatePartitionCommandInput,
64
+ BatchUpdatePartitionCommandOutput,
65
+ } from "../commands/BatchUpdatePartitionCommand";
66
+ import {
67
+ CancelMLTaskRunCommandInput,
68
+ CancelMLTaskRunCommandOutput,
69
+ } from "../commands/CancelMLTaskRunCommand";
70
+ import {
71
+ CancelStatementCommandInput,
72
+ CancelStatementCommandOutput,
73
+ } from "../commands/CancelStatementCommand";
74
+ import {
75
+ CheckSchemaVersionValidityCommandInput,
76
+ CheckSchemaVersionValidityCommandOutput,
77
+ } from "../commands/CheckSchemaVersionValidityCommand";
78
+ import {
79
+ CreateBlueprintCommandInput,
80
+ CreateBlueprintCommandOutput,
81
+ } from "../commands/CreateBlueprintCommand";
82
+ import {
83
+ CreateClassifierCommandInput,
84
+ CreateClassifierCommandOutput,
85
+ } from "../commands/CreateClassifierCommand";
86
+ import {
87
+ CreateConnectionCommandInput,
88
+ CreateConnectionCommandOutput,
89
+ } from "../commands/CreateConnectionCommand";
90
+ import {
91
+ CreateCrawlerCommandInput,
92
+ CreateCrawlerCommandOutput,
93
+ } from "../commands/CreateCrawlerCommand";
94
+ import {
95
+ CreateCustomEntityTypeCommandInput,
96
+ CreateCustomEntityTypeCommandOutput,
97
+ } from "../commands/CreateCustomEntityTypeCommand";
98
+ import {
99
+ CreateDatabaseCommandInput,
100
+ CreateDatabaseCommandOutput,
101
+ } from "../commands/CreateDatabaseCommand";
102
+ import {
103
+ CreateDevEndpointCommandInput,
104
+ CreateDevEndpointCommandOutput,
105
+ } from "../commands/CreateDevEndpointCommand";
106
+ import {
107
+ CreateJobCommandInput,
108
+ CreateJobCommandOutput,
109
+ } from "../commands/CreateJobCommand";
110
+ import {
111
+ CreateMLTransformCommandInput,
112
+ CreateMLTransformCommandOutput,
113
+ } from "../commands/CreateMLTransformCommand";
114
+ import {
115
+ CreatePartitionCommandInput,
116
+ CreatePartitionCommandOutput,
117
+ } from "../commands/CreatePartitionCommand";
118
+ import {
119
+ CreatePartitionIndexCommandInput,
120
+ CreatePartitionIndexCommandOutput,
121
+ } from "../commands/CreatePartitionIndexCommand";
122
+ import {
123
+ CreateRegistryCommandInput,
124
+ CreateRegistryCommandOutput,
125
+ } from "../commands/CreateRegistryCommand";
126
+ import {
127
+ CreateSchemaCommandInput,
128
+ CreateSchemaCommandOutput,
129
+ } from "../commands/CreateSchemaCommand";
130
+ import {
131
+ CreateScriptCommandInput,
132
+ CreateScriptCommandOutput,
133
+ } from "../commands/CreateScriptCommand";
134
+ import {
135
+ CreateSecurityConfigurationCommandInput,
136
+ CreateSecurityConfigurationCommandOutput,
137
+ } from "../commands/CreateSecurityConfigurationCommand";
138
+ import {
139
+ CreateSessionCommandInput,
140
+ CreateSessionCommandOutput,
141
+ } from "../commands/CreateSessionCommand";
142
+ import {
143
+ CreateTableCommandInput,
144
+ CreateTableCommandOutput,
145
+ } from "../commands/CreateTableCommand";
146
+ import {
147
+ CreateTriggerCommandInput,
148
+ CreateTriggerCommandOutput,
149
+ } from "../commands/CreateTriggerCommand";
150
+ import {
151
+ CreateUserDefinedFunctionCommandInput,
152
+ CreateUserDefinedFunctionCommandOutput,
153
+ } from "../commands/CreateUserDefinedFunctionCommand";
154
+ import {
155
+ CreateWorkflowCommandInput,
156
+ CreateWorkflowCommandOutput,
157
+ } from "../commands/CreateWorkflowCommand";
158
+ import {
159
+ DeleteBlueprintCommandInput,
160
+ DeleteBlueprintCommandOutput,
161
+ } from "../commands/DeleteBlueprintCommand";
162
+ import {
163
+ DeleteClassifierCommandInput,
164
+ DeleteClassifierCommandOutput,
165
+ } from "../commands/DeleteClassifierCommand";
166
+ import {
167
+ DeleteColumnStatisticsForPartitionCommandInput,
168
+ DeleteColumnStatisticsForPartitionCommandOutput,
169
+ } from "../commands/DeleteColumnStatisticsForPartitionCommand";
170
+ import {
171
+ DeleteColumnStatisticsForTableCommandInput,
172
+ DeleteColumnStatisticsForTableCommandOutput,
173
+ } from "../commands/DeleteColumnStatisticsForTableCommand";
174
+ import {
175
+ DeleteConnectionCommandInput,
176
+ DeleteConnectionCommandOutput,
177
+ } from "../commands/DeleteConnectionCommand";
178
+ import {
179
+ DeleteCrawlerCommandInput,
180
+ DeleteCrawlerCommandOutput,
181
+ } from "../commands/DeleteCrawlerCommand";
182
+ import {
183
+ DeleteCustomEntityTypeCommandInput,
184
+ DeleteCustomEntityTypeCommandOutput,
185
+ } from "../commands/DeleteCustomEntityTypeCommand";
186
+ import {
187
+ DeleteDatabaseCommandInput,
188
+ DeleteDatabaseCommandOutput,
189
+ } from "../commands/DeleteDatabaseCommand";
190
+ import {
191
+ DeleteDevEndpointCommandInput,
192
+ DeleteDevEndpointCommandOutput,
193
+ } from "../commands/DeleteDevEndpointCommand";
194
+ import {
195
+ DeleteJobCommandInput,
196
+ DeleteJobCommandOutput,
197
+ } from "../commands/DeleteJobCommand";
198
+ import {
199
+ DeleteMLTransformCommandInput,
200
+ DeleteMLTransformCommandOutput,
201
+ } from "../commands/DeleteMLTransformCommand";
202
+ import {
203
+ DeletePartitionCommandInput,
204
+ DeletePartitionCommandOutput,
205
+ } from "../commands/DeletePartitionCommand";
206
+ import {
207
+ DeletePartitionIndexCommandInput,
208
+ DeletePartitionIndexCommandOutput,
209
+ } from "../commands/DeletePartitionIndexCommand";
210
+ import {
211
+ DeleteRegistryCommandInput,
212
+ DeleteRegistryCommandOutput,
213
+ } from "../commands/DeleteRegistryCommand";
214
+ import {
215
+ DeleteResourcePolicyCommandInput,
216
+ DeleteResourcePolicyCommandOutput,
217
+ } from "../commands/DeleteResourcePolicyCommand";
218
+ import {
219
+ DeleteSchemaCommandInput,
220
+ DeleteSchemaCommandOutput,
221
+ } from "../commands/DeleteSchemaCommand";
222
+ import {
223
+ DeleteSchemaVersionsCommandInput,
224
+ DeleteSchemaVersionsCommandOutput,
225
+ } from "../commands/DeleteSchemaVersionsCommand";
226
+ import {
227
+ DeleteSecurityConfigurationCommandInput,
228
+ DeleteSecurityConfigurationCommandOutput,
229
+ } from "../commands/DeleteSecurityConfigurationCommand";
230
+ import {
231
+ DeleteSessionCommandInput,
232
+ DeleteSessionCommandOutput,
233
+ } from "../commands/DeleteSessionCommand";
234
+ import {
235
+ DeleteTableCommandInput,
236
+ DeleteTableCommandOutput,
237
+ } from "../commands/DeleteTableCommand";
238
+ import {
239
+ DeleteTableVersionCommandInput,
240
+ DeleteTableVersionCommandOutput,
241
+ } from "../commands/DeleteTableVersionCommand";
242
+ import {
243
+ DeleteTriggerCommandInput,
244
+ DeleteTriggerCommandOutput,
245
+ } from "../commands/DeleteTriggerCommand";
246
+ import {
247
+ DeleteUserDefinedFunctionCommandInput,
248
+ DeleteUserDefinedFunctionCommandOutput,
249
+ } from "../commands/DeleteUserDefinedFunctionCommand";
250
+ import {
251
+ DeleteWorkflowCommandInput,
252
+ DeleteWorkflowCommandOutput,
253
+ } from "../commands/DeleteWorkflowCommand";
254
+ import {
255
+ GetBlueprintCommandInput,
256
+ GetBlueprintCommandOutput,
257
+ } from "../commands/GetBlueprintCommand";
258
+ import {
259
+ GetBlueprintRunCommandInput,
260
+ GetBlueprintRunCommandOutput,
261
+ } from "../commands/GetBlueprintRunCommand";
262
+ import {
263
+ GetBlueprintRunsCommandInput,
264
+ GetBlueprintRunsCommandOutput,
265
+ } from "../commands/GetBlueprintRunsCommand";
266
+ import {
267
+ GetCatalogImportStatusCommandInput,
268
+ GetCatalogImportStatusCommandOutput,
269
+ } from "../commands/GetCatalogImportStatusCommand";
270
+ import {
271
+ GetClassifierCommandInput,
272
+ GetClassifierCommandOutput,
273
+ } from "../commands/GetClassifierCommand";
274
+ import {
275
+ GetClassifiersCommandInput,
276
+ GetClassifiersCommandOutput,
277
+ } from "../commands/GetClassifiersCommand";
278
+ import {
279
+ GetColumnStatisticsForPartitionCommandInput,
280
+ GetColumnStatisticsForPartitionCommandOutput,
281
+ } from "../commands/GetColumnStatisticsForPartitionCommand";
282
+ import {
283
+ GetColumnStatisticsForTableCommandInput,
284
+ GetColumnStatisticsForTableCommandOutput,
285
+ } from "../commands/GetColumnStatisticsForTableCommand";
286
+ import {
287
+ GetConnectionCommandInput,
288
+ GetConnectionCommandOutput,
289
+ } from "../commands/GetConnectionCommand";
290
+ import {
291
+ GetConnectionsCommandInput,
292
+ GetConnectionsCommandOutput,
293
+ } from "../commands/GetConnectionsCommand";
294
+ import {
295
+ GetCrawlerCommandInput,
296
+ GetCrawlerCommandOutput,
297
+ } from "../commands/GetCrawlerCommand";
298
+ import {
299
+ GetCrawlerMetricsCommandInput,
300
+ GetCrawlerMetricsCommandOutput,
301
+ } from "../commands/GetCrawlerMetricsCommand";
302
+ import {
303
+ GetCrawlersCommandInput,
304
+ GetCrawlersCommandOutput,
305
+ } from "../commands/GetCrawlersCommand";
306
+ import {
307
+ GetCustomEntityTypeCommandInput,
308
+ GetCustomEntityTypeCommandOutput,
309
+ } from "../commands/GetCustomEntityTypeCommand";
310
+ import {
311
+ GetDatabaseCommandInput,
312
+ GetDatabaseCommandOutput,
313
+ } from "../commands/GetDatabaseCommand";
314
+ import {
315
+ GetDatabasesCommandInput,
316
+ GetDatabasesCommandOutput,
317
+ } from "../commands/GetDatabasesCommand";
318
+ import {
319
+ GetDataCatalogEncryptionSettingsCommandInput,
320
+ GetDataCatalogEncryptionSettingsCommandOutput,
321
+ } from "../commands/GetDataCatalogEncryptionSettingsCommand";
322
+ import {
323
+ GetDataflowGraphCommandInput,
324
+ GetDataflowGraphCommandOutput,
325
+ } from "../commands/GetDataflowGraphCommand";
326
+ import {
327
+ GetDevEndpointCommandInput,
328
+ GetDevEndpointCommandOutput,
329
+ } from "../commands/GetDevEndpointCommand";
330
+ import {
331
+ GetDevEndpointsCommandInput,
332
+ GetDevEndpointsCommandOutput,
333
+ } from "../commands/GetDevEndpointsCommand";
334
+ import {
335
+ GetJobBookmarkCommandInput,
336
+ GetJobBookmarkCommandOutput,
337
+ } from "../commands/GetJobBookmarkCommand";
338
+ import {
339
+ GetJobCommandInput,
340
+ GetJobCommandOutput,
341
+ } from "../commands/GetJobCommand";
342
+ import {
343
+ GetJobRunCommandInput,
344
+ GetJobRunCommandOutput,
345
+ } from "../commands/GetJobRunCommand";
346
+ import {
347
+ GetJobRunsCommandInput,
348
+ GetJobRunsCommandOutput,
349
+ } from "../commands/GetJobRunsCommand";
350
+ import {
351
+ GetJobsCommandInput,
352
+ GetJobsCommandOutput,
353
+ } from "../commands/GetJobsCommand";
354
+ import {
355
+ GetMappingCommandInput,
356
+ GetMappingCommandOutput,
357
+ } from "../commands/GetMappingCommand";
358
+ import {
359
+ GetMLTaskRunCommandInput,
360
+ GetMLTaskRunCommandOutput,
361
+ } from "../commands/GetMLTaskRunCommand";
362
+ import {
363
+ GetMLTaskRunsCommandInput,
364
+ GetMLTaskRunsCommandOutput,
365
+ } from "../commands/GetMLTaskRunsCommand";
366
+ import {
367
+ GetMLTransformCommandInput,
368
+ GetMLTransformCommandOutput,
369
+ } from "../commands/GetMLTransformCommand";
370
+ import {
371
+ GetMLTransformsCommandInput,
372
+ GetMLTransformsCommandOutput,
373
+ } from "../commands/GetMLTransformsCommand";
374
+ import {
375
+ GetPartitionCommandInput,
376
+ GetPartitionCommandOutput,
377
+ } from "../commands/GetPartitionCommand";
378
+ import {
379
+ GetPartitionIndexesCommandInput,
380
+ GetPartitionIndexesCommandOutput,
381
+ } from "../commands/GetPartitionIndexesCommand";
382
+ import {
383
+ GetPartitionsCommandInput,
384
+ GetPartitionsCommandOutput,
385
+ } from "../commands/GetPartitionsCommand";
386
+ import {
387
+ GetPlanCommandInput,
388
+ GetPlanCommandOutput,
389
+ } from "../commands/GetPlanCommand";
390
+ import {
391
+ GetRegistryCommandInput,
392
+ GetRegistryCommandOutput,
393
+ } from "../commands/GetRegistryCommand";
394
+ import {
395
+ GetResourcePoliciesCommandInput,
396
+ GetResourcePoliciesCommandOutput,
397
+ } from "../commands/GetResourcePoliciesCommand";
398
+ import {
399
+ GetResourcePolicyCommandInput,
400
+ GetResourcePolicyCommandOutput,
401
+ } from "../commands/GetResourcePolicyCommand";
402
+ import {
403
+ GetSchemaByDefinitionCommandInput,
404
+ GetSchemaByDefinitionCommandOutput,
405
+ } from "../commands/GetSchemaByDefinitionCommand";
406
+ import {
407
+ GetSchemaCommandInput,
408
+ GetSchemaCommandOutput,
409
+ } from "../commands/GetSchemaCommand";
410
+ import {
411
+ GetSchemaVersionCommandInput,
412
+ GetSchemaVersionCommandOutput,
413
+ } from "../commands/GetSchemaVersionCommand";
414
+ import {
415
+ GetSchemaVersionsDiffCommandInput,
416
+ GetSchemaVersionsDiffCommandOutput,
417
+ } from "../commands/GetSchemaVersionsDiffCommand";
418
+ import {
419
+ GetSecurityConfigurationCommandInput,
420
+ GetSecurityConfigurationCommandOutput,
421
+ } from "../commands/GetSecurityConfigurationCommand";
422
+ import {
423
+ GetSecurityConfigurationsCommandInput,
424
+ GetSecurityConfigurationsCommandOutput,
425
+ } from "../commands/GetSecurityConfigurationsCommand";
426
+ import {
427
+ GetSessionCommandInput,
428
+ GetSessionCommandOutput,
429
+ } from "../commands/GetSessionCommand";
430
+ import {
431
+ GetStatementCommandInput,
432
+ GetStatementCommandOutput,
433
+ } from "../commands/GetStatementCommand";
434
+ import {
435
+ GetTableCommandInput,
436
+ GetTableCommandOutput,
437
+ } from "../commands/GetTableCommand";
438
+ import {
439
+ GetTablesCommandInput,
440
+ GetTablesCommandOutput,
441
+ } from "../commands/GetTablesCommand";
442
+ import {
443
+ GetTableVersionCommandInput,
444
+ GetTableVersionCommandOutput,
445
+ } from "../commands/GetTableVersionCommand";
446
+ import {
447
+ GetTableVersionsCommandInput,
448
+ GetTableVersionsCommandOutput,
449
+ } from "../commands/GetTableVersionsCommand";
450
+ import {
451
+ GetTagsCommandInput,
452
+ GetTagsCommandOutput,
453
+ } from "../commands/GetTagsCommand";
454
+ import {
455
+ GetTriggerCommandInput,
456
+ GetTriggerCommandOutput,
457
+ } from "../commands/GetTriggerCommand";
458
+ import {
459
+ GetTriggersCommandInput,
460
+ GetTriggersCommandOutput,
461
+ } from "../commands/GetTriggersCommand";
462
+ import {
463
+ GetUnfilteredPartitionMetadataCommandInput,
464
+ GetUnfilteredPartitionMetadataCommandOutput,
465
+ } from "../commands/GetUnfilteredPartitionMetadataCommand";
466
+ import {
467
+ GetUnfilteredPartitionsMetadataCommandInput,
468
+ GetUnfilteredPartitionsMetadataCommandOutput,
469
+ } from "../commands/GetUnfilteredPartitionsMetadataCommand";
470
+ import {
471
+ GetUnfilteredTableMetadataCommandInput,
472
+ GetUnfilteredTableMetadataCommandOutput,
473
+ } from "../commands/GetUnfilteredTableMetadataCommand";
474
+ import {
475
+ GetUserDefinedFunctionCommandInput,
476
+ GetUserDefinedFunctionCommandOutput,
477
+ } from "../commands/GetUserDefinedFunctionCommand";
478
+ import {
479
+ GetUserDefinedFunctionsCommandInput,
480
+ GetUserDefinedFunctionsCommandOutput,
481
+ } from "../commands/GetUserDefinedFunctionsCommand";
482
+ import {
483
+ GetWorkflowCommandInput,
484
+ GetWorkflowCommandOutput,
485
+ } from "../commands/GetWorkflowCommand";
486
+ import {
487
+ GetWorkflowRunCommandInput,
488
+ GetWorkflowRunCommandOutput,
489
+ } from "../commands/GetWorkflowRunCommand";
490
+ import {
491
+ GetWorkflowRunPropertiesCommandInput,
492
+ GetWorkflowRunPropertiesCommandOutput,
493
+ } from "../commands/GetWorkflowRunPropertiesCommand";
494
+ import {
495
+ GetWorkflowRunsCommandInput,
496
+ GetWorkflowRunsCommandOutput,
497
+ } from "../commands/GetWorkflowRunsCommand";
498
+ import {
499
+ ImportCatalogToGlueCommandInput,
500
+ ImportCatalogToGlueCommandOutput,
501
+ } from "../commands/ImportCatalogToGlueCommand";
502
+ import {
503
+ ListBlueprintsCommandInput,
504
+ ListBlueprintsCommandOutput,
505
+ } from "../commands/ListBlueprintsCommand";
506
+ import {
507
+ ListCrawlersCommandInput,
508
+ ListCrawlersCommandOutput,
509
+ } from "../commands/ListCrawlersCommand";
510
+ import {
511
+ ListCrawlsCommandInput,
512
+ ListCrawlsCommandOutput,
513
+ } from "../commands/ListCrawlsCommand";
514
+ import {
515
+ ListCustomEntityTypesCommandInput,
516
+ ListCustomEntityTypesCommandOutput,
517
+ } from "../commands/ListCustomEntityTypesCommand";
518
+ import {
519
+ ListDevEndpointsCommandInput,
520
+ ListDevEndpointsCommandOutput,
521
+ } from "../commands/ListDevEndpointsCommand";
522
+ import {
523
+ ListJobsCommandInput,
524
+ ListJobsCommandOutput,
525
+ } from "../commands/ListJobsCommand";
526
+ import {
527
+ ListMLTransformsCommandInput,
528
+ ListMLTransformsCommandOutput,
529
+ } from "../commands/ListMLTransformsCommand";
530
+ import {
531
+ ListRegistriesCommandInput,
532
+ ListRegistriesCommandOutput,
533
+ } from "../commands/ListRegistriesCommand";
534
+ import {
535
+ ListSchemasCommandInput,
536
+ ListSchemasCommandOutput,
537
+ } from "../commands/ListSchemasCommand";
538
+ import {
539
+ ListSchemaVersionsCommandInput,
540
+ ListSchemaVersionsCommandOutput,
541
+ } from "../commands/ListSchemaVersionsCommand";
542
+ import {
543
+ ListSessionsCommandInput,
544
+ ListSessionsCommandOutput,
545
+ } from "../commands/ListSessionsCommand";
546
+ import {
547
+ ListStatementsCommandInput,
548
+ ListStatementsCommandOutput,
549
+ } from "../commands/ListStatementsCommand";
550
+ import {
551
+ ListTriggersCommandInput,
552
+ ListTriggersCommandOutput,
553
+ } from "../commands/ListTriggersCommand";
554
+ import {
555
+ ListWorkflowsCommandInput,
556
+ ListWorkflowsCommandOutput,
557
+ } from "../commands/ListWorkflowsCommand";
558
+ import {
559
+ PutDataCatalogEncryptionSettingsCommandInput,
560
+ PutDataCatalogEncryptionSettingsCommandOutput,
561
+ } from "../commands/PutDataCatalogEncryptionSettingsCommand";
562
+ import {
563
+ PutResourcePolicyCommandInput,
564
+ PutResourcePolicyCommandOutput,
565
+ } from "../commands/PutResourcePolicyCommand";
566
+ import {
567
+ PutSchemaVersionMetadataCommandInput,
568
+ PutSchemaVersionMetadataCommandOutput,
569
+ } from "../commands/PutSchemaVersionMetadataCommand";
570
+ import {
571
+ PutWorkflowRunPropertiesCommandInput,
572
+ PutWorkflowRunPropertiesCommandOutput,
573
+ } from "../commands/PutWorkflowRunPropertiesCommand";
574
+ import {
575
+ QuerySchemaVersionMetadataCommandInput,
576
+ QuerySchemaVersionMetadataCommandOutput,
577
+ } from "../commands/QuerySchemaVersionMetadataCommand";
578
+ import {
579
+ RegisterSchemaVersionCommandInput,
580
+ RegisterSchemaVersionCommandOutput,
581
+ } from "../commands/RegisterSchemaVersionCommand";
582
+ import {
583
+ RemoveSchemaVersionMetadataCommandInput,
584
+ RemoveSchemaVersionMetadataCommandOutput,
585
+ } from "../commands/RemoveSchemaVersionMetadataCommand";
586
+ import {
587
+ ResetJobBookmarkCommandInput,
588
+ ResetJobBookmarkCommandOutput,
589
+ } from "../commands/ResetJobBookmarkCommand";
590
+ import {
591
+ ResumeWorkflowRunCommandInput,
592
+ ResumeWorkflowRunCommandOutput,
593
+ } from "../commands/ResumeWorkflowRunCommand";
594
+ import {
595
+ RunStatementCommandInput,
596
+ RunStatementCommandOutput,
597
+ } from "../commands/RunStatementCommand";
598
+ import {
599
+ SearchTablesCommandInput,
600
+ SearchTablesCommandOutput,
601
+ } from "../commands/SearchTablesCommand";
602
+ import {
603
+ StartBlueprintRunCommandInput,
604
+ StartBlueprintRunCommandOutput,
605
+ } from "../commands/StartBlueprintRunCommand";
606
+ import {
607
+ StartCrawlerCommandInput,
608
+ StartCrawlerCommandOutput,
609
+ } from "../commands/StartCrawlerCommand";
610
+ import {
611
+ StartCrawlerScheduleCommandInput,
612
+ StartCrawlerScheduleCommandOutput,
613
+ } from "../commands/StartCrawlerScheduleCommand";
614
+ import {
615
+ StartExportLabelsTaskRunCommandInput,
616
+ StartExportLabelsTaskRunCommandOutput,
617
+ } from "../commands/StartExportLabelsTaskRunCommand";
618
+ import {
619
+ StartImportLabelsTaskRunCommandInput,
620
+ StartImportLabelsTaskRunCommandOutput,
621
+ } from "../commands/StartImportLabelsTaskRunCommand";
622
+ import {
623
+ StartJobRunCommandInput,
624
+ StartJobRunCommandOutput,
625
+ } from "../commands/StartJobRunCommand";
626
+ import {
627
+ StartMLEvaluationTaskRunCommandInput,
628
+ StartMLEvaluationTaskRunCommandOutput,
629
+ } from "../commands/StartMLEvaluationTaskRunCommand";
630
+ import {
631
+ StartMLLabelingSetGenerationTaskRunCommandInput,
632
+ StartMLLabelingSetGenerationTaskRunCommandOutput,
633
+ } from "../commands/StartMLLabelingSetGenerationTaskRunCommand";
634
+ import {
635
+ StartTriggerCommandInput,
636
+ StartTriggerCommandOutput,
637
+ } from "../commands/StartTriggerCommand";
638
+ import {
639
+ StartWorkflowRunCommandInput,
640
+ StartWorkflowRunCommandOutput,
641
+ } from "../commands/StartWorkflowRunCommand";
642
+ import {
643
+ StopCrawlerCommandInput,
644
+ StopCrawlerCommandOutput,
645
+ } from "../commands/StopCrawlerCommand";
646
+ import {
647
+ StopCrawlerScheduleCommandInput,
648
+ StopCrawlerScheduleCommandOutput,
649
+ } from "../commands/StopCrawlerScheduleCommand";
650
+ import {
651
+ StopSessionCommandInput,
652
+ StopSessionCommandOutput,
653
+ } from "../commands/StopSessionCommand";
654
+ import {
655
+ StopTriggerCommandInput,
656
+ StopTriggerCommandOutput,
657
+ } from "../commands/StopTriggerCommand";
658
+ import {
659
+ StopWorkflowRunCommandInput,
660
+ StopWorkflowRunCommandOutput,
661
+ } from "../commands/StopWorkflowRunCommand";
662
+ import {
663
+ TagResourceCommandInput,
664
+ TagResourceCommandOutput,
665
+ } from "../commands/TagResourceCommand";
666
+ import {
667
+ UntagResourceCommandInput,
668
+ UntagResourceCommandOutput,
669
+ } from "../commands/UntagResourceCommand";
670
+ import {
671
+ UpdateBlueprintCommandInput,
672
+ UpdateBlueprintCommandOutput,
673
+ } from "../commands/UpdateBlueprintCommand";
674
+ import {
675
+ UpdateClassifierCommandInput,
676
+ UpdateClassifierCommandOutput,
677
+ } from "../commands/UpdateClassifierCommand";
678
+ import {
679
+ UpdateColumnStatisticsForPartitionCommandInput,
680
+ UpdateColumnStatisticsForPartitionCommandOutput,
681
+ } from "../commands/UpdateColumnStatisticsForPartitionCommand";
682
+ import {
683
+ UpdateColumnStatisticsForTableCommandInput,
684
+ UpdateColumnStatisticsForTableCommandOutput,
685
+ } from "../commands/UpdateColumnStatisticsForTableCommand";
686
+ import {
687
+ UpdateConnectionCommandInput,
688
+ UpdateConnectionCommandOutput,
689
+ } from "../commands/UpdateConnectionCommand";
690
+ import {
691
+ UpdateCrawlerCommandInput,
692
+ UpdateCrawlerCommandOutput,
693
+ } from "../commands/UpdateCrawlerCommand";
694
+ import {
695
+ UpdateCrawlerScheduleCommandInput,
696
+ UpdateCrawlerScheduleCommandOutput,
697
+ } from "../commands/UpdateCrawlerScheduleCommand";
698
+ import {
699
+ UpdateDatabaseCommandInput,
700
+ UpdateDatabaseCommandOutput,
701
+ } from "../commands/UpdateDatabaseCommand";
702
+ import {
703
+ UpdateDevEndpointCommandInput,
704
+ UpdateDevEndpointCommandOutput,
705
+ } from "../commands/UpdateDevEndpointCommand";
706
+ import {
707
+ UpdateJobCommandInput,
708
+ UpdateJobCommandOutput,
709
+ } from "../commands/UpdateJobCommand";
710
+ import {
711
+ UpdateMLTransformCommandInput,
712
+ UpdateMLTransformCommandOutput,
713
+ } from "../commands/UpdateMLTransformCommand";
714
+ import {
715
+ UpdatePartitionCommandInput,
716
+ UpdatePartitionCommandOutput,
717
+ } from "../commands/UpdatePartitionCommand";
718
+ import {
719
+ UpdateRegistryCommandInput,
720
+ UpdateRegistryCommandOutput,
721
+ } from "../commands/UpdateRegistryCommand";
722
+ import {
723
+ UpdateSchemaCommandInput,
724
+ UpdateSchemaCommandOutput,
725
+ } from "../commands/UpdateSchemaCommand";
726
+ import {
727
+ UpdateTableCommandInput,
728
+ UpdateTableCommandOutput,
729
+ } from "../commands/UpdateTableCommand";
730
+ import {
731
+ UpdateTriggerCommandInput,
732
+ UpdateTriggerCommandOutput,
733
+ } from "../commands/UpdateTriggerCommand";
734
+ import {
735
+ UpdateUserDefinedFunctionCommandInput,
736
+ UpdateUserDefinedFunctionCommandOutput,
737
+ } from "../commands/UpdateUserDefinedFunctionCommand";
738
+ import {
739
+ UpdateWorkflowCommandInput,
740
+ UpdateWorkflowCommandOutput,
741
+ } from "../commands/UpdateWorkflowCommand";
742
+ export declare const serializeAws_json1_1BatchCreatePartitionCommand: (
743
+ input: BatchCreatePartitionCommandInput,
744
+ context: __SerdeContext
745
+ ) => Promise<__HttpRequest>;
746
+ export declare const serializeAws_json1_1BatchDeleteConnectionCommand: (
747
+ input: BatchDeleteConnectionCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
750
+ export declare const serializeAws_json1_1BatchDeletePartitionCommand: (
751
+ input: BatchDeletePartitionCommandInput,
752
+ context: __SerdeContext
753
+ ) => Promise<__HttpRequest>;
754
+ export declare const serializeAws_json1_1BatchDeleteTableCommand: (
755
+ input: BatchDeleteTableCommandInput,
756
+ context: __SerdeContext
757
+ ) => Promise<__HttpRequest>;
758
+ export declare const serializeAws_json1_1BatchDeleteTableVersionCommand: (
759
+ input: BatchDeleteTableVersionCommandInput,
760
+ context: __SerdeContext
761
+ ) => Promise<__HttpRequest>;
762
+ export declare const serializeAws_json1_1BatchGetBlueprintsCommand: (
763
+ input: BatchGetBlueprintsCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
766
+ export declare const serializeAws_json1_1BatchGetCrawlersCommand: (
767
+ input: BatchGetCrawlersCommandInput,
768
+ context: __SerdeContext
769
+ ) => Promise<__HttpRequest>;
770
+ export declare const serializeAws_json1_1BatchGetCustomEntityTypesCommand: (
771
+ input: BatchGetCustomEntityTypesCommandInput,
772
+ context: __SerdeContext
773
+ ) => Promise<__HttpRequest>;
774
+ export declare const serializeAws_json1_1BatchGetDevEndpointsCommand: (
775
+ input: BatchGetDevEndpointsCommandInput,
776
+ context: __SerdeContext
777
+ ) => Promise<__HttpRequest>;
778
+ export declare const serializeAws_json1_1BatchGetJobsCommand: (
779
+ input: BatchGetJobsCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
782
+ export declare const serializeAws_json1_1BatchGetPartitionCommand: (
783
+ input: BatchGetPartitionCommandInput,
784
+ context: __SerdeContext
785
+ ) => Promise<__HttpRequest>;
786
+ export declare const serializeAws_json1_1BatchGetTriggersCommand: (
787
+ input: BatchGetTriggersCommandInput,
788
+ context: __SerdeContext
789
+ ) => Promise<__HttpRequest>;
790
+ export declare const serializeAws_json1_1BatchGetWorkflowsCommand: (
791
+ input: BatchGetWorkflowsCommandInput,
792
+ context: __SerdeContext
793
+ ) => Promise<__HttpRequest>;
794
+ export declare const serializeAws_json1_1BatchStopJobRunCommand: (
795
+ input: BatchStopJobRunCommandInput,
796
+ context: __SerdeContext
797
+ ) => Promise<__HttpRequest>;
798
+ export declare const serializeAws_json1_1BatchUpdatePartitionCommand: (
799
+ input: BatchUpdatePartitionCommandInput,
800
+ context: __SerdeContext
801
+ ) => Promise<__HttpRequest>;
802
+ export declare const serializeAws_json1_1CancelMLTaskRunCommand: (
803
+ input: CancelMLTaskRunCommandInput,
804
+ context: __SerdeContext
805
+ ) => Promise<__HttpRequest>;
806
+ export declare const serializeAws_json1_1CancelStatementCommand: (
807
+ input: CancelStatementCommandInput,
808
+ context: __SerdeContext
809
+ ) => Promise<__HttpRequest>;
810
+ export declare const serializeAws_json1_1CheckSchemaVersionValidityCommand: (
811
+ input: CheckSchemaVersionValidityCommandInput,
812
+ context: __SerdeContext
813
+ ) => Promise<__HttpRequest>;
814
+ export declare const serializeAws_json1_1CreateBlueprintCommand: (
815
+ input: CreateBlueprintCommandInput,
816
+ context: __SerdeContext
817
+ ) => Promise<__HttpRequest>;
818
+ export declare const serializeAws_json1_1CreateClassifierCommand: (
819
+ input: CreateClassifierCommandInput,
820
+ context: __SerdeContext
821
+ ) => Promise<__HttpRequest>;
822
+ export declare const serializeAws_json1_1CreateConnectionCommand: (
823
+ input: CreateConnectionCommandInput,
824
+ context: __SerdeContext
825
+ ) => Promise<__HttpRequest>;
826
+ export declare const serializeAws_json1_1CreateCrawlerCommand: (
827
+ input: CreateCrawlerCommandInput,
828
+ context: __SerdeContext
829
+ ) => Promise<__HttpRequest>;
830
+ export declare const serializeAws_json1_1CreateCustomEntityTypeCommand: (
831
+ input: CreateCustomEntityTypeCommandInput,
832
+ context: __SerdeContext
833
+ ) => Promise<__HttpRequest>;
834
+ export declare const serializeAws_json1_1CreateDatabaseCommand: (
835
+ input: CreateDatabaseCommandInput,
836
+ context: __SerdeContext
837
+ ) => Promise<__HttpRequest>;
838
+ export declare const serializeAws_json1_1CreateDevEndpointCommand: (
839
+ input: CreateDevEndpointCommandInput,
840
+ context: __SerdeContext
841
+ ) => Promise<__HttpRequest>;
842
+ export declare const serializeAws_json1_1CreateJobCommand: (
843
+ input: CreateJobCommandInput,
844
+ context: __SerdeContext
845
+ ) => Promise<__HttpRequest>;
846
+ export declare const serializeAws_json1_1CreateMLTransformCommand: (
847
+ input: CreateMLTransformCommandInput,
848
+ context: __SerdeContext
849
+ ) => Promise<__HttpRequest>;
850
+ export declare const serializeAws_json1_1CreatePartitionCommand: (
851
+ input: CreatePartitionCommandInput,
852
+ context: __SerdeContext
853
+ ) => Promise<__HttpRequest>;
854
+ export declare const serializeAws_json1_1CreatePartitionIndexCommand: (
855
+ input: CreatePartitionIndexCommandInput,
856
+ context: __SerdeContext
857
+ ) => Promise<__HttpRequest>;
858
+ export declare const serializeAws_json1_1CreateRegistryCommand: (
859
+ input: CreateRegistryCommandInput,
860
+ context: __SerdeContext
861
+ ) => Promise<__HttpRequest>;
862
+ export declare const serializeAws_json1_1CreateSchemaCommand: (
863
+ input: CreateSchemaCommandInput,
864
+ context: __SerdeContext
865
+ ) => Promise<__HttpRequest>;
866
+ export declare const serializeAws_json1_1CreateScriptCommand: (
867
+ input: CreateScriptCommandInput,
868
+ context: __SerdeContext
869
+ ) => Promise<__HttpRequest>;
870
+ export declare const serializeAws_json1_1CreateSecurityConfigurationCommand: (
871
+ input: CreateSecurityConfigurationCommandInput,
872
+ context: __SerdeContext
873
+ ) => Promise<__HttpRequest>;
874
+ export declare const serializeAws_json1_1CreateSessionCommand: (
875
+ input: CreateSessionCommandInput,
876
+ context: __SerdeContext
877
+ ) => Promise<__HttpRequest>;
878
+ export declare const serializeAws_json1_1CreateTableCommand: (
879
+ input: CreateTableCommandInput,
880
+ context: __SerdeContext
881
+ ) => Promise<__HttpRequest>;
882
+ export declare const serializeAws_json1_1CreateTriggerCommand: (
883
+ input: CreateTriggerCommandInput,
884
+ context: __SerdeContext
885
+ ) => Promise<__HttpRequest>;
886
+ export declare const serializeAws_json1_1CreateUserDefinedFunctionCommand: (
887
+ input: CreateUserDefinedFunctionCommandInput,
888
+ context: __SerdeContext
889
+ ) => Promise<__HttpRequest>;
890
+ export declare const serializeAws_json1_1CreateWorkflowCommand: (
891
+ input: CreateWorkflowCommandInput,
892
+ context: __SerdeContext
893
+ ) => Promise<__HttpRequest>;
894
+ export declare const serializeAws_json1_1DeleteBlueprintCommand: (
895
+ input: DeleteBlueprintCommandInput,
896
+ context: __SerdeContext
897
+ ) => Promise<__HttpRequest>;
898
+ export declare const serializeAws_json1_1DeleteClassifierCommand: (
899
+ input: DeleteClassifierCommandInput,
900
+ context: __SerdeContext
901
+ ) => Promise<__HttpRequest>;
902
+ export declare const serializeAws_json1_1DeleteColumnStatisticsForPartitionCommand: (
903
+ input: DeleteColumnStatisticsForPartitionCommandInput,
904
+ context: __SerdeContext
905
+ ) => Promise<__HttpRequest>;
906
+ export declare const serializeAws_json1_1DeleteColumnStatisticsForTableCommand: (
907
+ input: DeleteColumnStatisticsForTableCommandInput,
908
+ context: __SerdeContext
909
+ ) => Promise<__HttpRequest>;
910
+ export declare const serializeAws_json1_1DeleteConnectionCommand: (
911
+ input: DeleteConnectionCommandInput,
912
+ context: __SerdeContext
913
+ ) => Promise<__HttpRequest>;
914
+ export declare const serializeAws_json1_1DeleteCrawlerCommand: (
915
+ input: DeleteCrawlerCommandInput,
916
+ context: __SerdeContext
917
+ ) => Promise<__HttpRequest>;
918
+ export declare const serializeAws_json1_1DeleteCustomEntityTypeCommand: (
919
+ input: DeleteCustomEntityTypeCommandInput,
920
+ context: __SerdeContext
921
+ ) => Promise<__HttpRequest>;
922
+ export declare const serializeAws_json1_1DeleteDatabaseCommand: (
923
+ input: DeleteDatabaseCommandInput,
924
+ context: __SerdeContext
925
+ ) => Promise<__HttpRequest>;
926
+ export declare const serializeAws_json1_1DeleteDevEndpointCommand: (
927
+ input: DeleteDevEndpointCommandInput,
928
+ context: __SerdeContext
929
+ ) => Promise<__HttpRequest>;
930
+ export declare const serializeAws_json1_1DeleteJobCommand: (
931
+ input: DeleteJobCommandInput,
932
+ context: __SerdeContext
933
+ ) => Promise<__HttpRequest>;
934
+ export declare const serializeAws_json1_1DeleteMLTransformCommand: (
935
+ input: DeleteMLTransformCommandInput,
936
+ context: __SerdeContext
937
+ ) => Promise<__HttpRequest>;
938
+ export declare const serializeAws_json1_1DeletePartitionCommand: (
939
+ input: DeletePartitionCommandInput,
940
+ context: __SerdeContext
941
+ ) => Promise<__HttpRequest>;
942
+ export declare const serializeAws_json1_1DeletePartitionIndexCommand: (
943
+ input: DeletePartitionIndexCommandInput,
944
+ context: __SerdeContext
945
+ ) => Promise<__HttpRequest>;
946
+ export declare const serializeAws_json1_1DeleteRegistryCommand: (
947
+ input: DeleteRegistryCommandInput,
948
+ context: __SerdeContext
949
+ ) => Promise<__HttpRequest>;
950
+ export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (
951
+ input: DeleteResourcePolicyCommandInput,
952
+ context: __SerdeContext
953
+ ) => Promise<__HttpRequest>;
954
+ export declare const serializeAws_json1_1DeleteSchemaCommand: (
955
+ input: DeleteSchemaCommandInput,
956
+ context: __SerdeContext
957
+ ) => Promise<__HttpRequest>;
958
+ export declare const serializeAws_json1_1DeleteSchemaVersionsCommand: (
959
+ input: DeleteSchemaVersionsCommandInput,
960
+ context: __SerdeContext
961
+ ) => Promise<__HttpRequest>;
962
+ export declare const serializeAws_json1_1DeleteSecurityConfigurationCommand: (
963
+ input: DeleteSecurityConfigurationCommandInput,
964
+ context: __SerdeContext
965
+ ) => Promise<__HttpRequest>;
966
+ export declare const serializeAws_json1_1DeleteSessionCommand: (
967
+ input: DeleteSessionCommandInput,
968
+ context: __SerdeContext
969
+ ) => Promise<__HttpRequest>;
970
+ export declare const serializeAws_json1_1DeleteTableCommand: (
971
+ input: DeleteTableCommandInput,
972
+ context: __SerdeContext
973
+ ) => Promise<__HttpRequest>;
974
+ export declare const serializeAws_json1_1DeleteTableVersionCommand: (
975
+ input: DeleteTableVersionCommandInput,
976
+ context: __SerdeContext
977
+ ) => Promise<__HttpRequest>;
978
+ export declare const serializeAws_json1_1DeleteTriggerCommand: (
979
+ input: DeleteTriggerCommandInput,
980
+ context: __SerdeContext
981
+ ) => Promise<__HttpRequest>;
982
+ export declare const serializeAws_json1_1DeleteUserDefinedFunctionCommand: (
983
+ input: DeleteUserDefinedFunctionCommandInput,
984
+ context: __SerdeContext
985
+ ) => Promise<__HttpRequest>;
986
+ export declare const serializeAws_json1_1DeleteWorkflowCommand: (
987
+ input: DeleteWorkflowCommandInput,
988
+ context: __SerdeContext
989
+ ) => Promise<__HttpRequest>;
990
+ export declare const serializeAws_json1_1GetBlueprintCommand: (
991
+ input: GetBlueprintCommandInput,
992
+ context: __SerdeContext
993
+ ) => Promise<__HttpRequest>;
994
+ export declare const serializeAws_json1_1GetBlueprintRunCommand: (
995
+ input: GetBlueprintRunCommandInput,
996
+ context: __SerdeContext
997
+ ) => Promise<__HttpRequest>;
998
+ export declare const serializeAws_json1_1GetBlueprintRunsCommand: (
999
+ input: GetBlueprintRunsCommandInput,
1000
+ context: __SerdeContext
1001
+ ) => Promise<__HttpRequest>;
1002
+ export declare const serializeAws_json1_1GetCatalogImportStatusCommand: (
1003
+ input: GetCatalogImportStatusCommandInput,
1004
+ context: __SerdeContext
1005
+ ) => Promise<__HttpRequest>;
1006
+ export declare const serializeAws_json1_1GetClassifierCommand: (
1007
+ input: GetClassifierCommandInput,
1008
+ context: __SerdeContext
1009
+ ) => Promise<__HttpRequest>;
1010
+ export declare const serializeAws_json1_1GetClassifiersCommand: (
1011
+ input: GetClassifiersCommandInput,
1012
+ context: __SerdeContext
1013
+ ) => Promise<__HttpRequest>;
1014
+ export declare const serializeAws_json1_1GetColumnStatisticsForPartitionCommand: (
1015
+ input: GetColumnStatisticsForPartitionCommandInput,
1016
+ context: __SerdeContext
1017
+ ) => Promise<__HttpRequest>;
1018
+ export declare const serializeAws_json1_1GetColumnStatisticsForTableCommand: (
1019
+ input: GetColumnStatisticsForTableCommandInput,
1020
+ context: __SerdeContext
1021
+ ) => Promise<__HttpRequest>;
1022
+ export declare const serializeAws_json1_1GetConnectionCommand: (
1023
+ input: GetConnectionCommandInput,
1024
+ context: __SerdeContext
1025
+ ) => Promise<__HttpRequest>;
1026
+ export declare const serializeAws_json1_1GetConnectionsCommand: (
1027
+ input: GetConnectionsCommandInput,
1028
+ context: __SerdeContext
1029
+ ) => Promise<__HttpRequest>;
1030
+ export declare const serializeAws_json1_1GetCrawlerCommand: (
1031
+ input: GetCrawlerCommandInput,
1032
+ context: __SerdeContext
1033
+ ) => Promise<__HttpRequest>;
1034
+ export declare const serializeAws_json1_1GetCrawlerMetricsCommand: (
1035
+ input: GetCrawlerMetricsCommandInput,
1036
+ context: __SerdeContext
1037
+ ) => Promise<__HttpRequest>;
1038
+ export declare const serializeAws_json1_1GetCrawlersCommand: (
1039
+ input: GetCrawlersCommandInput,
1040
+ context: __SerdeContext
1041
+ ) => Promise<__HttpRequest>;
1042
+ export declare const serializeAws_json1_1GetCustomEntityTypeCommand: (
1043
+ input: GetCustomEntityTypeCommandInput,
1044
+ context: __SerdeContext
1045
+ ) => Promise<__HttpRequest>;
1046
+ export declare const serializeAws_json1_1GetDatabaseCommand: (
1047
+ input: GetDatabaseCommandInput,
1048
+ context: __SerdeContext
1049
+ ) => Promise<__HttpRequest>;
1050
+ export declare const serializeAws_json1_1GetDatabasesCommand: (
1051
+ input: GetDatabasesCommandInput,
1052
+ context: __SerdeContext
1053
+ ) => Promise<__HttpRequest>;
1054
+ export declare const serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (
1055
+ input: GetDataCatalogEncryptionSettingsCommandInput,
1056
+ context: __SerdeContext
1057
+ ) => Promise<__HttpRequest>;
1058
+ export declare const serializeAws_json1_1GetDataflowGraphCommand: (
1059
+ input: GetDataflowGraphCommandInput,
1060
+ context: __SerdeContext
1061
+ ) => Promise<__HttpRequest>;
1062
+ export declare const serializeAws_json1_1GetDevEndpointCommand: (
1063
+ input: GetDevEndpointCommandInput,
1064
+ context: __SerdeContext
1065
+ ) => Promise<__HttpRequest>;
1066
+ export declare const serializeAws_json1_1GetDevEndpointsCommand: (
1067
+ input: GetDevEndpointsCommandInput,
1068
+ context: __SerdeContext
1069
+ ) => Promise<__HttpRequest>;
1070
+ export declare const serializeAws_json1_1GetJobCommand: (
1071
+ input: GetJobCommandInput,
1072
+ context: __SerdeContext
1073
+ ) => Promise<__HttpRequest>;
1074
+ export declare const serializeAws_json1_1GetJobBookmarkCommand: (
1075
+ input: GetJobBookmarkCommandInput,
1076
+ context: __SerdeContext
1077
+ ) => Promise<__HttpRequest>;
1078
+ export declare const serializeAws_json1_1GetJobRunCommand: (
1079
+ input: GetJobRunCommandInput,
1080
+ context: __SerdeContext
1081
+ ) => Promise<__HttpRequest>;
1082
+ export declare const serializeAws_json1_1GetJobRunsCommand: (
1083
+ input: GetJobRunsCommandInput,
1084
+ context: __SerdeContext
1085
+ ) => Promise<__HttpRequest>;
1086
+ export declare const serializeAws_json1_1GetJobsCommand: (
1087
+ input: GetJobsCommandInput,
1088
+ context: __SerdeContext
1089
+ ) => Promise<__HttpRequest>;
1090
+ export declare const serializeAws_json1_1GetMappingCommand: (
1091
+ input: GetMappingCommandInput,
1092
+ context: __SerdeContext
1093
+ ) => Promise<__HttpRequest>;
1094
+ export declare const serializeAws_json1_1GetMLTaskRunCommand: (
1095
+ input: GetMLTaskRunCommandInput,
1096
+ context: __SerdeContext
1097
+ ) => Promise<__HttpRequest>;
1098
+ export declare const serializeAws_json1_1GetMLTaskRunsCommand: (
1099
+ input: GetMLTaskRunsCommandInput,
1100
+ context: __SerdeContext
1101
+ ) => Promise<__HttpRequest>;
1102
+ export declare const serializeAws_json1_1GetMLTransformCommand: (
1103
+ input: GetMLTransformCommandInput,
1104
+ context: __SerdeContext
1105
+ ) => Promise<__HttpRequest>;
1106
+ export declare const serializeAws_json1_1GetMLTransformsCommand: (
1107
+ input: GetMLTransformsCommandInput,
1108
+ context: __SerdeContext
1109
+ ) => Promise<__HttpRequest>;
1110
+ export declare const serializeAws_json1_1GetPartitionCommand: (
1111
+ input: GetPartitionCommandInput,
1112
+ context: __SerdeContext
1113
+ ) => Promise<__HttpRequest>;
1114
+ export declare const serializeAws_json1_1GetPartitionIndexesCommand: (
1115
+ input: GetPartitionIndexesCommandInput,
1116
+ context: __SerdeContext
1117
+ ) => Promise<__HttpRequest>;
1118
+ export declare const serializeAws_json1_1GetPartitionsCommand: (
1119
+ input: GetPartitionsCommandInput,
1120
+ context: __SerdeContext
1121
+ ) => Promise<__HttpRequest>;
1122
+ export declare const serializeAws_json1_1GetPlanCommand: (
1123
+ input: GetPlanCommandInput,
1124
+ context: __SerdeContext
1125
+ ) => Promise<__HttpRequest>;
1126
+ export declare const serializeAws_json1_1GetRegistryCommand: (
1127
+ input: GetRegistryCommandInput,
1128
+ context: __SerdeContext
1129
+ ) => Promise<__HttpRequest>;
1130
+ export declare const serializeAws_json1_1GetResourcePoliciesCommand: (
1131
+ input: GetResourcePoliciesCommandInput,
1132
+ context: __SerdeContext
1133
+ ) => Promise<__HttpRequest>;
1134
+ export declare const serializeAws_json1_1GetResourcePolicyCommand: (
1135
+ input: GetResourcePolicyCommandInput,
1136
+ context: __SerdeContext
1137
+ ) => Promise<__HttpRequest>;
1138
+ export declare const serializeAws_json1_1GetSchemaCommand: (
1139
+ input: GetSchemaCommandInput,
1140
+ context: __SerdeContext
1141
+ ) => Promise<__HttpRequest>;
1142
+ export declare const serializeAws_json1_1GetSchemaByDefinitionCommand: (
1143
+ input: GetSchemaByDefinitionCommandInput,
1144
+ context: __SerdeContext
1145
+ ) => Promise<__HttpRequest>;
1146
+ export declare const serializeAws_json1_1GetSchemaVersionCommand: (
1147
+ input: GetSchemaVersionCommandInput,
1148
+ context: __SerdeContext
1149
+ ) => Promise<__HttpRequest>;
1150
+ export declare const serializeAws_json1_1GetSchemaVersionsDiffCommand: (
1151
+ input: GetSchemaVersionsDiffCommandInput,
1152
+ context: __SerdeContext
1153
+ ) => Promise<__HttpRequest>;
1154
+ export declare const serializeAws_json1_1GetSecurityConfigurationCommand: (
1155
+ input: GetSecurityConfigurationCommandInput,
1156
+ context: __SerdeContext
1157
+ ) => Promise<__HttpRequest>;
1158
+ export declare const serializeAws_json1_1GetSecurityConfigurationsCommand: (
1159
+ input: GetSecurityConfigurationsCommandInput,
1160
+ context: __SerdeContext
1161
+ ) => Promise<__HttpRequest>;
1162
+ export declare const serializeAws_json1_1GetSessionCommand: (
1163
+ input: GetSessionCommandInput,
1164
+ context: __SerdeContext
1165
+ ) => Promise<__HttpRequest>;
1166
+ export declare const serializeAws_json1_1GetStatementCommand: (
1167
+ input: GetStatementCommandInput,
1168
+ context: __SerdeContext
1169
+ ) => Promise<__HttpRequest>;
1170
+ export declare const serializeAws_json1_1GetTableCommand: (
1171
+ input: GetTableCommandInput,
1172
+ context: __SerdeContext
1173
+ ) => Promise<__HttpRequest>;
1174
+ export declare const serializeAws_json1_1GetTablesCommand: (
1175
+ input: GetTablesCommandInput,
1176
+ context: __SerdeContext
1177
+ ) => Promise<__HttpRequest>;
1178
+ export declare const serializeAws_json1_1GetTableVersionCommand: (
1179
+ input: GetTableVersionCommandInput,
1180
+ context: __SerdeContext
1181
+ ) => Promise<__HttpRequest>;
1182
+ export declare const serializeAws_json1_1GetTableVersionsCommand: (
1183
+ input: GetTableVersionsCommandInput,
1184
+ context: __SerdeContext
1185
+ ) => Promise<__HttpRequest>;
1186
+ export declare const serializeAws_json1_1GetTagsCommand: (
1187
+ input: GetTagsCommandInput,
1188
+ context: __SerdeContext
1189
+ ) => Promise<__HttpRequest>;
1190
+ export declare const serializeAws_json1_1GetTriggerCommand: (
1191
+ input: GetTriggerCommandInput,
1192
+ context: __SerdeContext
1193
+ ) => Promise<__HttpRequest>;
1194
+ export declare const serializeAws_json1_1GetTriggersCommand: (
1195
+ input: GetTriggersCommandInput,
1196
+ context: __SerdeContext
1197
+ ) => Promise<__HttpRequest>;
1198
+ export declare const serializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (
1199
+ input: GetUnfilteredPartitionMetadataCommandInput,
1200
+ context: __SerdeContext
1201
+ ) => Promise<__HttpRequest>;
1202
+ export declare const serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (
1203
+ input: GetUnfilteredPartitionsMetadataCommandInput,
1204
+ context: __SerdeContext
1205
+ ) => Promise<__HttpRequest>;
1206
+ export declare const serializeAws_json1_1GetUnfilteredTableMetadataCommand: (
1207
+ input: GetUnfilteredTableMetadataCommandInput,
1208
+ context: __SerdeContext
1209
+ ) => Promise<__HttpRequest>;
1210
+ export declare const serializeAws_json1_1GetUserDefinedFunctionCommand: (
1211
+ input: GetUserDefinedFunctionCommandInput,
1212
+ context: __SerdeContext
1213
+ ) => Promise<__HttpRequest>;
1214
+ export declare const serializeAws_json1_1GetUserDefinedFunctionsCommand: (
1215
+ input: GetUserDefinedFunctionsCommandInput,
1216
+ context: __SerdeContext
1217
+ ) => Promise<__HttpRequest>;
1218
+ export declare const serializeAws_json1_1GetWorkflowCommand: (
1219
+ input: GetWorkflowCommandInput,
1220
+ context: __SerdeContext
1221
+ ) => Promise<__HttpRequest>;
1222
+ export declare const serializeAws_json1_1GetWorkflowRunCommand: (
1223
+ input: GetWorkflowRunCommandInput,
1224
+ context: __SerdeContext
1225
+ ) => Promise<__HttpRequest>;
1226
+ export declare const serializeAws_json1_1GetWorkflowRunPropertiesCommand: (
1227
+ input: GetWorkflowRunPropertiesCommandInput,
1228
+ context: __SerdeContext
1229
+ ) => Promise<__HttpRequest>;
1230
+ export declare const serializeAws_json1_1GetWorkflowRunsCommand: (
1231
+ input: GetWorkflowRunsCommandInput,
1232
+ context: __SerdeContext
1233
+ ) => Promise<__HttpRequest>;
1234
+ export declare const serializeAws_json1_1ImportCatalogToGlueCommand: (
1235
+ input: ImportCatalogToGlueCommandInput,
1236
+ context: __SerdeContext
1237
+ ) => Promise<__HttpRequest>;
1238
+ export declare const serializeAws_json1_1ListBlueprintsCommand: (
1239
+ input: ListBlueprintsCommandInput,
1240
+ context: __SerdeContext
1241
+ ) => Promise<__HttpRequest>;
1242
+ export declare const serializeAws_json1_1ListCrawlersCommand: (
1243
+ input: ListCrawlersCommandInput,
1244
+ context: __SerdeContext
1245
+ ) => Promise<__HttpRequest>;
1246
+ export declare const serializeAws_json1_1ListCrawlsCommand: (
1247
+ input: ListCrawlsCommandInput,
1248
+ context: __SerdeContext
1249
+ ) => Promise<__HttpRequest>;
1250
+ export declare const serializeAws_json1_1ListCustomEntityTypesCommand: (
1251
+ input: ListCustomEntityTypesCommandInput,
1252
+ context: __SerdeContext
1253
+ ) => Promise<__HttpRequest>;
1254
+ export declare const serializeAws_json1_1ListDevEndpointsCommand: (
1255
+ input: ListDevEndpointsCommandInput,
1256
+ context: __SerdeContext
1257
+ ) => Promise<__HttpRequest>;
1258
+ export declare const serializeAws_json1_1ListJobsCommand: (
1259
+ input: ListJobsCommandInput,
1260
+ context: __SerdeContext
1261
+ ) => Promise<__HttpRequest>;
1262
+ export declare const serializeAws_json1_1ListMLTransformsCommand: (
1263
+ input: ListMLTransformsCommandInput,
1264
+ context: __SerdeContext
1265
+ ) => Promise<__HttpRequest>;
1266
+ export declare const serializeAws_json1_1ListRegistriesCommand: (
1267
+ input: ListRegistriesCommandInput,
1268
+ context: __SerdeContext
1269
+ ) => Promise<__HttpRequest>;
1270
+ export declare const serializeAws_json1_1ListSchemasCommand: (
1271
+ input: ListSchemasCommandInput,
1272
+ context: __SerdeContext
1273
+ ) => Promise<__HttpRequest>;
1274
+ export declare const serializeAws_json1_1ListSchemaVersionsCommand: (
1275
+ input: ListSchemaVersionsCommandInput,
1276
+ context: __SerdeContext
1277
+ ) => Promise<__HttpRequest>;
1278
+ export declare const serializeAws_json1_1ListSessionsCommand: (
1279
+ input: ListSessionsCommandInput,
1280
+ context: __SerdeContext
1281
+ ) => Promise<__HttpRequest>;
1282
+ export declare const serializeAws_json1_1ListStatementsCommand: (
1283
+ input: ListStatementsCommandInput,
1284
+ context: __SerdeContext
1285
+ ) => Promise<__HttpRequest>;
1286
+ export declare const serializeAws_json1_1ListTriggersCommand: (
1287
+ input: ListTriggersCommandInput,
1288
+ context: __SerdeContext
1289
+ ) => Promise<__HttpRequest>;
1290
+ export declare const serializeAws_json1_1ListWorkflowsCommand: (
1291
+ input: ListWorkflowsCommandInput,
1292
+ context: __SerdeContext
1293
+ ) => Promise<__HttpRequest>;
1294
+ export declare const serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (
1295
+ input: PutDataCatalogEncryptionSettingsCommandInput,
1296
+ context: __SerdeContext
1297
+ ) => Promise<__HttpRequest>;
1298
+ export declare const serializeAws_json1_1PutResourcePolicyCommand: (
1299
+ input: PutResourcePolicyCommandInput,
1300
+ context: __SerdeContext
1301
+ ) => Promise<__HttpRequest>;
1302
+ export declare const serializeAws_json1_1PutSchemaVersionMetadataCommand: (
1303
+ input: PutSchemaVersionMetadataCommandInput,
1304
+ context: __SerdeContext
1305
+ ) => Promise<__HttpRequest>;
1306
+ export declare const serializeAws_json1_1PutWorkflowRunPropertiesCommand: (
1307
+ input: PutWorkflowRunPropertiesCommandInput,
1308
+ context: __SerdeContext
1309
+ ) => Promise<__HttpRequest>;
1310
+ export declare const serializeAws_json1_1QuerySchemaVersionMetadataCommand: (
1311
+ input: QuerySchemaVersionMetadataCommandInput,
1312
+ context: __SerdeContext
1313
+ ) => Promise<__HttpRequest>;
1314
+ export declare const serializeAws_json1_1RegisterSchemaVersionCommand: (
1315
+ input: RegisterSchemaVersionCommandInput,
1316
+ context: __SerdeContext
1317
+ ) => Promise<__HttpRequest>;
1318
+ export declare const serializeAws_json1_1RemoveSchemaVersionMetadataCommand: (
1319
+ input: RemoveSchemaVersionMetadataCommandInput,
1320
+ context: __SerdeContext
1321
+ ) => Promise<__HttpRequest>;
1322
+ export declare const serializeAws_json1_1ResetJobBookmarkCommand: (
1323
+ input: ResetJobBookmarkCommandInput,
1324
+ context: __SerdeContext
1325
+ ) => Promise<__HttpRequest>;
1326
+ export declare const serializeAws_json1_1ResumeWorkflowRunCommand: (
1327
+ input: ResumeWorkflowRunCommandInput,
1328
+ context: __SerdeContext
1329
+ ) => Promise<__HttpRequest>;
1330
+ export declare const serializeAws_json1_1RunStatementCommand: (
1331
+ input: RunStatementCommandInput,
1332
+ context: __SerdeContext
1333
+ ) => Promise<__HttpRequest>;
1334
+ export declare const serializeAws_json1_1SearchTablesCommand: (
1335
+ input: SearchTablesCommandInput,
1336
+ context: __SerdeContext
1337
+ ) => Promise<__HttpRequest>;
1338
+ export declare const serializeAws_json1_1StartBlueprintRunCommand: (
1339
+ input: StartBlueprintRunCommandInput,
1340
+ context: __SerdeContext
1341
+ ) => Promise<__HttpRequest>;
1342
+ export declare const serializeAws_json1_1StartCrawlerCommand: (
1343
+ input: StartCrawlerCommandInput,
1344
+ context: __SerdeContext
1345
+ ) => Promise<__HttpRequest>;
1346
+ export declare const serializeAws_json1_1StartCrawlerScheduleCommand: (
1347
+ input: StartCrawlerScheduleCommandInput,
1348
+ context: __SerdeContext
1349
+ ) => Promise<__HttpRequest>;
1350
+ export declare const serializeAws_json1_1StartExportLabelsTaskRunCommand: (
1351
+ input: StartExportLabelsTaskRunCommandInput,
1352
+ context: __SerdeContext
1353
+ ) => Promise<__HttpRequest>;
1354
+ export declare const serializeAws_json1_1StartImportLabelsTaskRunCommand: (
1355
+ input: StartImportLabelsTaskRunCommandInput,
1356
+ context: __SerdeContext
1357
+ ) => Promise<__HttpRequest>;
1358
+ export declare const serializeAws_json1_1StartJobRunCommand: (
1359
+ input: StartJobRunCommandInput,
1360
+ context: __SerdeContext
1361
+ ) => Promise<__HttpRequest>;
1362
+ export declare const serializeAws_json1_1StartMLEvaluationTaskRunCommand: (
1363
+ input: StartMLEvaluationTaskRunCommandInput,
1364
+ context: __SerdeContext
1365
+ ) => Promise<__HttpRequest>;
1366
+ export declare const serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand: (
1367
+ input: StartMLLabelingSetGenerationTaskRunCommandInput,
1368
+ context: __SerdeContext
1369
+ ) => Promise<__HttpRequest>;
1370
+ export declare const serializeAws_json1_1StartTriggerCommand: (
1371
+ input: StartTriggerCommandInput,
1372
+ context: __SerdeContext
1373
+ ) => Promise<__HttpRequest>;
1374
+ export declare const serializeAws_json1_1StartWorkflowRunCommand: (
1375
+ input: StartWorkflowRunCommandInput,
1376
+ context: __SerdeContext
1377
+ ) => Promise<__HttpRequest>;
1378
+ export declare const serializeAws_json1_1StopCrawlerCommand: (
1379
+ input: StopCrawlerCommandInput,
1380
+ context: __SerdeContext
1381
+ ) => Promise<__HttpRequest>;
1382
+ export declare const serializeAws_json1_1StopCrawlerScheduleCommand: (
1383
+ input: StopCrawlerScheduleCommandInput,
1384
+ context: __SerdeContext
1385
+ ) => Promise<__HttpRequest>;
1386
+ export declare const serializeAws_json1_1StopSessionCommand: (
1387
+ input: StopSessionCommandInput,
1388
+ context: __SerdeContext
1389
+ ) => Promise<__HttpRequest>;
1390
+ export declare const serializeAws_json1_1StopTriggerCommand: (
1391
+ input: StopTriggerCommandInput,
1392
+ context: __SerdeContext
1393
+ ) => Promise<__HttpRequest>;
1394
+ export declare const serializeAws_json1_1StopWorkflowRunCommand: (
1395
+ input: StopWorkflowRunCommandInput,
1396
+ context: __SerdeContext
1397
+ ) => Promise<__HttpRequest>;
1398
+ export declare const serializeAws_json1_1TagResourceCommand: (
1399
+ input: TagResourceCommandInput,
1400
+ context: __SerdeContext
1401
+ ) => Promise<__HttpRequest>;
1402
+ export declare const serializeAws_json1_1UntagResourceCommand: (
1403
+ input: UntagResourceCommandInput,
1404
+ context: __SerdeContext
1405
+ ) => Promise<__HttpRequest>;
1406
+ export declare const serializeAws_json1_1UpdateBlueprintCommand: (
1407
+ input: UpdateBlueprintCommandInput,
1408
+ context: __SerdeContext
1409
+ ) => Promise<__HttpRequest>;
1410
+ export declare const serializeAws_json1_1UpdateClassifierCommand: (
1411
+ input: UpdateClassifierCommandInput,
1412
+ context: __SerdeContext
1413
+ ) => Promise<__HttpRequest>;
1414
+ export declare const serializeAws_json1_1UpdateColumnStatisticsForPartitionCommand: (
1415
+ input: UpdateColumnStatisticsForPartitionCommandInput,
1416
+ context: __SerdeContext
1417
+ ) => Promise<__HttpRequest>;
1418
+ export declare const serializeAws_json1_1UpdateColumnStatisticsForTableCommand: (
1419
+ input: UpdateColumnStatisticsForTableCommandInput,
1420
+ context: __SerdeContext
1421
+ ) => Promise<__HttpRequest>;
1422
+ export declare const serializeAws_json1_1UpdateConnectionCommand: (
1423
+ input: UpdateConnectionCommandInput,
1424
+ context: __SerdeContext
1425
+ ) => Promise<__HttpRequest>;
1426
+ export declare const serializeAws_json1_1UpdateCrawlerCommand: (
1427
+ input: UpdateCrawlerCommandInput,
1428
+ context: __SerdeContext
1429
+ ) => Promise<__HttpRequest>;
1430
+ export declare const serializeAws_json1_1UpdateCrawlerScheduleCommand: (
1431
+ input: UpdateCrawlerScheduleCommandInput,
1432
+ context: __SerdeContext
1433
+ ) => Promise<__HttpRequest>;
1434
+ export declare const serializeAws_json1_1UpdateDatabaseCommand: (
1435
+ input: UpdateDatabaseCommandInput,
1436
+ context: __SerdeContext
1437
+ ) => Promise<__HttpRequest>;
1438
+ export declare const serializeAws_json1_1UpdateDevEndpointCommand: (
1439
+ input: UpdateDevEndpointCommandInput,
1440
+ context: __SerdeContext
1441
+ ) => Promise<__HttpRequest>;
1442
+ export declare const serializeAws_json1_1UpdateJobCommand: (
1443
+ input: UpdateJobCommandInput,
1444
+ context: __SerdeContext
1445
+ ) => Promise<__HttpRequest>;
1446
+ export declare const serializeAws_json1_1UpdateMLTransformCommand: (
1447
+ input: UpdateMLTransformCommandInput,
1448
+ context: __SerdeContext
1449
+ ) => Promise<__HttpRequest>;
1450
+ export declare const serializeAws_json1_1UpdatePartitionCommand: (
1451
+ input: UpdatePartitionCommandInput,
1452
+ context: __SerdeContext
1453
+ ) => Promise<__HttpRequest>;
1454
+ export declare const serializeAws_json1_1UpdateRegistryCommand: (
1455
+ input: UpdateRegistryCommandInput,
1456
+ context: __SerdeContext
1457
+ ) => Promise<__HttpRequest>;
1458
+ export declare const serializeAws_json1_1UpdateSchemaCommand: (
1459
+ input: UpdateSchemaCommandInput,
1460
+ context: __SerdeContext
1461
+ ) => Promise<__HttpRequest>;
1462
+ export declare const serializeAws_json1_1UpdateTableCommand: (
1463
+ input: UpdateTableCommandInput,
1464
+ context: __SerdeContext
1465
+ ) => Promise<__HttpRequest>;
1466
+ export declare const serializeAws_json1_1UpdateTriggerCommand: (
1467
+ input: UpdateTriggerCommandInput,
1468
+ context: __SerdeContext
1469
+ ) => Promise<__HttpRequest>;
1470
+ export declare const serializeAws_json1_1UpdateUserDefinedFunctionCommand: (
1471
+ input: UpdateUserDefinedFunctionCommandInput,
1472
+ context: __SerdeContext
1473
+ ) => Promise<__HttpRequest>;
1474
+ export declare const serializeAws_json1_1UpdateWorkflowCommand: (
1475
+ input: UpdateWorkflowCommandInput,
1476
+ context: __SerdeContext
1477
+ ) => Promise<__HttpRequest>;
1478
+ export declare const deserializeAws_json1_1BatchCreatePartitionCommand: (
1479
+ output: __HttpResponse,
1480
+ context: __SerdeContext
1481
+ ) => Promise<BatchCreatePartitionCommandOutput>;
1482
+ export declare const deserializeAws_json1_1BatchDeleteConnectionCommand: (
1483
+ output: __HttpResponse,
1484
+ context: __SerdeContext
1485
+ ) => Promise<BatchDeleteConnectionCommandOutput>;
1486
+ export declare const deserializeAws_json1_1BatchDeletePartitionCommand: (
1487
+ output: __HttpResponse,
1488
+ context: __SerdeContext
1489
+ ) => Promise<BatchDeletePartitionCommandOutput>;
1490
+ export declare const deserializeAws_json1_1BatchDeleteTableCommand: (
1491
+ output: __HttpResponse,
1492
+ context: __SerdeContext
1493
+ ) => Promise<BatchDeleteTableCommandOutput>;
1494
+ export declare const deserializeAws_json1_1BatchDeleteTableVersionCommand: (
1495
+ output: __HttpResponse,
1496
+ context: __SerdeContext
1497
+ ) => Promise<BatchDeleteTableVersionCommandOutput>;
1498
+ export declare const deserializeAws_json1_1BatchGetBlueprintsCommand: (
1499
+ output: __HttpResponse,
1500
+ context: __SerdeContext
1501
+ ) => Promise<BatchGetBlueprintsCommandOutput>;
1502
+ export declare const deserializeAws_json1_1BatchGetCrawlersCommand: (
1503
+ output: __HttpResponse,
1504
+ context: __SerdeContext
1505
+ ) => Promise<BatchGetCrawlersCommandOutput>;
1506
+ export declare const deserializeAws_json1_1BatchGetCustomEntityTypesCommand: (
1507
+ output: __HttpResponse,
1508
+ context: __SerdeContext
1509
+ ) => Promise<BatchGetCustomEntityTypesCommandOutput>;
1510
+ export declare const deserializeAws_json1_1BatchGetDevEndpointsCommand: (
1511
+ output: __HttpResponse,
1512
+ context: __SerdeContext
1513
+ ) => Promise<BatchGetDevEndpointsCommandOutput>;
1514
+ export declare const deserializeAws_json1_1BatchGetJobsCommand: (
1515
+ output: __HttpResponse,
1516
+ context: __SerdeContext
1517
+ ) => Promise<BatchGetJobsCommandOutput>;
1518
+ export declare const deserializeAws_json1_1BatchGetPartitionCommand: (
1519
+ output: __HttpResponse,
1520
+ context: __SerdeContext
1521
+ ) => Promise<BatchGetPartitionCommandOutput>;
1522
+ export declare const deserializeAws_json1_1BatchGetTriggersCommand: (
1523
+ output: __HttpResponse,
1524
+ context: __SerdeContext
1525
+ ) => Promise<BatchGetTriggersCommandOutput>;
1526
+ export declare const deserializeAws_json1_1BatchGetWorkflowsCommand: (
1527
+ output: __HttpResponse,
1528
+ context: __SerdeContext
1529
+ ) => Promise<BatchGetWorkflowsCommandOutput>;
1530
+ export declare const deserializeAws_json1_1BatchStopJobRunCommand: (
1531
+ output: __HttpResponse,
1532
+ context: __SerdeContext
1533
+ ) => Promise<BatchStopJobRunCommandOutput>;
1534
+ export declare const deserializeAws_json1_1BatchUpdatePartitionCommand: (
1535
+ output: __HttpResponse,
1536
+ context: __SerdeContext
1537
+ ) => Promise<BatchUpdatePartitionCommandOutput>;
1538
+ export declare const deserializeAws_json1_1CancelMLTaskRunCommand: (
1539
+ output: __HttpResponse,
1540
+ context: __SerdeContext
1541
+ ) => Promise<CancelMLTaskRunCommandOutput>;
1542
+ export declare const deserializeAws_json1_1CancelStatementCommand: (
1543
+ output: __HttpResponse,
1544
+ context: __SerdeContext
1545
+ ) => Promise<CancelStatementCommandOutput>;
1546
+ export declare const deserializeAws_json1_1CheckSchemaVersionValidityCommand: (
1547
+ output: __HttpResponse,
1548
+ context: __SerdeContext
1549
+ ) => Promise<CheckSchemaVersionValidityCommandOutput>;
1550
+ export declare const deserializeAws_json1_1CreateBlueprintCommand: (
1551
+ output: __HttpResponse,
1552
+ context: __SerdeContext
1553
+ ) => Promise<CreateBlueprintCommandOutput>;
1554
+ export declare const deserializeAws_json1_1CreateClassifierCommand: (
1555
+ output: __HttpResponse,
1556
+ context: __SerdeContext
1557
+ ) => Promise<CreateClassifierCommandOutput>;
1558
+ export declare const deserializeAws_json1_1CreateConnectionCommand: (
1559
+ output: __HttpResponse,
1560
+ context: __SerdeContext
1561
+ ) => Promise<CreateConnectionCommandOutput>;
1562
+ export declare const deserializeAws_json1_1CreateCrawlerCommand: (
1563
+ output: __HttpResponse,
1564
+ context: __SerdeContext
1565
+ ) => Promise<CreateCrawlerCommandOutput>;
1566
+ export declare const deserializeAws_json1_1CreateCustomEntityTypeCommand: (
1567
+ output: __HttpResponse,
1568
+ context: __SerdeContext
1569
+ ) => Promise<CreateCustomEntityTypeCommandOutput>;
1570
+ export declare const deserializeAws_json1_1CreateDatabaseCommand: (
1571
+ output: __HttpResponse,
1572
+ context: __SerdeContext
1573
+ ) => Promise<CreateDatabaseCommandOutput>;
1574
+ export declare const deserializeAws_json1_1CreateDevEndpointCommand: (
1575
+ output: __HttpResponse,
1576
+ context: __SerdeContext
1577
+ ) => Promise<CreateDevEndpointCommandOutput>;
1578
+ export declare const deserializeAws_json1_1CreateJobCommand: (
1579
+ output: __HttpResponse,
1580
+ context: __SerdeContext
1581
+ ) => Promise<CreateJobCommandOutput>;
1582
+ export declare const deserializeAws_json1_1CreateMLTransformCommand: (
1583
+ output: __HttpResponse,
1584
+ context: __SerdeContext
1585
+ ) => Promise<CreateMLTransformCommandOutput>;
1586
+ export declare const deserializeAws_json1_1CreatePartitionCommand: (
1587
+ output: __HttpResponse,
1588
+ context: __SerdeContext
1589
+ ) => Promise<CreatePartitionCommandOutput>;
1590
+ export declare const deserializeAws_json1_1CreatePartitionIndexCommand: (
1591
+ output: __HttpResponse,
1592
+ context: __SerdeContext
1593
+ ) => Promise<CreatePartitionIndexCommandOutput>;
1594
+ export declare const deserializeAws_json1_1CreateRegistryCommand: (
1595
+ output: __HttpResponse,
1596
+ context: __SerdeContext
1597
+ ) => Promise<CreateRegistryCommandOutput>;
1598
+ export declare const deserializeAws_json1_1CreateSchemaCommand: (
1599
+ output: __HttpResponse,
1600
+ context: __SerdeContext
1601
+ ) => Promise<CreateSchemaCommandOutput>;
1602
+ export declare const deserializeAws_json1_1CreateScriptCommand: (
1603
+ output: __HttpResponse,
1604
+ context: __SerdeContext
1605
+ ) => Promise<CreateScriptCommandOutput>;
1606
+ export declare const deserializeAws_json1_1CreateSecurityConfigurationCommand: (
1607
+ output: __HttpResponse,
1608
+ context: __SerdeContext
1609
+ ) => Promise<CreateSecurityConfigurationCommandOutput>;
1610
+ export declare const deserializeAws_json1_1CreateSessionCommand: (
1611
+ output: __HttpResponse,
1612
+ context: __SerdeContext
1613
+ ) => Promise<CreateSessionCommandOutput>;
1614
+ export declare const deserializeAws_json1_1CreateTableCommand: (
1615
+ output: __HttpResponse,
1616
+ context: __SerdeContext
1617
+ ) => Promise<CreateTableCommandOutput>;
1618
+ export declare const deserializeAws_json1_1CreateTriggerCommand: (
1619
+ output: __HttpResponse,
1620
+ context: __SerdeContext
1621
+ ) => Promise<CreateTriggerCommandOutput>;
1622
+ export declare const deserializeAws_json1_1CreateUserDefinedFunctionCommand: (
1623
+ output: __HttpResponse,
1624
+ context: __SerdeContext
1625
+ ) => Promise<CreateUserDefinedFunctionCommandOutput>;
1626
+ export declare const deserializeAws_json1_1CreateWorkflowCommand: (
1627
+ output: __HttpResponse,
1628
+ context: __SerdeContext
1629
+ ) => Promise<CreateWorkflowCommandOutput>;
1630
+ export declare const deserializeAws_json1_1DeleteBlueprintCommand: (
1631
+ output: __HttpResponse,
1632
+ context: __SerdeContext
1633
+ ) => Promise<DeleteBlueprintCommandOutput>;
1634
+ export declare const deserializeAws_json1_1DeleteClassifierCommand: (
1635
+ output: __HttpResponse,
1636
+ context: __SerdeContext
1637
+ ) => Promise<DeleteClassifierCommandOutput>;
1638
+ export declare const deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand: (
1639
+ output: __HttpResponse,
1640
+ context: __SerdeContext
1641
+ ) => Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
1642
+ export declare const deserializeAws_json1_1DeleteColumnStatisticsForTableCommand: (
1643
+ output: __HttpResponse,
1644
+ context: __SerdeContext
1645
+ ) => Promise<DeleteColumnStatisticsForTableCommandOutput>;
1646
+ export declare const deserializeAws_json1_1DeleteConnectionCommand: (
1647
+ output: __HttpResponse,
1648
+ context: __SerdeContext
1649
+ ) => Promise<DeleteConnectionCommandOutput>;
1650
+ export declare const deserializeAws_json1_1DeleteCrawlerCommand: (
1651
+ output: __HttpResponse,
1652
+ context: __SerdeContext
1653
+ ) => Promise<DeleteCrawlerCommandOutput>;
1654
+ export declare const deserializeAws_json1_1DeleteCustomEntityTypeCommand: (
1655
+ output: __HttpResponse,
1656
+ context: __SerdeContext
1657
+ ) => Promise<DeleteCustomEntityTypeCommandOutput>;
1658
+ export declare const deserializeAws_json1_1DeleteDatabaseCommand: (
1659
+ output: __HttpResponse,
1660
+ context: __SerdeContext
1661
+ ) => Promise<DeleteDatabaseCommandOutput>;
1662
+ export declare const deserializeAws_json1_1DeleteDevEndpointCommand: (
1663
+ output: __HttpResponse,
1664
+ context: __SerdeContext
1665
+ ) => Promise<DeleteDevEndpointCommandOutput>;
1666
+ export declare const deserializeAws_json1_1DeleteJobCommand: (
1667
+ output: __HttpResponse,
1668
+ context: __SerdeContext
1669
+ ) => Promise<DeleteJobCommandOutput>;
1670
+ export declare const deserializeAws_json1_1DeleteMLTransformCommand: (
1671
+ output: __HttpResponse,
1672
+ context: __SerdeContext
1673
+ ) => Promise<DeleteMLTransformCommandOutput>;
1674
+ export declare const deserializeAws_json1_1DeletePartitionCommand: (
1675
+ output: __HttpResponse,
1676
+ context: __SerdeContext
1677
+ ) => Promise<DeletePartitionCommandOutput>;
1678
+ export declare const deserializeAws_json1_1DeletePartitionIndexCommand: (
1679
+ output: __HttpResponse,
1680
+ context: __SerdeContext
1681
+ ) => Promise<DeletePartitionIndexCommandOutput>;
1682
+ export declare const deserializeAws_json1_1DeleteRegistryCommand: (
1683
+ output: __HttpResponse,
1684
+ context: __SerdeContext
1685
+ ) => Promise<DeleteRegistryCommandOutput>;
1686
+ export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (
1687
+ output: __HttpResponse,
1688
+ context: __SerdeContext
1689
+ ) => Promise<DeleteResourcePolicyCommandOutput>;
1690
+ export declare const deserializeAws_json1_1DeleteSchemaCommand: (
1691
+ output: __HttpResponse,
1692
+ context: __SerdeContext
1693
+ ) => Promise<DeleteSchemaCommandOutput>;
1694
+ export declare const deserializeAws_json1_1DeleteSchemaVersionsCommand: (
1695
+ output: __HttpResponse,
1696
+ context: __SerdeContext
1697
+ ) => Promise<DeleteSchemaVersionsCommandOutput>;
1698
+ export declare const deserializeAws_json1_1DeleteSecurityConfigurationCommand: (
1699
+ output: __HttpResponse,
1700
+ context: __SerdeContext
1701
+ ) => Promise<DeleteSecurityConfigurationCommandOutput>;
1702
+ export declare const deserializeAws_json1_1DeleteSessionCommand: (
1703
+ output: __HttpResponse,
1704
+ context: __SerdeContext
1705
+ ) => Promise<DeleteSessionCommandOutput>;
1706
+ export declare const deserializeAws_json1_1DeleteTableCommand: (
1707
+ output: __HttpResponse,
1708
+ context: __SerdeContext
1709
+ ) => Promise<DeleteTableCommandOutput>;
1710
+ export declare const deserializeAws_json1_1DeleteTableVersionCommand: (
1711
+ output: __HttpResponse,
1712
+ context: __SerdeContext
1713
+ ) => Promise<DeleteTableVersionCommandOutput>;
1714
+ export declare const deserializeAws_json1_1DeleteTriggerCommand: (
1715
+ output: __HttpResponse,
1716
+ context: __SerdeContext
1717
+ ) => Promise<DeleteTriggerCommandOutput>;
1718
+ export declare const deserializeAws_json1_1DeleteUserDefinedFunctionCommand: (
1719
+ output: __HttpResponse,
1720
+ context: __SerdeContext
1721
+ ) => Promise<DeleteUserDefinedFunctionCommandOutput>;
1722
+ export declare const deserializeAws_json1_1DeleteWorkflowCommand: (
1723
+ output: __HttpResponse,
1724
+ context: __SerdeContext
1725
+ ) => Promise<DeleteWorkflowCommandOutput>;
1726
+ export declare const deserializeAws_json1_1GetBlueprintCommand: (
1727
+ output: __HttpResponse,
1728
+ context: __SerdeContext
1729
+ ) => Promise<GetBlueprintCommandOutput>;
1730
+ export declare const deserializeAws_json1_1GetBlueprintRunCommand: (
1731
+ output: __HttpResponse,
1732
+ context: __SerdeContext
1733
+ ) => Promise<GetBlueprintRunCommandOutput>;
1734
+ export declare const deserializeAws_json1_1GetBlueprintRunsCommand: (
1735
+ output: __HttpResponse,
1736
+ context: __SerdeContext
1737
+ ) => Promise<GetBlueprintRunsCommandOutput>;
1738
+ export declare const deserializeAws_json1_1GetCatalogImportStatusCommand: (
1739
+ output: __HttpResponse,
1740
+ context: __SerdeContext
1741
+ ) => Promise<GetCatalogImportStatusCommandOutput>;
1742
+ export declare const deserializeAws_json1_1GetClassifierCommand: (
1743
+ output: __HttpResponse,
1744
+ context: __SerdeContext
1745
+ ) => Promise<GetClassifierCommandOutput>;
1746
+ export declare const deserializeAws_json1_1GetClassifiersCommand: (
1747
+ output: __HttpResponse,
1748
+ context: __SerdeContext
1749
+ ) => Promise<GetClassifiersCommandOutput>;
1750
+ export declare const deserializeAws_json1_1GetColumnStatisticsForPartitionCommand: (
1751
+ output: __HttpResponse,
1752
+ context: __SerdeContext
1753
+ ) => Promise<GetColumnStatisticsForPartitionCommandOutput>;
1754
+ export declare const deserializeAws_json1_1GetColumnStatisticsForTableCommand: (
1755
+ output: __HttpResponse,
1756
+ context: __SerdeContext
1757
+ ) => Promise<GetColumnStatisticsForTableCommandOutput>;
1758
+ export declare const deserializeAws_json1_1GetConnectionCommand: (
1759
+ output: __HttpResponse,
1760
+ context: __SerdeContext
1761
+ ) => Promise<GetConnectionCommandOutput>;
1762
+ export declare const deserializeAws_json1_1GetConnectionsCommand: (
1763
+ output: __HttpResponse,
1764
+ context: __SerdeContext
1765
+ ) => Promise<GetConnectionsCommandOutput>;
1766
+ export declare const deserializeAws_json1_1GetCrawlerCommand: (
1767
+ output: __HttpResponse,
1768
+ context: __SerdeContext
1769
+ ) => Promise<GetCrawlerCommandOutput>;
1770
+ export declare const deserializeAws_json1_1GetCrawlerMetricsCommand: (
1771
+ output: __HttpResponse,
1772
+ context: __SerdeContext
1773
+ ) => Promise<GetCrawlerMetricsCommandOutput>;
1774
+ export declare const deserializeAws_json1_1GetCrawlersCommand: (
1775
+ output: __HttpResponse,
1776
+ context: __SerdeContext
1777
+ ) => Promise<GetCrawlersCommandOutput>;
1778
+ export declare const deserializeAws_json1_1GetCustomEntityTypeCommand: (
1779
+ output: __HttpResponse,
1780
+ context: __SerdeContext
1781
+ ) => Promise<GetCustomEntityTypeCommandOutput>;
1782
+ export declare const deserializeAws_json1_1GetDatabaseCommand: (
1783
+ output: __HttpResponse,
1784
+ context: __SerdeContext
1785
+ ) => Promise<GetDatabaseCommandOutput>;
1786
+ export declare const deserializeAws_json1_1GetDatabasesCommand: (
1787
+ output: __HttpResponse,
1788
+ context: __SerdeContext
1789
+ ) => Promise<GetDatabasesCommandOutput>;
1790
+ export declare const deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (
1791
+ output: __HttpResponse,
1792
+ context: __SerdeContext
1793
+ ) => Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
1794
+ export declare const deserializeAws_json1_1GetDataflowGraphCommand: (
1795
+ output: __HttpResponse,
1796
+ context: __SerdeContext
1797
+ ) => Promise<GetDataflowGraphCommandOutput>;
1798
+ export declare const deserializeAws_json1_1GetDevEndpointCommand: (
1799
+ output: __HttpResponse,
1800
+ context: __SerdeContext
1801
+ ) => Promise<GetDevEndpointCommandOutput>;
1802
+ export declare const deserializeAws_json1_1GetDevEndpointsCommand: (
1803
+ output: __HttpResponse,
1804
+ context: __SerdeContext
1805
+ ) => Promise<GetDevEndpointsCommandOutput>;
1806
+ export declare const deserializeAws_json1_1GetJobCommand: (
1807
+ output: __HttpResponse,
1808
+ context: __SerdeContext
1809
+ ) => Promise<GetJobCommandOutput>;
1810
+ export declare const deserializeAws_json1_1GetJobBookmarkCommand: (
1811
+ output: __HttpResponse,
1812
+ context: __SerdeContext
1813
+ ) => Promise<GetJobBookmarkCommandOutput>;
1814
+ export declare const deserializeAws_json1_1GetJobRunCommand: (
1815
+ output: __HttpResponse,
1816
+ context: __SerdeContext
1817
+ ) => Promise<GetJobRunCommandOutput>;
1818
+ export declare const deserializeAws_json1_1GetJobRunsCommand: (
1819
+ output: __HttpResponse,
1820
+ context: __SerdeContext
1821
+ ) => Promise<GetJobRunsCommandOutput>;
1822
+ export declare const deserializeAws_json1_1GetJobsCommand: (
1823
+ output: __HttpResponse,
1824
+ context: __SerdeContext
1825
+ ) => Promise<GetJobsCommandOutput>;
1826
+ export declare const deserializeAws_json1_1GetMappingCommand: (
1827
+ output: __HttpResponse,
1828
+ context: __SerdeContext
1829
+ ) => Promise<GetMappingCommandOutput>;
1830
+ export declare const deserializeAws_json1_1GetMLTaskRunCommand: (
1831
+ output: __HttpResponse,
1832
+ context: __SerdeContext
1833
+ ) => Promise<GetMLTaskRunCommandOutput>;
1834
+ export declare const deserializeAws_json1_1GetMLTaskRunsCommand: (
1835
+ output: __HttpResponse,
1836
+ context: __SerdeContext
1837
+ ) => Promise<GetMLTaskRunsCommandOutput>;
1838
+ export declare const deserializeAws_json1_1GetMLTransformCommand: (
1839
+ output: __HttpResponse,
1840
+ context: __SerdeContext
1841
+ ) => Promise<GetMLTransformCommandOutput>;
1842
+ export declare const deserializeAws_json1_1GetMLTransformsCommand: (
1843
+ output: __HttpResponse,
1844
+ context: __SerdeContext
1845
+ ) => Promise<GetMLTransformsCommandOutput>;
1846
+ export declare const deserializeAws_json1_1GetPartitionCommand: (
1847
+ output: __HttpResponse,
1848
+ context: __SerdeContext
1849
+ ) => Promise<GetPartitionCommandOutput>;
1850
+ export declare const deserializeAws_json1_1GetPartitionIndexesCommand: (
1851
+ output: __HttpResponse,
1852
+ context: __SerdeContext
1853
+ ) => Promise<GetPartitionIndexesCommandOutput>;
1854
+ export declare const deserializeAws_json1_1GetPartitionsCommand: (
1855
+ output: __HttpResponse,
1856
+ context: __SerdeContext
1857
+ ) => Promise<GetPartitionsCommandOutput>;
1858
+ export declare const deserializeAws_json1_1GetPlanCommand: (
1859
+ output: __HttpResponse,
1860
+ context: __SerdeContext
1861
+ ) => Promise<GetPlanCommandOutput>;
1862
+ export declare const deserializeAws_json1_1GetRegistryCommand: (
1863
+ output: __HttpResponse,
1864
+ context: __SerdeContext
1865
+ ) => Promise<GetRegistryCommandOutput>;
1866
+ export declare const deserializeAws_json1_1GetResourcePoliciesCommand: (
1867
+ output: __HttpResponse,
1868
+ context: __SerdeContext
1869
+ ) => Promise<GetResourcePoliciesCommandOutput>;
1870
+ export declare const deserializeAws_json1_1GetResourcePolicyCommand: (
1871
+ output: __HttpResponse,
1872
+ context: __SerdeContext
1873
+ ) => Promise<GetResourcePolicyCommandOutput>;
1874
+ export declare const deserializeAws_json1_1GetSchemaCommand: (
1875
+ output: __HttpResponse,
1876
+ context: __SerdeContext
1877
+ ) => Promise<GetSchemaCommandOutput>;
1878
+ export declare const deserializeAws_json1_1GetSchemaByDefinitionCommand: (
1879
+ output: __HttpResponse,
1880
+ context: __SerdeContext
1881
+ ) => Promise<GetSchemaByDefinitionCommandOutput>;
1882
+ export declare const deserializeAws_json1_1GetSchemaVersionCommand: (
1883
+ output: __HttpResponse,
1884
+ context: __SerdeContext
1885
+ ) => Promise<GetSchemaVersionCommandOutput>;
1886
+ export declare const deserializeAws_json1_1GetSchemaVersionsDiffCommand: (
1887
+ output: __HttpResponse,
1888
+ context: __SerdeContext
1889
+ ) => Promise<GetSchemaVersionsDiffCommandOutput>;
1890
+ export declare const deserializeAws_json1_1GetSecurityConfigurationCommand: (
1891
+ output: __HttpResponse,
1892
+ context: __SerdeContext
1893
+ ) => Promise<GetSecurityConfigurationCommandOutput>;
1894
+ export declare const deserializeAws_json1_1GetSecurityConfigurationsCommand: (
1895
+ output: __HttpResponse,
1896
+ context: __SerdeContext
1897
+ ) => Promise<GetSecurityConfigurationsCommandOutput>;
1898
+ export declare const deserializeAws_json1_1GetSessionCommand: (
1899
+ output: __HttpResponse,
1900
+ context: __SerdeContext
1901
+ ) => Promise<GetSessionCommandOutput>;
1902
+ export declare const deserializeAws_json1_1GetStatementCommand: (
1903
+ output: __HttpResponse,
1904
+ context: __SerdeContext
1905
+ ) => Promise<GetStatementCommandOutput>;
1906
+ export declare const deserializeAws_json1_1GetTableCommand: (
1907
+ output: __HttpResponse,
1908
+ context: __SerdeContext
1909
+ ) => Promise<GetTableCommandOutput>;
1910
+ export declare const deserializeAws_json1_1GetTablesCommand: (
1911
+ output: __HttpResponse,
1912
+ context: __SerdeContext
1913
+ ) => Promise<GetTablesCommandOutput>;
1914
+ export declare const deserializeAws_json1_1GetTableVersionCommand: (
1915
+ output: __HttpResponse,
1916
+ context: __SerdeContext
1917
+ ) => Promise<GetTableVersionCommandOutput>;
1918
+ export declare const deserializeAws_json1_1GetTableVersionsCommand: (
1919
+ output: __HttpResponse,
1920
+ context: __SerdeContext
1921
+ ) => Promise<GetTableVersionsCommandOutput>;
1922
+ export declare const deserializeAws_json1_1GetTagsCommand: (
1923
+ output: __HttpResponse,
1924
+ context: __SerdeContext
1925
+ ) => Promise<GetTagsCommandOutput>;
1926
+ export declare const deserializeAws_json1_1GetTriggerCommand: (
1927
+ output: __HttpResponse,
1928
+ context: __SerdeContext
1929
+ ) => Promise<GetTriggerCommandOutput>;
1930
+ export declare const deserializeAws_json1_1GetTriggersCommand: (
1931
+ output: __HttpResponse,
1932
+ context: __SerdeContext
1933
+ ) => Promise<GetTriggersCommandOutput>;
1934
+ export declare const deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (
1935
+ output: __HttpResponse,
1936
+ context: __SerdeContext
1937
+ ) => Promise<GetUnfilteredPartitionMetadataCommandOutput>;
1938
+ export declare const deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (
1939
+ output: __HttpResponse,
1940
+ context: __SerdeContext
1941
+ ) => Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
1942
+ export declare const deserializeAws_json1_1GetUnfilteredTableMetadataCommand: (
1943
+ output: __HttpResponse,
1944
+ context: __SerdeContext
1945
+ ) => Promise<GetUnfilteredTableMetadataCommandOutput>;
1946
+ export declare const deserializeAws_json1_1GetUserDefinedFunctionCommand: (
1947
+ output: __HttpResponse,
1948
+ context: __SerdeContext
1949
+ ) => Promise<GetUserDefinedFunctionCommandOutput>;
1950
+ export declare const deserializeAws_json1_1GetUserDefinedFunctionsCommand: (
1951
+ output: __HttpResponse,
1952
+ context: __SerdeContext
1953
+ ) => Promise<GetUserDefinedFunctionsCommandOutput>;
1954
+ export declare const deserializeAws_json1_1GetWorkflowCommand: (
1955
+ output: __HttpResponse,
1956
+ context: __SerdeContext
1957
+ ) => Promise<GetWorkflowCommandOutput>;
1958
+ export declare const deserializeAws_json1_1GetWorkflowRunCommand: (
1959
+ output: __HttpResponse,
1960
+ context: __SerdeContext
1961
+ ) => Promise<GetWorkflowRunCommandOutput>;
1962
+ export declare const deserializeAws_json1_1GetWorkflowRunPropertiesCommand: (
1963
+ output: __HttpResponse,
1964
+ context: __SerdeContext
1965
+ ) => Promise<GetWorkflowRunPropertiesCommandOutput>;
1966
+ export declare const deserializeAws_json1_1GetWorkflowRunsCommand: (
1967
+ output: __HttpResponse,
1968
+ context: __SerdeContext
1969
+ ) => Promise<GetWorkflowRunsCommandOutput>;
1970
+ export declare const deserializeAws_json1_1ImportCatalogToGlueCommand: (
1971
+ output: __HttpResponse,
1972
+ context: __SerdeContext
1973
+ ) => Promise<ImportCatalogToGlueCommandOutput>;
1974
+ export declare const deserializeAws_json1_1ListBlueprintsCommand: (
1975
+ output: __HttpResponse,
1976
+ context: __SerdeContext
1977
+ ) => Promise<ListBlueprintsCommandOutput>;
1978
+ export declare const deserializeAws_json1_1ListCrawlersCommand: (
1979
+ output: __HttpResponse,
1980
+ context: __SerdeContext
1981
+ ) => Promise<ListCrawlersCommandOutput>;
1982
+ export declare const deserializeAws_json1_1ListCrawlsCommand: (
1983
+ output: __HttpResponse,
1984
+ context: __SerdeContext
1985
+ ) => Promise<ListCrawlsCommandOutput>;
1986
+ export declare const deserializeAws_json1_1ListCustomEntityTypesCommand: (
1987
+ output: __HttpResponse,
1988
+ context: __SerdeContext
1989
+ ) => Promise<ListCustomEntityTypesCommandOutput>;
1990
+ export declare const deserializeAws_json1_1ListDevEndpointsCommand: (
1991
+ output: __HttpResponse,
1992
+ context: __SerdeContext
1993
+ ) => Promise<ListDevEndpointsCommandOutput>;
1994
+ export declare const deserializeAws_json1_1ListJobsCommand: (
1995
+ output: __HttpResponse,
1996
+ context: __SerdeContext
1997
+ ) => Promise<ListJobsCommandOutput>;
1998
+ export declare const deserializeAws_json1_1ListMLTransformsCommand: (
1999
+ output: __HttpResponse,
2000
+ context: __SerdeContext
2001
+ ) => Promise<ListMLTransformsCommandOutput>;
2002
+ export declare const deserializeAws_json1_1ListRegistriesCommand: (
2003
+ output: __HttpResponse,
2004
+ context: __SerdeContext
2005
+ ) => Promise<ListRegistriesCommandOutput>;
2006
+ export declare const deserializeAws_json1_1ListSchemasCommand: (
2007
+ output: __HttpResponse,
2008
+ context: __SerdeContext
2009
+ ) => Promise<ListSchemasCommandOutput>;
2010
+ export declare const deserializeAws_json1_1ListSchemaVersionsCommand: (
2011
+ output: __HttpResponse,
2012
+ context: __SerdeContext
2013
+ ) => Promise<ListSchemaVersionsCommandOutput>;
2014
+ export declare const deserializeAws_json1_1ListSessionsCommand: (
2015
+ output: __HttpResponse,
2016
+ context: __SerdeContext
2017
+ ) => Promise<ListSessionsCommandOutput>;
2018
+ export declare const deserializeAws_json1_1ListStatementsCommand: (
2019
+ output: __HttpResponse,
2020
+ context: __SerdeContext
2021
+ ) => Promise<ListStatementsCommandOutput>;
2022
+ export declare const deserializeAws_json1_1ListTriggersCommand: (
2023
+ output: __HttpResponse,
2024
+ context: __SerdeContext
2025
+ ) => Promise<ListTriggersCommandOutput>;
2026
+ export declare const deserializeAws_json1_1ListWorkflowsCommand: (
2027
+ output: __HttpResponse,
2028
+ context: __SerdeContext
2029
+ ) => Promise<ListWorkflowsCommandOutput>;
2030
+ export declare const deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (
2031
+ output: __HttpResponse,
2032
+ context: __SerdeContext
2033
+ ) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
2034
+ export declare const deserializeAws_json1_1PutResourcePolicyCommand: (
2035
+ output: __HttpResponse,
2036
+ context: __SerdeContext
2037
+ ) => Promise<PutResourcePolicyCommandOutput>;
2038
+ export declare const deserializeAws_json1_1PutSchemaVersionMetadataCommand: (
2039
+ output: __HttpResponse,
2040
+ context: __SerdeContext
2041
+ ) => Promise<PutSchemaVersionMetadataCommandOutput>;
2042
+ export declare const deserializeAws_json1_1PutWorkflowRunPropertiesCommand: (
2043
+ output: __HttpResponse,
2044
+ context: __SerdeContext
2045
+ ) => Promise<PutWorkflowRunPropertiesCommandOutput>;
2046
+ export declare const deserializeAws_json1_1QuerySchemaVersionMetadataCommand: (
2047
+ output: __HttpResponse,
2048
+ context: __SerdeContext
2049
+ ) => Promise<QuerySchemaVersionMetadataCommandOutput>;
2050
+ export declare const deserializeAws_json1_1RegisterSchemaVersionCommand: (
2051
+ output: __HttpResponse,
2052
+ context: __SerdeContext
2053
+ ) => Promise<RegisterSchemaVersionCommandOutput>;
2054
+ export declare const deserializeAws_json1_1RemoveSchemaVersionMetadataCommand: (
2055
+ output: __HttpResponse,
2056
+ context: __SerdeContext
2057
+ ) => Promise<RemoveSchemaVersionMetadataCommandOutput>;
2058
+ export declare const deserializeAws_json1_1ResetJobBookmarkCommand: (
2059
+ output: __HttpResponse,
2060
+ context: __SerdeContext
2061
+ ) => Promise<ResetJobBookmarkCommandOutput>;
2062
+ export declare const deserializeAws_json1_1ResumeWorkflowRunCommand: (
2063
+ output: __HttpResponse,
2064
+ context: __SerdeContext
2065
+ ) => Promise<ResumeWorkflowRunCommandOutput>;
2066
+ export declare const deserializeAws_json1_1RunStatementCommand: (
2067
+ output: __HttpResponse,
2068
+ context: __SerdeContext
2069
+ ) => Promise<RunStatementCommandOutput>;
2070
+ export declare const deserializeAws_json1_1SearchTablesCommand: (
2071
+ output: __HttpResponse,
2072
+ context: __SerdeContext
2073
+ ) => Promise<SearchTablesCommandOutput>;
2074
+ export declare const deserializeAws_json1_1StartBlueprintRunCommand: (
2075
+ output: __HttpResponse,
2076
+ context: __SerdeContext
2077
+ ) => Promise<StartBlueprintRunCommandOutput>;
2078
+ export declare const deserializeAws_json1_1StartCrawlerCommand: (
2079
+ output: __HttpResponse,
2080
+ context: __SerdeContext
2081
+ ) => Promise<StartCrawlerCommandOutput>;
2082
+ export declare const deserializeAws_json1_1StartCrawlerScheduleCommand: (
2083
+ output: __HttpResponse,
2084
+ context: __SerdeContext
2085
+ ) => Promise<StartCrawlerScheduleCommandOutput>;
2086
+ export declare const deserializeAws_json1_1StartExportLabelsTaskRunCommand: (
2087
+ output: __HttpResponse,
2088
+ context: __SerdeContext
2089
+ ) => Promise<StartExportLabelsTaskRunCommandOutput>;
2090
+ export declare const deserializeAws_json1_1StartImportLabelsTaskRunCommand: (
2091
+ output: __HttpResponse,
2092
+ context: __SerdeContext
2093
+ ) => Promise<StartImportLabelsTaskRunCommandOutput>;
2094
+ export declare const deserializeAws_json1_1StartJobRunCommand: (
2095
+ output: __HttpResponse,
2096
+ context: __SerdeContext
2097
+ ) => Promise<StartJobRunCommandOutput>;
2098
+ export declare const deserializeAws_json1_1StartMLEvaluationTaskRunCommand: (
2099
+ output: __HttpResponse,
2100
+ context: __SerdeContext
2101
+ ) => Promise<StartMLEvaluationTaskRunCommandOutput>;
2102
+ export declare const deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand: (
2103
+ output: __HttpResponse,
2104
+ context: __SerdeContext
2105
+ ) => Promise<StartMLLabelingSetGenerationTaskRunCommandOutput>;
2106
+ export declare const deserializeAws_json1_1StartTriggerCommand: (
2107
+ output: __HttpResponse,
2108
+ context: __SerdeContext
2109
+ ) => Promise<StartTriggerCommandOutput>;
2110
+ export declare const deserializeAws_json1_1StartWorkflowRunCommand: (
2111
+ output: __HttpResponse,
2112
+ context: __SerdeContext
2113
+ ) => Promise<StartWorkflowRunCommandOutput>;
2114
+ export declare const deserializeAws_json1_1StopCrawlerCommand: (
2115
+ output: __HttpResponse,
2116
+ context: __SerdeContext
2117
+ ) => Promise<StopCrawlerCommandOutput>;
2118
+ export declare const deserializeAws_json1_1StopCrawlerScheduleCommand: (
2119
+ output: __HttpResponse,
2120
+ context: __SerdeContext
2121
+ ) => Promise<StopCrawlerScheduleCommandOutput>;
2122
+ export declare const deserializeAws_json1_1StopSessionCommand: (
2123
+ output: __HttpResponse,
2124
+ context: __SerdeContext
2125
+ ) => Promise<StopSessionCommandOutput>;
2126
+ export declare const deserializeAws_json1_1StopTriggerCommand: (
2127
+ output: __HttpResponse,
2128
+ context: __SerdeContext
2129
+ ) => Promise<StopTriggerCommandOutput>;
2130
+ export declare const deserializeAws_json1_1StopWorkflowRunCommand: (
2131
+ output: __HttpResponse,
2132
+ context: __SerdeContext
2133
+ ) => Promise<StopWorkflowRunCommandOutput>;
2134
+ export declare const deserializeAws_json1_1TagResourceCommand: (
2135
+ output: __HttpResponse,
2136
+ context: __SerdeContext
2137
+ ) => Promise<TagResourceCommandOutput>;
2138
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
2139
+ output: __HttpResponse,
2140
+ context: __SerdeContext
2141
+ ) => Promise<UntagResourceCommandOutput>;
2142
+ export declare const deserializeAws_json1_1UpdateBlueprintCommand: (
2143
+ output: __HttpResponse,
2144
+ context: __SerdeContext
2145
+ ) => Promise<UpdateBlueprintCommandOutput>;
2146
+ export declare const deserializeAws_json1_1UpdateClassifierCommand: (
2147
+ output: __HttpResponse,
2148
+ context: __SerdeContext
2149
+ ) => Promise<UpdateClassifierCommandOutput>;
2150
+ export declare const deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand: (
2151
+ output: __HttpResponse,
2152
+ context: __SerdeContext
2153
+ ) => Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
2154
+ export declare const deserializeAws_json1_1UpdateColumnStatisticsForTableCommand: (
2155
+ output: __HttpResponse,
2156
+ context: __SerdeContext
2157
+ ) => Promise<UpdateColumnStatisticsForTableCommandOutput>;
2158
+ export declare const deserializeAws_json1_1UpdateConnectionCommand: (
2159
+ output: __HttpResponse,
2160
+ context: __SerdeContext
2161
+ ) => Promise<UpdateConnectionCommandOutput>;
2162
+ export declare const deserializeAws_json1_1UpdateCrawlerCommand: (
2163
+ output: __HttpResponse,
2164
+ context: __SerdeContext
2165
+ ) => Promise<UpdateCrawlerCommandOutput>;
2166
+ export declare const deserializeAws_json1_1UpdateCrawlerScheduleCommand: (
2167
+ output: __HttpResponse,
2168
+ context: __SerdeContext
2169
+ ) => Promise<UpdateCrawlerScheduleCommandOutput>;
2170
+ export declare const deserializeAws_json1_1UpdateDatabaseCommand: (
2171
+ output: __HttpResponse,
2172
+ context: __SerdeContext
2173
+ ) => Promise<UpdateDatabaseCommandOutput>;
2174
+ export declare const deserializeAws_json1_1UpdateDevEndpointCommand: (
2175
+ output: __HttpResponse,
2176
+ context: __SerdeContext
2177
+ ) => Promise<UpdateDevEndpointCommandOutput>;
2178
+ export declare const deserializeAws_json1_1UpdateJobCommand: (
2179
+ output: __HttpResponse,
2180
+ context: __SerdeContext
2181
+ ) => Promise<UpdateJobCommandOutput>;
2182
+ export declare const deserializeAws_json1_1UpdateMLTransformCommand: (
2183
+ output: __HttpResponse,
2184
+ context: __SerdeContext
2185
+ ) => Promise<UpdateMLTransformCommandOutput>;
2186
+ export declare const deserializeAws_json1_1UpdatePartitionCommand: (
2187
+ output: __HttpResponse,
2188
+ context: __SerdeContext
2189
+ ) => Promise<UpdatePartitionCommandOutput>;
2190
+ export declare const deserializeAws_json1_1UpdateRegistryCommand: (
2191
+ output: __HttpResponse,
2192
+ context: __SerdeContext
2193
+ ) => Promise<UpdateRegistryCommandOutput>;
2194
+ export declare const deserializeAws_json1_1UpdateSchemaCommand: (
2195
+ output: __HttpResponse,
2196
+ context: __SerdeContext
2197
+ ) => Promise<UpdateSchemaCommandOutput>;
2198
+ export declare const deserializeAws_json1_1UpdateTableCommand: (
2199
+ output: __HttpResponse,
2200
+ context: __SerdeContext
2201
+ ) => Promise<UpdateTableCommandOutput>;
2202
+ export declare const deserializeAws_json1_1UpdateTriggerCommand: (
2203
+ output: __HttpResponse,
2204
+ context: __SerdeContext
2205
+ ) => Promise<UpdateTriggerCommandOutput>;
2206
+ export declare const deserializeAws_json1_1UpdateUserDefinedFunctionCommand: (
2207
+ output: __HttpResponse,
2208
+ context: __SerdeContext
2209
+ ) => Promise<UpdateUserDefinedFunctionCommandOutput>;
2210
+ export declare const deserializeAws_json1_1UpdateWorkflowCommand: (
2211
+ output: __HttpResponse,
2212
+ context: __SerdeContext
2213
+ ) => Promise<UpdateWorkflowCommandOutput>;