@aws-sdk/client-glue 3.168.0 → 3.170.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 +3331 -922
  3. package/dist-types/ts3.4/GlueClient.d.ts +1233 -257
  4. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +35 -18
  14. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +35 -18
  30. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +37 -17
  76. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +34 -17
  77. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +38 -17
  78. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +34 -17
  79. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +38 -17
  80. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +34 -17
  83. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +37 -17
  87. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +33 -18
  88. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +35 -18
  91. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +37 -17
  93. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +34 -17
  96. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +34 -17
  97. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +38 -17
  98. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +37 -17
  99. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +34 -17
  100. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +34 -17
  101. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +38 -17
  102. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
  103. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +34 -17
  105. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +37 -17
  106. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -17
  110. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +34 -17
  111. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +34 -17
  112. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +37 -17
  113. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +37 -17
  114. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +34 -17
  115. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
  116. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +34 -17
  117. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +34 -17
  118. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +40 -16
  119. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +40 -16
  120. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +40 -16
  121. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -17
  124. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +37 -17
  125. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +37 -17
  127. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +38 -17
  128. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +37 -17
  129. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +34 -17
  130. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +34 -17
  131. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  134. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +37 -17
  135. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +37 -17
  136. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +38 -17
  137. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -17
  139. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +34 -17
  141. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
  142. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  144. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +41 -17
  145. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +41 -17
  146. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +39 -18
  147. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +41 -17
  148. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +41 -17
  149. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +37 -17
  150. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +38 -17
  151. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +34 -17
  152. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +34 -17
  153. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +38 -17
  154. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +34 -17
  155. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +41 -17
  156. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +41 -17
  157. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +41 -17
  158. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
  159. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +41 -17
  160. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +34 -17
  162. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +37 -17
  163. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +34 -17
  164. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +38 -17
  165. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +34 -17
  166. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +34 -17
  167. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +37 -17
  168. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  169. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  170. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +37 -17
  171. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +37 -17
  172. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +41 -17
  173. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +41 -17
  174. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
  175. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +37 -17
  176. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +41 -17
  177. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +37 -17
  178. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +38 -17
  179. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +34 -17
  180. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +38 -17
  181. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +37 -17
  182. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +37 -17
  183. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
  184. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +34 -17
  185. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +37 -17
  186. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +41 -17
  187. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +37 -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 +8 -6
  192. package/dist-types/ts3.4/models/index.d.ts +3 -3
  193. package/dist-types/ts3.4/models/models_0.d.ts +5488 -899
  194. package/dist-types/ts3.4/models/models_1.d.ts +3233 -2936
  195. package/dist-types/ts3.4/models/models_2.d.ts +2241 -174
  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 +66 -38
  234. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  235. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  236. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  237. package/package.json +34 -34
@@ -1,922 +1,3331 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput } from "./commands/BatchCreatePartitionCommand";
3
- import { BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput } from "./commands/BatchDeleteConnectionCommand";
4
- import { BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput } from "./commands/BatchDeletePartitionCommand";
5
- import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "./commands/BatchDeleteTableCommand";
6
- import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "./commands/BatchDeleteTableVersionCommand";
7
- import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
8
- import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
9
- import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
10
- import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
11
- import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
12
- import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
13
- import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "./commands/BatchGetTriggersCommand";
14
- import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "./commands/BatchGetWorkflowsCommand";
15
- import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
16
- import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
17
- import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "./commands/CancelMLTaskRunCommand";
18
- import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
19
- import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "./commands/CheckSchemaVersionValidityCommand";
20
- import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./commands/CreateBlueprintCommand";
21
- import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
22
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
23
- import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
24
- import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
25
- import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
26
- import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
27
- import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
28
- import { CreateMLTransformCommandInput, CreateMLTransformCommandOutput } from "./commands/CreateMLTransformCommand";
29
- import { CreatePartitionCommandInput, CreatePartitionCommandOutput } from "./commands/CreatePartitionCommand";
30
- import { CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput } from "./commands/CreatePartitionIndexCommand";
31
- import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "./commands/CreateRegistryCommand";
32
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
33
- import { CreateScriptCommandInput, CreateScriptCommandOutput } from "./commands/CreateScriptCommand";
34
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
35
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
36
- import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
37
- import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "./commands/CreateTriggerCommand";
38
- import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "./commands/CreateUserDefinedFunctionCommand";
39
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
40
- import { DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput } from "./commands/DeleteBlueprintCommand";
41
- import { DeleteClassifierCommandInput, DeleteClassifierCommandOutput } from "./commands/DeleteClassifierCommand";
42
- import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput } from "./commands/DeleteColumnStatisticsForPartitionCommand";
43
- import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "./commands/DeleteColumnStatisticsForTableCommand";
44
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
45
- import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
46
- import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
47
- import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
48
- import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
49
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
50
- import { DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput } from "./commands/DeleteMLTransformCommand";
51
- import { DeletePartitionCommandInput, DeletePartitionCommandOutput } from "./commands/DeletePartitionCommand";
52
- import { DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput } from "./commands/DeletePartitionIndexCommand";
53
- import { DeleteRegistryCommandInput, DeleteRegistryCommandOutput } from "./commands/DeleteRegistryCommand";
54
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
55
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
56
- import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "./commands/DeleteSchemaVersionsCommand";
57
- import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
58
- import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand";
59
- import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
60
- import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "./commands/DeleteTableVersionCommand";
61
- import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "./commands/DeleteTriggerCommand";
62
- import { DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput } from "./commands/DeleteUserDefinedFunctionCommand";
63
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
64
- import { GetBlueprintCommandInput, GetBlueprintCommandOutput } from "./commands/GetBlueprintCommand";
65
- import { GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput } from "./commands/GetBlueprintRunCommand";
66
- import { GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput } from "./commands/GetBlueprintRunsCommand";
67
- import { GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput } from "./commands/GetCatalogImportStatusCommand";
68
- import { GetClassifierCommandInput, GetClassifierCommandOutput } from "./commands/GetClassifierCommand";
69
- import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "./commands/GetClassifiersCommand";
70
- import { GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput } from "./commands/GetColumnStatisticsForPartitionCommand";
71
- import { GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput } from "./commands/GetColumnStatisticsForTableCommand";
72
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
73
- import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
74
- import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
75
- import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
76
- import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
77
- import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
78
- import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
79
- import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
80
- import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
81
- import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "./commands/GetDataflowGraphCommand";
82
- import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "./commands/GetDevEndpointCommand";
83
- import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "./commands/GetDevEndpointsCommand";
84
- import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "./commands/GetJobBookmarkCommand";
85
- import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
86
- import { GetJobRunCommandInput, GetJobRunCommandOutput } from "./commands/GetJobRunCommand";
87
- import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "./commands/GetJobRunsCommand";
88
- import { GetJobsCommandInput, GetJobsCommandOutput } from "./commands/GetJobsCommand";
89
- import { GetMappingCommandInput, GetMappingCommandOutput } from "./commands/GetMappingCommand";
90
- import { GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput } from "./commands/GetMLTaskRunCommand";
91
- import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "./commands/GetMLTaskRunsCommand";
92
- import { GetMLTransformCommandInput, GetMLTransformCommandOutput } from "./commands/GetMLTransformCommand";
93
- import { GetMLTransformsCommandInput, GetMLTransformsCommandOutput } from "./commands/GetMLTransformsCommand";
94
- import { GetPartitionCommandInput, GetPartitionCommandOutput } from "./commands/GetPartitionCommand";
95
- import { GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput } from "./commands/GetPartitionIndexesCommand";
96
- import { GetPartitionsCommandInput, GetPartitionsCommandOutput } from "./commands/GetPartitionsCommand";
97
- import { GetPlanCommandInput, GetPlanCommandOutput } from "./commands/GetPlanCommand";
98
- import { GetRegistryCommandInput, GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
99
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
100
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
101
- import { GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput } from "./commands/GetSchemaByDefinitionCommand";
102
- import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
103
- import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
104
- import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "./commands/GetSchemaVersionsDiffCommand";
105
- import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
106
- import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
107
- import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
108
- import { GetStatementCommandInput, GetStatementCommandOutput } from "./commands/GetStatementCommand";
109
- import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
110
- import { GetTablesCommandInput, GetTablesCommandOutput } from "./commands/GetTablesCommand";
111
- import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "./commands/GetTableVersionCommand";
112
- import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "./commands/GetTableVersionsCommand";
113
- import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
114
- import { GetTriggerCommandInput, GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
115
- import { GetTriggersCommandInput, GetTriggersCommandOutput } from "./commands/GetTriggersCommand";
116
- import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "./commands/GetUnfilteredPartitionMetadataCommand";
117
- import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "./commands/GetUnfilteredPartitionsMetadataCommand";
118
- import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "./commands/GetUnfilteredTableMetadataCommand";
119
- import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "./commands/GetUserDefinedFunctionCommand";
120
- import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "./commands/GetUserDefinedFunctionsCommand";
121
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
122
- import { GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput } from "./commands/GetWorkflowRunCommand";
123
- import { GetWorkflowRunPropertiesCommandInput, GetWorkflowRunPropertiesCommandOutput } from "./commands/GetWorkflowRunPropertiesCommand";
124
- import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./commands/GetWorkflowRunsCommand";
125
- import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
126
- import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
127
- import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
128
- import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "./commands/ListCrawlsCommand";
129
- import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
130
- import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
131
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
132
- import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
133
- import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
134
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
135
- import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
136
- import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
137
- import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
138
- import { ListTriggersCommandInput, ListTriggersCommandOutput } from "./commands/ListTriggersCommand";
139
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
140
- import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "./commands/PutDataCatalogEncryptionSettingsCommand";
141
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
142
- import { PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput } from "./commands/PutSchemaVersionMetadataCommand";
143
- import { PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput } from "./commands/PutWorkflowRunPropertiesCommand";
144
- import { QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput } from "./commands/QuerySchemaVersionMetadataCommand";
145
- import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput } from "./commands/RegisterSchemaVersionCommand";
146
- import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "./commands/RemoveSchemaVersionMetadataCommand";
147
- import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "./commands/ResetJobBookmarkCommand";
148
- import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "./commands/ResumeWorkflowRunCommand";
149
- import { RunStatementCommandInput, RunStatementCommandOutput } from "./commands/RunStatementCommand";
150
- import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
151
- import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
152
- import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
153
- import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "./commands/StartCrawlerScheduleCommand";
154
- import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "./commands/StartExportLabelsTaskRunCommand";
155
- import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "./commands/StartImportLabelsTaskRunCommand";
156
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
157
- import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput } from "./commands/StartMLEvaluationTaskRunCommand";
158
- import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
159
- import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/StartTriggerCommand";
160
- import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "./commands/StartWorkflowRunCommand";
161
- import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
162
- import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
163
- import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
164
- import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
165
- import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
166
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
167
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
168
- import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "./commands/UpdateBlueprintCommand";
169
- import { UpdateClassifierCommandInput, UpdateClassifierCommandOutput } from "./commands/UpdateClassifierCommand";
170
- import { UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput } from "./commands/UpdateColumnStatisticsForPartitionCommand";
171
- import { UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput } from "./commands/UpdateColumnStatisticsForTableCommand";
172
- import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
173
- import { UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput } from "./commands/UpdateCrawlerCommand";
174
- import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput } from "./commands/UpdateCrawlerScheduleCommand";
175
- import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "./commands/UpdateDatabaseCommand";
176
- import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "./commands/UpdateDevEndpointCommand";
177
- import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
178
- import { UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput } from "./commands/UpdateMLTransformCommand";
179
- import { UpdatePartitionCommandInput, UpdatePartitionCommandOutput } from "./commands/UpdatePartitionCommand";
180
- import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "./commands/UpdateRegistryCommand";
181
- import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
182
- import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
183
- import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
184
- import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
185
- import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
186
- import { GlueClient } from "./GlueClient";
187
-
188
- export declare class Glue extends GlueClient {
189
-
190
- batchCreatePartition(args: BatchCreatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreatePartitionCommandOutput>;
191
- batchCreatePartition(args: BatchCreatePartitionCommandInput, cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void): void;
192
- batchCreatePartition(args: BatchCreatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void): void;
193
-
194
- batchDeleteConnection(args: BatchDeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteConnectionCommandOutput>;
195
- batchDeleteConnection(args: BatchDeleteConnectionCommandInput, cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void): void;
196
- batchDeleteConnection(args: BatchDeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void): void;
197
-
198
- batchDeletePartition(args: BatchDeletePartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeletePartitionCommandOutput>;
199
- batchDeletePartition(args: BatchDeletePartitionCommandInput, cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void): void;
200
- batchDeletePartition(args: BatchDeletePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void): void;
201
-
202
- batchDeleteTable(args: BatchDeleteTableCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteTableCommandOutput>;
203
- batchDeleteTable(args: BatchDeleteTableCommandInput, cb: (err: any, data?: BatchDeleteTableCommandOutput) => void): void;
204
- batchDeleteTable(args: BatchDeleteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteTableCommandOutput) => void): void;
205
-
206
- batchDeleteTableVersion(args: BatchDeleteTableVersionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteTableVersionCommandOutput>;
207
- batchDeleteTableVersion(args: BatchDeleteTableVersionCommandInput, cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void): void;
208
- batchDeleteTableVersion(args: BatchDeleteTableVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void): void;
209
-
210
- batchGetBlueprints(args: BatchGetBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetBlueprintsCommandOutput>;
211
- batchGetBlueprints(args: BatchGetBlueprintsCommandInput, cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void): void;
212
- batchGetBlueprints(args: BatchGetBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void): void;
213
-
214
- batchGetCrawlers(args: BatchGetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCrawlersCommandOutput>;
215
- batchGetCrawlers(args: BatchGetCrawlersCommandInput, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
216
- batchGetCrawlers(args: BatchGetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
217
-
218
- batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomEntityTypesCommandOutput>;
219
- batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
220
- batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
221
-
222
- batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDevEndpointsCommandOutput>;
223
- batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void): void;
224
- batchGetDevEndpoints(args: BatchGetDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void): void;
225
-
226
- batchGetJobs(args: BatchGetJobsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetJobsCommandOutput>;
227
- batchGetJobs(args: BatchGetJobsCommandInput, cb: (err: any, data?: BatchGetJobsCommandOutput) => void): void;
228
- batchGetJobs(args: BatchGetJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetJobsCommandOutput) => void): void;
229
-
230
- batchGetPartition(args: BatchGetPartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetPartitionCommandOutput>;
231
- batchGetPartition(args: BatchGetPartitionCommandInput, cb: (err: any, data?: BatchGetPartitionCommandOutput) => void): void;
232
- batchGetPartition(args: BatchGetPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetPartitionCommandOutput) => void): void;
233
-
234
- batchGetTriggers(args: BatchGetTriggersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetTriggersCommandOutput>;
235
- batchGetTriggers(args: BatchGetTriggersCommandInput, cb: (err: any, data?: BatchGetTriggersCommandOutput) => void): void;
236
- batchGetTriggers(args: BatchGetTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetTriggersCommandOutput) => void): void;
237
-
238
- batchGetWorkflows(args: BatchGetWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetWorkflowsCommandOutput>;
239
- batchGetWorkflows(args: BatchGetWorkflowsCommandInput, cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void): void;
240
- batchGetWorkflows(args: BatchGetWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void): void;
241
-
242
- batchStopJobRun(args: BatchStopJobRunCommandInput, options?: __HttpHandlerOptions): Promise<BatchStopJobRunCommandOutput>;
243
- batchStopJobRun(args: BatchStopJobRunCommandInput, cb: (err: any, data?: BatchStopJobRunCommandOutput) => void): void;
244
- batchStopJobRun(args: BatchStopJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStopJobRunCommandOutput) => void): void;
245
-
246
- batchUpdatePartition(args: BatchUpdatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdatePartitionCommandOutput>;
247
- batchUpdatePartition(args: BatchUpdatePartitionCommandInput, cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void): void;
248
- batchUpdatePartition(args: BatchUpdatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void): void;
249
-
250
- cancelMLTaskRun(args: CancelMLTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelMLTaskRunCommandOutput>;
251
- cancelMLTaskRun(args: CancelMLTaskRunCommandInput, cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void): void;
252
- cancelMLTaskRun(args: CancelMLTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void): void;
253
-
254
- cancelStatement(args: CancelStatementCommandInput, options?: __HttpHandlerOptions): Promise<CancelStatementCommandOutput>;
255
- cancelStatement(args: CancelStatementCommandInput, cb: (err: any, data?: CancelStatementCommandOutput) => void): void;
256
- cancelStatement(args: CancelStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelStatementCommandOutput) => void): void;
257
-
258
- checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, options?: __HttpHandlerOptions): Promise<CheckSchemaVersionValidityCommandOutput>;
259
- checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void): void;
260
- checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void): void;
261
-
262
- createBlueprint(args: CreateBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<CreateBlueprintCommandOutput>;
263
- createBlueprint(args: CreateBlueprintCommandInput, cb: (err: any, data?: CreateBlueprintCommandOutput) => void): void;
264
- createBlueprint(args: CreateBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBlueprintCommandOutput) => void): void;
265
-
266
- createClassifier(args: CreateClassifierCommandInput, options?: __HttpHandlerOptions): Promise<CreateClassifierCommandOutput>;
267
- createClassifier(args: CreateClassifierCommandInput, cb: (err: any, data?: CreateClassifierCommandOutput) => void): void;
268
- createClassifier(args: CreateClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClassifierCommandOutput) => void): void;
269
-
270
- createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
271
- createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
272
- createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
273
-
274
- createCrawler(args: CreateCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCrawlerCommandOutput>;
275
- createCrawler(args: CreateCrawlerCommandInput, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
276
- createCrawler(args: CreateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
277
-
278
- createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomEntityTypeCommandOutput>;
279
- createCustomEntityType(args: CreateCustomEntityTypeCommandInput, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
280
- createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
281
-
282
- createDatabase(args: CreateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatabaseCommandOutput>;
283
- createDatabase(args: CreateDatabaseCommandInput, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
284
- createDatabase(args: CreateDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
285
-
286
- createDevEndpoint(args: CreateDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDevEndpointCommandOutput>;
287
- createDevEndpoint(args: CreateDevEndpointCommandInput, cb: (err: any, data?: CreateDevEndpointCommandOutput) => void): void;
288
- createDevEndpoint(args: CreateDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDevEndpointCommandOutput) => void): void;
289
-
290
- createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
291
- createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
292
- createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
293
-
294
- createMLTransform(args: CreateMLTransformCommandInput, options?: __HttpHandlerOptions): Promise<CreateMLTransformCommandOutput>;
295
- createMLTransform(args: CreateMLTransformCommandInput, cb: (err: any, data?: CreateMLTransformCommandOutput) => void): void;
296
- createMLTransform(args: CreateMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMLTransformCommandOutput) => void): void;
297
-
298
- createPartition(args: CreatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartitionCommandOutput>;
299
- createPartition(args: CreatePartitionCommandInput, cb: (err: any, data?: CreatePartitionCommandOutput) => void): void;
300
- createPartition(args: CreatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartitionCommandOutput) => void): void;
301
-
302
- createPartitionIndex(args: CreatePartitionIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartitionIndexCommandOutput>;
303
- createPartitionIndex(args: CreatePartitionIndexCommandInput, cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void): void;
304
- createPartitionIndex(args: CreatePartitionIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void): void;
305
-
306
- createRegistry(args: CreateRegistryCommandInput, options?: __HttpHandlerOptions): Promise<CreateRegistryCommandOutput>;
307
- createRegistry(args: CreateRegistryCommandInput, cb: (err: any, data?: CreateRegistryCommandOutput) => void): void;
308
- createRegistry(args: CreateRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRegistryCommandOutput) => void): void;
309
-
310
- createSchema(args: CreateSchemaCommandInput, options?: __HttpHandlerOptions): Promise<CreateSchemaCommandOutput>;
311
- createSchema(args: CreateSchemaCommandInput, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
312
- createSchema(args: CreateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
313
-
314
- createScript(args: CreateScriptCommandInput, options?: __HttpHandlerOptions): Promise<CreateScriptCommandOutput>;
315
- createScript(args: CreateScriptCommandInput, cb: (err: any, data?: CreateScriptCommandOutput) => void): void;
316
- createScript(args: CreateScriptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateScriptCommandOutput) => void): void;
317
-
318
- createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSecurityConfigurationCommandOutput>;
319
- createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void): void;
320
- createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void): void;
321
-
322
- createSession(args: CreateSessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSessionCommandOutput>;
323
- createSession(args: CreateSessionCommandInput, cb: (err: any, data?: CreateSessionCommandOutput) => void): void;
324
- createSession(args: CreateSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSessionCommandOutput) => void): void;
325
-
326
- createTable(args: CreateTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateTableCommandOutput>;
327
- createTable(args: CreateTableCommandInput, cb: (err: any, data?: CreateTableCommandOutput) => void): void;
328
- createTable(args: CreateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTableCommandOutput) => void): void;
329
-
330
- createTrigger(args: CreateTriggerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTriggerCommandOutput>;
331
- createTrigger(args: CreateTriggerCommandInput, cb: (err: any, data?: CreateTriggerCommandOutput) => void): void;
332
- createTrigger(args: CreateTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTriggerCommandOutput) => void): void;
333
-
334
- createUserDefinedFunction(args: CreateUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserDefinedFunctionCommandOutput>;
335
- createUserDefinedFunction(args: CreateUserDefinedFunctionCommandInput, cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void): void;
336
- createUserDefinedFunction(args: CreateUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void): void;
337
-
338
- createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
339
- createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
340
- createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
341
-
342
- deleteBlueprint(args: DeleteBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBlueprintCommandOutput>;
343
- deleteBlueprint(args: DeleteBlueprintCommandInput, cb: (err: any, data?: DeleteBlueprintCommandOutput) => void): void;
344
- deleteBlueprint(args: DeleteBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBlueprintCommandOutput) => void): void;
345
-
346
- deleteClassifier(args: DeleteClassifierCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClassifierCommandOutput>;
347
- deleteClassifier(args: DeleteClassifierCommandInput, cb: (err: any, data?: DeleteClassifierCommandOutput) => void): void;
348
- deleteClassifier(args: DeleteClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClassifierCommandOutput) => void): void;
349
-
350
- deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
351
- deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: DeleteColumnStatisticsForPartitionCommandOutput) => void): void;
352
- deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteColumnStatisticsForPartitionCommandOutput) => void): void;
353
-
354
- deleteColumnStatisticsForTable(args: DeleteColumnStatisticsForTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteColumnStatisticsForTableCommandOutput>;
355
- deleteColumnStatisticsForTable(args: DeleteColumnStatisticsForTableCommandInput, cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void): void;
356
- deleteColumnStatisticsForTable(args: DeleteColumnStatisticsForTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void): void;
357
-
358
- deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
359
- deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
360
- deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
361
-
362
- deleteCrawler(args: DeleteCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCrawlerCommandOutput>;
363
- deleteCrawler(args: DeleteCrawlerCommandInput, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
364
- deleteCrawler(args: DeleteCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
365
-
366
- deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomEntityTypeCommandOutput>;
367
- deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
368
- deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
369
-
370
- deleteDatabase(args: DeleteDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatabaseCommandOutput>;
371
- deleteDatabase(args: DeleteDatabaseCommandInput, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
372
- deleteDatabase(args: DeleteDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
373
-
374
- deleteDevEndpoint(args: DeleteDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDevEndpointCommandOutput>;
375
- deleteDevEndpoint(args: DeleteDevEndpointCommandInput, cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void): void;
376
- deleteDevEndpoint(args: DeleteDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void): void;
377
-
378
- deleteJob(args: DeleteJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobCommandOutput>;
379
- deleteJob(args: DeleteJobCommandInput, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
380
- deleteJob(args: DeleteJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
381
-
382
- deleteMLTransform(args: DeleteMLTransformCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMLTransformCommandOutput>;
383
- deleteMLTransform(args: DeleteMLTransformCommandInput, cb: (err: any, data?: DeleteMLTransformCommandOutput) => void): void;
384
- deleteMLTransform(args: DeleteMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMLTransformCommandOutput) => void): void;
385
-
386
- deletePartition(args: DeletePartitionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartitionCommandOutput>;
387
- deletePartition(args: DeletePartitionCommandInput, cb: (err: any, data?: DeletePartitionCommandOutput) => void): void;
388
- deletePartition(args: DeletePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartitionCommandOutput) => void): void;
389
-
390
- deletePartitionIndex(args: DeletePartitionIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartitionIndexCommandOutput>;
391
- deletePartitionIndex(args: DeletePartitionIndexCommandInput, cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void): void;
392
- deletePartitionIndex(args: DeletePartitionIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void): void;
393
-
394
- deleteRegistry(args: DeleteRegistryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRegistryCommandOutput>;
395
- deleteRegistry(args: DeleteRegistryCommandInput, cb: (err: any, data?: DeleteRegistryCommandOutput) => void): void;
396
- deleteRegistry(args: DeleteRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegistryCommandOutput) => void): void;
397
-
398
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
399
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
400
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
401
-
402
- deleteSchema(args: DeleteSchemaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSchemaCommandOutput>;
403
- deleteSchema(args: DeleteSchemaCommandInput, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
404
- deleteSchema(args: DeleteSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
405
-
406
- deleteSchemaVersions(args: DeleteSchemaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSchemaVersionsCommandOutput>;
407
- deleteSchemaVersions(args: DeleteSchemaVersionsCommandInput, cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void): void;
408
- deleteSchemaVersions(args: DeleteSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void): void;
409
-
410
- deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecurityConfigurationCommandOutput>;
411
- deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
412
- deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
413
-
414
- deleteSession(args: DeleteSessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSessionCommandOutput>;
415
- deleteSession(args: DeleteSessionCommandInput, cb: (err: any, data?: DeleteSessionCommandOutput) => void): void;
416
- deleteSession(args: DeleteSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSessionCommandOutput) => void): void;
417
-
418
- deleteTable(args: DeleteTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTableCommandOutput>;
419
- deleteTable(args: DeleteTableCommandInput, cb: (err: any, data?: DeleteTableCommandOutput) => void): void;
420
- deleteTable(args: DeleteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableCommandOutput) => void): void;
421
-
422
- deleteTableVersion(args: DeleteTableVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTableVersionCommandOutput>;
423
- deleteTableVersion(args: DeleteTableVersionCommandInput, cb: (err: any, data?: DeleteTableVersionCommandOutput) => void): void;
424
- deleteTableVersion(args: DeleteTableVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableVersionCommandOutput) => void): void;
425
-
426
- deleteTrigger(args: DeleteTriggerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTriggerCommandOutput>;
427
- deleteTrigger(args: DeleteTriggerCommandInput, cb: (err: any, data?: DeleteTriggerCommandOutput) => void): void;
428
- deleteTrigger(args: DeleteTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTriggerCommandOutput) => void): void;
429
-
430
- deleteUserDefinedFunction(args: DeleteUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserDefinedFunctionCommandOutput>;
431
- deleteUserDefinedFunction(args: DeleteUserDefinedFunctionCommandInput, cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void): void;
432
- deleteUserDefinedFunction(args: DeleteUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void): void;
433
-
434
- deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
435
- deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
436
- deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
437
-
438
- getBlueprint(args: GetBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintCommandOutput>;
439
- getBlueprint(args: GetBlueprintCommandInput, cb: (err: any, data?: GetBlueprintCommandOutput) => void): void;
440
- getBlueprint(args: GetBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintCommandOutput) => void): void;
441
-
442
- getBlueprintRun(args: GetBlueprintRunCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintRunCommandOutput>;
443
- getBlueprintRun(args: GetBlueprintRunCommandInput, cb: (err: any, data?: GetBlueprintRunCommandOutput) => void): void;
444
- getBlueprintRun(args: GetBlueprintRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintRunCommandOutput) => void): void;
445
-
446
- getBlueprintRuns(args: GetBlueprintRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintRunsCommandOutput>;
447
- getBlueprintRuns(args: GetBlueprintRunsCommandInput, cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void): void;
448
- getBlueprintRuns(args: GetBlueprintRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void): void;
449
-
450
- getCatalogImportStatus(args: GetCatalogImportStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetCatalogImportStatusCommandOutput>;
451
- getCatalogImportStatus(args: GetCatalogImportStatusCommandInput, cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void): void;
452
- getCatalogImportStatus(args: GetCatalogImportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void): void;
453
-
454
- getClassifier(args: GetClassifierCommandInput, options?: __HttpHandlerOptions): Promise<GetClassifierCommandOutput>;
455
- getClassifier(args: GetClassifierCommandInput, cb: (err: any, data?: GetClassifierCommandOutput) => void): void;
456
- getClassifier(args: GetClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassifierCommandOutput) => void): void;
457
-
458
- getClassifiers(args: GetClassifiersCommandInput, options?: __HttpHandlerOptions): Promise<GetClassifiersCommandOutput>;
459
- getClassifiers(args: GetClassifiersCommandInput, cb: (err: any, data?: GetClassifiersCommandOutput) => void): void;
460
- getClassifiers(args: GetClassifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassifiersCommandOutput) => void): void;
461
-
462
- getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, options?: __HttpHandlerOptions): Promise<GetColumnStatisticsForPartitionCommandOutput>;
463
- getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void): void;
464
- getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void): void;
465
-
466
- getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, options?: __HttpHandlerOptions): Promise<GetColumnStatisticsForTableCommandOutput>;
467
- getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void): void;
468
- getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void): void;
469
-
470
- getConnection(args: GetConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionCommandOutput>;
471
- getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
472
- getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
473
-
474
- getConnections(args: GetConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionsCommandOutput>;
475
- getConnections(args: GetConnectionsCommandInput, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
476
- getConnections(args: GetConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
477
-
478
- getCrawler(args: GetCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlerCommandOutput>;
479
- getCrawler(args: GetCrawlerCommandInput, cb: (err: any, data?: GetCrawlerCommandOutput) => void): void;
480
- getCrawler(args: GetCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlerCommandOutput) => void): void;
481
-
482
- getCrawlerMetrics(args: GetCrawlerMetricsCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlerMetricsCommandOutput>;
483
- getCrawlerMetrics(args: GetCrawlerMetricsCommandInput, cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void): void;
484
- getCrawlerMetrics(args: GetCrawlerMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void): void;
485
-
486
- getCrawlers(args: GetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlersCommandOutput>;
487
- getCrawlers(args: GetCrawlersCommandInput, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
488
- getCrawlers(args: GetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
489
-
490
- getCustomEntityType(args: GetCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEntityTypeCommandOutput>;
491
- getCustomEntityType(args: GetCustomEntityTypeCommandInput, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
492
- getCustomEntityType(args: GetCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
493
-
494
- getDatabase(args: GetDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<GetDatabaseCommandOutput>;
495
- getDatabase(args: GetDatabaseCommandInput, cb: (err: any, data?: GetDatabaseCommandOutput) => void): void;
496
- getDatabase(args: GetDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatabaseCommandOutput) => void): void;
497
-
498
- getDatabases(args: GetDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<GetDatabasesCommandOutput>;
499
- getDatabases(args: GetDatabasesCommandInput, cb: (err: any, data?: GetDatabasesCommandOutput) => void): void;
500
- getDatabases(args: GetDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDatabasesCommandOutput) => void): void;
501
-
502
- getDataCatalogEncryptionSettings(args: GetDataCatalogEncryptionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
503
- getDataCatalogEncryptionSettings(args: GetDataCatalogEncryptionSettingsCommandInput, cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void): void;
504
- getDataCatalogEncryptionSettings(args: GetDataCatalogEncryptionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void): void;
505
-
506
- getDataflowGraph(args: GetDataflowGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetDataflowGraphCommandOutput>;
507
- getDataflowGraph(args: GetDataflowGraphCommandInput, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
508
- getDataflowGraph(args: GetDataflowGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
509
-
510
- getDevEndpoint(args: GetDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetDevEndpointCommandOutput>;
511
- getDevEndpoint(args: GetDevEndpointCommandInput, cb: (err: any, data?: GetDevEndpointCommandOutput) => void): void;
512
- getDevEndpoint(args: GetDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevEndpointCommandOutput) => void): void;
513
-
514
- getDevEndpoints(args: GetDevEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<GetDevEndpointsCommandOutput>;
515
- getDevEndpoints(args: GetDevEndpointsCommandInput, cb: (err: any, data?: GetDevEndpointsCommandOutput) => void): void;
516
- getDevEndpoints(args: GetDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevEndpointsCommandOutput) => void): void;
517
-
518
- getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
519
- getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
520
- getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
521
-
522
- getJobBookmark(args: GetJobBookmarkCommandInput, options?: __HttpHandlerOptions): Promise<GetJobBookmarkCommandOutput>;
523
- getJobBookmark(args: GetJobBookmarkCommandInput, cb: (err: any, data?: GetJobBookmarkCommandOutput) => void): void;
524
- getJobBookmark(args: GetJobBookmarkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobBookmarkCommandOutput) => void): void;
525
-
526
- getJobRun(args: GetJobRunCommandInput, options?: __HttpHandlerOptions): Promise<GetJobRunCommandOutput>;
527
- getJobRun(args: GetJobRunCommandInput, cb: (err: any, data?: GetJobRunCommandOutput) => void): void;
528
- getJobRun(args: GetJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobRunCommandOutput) => void): void;
529
-
530
- getJobRuns(args: GetJobRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobRunsCommandOutput>;
531
- getJobRuns(args: GetJobRunsCommandInput, cb: (err: any, data?: GetJobRunsCommandOutput) => void): void;
532
- getJobRuns(args: GetJobRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobRunsCommandOutput) => void): void;
533
-
534
- getJobs(args: GetJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobsCommandOutput>;
535
- getJobs(args: GetJobsCommandInput, cb: (err: any, data?: GetJobsCommandOutput) => void): void;
536
- getJobs(args: GetJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobsCommandOutput) => void): void;
537
-
538
- getMapping(args: GetMappingCommandInput, options?: __HttpHandlerOptions): Promise<GetMappingCommandOutput>;
539
- getMapping(args: GetMappingCommandInput, cb: (err: any, data?: GetMappingCommandOutput) => void): void;
540
- getMapping(args: GetMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMappingCommandOutput) => void): void;
541
-
542
- getMLTaskRun(args: GetMLTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<GetMLTaskRunCommandOutput>;
543
- getMLTaskRun(args: GetMLTaskRunCommandInput, cb: (err: any, data?: GetMLTaskRunCommandOutput) => void): void;
544
- getMLTaskRun(args: GetMLTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTaskRunCommandOutput) => void): void;
545
-
546
- getMLTaskRuns(args: GetMLTaskRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetMLTaskRunsCommandOutput>;
547
- getMLTaskRuns(args: GetMLTaskRunsCommandInput, cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void): void;
548
- getMLTaskRuns(args: GetMLTaskRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void): void;
549
-
550
- getMLTransform(args: GetMLTransformCommandInput, options?: __HttpHandlerOptions): Promise<GetMLTransformCommandOutput>;
551
- getMLTransform(args: GetMLTransformCommandInput, cb: (err: any, data?: GetMLTransformCommandOutput) => void): void;
552
- getMLTransform(args: GetMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTransformCommandOutput) => void): void;
553
-
554
- getMLTransforms(args: GetMLTransformsCommandInput, options?: __HttpHandlerOptions): Promise<GetMLTransformsCommandOutput>;
555
- getMLTransforms(args: GetMLTransformsCommandInput, cb: (err: any, data?: GetMLTransformsCommandOutput) => void): void;
556
- getMLTransforms(args: GetMLTransformsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLTransformsCommandOutput) => void): void;
557
-
558
- getPartition(args: GetPartitionCommandInput, options?: __HttpHandlerOptions): Promise<GetPartitionCommandOutput>;
559
- getPartition(args: GetPartitionCommandInput, cb: (err: any, data?: GetPartitionCommandOutput) => void): void;
560
- getPartition(args: GetPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartitionCommandOutput) => void): void;
561
-
562
- getPartitionIndexes(args: GetPartitionIndexesCommandInput, options?: __HttpHandlerOptions): Promise<GetPartitionIndexesCommandOutput>;
563
- getPartitionIndexes(args: GetPartitionIndexesCommandInput, cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void): void;
564
- getPartitionIndexes(args: GetPartitionIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void): void;
565
-
566
- getPartitions(args: GetPartitionsCommandInput, options?: __HttpHandlerOptions): Promise<GetPartitionsCommandOutput>;
567
- getPartitions(args: GetPartitionsCommandInput, cb: (err: any, data?: GetPartitionsCommandOutput) => void): void;
568
- getPartitions(args: GetPartitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPartitionsCommandOutput) => void): void;
569
-
570
- getPlan(args: GetPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetPlanCommandOutput>;
571
- getPlan(args: GetPlanCommandInput, cb: (err: any, data?: GetPlanCommandOutput) => void): void;
572
- getPlan(args: GetPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlanCommandOutput) => void): void;
573
-
574
- getRegistry(args: GetRegistryCommandInput, options?: __HttpHandlerOptions): Promise<GetRegistryCommandOutput>;
575
- getRegistry(args: GetRegistryCommandInput, cb: (err: any, data?: GetRegistryCommandOutput) => void): void;
576
- getRegistry(args: GetRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegistryCommandOutput) => void): void;
577
-
578
- getResourcePolicies(args: GetResourcePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePoliciesCommandOutput>;
579
- getResourcePolicies(args: GetResourcePoliciesCommandInput, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
580
- getResourcePolicies(args: GetResourcePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
581
-
582
- getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
583
- getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
584
- getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
585
-
586
- getSchema(args: GetSchemaCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaCommandOutput>;
587
- getSchema(args: GetSchemaCommandInput, cb: (err: any, data?: GetSchemaCommandOutput) => void): void;
588
- getSchema(args: GetSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaCommandOutput) => void): void;
589
-
590
- getSchemaByDefinition(args: GetSchemaByDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaByDefinitionCommandOutput>;
591
- getSchemaByDefinition(args: GetSchemaByDefinitionCommandInput, cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void): void;
592
- getSchemaByDefinition(args: GetSchemaByDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void): void;
593
-
594
- getSchemaVersion(args: GetSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaVersionCommandOutput>;
595
- getSchemaVersion(args: GetSchemaVersionCommandInput, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
596
- getSchemaVersion(args: GetSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
597
-
598
- getSchemaVersionsDiff(args: GetSchemaVersionsDiffCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaVersionsDiffCommandOutput>;
599
- getSchemaVersionsDiff(args: GetSchemaVersionsDiffCommandInput, cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void): void;
600
- getSchemaVersionsDiff(args: GetSchemaVersionsDiffCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void): void;
601
-
602
- getSecurityConfiguration(args: GetSecurityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetSecurityConfigurationCommandOutput>;
603
- getSecurityConfiguration(args: GetSecurityConfigurationCommandInput, cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void): void;
604
- getSecurityConfiguration(args: GetSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void): void;
605
-
606
- getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<GetSecurityConfigurationsCommandOutput>;
607
- getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void): void;
608
- getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void): void;
609
-
610
- getSession(args: GetSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionCommandOutput>;
611
- getSession(args: GetSessionCommandInput, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
612
- getSession(args: GetSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
613
-
614
- getStatement(args: GetStatementCommandInput, options?: __HttpHandlerOptions): Promise<GetStatementCommandOutput>;
615
- getStatement(args: GetStatementCommandInput, cb: (err: any, data?: GetStatementCommandOutput) => void): void;
616
- getStatement(args: GetStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStatementCommandOutput) => void): void;
617
-
618
- getTable(args: GetTableCommandInput, options?: __HttpHandlerOptions): Promise<GetTableCommandOutput>;
619
- getTable(args: GetTableCommandInput, cb: (err: any, data?: GetTableCommandOutput) => void): void;
620
- getTable(args: GetTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableCommandOutput) => void): void;
621
-
622
- getTables(args: GetTablesCommandInput, options?: __HttpHandlerOptions): Promise<GetTablesCommandOutput>;
623
- getTables(args: GetTablesCommandInput, cb: (err: any, data?: GetTablesCommandOutput) => void): void;
624
- getTables(args: GetTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTablesCommandOutput) => void): void;
625
-
626
- getTableVersion(args: GetTableVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetTableVersionCommandOutput>;
627
- getTableVersion(args: GetTableVersionCommandInput, cb: (err: any, data?: GetTableVersionCommandOutput) => void): void;
628
- getTableVersion(args: GetTableVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableVersionCommandOutput) => void): void;
629
-
630
- getTableVersions(args: GetTableVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetTableVersionsCommandOutput>;
631
- getTableVersions(args: GetTableVersionsCommandInput, cb: (err: any, data?: GetTableVersionsCommandOutput) => void): void;
632
- getTableVersions(args: GetTableVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableVersionsCommandOutput) => void): void;
633
-
634
- getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
635
- getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
636
- getTags(args: GetTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
637
-
638
- getTrigger(args: GetTriggerCommandInput, options?: __HttpHandlerOptions): Promise<GetTriggerCommandOutput>;
639
- getTrigger(args: GetTriggerCommandInput, cb: (err: any, data?: GetTriggerCommandOutput) => void): void;
640
- getTrigger(args: GetTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTriggerCommandOutput) => void): void;
641
-
642
- getTriggers(args: GetTriggersCommandInput, options?: __HttpHandlerOptions): Promise<GetTriggersCommandOutput>;
643
- getTriggers(args: GetTriggersCommandInput, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
644
- getTriggers(args: GetTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTriggersCommandOutput) => void): void;
645
- getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredPartitionMetadataCommandOutput>;
646
- getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
647
- getUnfilteredPartitionMetadata(args: GetUnfilteredPartitionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void): void;
648
- getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
649
- getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
650
- getUnfilteredPartitionsMetadata(args: GetUnfilteredPartitionsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void): void;
651
- getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetUnfilteredTableMetadataCommandOutput>;
652
- getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
653
- getUnfilteredTableMetadata(args: GetUnfilteredTableMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void): void;
654
-
655
- getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<GetUserDefinedFunctionCommandOutput>;
656
- getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void): void;
657
- getUserDefinedFunction(args: GetUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void): void;
658
-
659
- getUserDefinedFunctions(args: GetUserDefinedFunctionsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserDefinedFunctionsCommandOutput>;
660
- getUserDefinedFunctions(args: GetUserDefinedFunctionsCommandInput, cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void): void;
661
- getUserDefinedFunctions(args: GetUserDefinedFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void): void;
662
-
663
- getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
664
- getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
665
- getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
666
-
667
- getWorkflowRun(args: GetWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowRunCommandOutput>;
668
- getWorkflowRun(args: GetWorkflowRunCommandInput, cb: (err: any, data?: GetWorkflowRunCommandOutput) => void): void;
669
- getWorkflowRun(args: GetWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowRunCommandOutput) => void): void;
670
-
671
- getWorkflowRunProperties(args: GetWorkflowRunPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowRunPropertiesCommandOutput>;
672
- getWorkflowRunProperties(args: GetWorkflowRunPropertiesCommandInput, cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void): void;
673
- getWorkflowRunProperties(args: GetWorkflowRunPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void): void;
674
-
675
- getWorkflowRuns(args: GetWorkflowRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowRunsCommandOutput>;
676
- getWorkflowRuns(args: GetWorkflowRunsCommandInput, cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void): void;
677
- getWorkflowRuns(args: GetWorkflowRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void): void;
678
-
679
- importCatalogToGlue(args: ImportCatalogToGlueCommandInput, options?: __HttpHandlerOptions): Promise<ImportCatalogToGlueCommandOutput>;
680
- importCatalogToGlue(args: ImportCatalogToGlueCommandInput, cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void): void;
681
- importCatalogToGlue(args: ImportCatalogToGlueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void): void;
682
-
683
- listBlueprints(args: ListBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<ListBlueprintsCommandOutput>;
684
- listBlueprints(args: ListBlueprintsCommandInput, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
685
- listBlueprints(args: ListBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBlueprintsCommandOutput) => void): void;
686
-
687
- listCrawlers(args: ListCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<ListCrawlersCommandOutput>;
688
- listCrawlers(args: ListCrawlersCommandInput, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
689
- listCrawlers(args: ListCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
690
-
691
- listCrawls(args: ListCrawlsCommandInput, options?: __HttpHandlerOptions): Promise<ListCrawlsCommandOutput>;
692
- listCrawls(args: ListCrawlsCommandInput, cb: (err: any, data?: ListCrawlsCommandOutput) => void): void;
693
- listCrawls(args: ListCrawlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlsCommandOutput) => void): void;
694
-
695
- listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomEntityTypesCommandOutput>;
696
- listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
697
- listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
698
-
699
- listDevEndpoints(args: ListDevEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevEndpointsCommandOutput>;
700
- listDevEndpoints(args: ListDevEndpointsCommandInput, cb: (err: any, data?: ListDevEndpointsCommandOutput) => void): void;
701
- listDevEndpoints(args: ListDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevEndpointsCommandOutput) => void): void;
702
-
703
- listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
704
- listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
705
- listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
706
-
707
- listMLTransforms(args: ListMLTransformsCommandInput, options?: __HttpHandlerOptions): Promise<ListMLTransformsCommandOutput>;
708
- listMLTransforms(args: ListMLTransformsCommandInput, cb: (err: any, data?: ListMLTransformsCommandOutput) => void): void;
709
- listMLTransforms(args: ListMLTransformsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMLTransformsCommandOutput) => void): void;
710
-
711
- listRegistries(args: ListRegistriesCommandInput, options?: __HttpHandlerOptions): Promise<ListRegistriesCommandOutput>;
712
- listRegistries(args: ListRegistriesCommandInput, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
713
- listRegistries(args: ListRegistriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegistriesCommandOutput) => void): void;
714
-
715
- listSchemas(args: ListSchemasCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemasCommandOutput>;
716
- listSchemas(args: ListSchemasCommandInput, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
717
- listSchemas(args: ListSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
718
-
719
- listSchemaVersions(args: ListSchemaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemaVersionsCommandOutput>;
720
- listSchemaVersions(args: ListSchemaVersionsCommandInput, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
721
- listSchemaVersions(args: ListSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
722
-
723
- listSessions(args: ListSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionsCommandOutput>;
724
- listSessions(args: ListSessionsCommandInput, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
725
- listSessions(args: ListSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
726
-
727
- listStatements(args: ListStatementsCommandInput, options?: __HttpHandlerOptions): Promise<ListStatementsCommandOutput>;
728
- listStatements(args: ListStatementsCommandInput, cb: (err: any, data?: ListStatementsCommandOutput) => void): void;
729
- listStatements(args: ListStatementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStatementsCommandOutput) => void): void;
730
-
731
- listTriggers(args: ListTriggersCommandInput, options?: __HttpHandlerOptions): Promise<ListTriggersCommandOutput>;
732
- listTriggers(args: ListTriggersCommandInput, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
733
- listTriggers(args: ListTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
734
-
735
- listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
736
- listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
737
- listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
738
-
739
- putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
740
- putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void): void;
741
- putDataCatalogEncryptionSettings(args: PutDataCatalogEncryptionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void): void;
742
-
743
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
744
- putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
745
- putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
746
-
747
- putSchemaVersionMetadata(args: PutSchemaVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<PutSchemaVersionMetadataCommandOutput>;
748
- putSchemaVersionMetadata(args: PutSchemaVersionMetadataCommandInput, cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void): void;
749
- putSchemaVersionMetadata(args: PutSchemaVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void): void;
750
-
751
- putWorkflowRunProperties(args: PutWorkflowRunPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<PutWorkflowRunPropertiesCommandOutput>;
752
- putWorkflowRunProperties(args: PutWorkflowRunPropertiesCommandInput, cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void): void;
753
- putWorkflowRunProperties(args: PutWorkflowRunPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void): void;
754
-
755
- querySchemaVersionMetadata(args: QuerySchemaVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<QuerySchemaVersionMetadataCommandOutput>;
756
- querySchemaVersionMetadata(args: QuerySchemaVersionMetadataCommandInput, cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void): void;
757
- querySchemaVersionMetadata(args: QuerySchemaVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void): void;
758
-
759
- registerSchemaVersion(args: RegisterSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<RegisterSchemaVersionCommandOutput>;
760
- registerSchemaVersion(args: RegisterSchemaVersionCommandInput, cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void): void;
761
- registerSchemaVersion(args: RegisterSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void): void;
762
-
763
- removeSchemaVersionMetadata(args: RemoveSchemaVersionMetadataCommandInput, options?: __HttpHandlerOptions): Promise<RemoveSchemaVersionMetadataCommandOutput>;
764
- removeSchemaVersionMetadata(args: RemoveSchemaVersionMetadataCommandInput, cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void): void;
765
- removeSchemaVersionMetadata(args: RemoveSchemaVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void): void;
766
-
767
- resetJobBookmark(args: ResetJobBookmarkCommandInput, options?: __HttpHandlerOptions): Promise<ResetJobBookmarkCommandOutput>;
768
- resetJobBookmark(args: ResetJobBookmarkCommandInput, cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void): void;
769
- resetJobBookmark(args: ResetJobBookmarkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void): void;
770
-
771
- resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<ResumeWorkflowRunCommandOutput>;
772
- resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void): void;
773
- resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void): void;
774
-
775
- runStatement(args: RunStatementCommandInput, options?: __HttpHandlerOptions): Promise<RunStatementCommandOutput>;
776
- runStatement(args: RunStatementCommandInput, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
777
- runStatement(args: RunStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
778
-
779
- searchTables(args: SearchTablesCommandInput, options?: __HttpHandlerOptions): Promise<SearchTablesCommandOutput>;
780
- searchTables(args: SearchTablesCommandInput, cb: (err: any, data?: SearchTablesCommandOutput) => void): void;
781
- searchTables(args: SearchTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTablesCommandOutput) => void): void;
782
-
783
- startBlueprintRun(args: StartBlueprintRunCommandInput, options?: __HttpHandlerOptions): Promise<StartBlueprintRunCommandOutput>;
784
- startBlueprintRun(args: StartBlueprintRunCommandInput, cb: (err: any, data?: StartBlueprintRunCommandOutput) => void): void;
785
- startBlueprintRun(args: StartBlueprintRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBlueprintRunCommandOutput) => void): void;
786
-
787
- startCrawler(args: StartCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<StartCrawlerCommandOutput>;
788
- startCrawler(args: StartCrawlerCommandInput, cb: (err: any, data?: StartCrawlerCommandOutput) => void): void;
789
- startCrawler(args: StartCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCrawlerCommandOutput) => void): void;
790
-
791
- startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<StartCrawlerScheduleCommandOutput>;
792
- startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void): void;
793
- startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void): void;
794
-
795
- startExportLabelsTaskRun(args: StartExportLabelsTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StartExportLabelsTaskRunCommandOutput>;
796
- startExportLabelsTaskRun(args: StartExportLabelsTaskRunCommandInput, cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void): void;
797
- startExportLabelsTaskRun(args: StartExportLabelsTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void): void;
798
-
799
- startImportLabelsTaskRun(args: StartImportLabelsTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StartImportLabelsTaskRunCommandOutput>;
800
- startImportLabelsTaskRun(args: StartImportLabelsTaskRunCommandInput, cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void): void;
801
- startImportLabelsTaskRun(args: StartImportLabelsTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void): void;
802
-
803
- startJobRun(args: StartJobRunCommandInput, options?: __HttpHandlerOptions): Promise<StartJobRunCommandOutput>;
804
- startJobRun(args: StartJobRunCommandInput, cb: (err: any, data?: StartJobRunCommandOutput) => void): void;
805
- startJobRun(args: StartJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartJobRunCommandOutput) => void): void;
806
-
807
- startMLEvaluationTaskRun(args: StartMLEvaluationTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StartMLEvaluationTaskRunCommandOutput>;
808
- startMLEvaluationTaskRun(args: StartMLEvaluationTaskRunCommandInput, cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void): void;
809
- startMLEvaluationTaskRun(args: StartMLEvaluationTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void): void;
810
-
811
- startMLLabelingSetGenerationTaskRun(args: StartMLLabelingSetGenerationTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StartMLLabelingSetGenerationTaskRunCommandOutput>;
812
- startMLLabelingSetGenerationTaskRun(args: StartMLLabelingSetGenerationTaskRunCommandInput, cb: (err: any, data?: StartMLLabelingSetGenerationTaskRunCommandOutput) => void): void;
813
- startMLLabelingSetGenerationTaskRun(args: StartMLLabelingSetGenerationTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMLLabelingSetGenerationTaskRunCommandOutput) => void): void;
814
-
815
- startTrigger(args: StartTriggerCommandInput, options?: __HttpHandlerOptions): Promise<StartTriggerCommandOutput>;
816
- startTrigger(args: StartTriggerCommandInput, cb: (err: any, data?: StartTriggerCommandOutput) => void): void;
817
- startTrigger(args: StartTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTriggerCommandOutput) => void): void;
818
-
819
- startWorkflowRun(args: StartWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkflowRunCommandOutput>;
820
- startWorkflowRun(args: StartWorkflowRunCommandInput, cb: (err: any, data?: StartWorkflowRunCommandOutput) => void): void;
821
- startWorkflowRun(args: StartWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkflowRunCommandOutput) => void): void;
822
-
823
- stopCrawler(args: StopCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<StopCrawlerCommandOutput>;
824
- stopCrawler(args: StopCrawlerCommandInput, cb: (err: any, data?: StopCrawlerCommandOutput) => void): void;
825
- stopCrawler(args: StopCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCrawlerCommandOutput) => void): void;
826
-
827
- stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<StopCrawlerScheduleCommandOutput>;
828
- stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
829
- stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
830
-
831
- stopSession(args: StopSessionCommandInput, options?: __HttpHandlerOptions): Promise<StopSessionCommandOutput>;
832
- stopSession(args: StopSessionCommandInput, cb: (err: any, data?: StopSessionCommandOutput) => void): void;
833
- stopSession(args: StopSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSessionCommandOutput) => void): void;
834
-
835
- stopTrigger(args: StopTriggerCommandInput, options?: __HttpHandlerOptions): Promise<StopTriggerCommandOutput>;
836
- stopTrigger(args: StopTriggerCommandInput, cb: (err: any, data?: StopTriggerCommandOutput) => void): void;
837
- stopTrigger(args: StopTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTriggerCommandOutput) => void): void;
838
-
839
- stopWorkflowRun(args: StopWorkflowRunCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkflowRunCommandOutput>;
840
- stopWorkflowRun(args: StopWorkflowRunCommandInput, cb: (err: any, data?: StopWorkflowRunCommandOutput) => void): void;
841
- stopWorkflowRun(args: StopWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkflowRunCommandOutput) => void): void;
842
-
843
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
844
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
845
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
846
-
847
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
848
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
849
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
850
-
851
- updateBlueprint(args: UpdateBlueprintCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBlueprintCommandOutput>;
852
- updateBlueprint(args: UpdateBlueprintCommandInput, cb: (err: any, data?: UpdateBlueprintCommandOutput) => void): void;
853
- updateBlueprint(args: UpdateBlueprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBlueprintCommandOutput) => void): void;
854
-
855
- updateClassifier(args: UpdateClassifierCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClassifierCommandOutput>;
856
- updateClassifier(args: UpdateClassifierCommandInput, cb: (err: any, data?: UpdateClassifierCommandOutput) => void): void;
857
- updateClassifier(args: UpdateClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClassifierCommandOutput) => void): void;
858
-
859
- updateColumnStatisticsForPartition(args: UpdateColumnStatisticsForPartitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
860
- updateColumnStatisticsForPartition(args: UpdateColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: UpdateColumnStatisticsForPartitionCommandOutput) => void): void;
861
- updateColumnStatisticsForPartition(args: UpdateColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateColumnStatisticsForPartitionCommandOutput) => void): void;
862
-
863
- updateColumnStatisticsForTable(args: UpdateColumnStatisticsForTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateColumnStatisticsForTableCommandOutput>;
864
- updateColumnStatisticsForTable(args: UpdateColumnStatisticsForTableCommandInput, cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void): void;
865
- updateColumnStatisticsForTable(args: UpdateColumnStatisticsForTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void): void;
866
-
867
- updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
868
- updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
869
- updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
870
-
871
- updateCrawler(args: UpdateCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCrawlerCommandOutput>;
872
- updateCrawler(args: UpdateCrawlerCommandInput, cb: (err: any, data?: UpdateCrawlerCommandOutput) => void): void;
873
- updateCrawler(args: UpdateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCrawlerCommandOutput) => void): void;
874
-
875
- updateCrawlerSchedule(args: UpdateCrawlerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCrawlerScheduleCommandOutput>;
876
- updateCrawlerSchedule(args: UpdateCrawlerScheduleCommandInput, cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void): void;
877
- updateCrawlerSchedule(args: UpdateCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void): void;
878
-
879
- updateDatabase(args: UpdateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatabaseCommandOutput>;
880
- updateDatabase(args: UpdateDatabaseCommandInput, cb: (err: any, data?: UpdateDatabaseCommandOutput) => void): void;
881
- updateDatabase(args: UpdateDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatabaseCommandOutput) => void): void;
882
-
883
- updateDevEndpoint(args: UpdateDevEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDevEndpointCommandOutput>;
884
- updateDevEndpoint(args: UpdateDevEndpointCommandInput, cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void): void;
885
- updateDevEndpoint(args: UpdateDevEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void): void;
886
-
887
- updateJob(args: UpdateJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobCommandOutput>;
888
- updateJob(args: UpdateJobCommandInput, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
889
- updateJob(args: UpdateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
890
-
891
- updateMLTransform(args: UpdateMLTransformCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMLTransformCommandOutput>;
892
- updateMLTransform(args: UpdateMLTransformCommandInput, cb: (err: any, data?: UpdateMLTransformCommandOutput) => void): void;
893
- updateMLTransform(args: UpdateMLTransformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMLTransformCommandOutput) => void): void;
894
-
895
- updatePartition(args: UpdatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePartitionCommandOutput>;
896
- updatePartition(args: UpdatePartitionCommandInput, cb: (err: any, data?: UpdatePartitionCommandOutput) => void): void;
897
- updatePartition(args: UpdatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePartitionCommandOutput) => void): void;
898
-
899
- updateRegistry(args: UpdateRegistryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRegistryCommandOutput>;
900
- updateRegistry(args: UpdateRegistryCommandInput, cb: (err: any, data?: UpdateRegistryCommandOutput) => void): void;
901
- updateRegistry(args: UpdateRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegistryCommandOutput) => void): void;
902
-
903
- updateSchema(args: UpdateSchemaCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSchemaCommandOutput>;
904
- updateSchema(args: UpdateSchemaCommandInput, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
905
- updateSchema(args: UpdateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
906
-
907
- updateTable(args: UpdateTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableCommandOutput>;
908
- updateTable(args: UpdateTableCommandInput, cb: (err: any, data?: UpdateTableCommandOutput) => void): void;
909
- updateTable(args: UpdateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableCommandOutput) => void): void;
910
-
911
- updateTrigger(args: UpdateTriggerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTriggerCommandOutput>;
912
- updateTrigger(args: UpdateTriggerCommandInput, cb: (err: any, data?: UpdateTriggerCommandOutput) => void): void;
913
- updateTrigger(args: UpdateTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTriggerCommandOutput) => void): void;
914
-
915
- updateUserDefinedFunction(args: UpdateUserDefinedFunctionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserDefinedFunctionCommandOutput>;
916
- updateUserDefinedFunction(args: UpdateUserDefinedFunctionCommandInput, cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void): void;
917
- updateUserDefinedFunction(args: UpdateUserDefinedFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void): void;
918
-
919
- updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
920
- updateWorkflow(args: UpdateWorkflowCommandInput, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
921
- updateWorkflow(args: UpdateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
922
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchCreatePartitionCommandInput,
4
+ BatchCreatePartitionCommandOutput,
5
+ } from "./commands/BatchCreatePartitionCommand";
6
+ import {
7
+ BatchDeleteConnectionCommandInput,
8
+ BatchDeleteConnectionCommandOutput,
9
+ } from "./commands/BatchDeleteConnectionCommand";
10
+ import {
11
+ BatchDeletePartitionCommandInput,
12
+ BatchDeletePartitionCommandOutput,
13
+ } from "./commands/BatchDeletePartitionCommand";
14
+ import {
15
+ BatchDeleteTableCommandInput,
16
+ BatchDeleteTableCommandOutput,
17
+ } from "./commands/BatchDeleteTableCommand";
18
+ import {
19
+ BatchDeleteTableVersionCommandInput,
20
+ BatchDeleteTableVersionCommandOutput,
21
+ } from "./commands/BatchDeleteTableVersionCommand";
22
+ import {
23
+ BatchGetBlueprintsCommandInput,
24
+ BatchGetBlueprintsCommandOutput,
25
+ } from "./commands/BatchGetBlueprintsCommand";
26
+ import {
27
+ BatchGetCrawlersCommandInput,
28
+ BatchGetCrawlersCommandOutput,
29
+ } from "./commands/BatchGetCrawlersCommand";
30
+ import {
31
+ BatchGetCustomEntityTypesCommandInput,
32
+ BatchGetCustomEntityTypesCommandOutput,
33
+ } from "./commands/BatchGetCustomEntityTypesCommand";
34
+ import {
35
+ BatchGetDevEndpointsCommandInput,
36
+ BatchGetDevEndpointsCommandOutput,
37
+ } from "./commands/BatchGetDevEndpointsCommand";
38
+ import {
39
+ BatchGetJobsCommandInput,
40
+ BatchGetJobsCommandOutput,
41
+ } from "./commands/BatchGetJobsCommand";
42
+ import {
43
+ BatchGetPartitionCommandInput,
44
+ BatchGetPartitionCommandOutput,
45
+ } from "./commands/BatchGetPartitionCommand";
46
+ import {
47
+ BatchGetTriggersCommandInput,
48
+ BatchGetTriggersCommandOutput,
49
+ } from "./commands/BatchGetTriggersCommand";
50
+ import {
51
+ BatchGetWorkflowsCommandInput,
52
+ BatchGetWorkflowsCommandOutput,
53
+ } from "./commands/BatchGetWorkflowsCommand";
54
+ import {
55
+ BatchStopJobRunCommandInput,
56
+ BatchStopJobRunCommandOutput,
57
+ } from "./commands/BatchStopJobRunCommand";
58
+ import {
59
+ BatchUpdatePartitionCommandInput,
60
+ BatchUpdatePartitionCommandOutput,
61
+ } from "./commands/BatchUpdatePartitionCommand";
62
+ import {
63
+ CancelMLTaskRunCommandInput,
64
+ CancelMLTaskRunCommandOutput,
65
+ } from "./commands/CancelMLTaskRunCommand";
66
+ import {
67
+ CancelStatementCommandInput,
68
+ CancelStatementCommandOutput,
69
+ } from "./commands/CancelStatementCommand";
70
+ import {
71
+ CheckSchemaVersionValidityCommandInput,
72
+ CheckSchemaVersionValidityCommandOutput,
73
+ } from "./commands/CheckSchemaVersionValidityCommand";
74
+ import {
75
+ CreateBlueprintCommandInput,
76
+ CreateBlueprintCommandOutput,
77
+ } from "./commands/CreateBlueprintCommand";
78
+ import {
79
+ CreateClassifierCommandInput,
80
+ CreateClassifierCommandOutput,
81
+ } from "./commands/CreateClassifierCommand";
82
+ import {
83
+ CreateConnectionCommandInput,
84
+ CreateConnectionCommandOutput,
85
+ } from "./commands/CreateConnectionCommand";
86
+ import {
87
+ CreateCrawlerCommandInput,
88
+ CreateCrawlerCommandOutput,
89
+ } from "./commands/CreateCrawlerCommand";
90
+ import {
91
+ CreateCustomEntityTypeCommandInput,
92
+ CreateCustomEntityTypeCommandOutput,
93
+ } from "./commands/CreateCustomEntityTypeCommand";
94
+ import {
95
+ CreateDatabaseCommandInput,
96
+ CreateDatabaseCommandOutput,
97
+ } from "./commands/CreateDatabaseCommand";
98
+ import {
99
+ CreateDevEndpointCommandInput,
100
+ CreateDevEndpointCommandOutput,
101
+ } from "./commands/CreateDevEndpointCommand";
102
+ import {
103
+ CreateJobCommandInput,
104
+ CreateJobCommandOutput,
105
+ } from "./commands/CreateJobCommand";
106
+ import {
107
+ CreateMLTransformCommandInput,
108
+ CreateMLTransformCommandOutput,
109
+ } from "./commands/CreateMLTransformCommand";
110
+ import {
111
+ CreatePartitionCommandInput,
112
+ CreatePartitionCommandOutput,
113
+ } from "./commands/CreatePartitionCommand";
114
+ import {
115
+ CreatePartitionIndexCommandInput,
116
+ CreatePartitionIndexCommandOutput,
117
+ } from "./commands/CreatePartitionIndexCommand";
118
+ import {
119
+ CreateRegistryCommandInput,
120
+ CreateRegistryCommandOutput,
121
+ } from "./commands/CreateRegistryCommand";
122
+ import {
123
+ CreateSchemaCommandInput,
124
+ CreateSchemaCommandOutput,
125
+ } from "./commands/CreateSchemaCommand";
126
+ import {
127
+ CreateScriptCommandInput,
128
+ CreateScriptCommandOutput,
129
+ } from "./commands/CreateScriptCommand";
130
+ import {
131
+ CreateSecurityConfigurationCommandInput,
132
+ CreateSecurityConfigurationCommandOutput,
133
+ } from "./commands/CreateSecurityConfigurationCommand";
134
+ import {
135
+ CreateSessionCommandInput,
136
+ CreateSessionCommandOutput,
137
+ } from "./commands/CreateSessionCommand";
138
+ import {
139
+ CreateTableCommandInput,
140
+ CreateTableCommandOutput,
141
+ } from "./commands/CreateTableCommand";
142
+ import {
143
+ CreateTriggerCommandInput,
144
+ CreateTriggerCommandOutput,
145
+ } from "./commands/CreateTriggerCommand";
146
+ import {
147
+ CreateUserDefinedFunctionCommandInput,
148
+ CreateUserDefinedFunctionCommandOutput,
149
+ } from "./commands/CreateUserDefinedFunctionCommand";
150
+ import {
151
+ CreateWorkflowCommandInput,
152
+ CreateWorkflowCommandOutput,
153
+ } from "./commands/CreateWorkflowCommand";
154
+ import {
155
+ DeleteBlueprintCommandInput,
156
+ DeleteBlueprintCommandOutput,
157
+ } from "./commands/DeleteBlueprintCommand";
158
+ import {
159
+ DeleteClassifierCommandInput,
160
+ DeleteClassifierCommandOutput,
161
+ } from "./commands/DeleteClassifierCommand";
162
+ import {
163
+ DeleteColumnStatisticsForPartitionCommandInput,
164
+ DeleteColumnStatisticsForPartitionCommandOutput,
165
+ } from "./commands/DeleteColumnStatisticsForPartitionCommand";
166
+ import {
167
+ DeleteColumnStatisticsForTableCommandInput,
168
+ DeleteColumnStatisticsForTableCommandOutput,
169
+ } from "./commands/DeleteColumnStatisticsForTableCommand";
170
+ import {
171
+ DeleteConnectionCommandInput,
172
+ DeleteConnectionCommandOutput,
173
+ } from "./commands/DeleteConnectionCommand";
174
+ import {
175
+ DeleteCrawlerCommandInput,
176
+ DeleteCrawlerCommandOutput,
177
+ } from "./commands/DeleteCrawlerCommand";
178
+ import {
179
+ DeleteCustomEntityTypeCommandInput,
180
+ DeleteCustomEntityTypeCommandOutput,
181
+ } from "./commands/DeleteCustomEntityTypeCommand";
182
+ import {
183
+ DeleteDatabaseCommandInput,
184
+ DeleteDatabaseCommandOutput,
185
+ } from "./commands/DeleteDatabaseCommand";
186
+ import {
187
+ DeleteDevEndpointCommandInput,
188
+ DeleteDevEndpointCommandOutput,
189
+ } from "./commands/DeleteDevEndpointCommand";
190
+ import {
191
+ DeleteJobCommandInput,
192
+ DeleteJobCommandOutput,
193
+ } from "./commands/DeleteJobCommand";
194
+ import {
195
+ DeleteMLTransformCommandInput,
196
+ DeleteMLTransformCommandOutput,
197
+ } from "./commands/DeleteMLTransformCommand";
198
+ import {
199
+ DeletePartitionCommandInput,
200
+ DeletePartitionCommandOutput,
201
+ } from "./commands/DeletePartitionCommand";
202
+ import {
203
+ DeletePartitionIndexCommandInput,
204
+ DeletePartitionIndexCommandOutput,
205
+ } from "./commands/DeletePartitionIndexCommand";
206
+ import {
207
+ DeleteRegistryCommandInput,
208
+ DeleteRegistryCommandOutput,
209
+ } from "./commands/DeleteRegistryCommand";
210
+ import {
211
+ DeleteResourcePolicyCommandInput,
212
+ DeleteResourcePolicyCommandOutput,
213
+ } from "./commands/DeleteResourcePolicyCommand";
214
+ import {
215
+ DeleteSchemaCommandInput,
216
+ DeleteSchemaCommandOutput,
217
+ } from "./commands/DeleteSchemaCommand";
218
+ import {
219
+ DeleteSchemaVersionsCommandInput,
220
+ DeleteSchemaVersionsCommandOutput,
221
+ } from "./commands/DeleteSchemaVersionsCommand";
222
+ import {
223
+ DeleteSecurityConfigurationCommandInput,
224
+ DeleteSecurityConfigurationCommandOutput,
225
+ } from "./commands/DeleteSecurityConfigurationCommand";
226
+ import {
227
+ DeleteSessionCommandInput,
228
+ DeleteSessionCommandOutput,
229
+ } from "./commands/DeleteSessionCommand";
230
+ import {
231
+ DeleteTableCommandInput,
232
+ DeleteTableCommandOutput,
233
+ } from "./commands/DeleteTableCommand";
234
+ import {
235
+ DeleteTableVersionCommandInput,
236
+ DeleteTableVersionCommandOutput,
237
+ } from "./commands/DeleteTableVersionCommand";
238
+ import {
239
+ DeleteTriggerCommandInput,
240
+ DeleteTriggerCommandOutput,
241
+ } from "./commands/DeleteTriggerCommand";
242
+ import {
243
+ DeleteUserDefinedFunctionCommandInput,
244
+ DeleteUserDefinedFunctionCommandOutput,
245
+ } from "./commands/DeleteUserDefinedFunctionCommand";
246
+ import {
247
+ DeleteWorkflowCommandInput,
248
+ DeleteWorkflowCommandOutput,
249
+ } from "./commands/DeleteWorkflowCommand";
250
+ import {
251
+ GetBlueprintCommandInput,
252
+ GetBlueprintCommandOutput,
253
+ } from "./commands/GetBlueprintCommand";
254
+ import {
255
+ GetBlueprintRunCommandInput,
256
+ GetBlueprintRunCommandOutput,
257
+ } from "./commands/GetBlueprintRunCommand";
258
+ import {
259
+ GetBlueprintRunsCommandInput,
260
+ GetBlueprintRunsCommandOutput,
261
+ } from "./commands/GetBlueprintRunsCommand";
262
+ import {
263
+ GetCatalogImportStatusCommandInput,
264
+ GetCatalogImportStatusCommandOutput,
265
+ } from "./commands/GetCatalogImportStatusCommand";
266
+ import {
267
+ GetClassifierCommandInput,
268
+ GetClassifierCommandOutput,
269
+ } from "./commands/GetClassifierCommand";
270
+ import {
271
+ GetClassifiersCommandInput,
272
+ GetClassifiersCommandOutput,
273
+ } from "./commands/GetClassifiersCommand";
274
+ import {
275
+ GetColumnStatisticsForPartitionCommandInput,
276
+ GetColumnStatisticsForPartitionCommandOutput,
277
+ } from "./commands/GetColumnStatisticsForPartitionCommand";
278
+ import {
279
+ GetColumnStatisticsForTableCommandInput,
280
+ GetColumnStatisticsForTableCommandOutput,
281
+ } from "./commands/GetColumnStatisticsForTableCommand";
282
+ import {
283
+ GetConnectionCommandInput,
284
+ GetConnectionCommandOutput,
285
+ } from "./commands/GetConnectionCommand";
286
+ import {
287
+ GetConnectionsCommandInput,
288
+ GetConnectionsCommandOutput,
289
+ } from "./commands/GetConnectionsCommand";
290
+ import {
291
+ GetCrawlerCommandInput,
292
+ GetCrawlerCommandOutput,
293
+ } from "./commands/GetCrawlerCommand";
294
+ import {
295
+ GetCrawlerMetricsCommandInput,
296
+ GetCrawlerMetricsCommandOutput,
297
+ } from "./commands/GetCrawlerMetricsCommand";
298
+ import {
299
+ GetCrawlersCommandInput,
300
+ GetCrawlersCommandOutput,
301
+ } from "./commands/GetCrawlersCommand";
302
+ import {
303
+ GetCustomEntityTypeCommandInput,
304
+ GetCustomEntityTypeCommandOutput,
305
+ } from "./commands/GetCustomEntityTypeCommand";
306
+ import {
307
+ GetDatabaseCommandInput,
308
+ GetDatabaseCommandOutput,
309
+ } from "./commands/GetDatabaseCommand";
310
+ import {
311
+ GetDatabasesCommandInput,
312
+ GetDatabasesCommandOutput,
313
+ } from "./commands/GetDatabasesCommand";
314
+ import {
315
+ GetDataCatalogEncryptionSettingsCommandInput,
316
+ GetDataCatalogEncryptionSettingsCommandOutput,
317
+ } from "./commands/GetDataCatalogEncryptionSettingsCommand";
318
+ import {
319
+ GetDataflowGraphCommandInput,
320
+ GetDataflowGraphCommandOutput,
321
+ } from "./commands/GetDataflowGraphCommand";
322
+ import {
323
+ GetDevEndpointCommandInput,
324
+ GetDevEndpointCommandOutput,
325
+ } from "./commands/GetDevEndpointCommand";
326
+ import {
327
+ GetDevEndpointsCommandInput,
328
+ GetDevEndpointsCommandOutput,
329
+ } from "./commands/GetDevEndpointsCommand";
330
+ import {
331
+ GetJobBookmarkCommandInput,
332
+ GetJobBookmarkCommandOutput,
333
+ } from "./commands/GetJobBookmarkCommand";
334
+ import {
335
+ GetJobCommandInput,
336
+ GetJobCommandOutput,
337
+ } from "./commands/GetJobCommand";
338
+ import {
339
+ GetJobRunCommandInput,
340
+ GetJobRunCommandOutput,
341
+ } from "./commands/GetJobRunCommand";
342
+ import {
343
+ GetJobRunsCommandInput,
344
+ GetJobRunsCommandOutput,
345
+ } from "./commands/GetJobRunsCommand";
346
+ import {
347
+ GetJobsCommandInput,
348
+ GetJobsCommandOutput,
349
+ } from "./commands/GetJobsCommand";
350
+ import {
351
+ GetMappingCommandInput,
352
+ GetMappingCommandOutput,
353
+ } from "./commands/GetMappingCommand";
354
+ import {
355
+ GetMLTaskRunCommandInput,
356
+ GetMLTaskRunCommandOutput,
357
+ } from "./commands/GetMLTaskRunCommand";
358
+ import {
359
+ GetMLTaskRunsCommandInput,
360
+ GetMLTaskRunsCommandOutput,
361
+ } from "./commands/GetMLTaskRunsCommand";
362
+ import {
363
+ GetMLTransformCommandInput,
364
+ GetMLTransformCommandOutput,
365
+ } from "./commands/GetMLTransformCommand";
366
+ import {
367
+ GetMLTransformsCommandInput,
368
+ GetMLTransformsCommandOutput,
369
+ } from "./commands/GetMLTransformsCommand";
370
+ import {
371
+ GetPartitionCommandInput,
372
+ GetPartitionCommandOutput,
373
+ } from "./commands/GetPartitionCommand";
374
+ import {
375
+ GetPartitionIndexesCommandInput,
376
+ GetPartitionIndexesCommandOutput,
377
+ } from "./commands/GetPartitionIndexesCommand";
378
+ import {
379
+ GetPartitionsCommandInput,
380
+ GetPartitionsCommandOutput,
381
+ } from "./commands/GetPartitionsCommand";
382
+ import {
383
+ GetPlanCommandInput,
384
+ GetPlanCommandOutput,
385
+ } from "./commands/GetPlanCommand";
386
+ import {
387
+ GetRegistryCommandInput,
388
+ GetRegistryCommandOutput,
389
+ } from "./commands/GetRegistryCommand";
390
+ import {
391
+ GetResourcePoliciesCommandInput,
392
+ GetResourcePoliciesCommandOutput,
393
+ } from "./commands/GetResourcePoliciesCommand";
394
+ import {
395
+ GetResourcePolicyCommandInput,
396
+ GetResourcePolicyCommandOutput,
397
+ } from "./commands/GetResourcePolicyCommand";
398
+ import {
399
+ GetSchemaByDefinitionCommandInput,
400
+ GetSchemaByDefinitionCommandOutput,
401
+ } from "./commands/GetSchemaByDefinitionCommand";
402
+ import {
403
+ GetSchemaCommandInput,
404
+ GetSchemaCommandOutput,
405
+ } from "./commands/GetSchemaCommand";
406
+ import {
407
+ GetSchemaVersionCommandInput,
408
+ GetSchemaVersionCommandOutput,
409
+ } from "./commands/GetSchemaVersionCommand";
410
+ import {
411
+ GetSchemaVersionsDiffCommandInput,
412
+ GetSchemaVersionsDiffCommandOutput,
413
+ } from "./commands/GetSchemaVersionsDiffCommand";
414
+ import {
415
+ GetSecurityConfigurationCommandInput,
416
+ GetSecurityConfigurationCommandOutput,
417
+ } from "./commands/GetSecurityConfigurationCommand";
418
+ import {
419
+ GetSecurityConfigurationsCommandInput,
420
+ GetSecurityConfigurationsCommandOutput,
421
+ } from "./commands/GetSecurityConfigurationsCommand";
422
+ import {
423
+ GetSessionCommandInput,
424
+ GetSessionCommandOutput,
425
+ } from "./commands/GetSessionCommand";
426
+ import {
427
+ GetStatementCommandInput,
428
+ GetStatementCommandOutput,
429
+ } from "./commands/GetStatementCommand";
430
+ import {
431
+ GetTableCommandInput,
432
+ GetTableCommandOutput,
433
+ } from "./commands/GetTableCommand";
434
+ import {
435
+ GetTablesCommandInput,
436
+ GetTablesCommandOutput,
437
+ } from "./commands/GetTablesCommand";
438
+ import {
439
+ GetTableVersionCommandInput,
440
+ GetTableVersionCommandOutput,
441
+ } from "./commands/GetTableVersionCommand";
442
+ import {
443
+ GetTableVersionsCommandInput,
444
+ GetTableVersionsCommandOutput,
445
+ } from "./commands/GetTableVersionsCommand";
446
+ import {
447
+ GetTagsCommandInput,
448
+ GetTagsCommandOutput,
449
+ } from "./commands/GetTagsCommand";
450
+ import {
451
+ GetTriggerCommandInput,
452
+ GetTriggerCommandOutput,
453
+ } from "./commands/GetTriggerCommand";
454
+ import {
455
+ GetTriggersCommandInput,
456
+ GetTriggersCommandOutput,
457
+ } from "./commands/GetTriggersCommand";
458
+ import {
459
+ GetUnfilteredPartitionMetadataCommandInput,
460
+ GetUnfilteredPartitionMetadataCommandOutput,
461
+ } from "./commands/GetUnfilteredPartitionMetadataCommand";
462
+ import {
463
+ GetUnfilteredPartitionsMetadataCommandInput,
464
+ GetUnfilteredPartitionsMetadataCommandOutput,
465
+ } from "./commands/GetUnfilteredPartitionsMetadataCommand";
466
+ import {
467
+ GetUnfilteredTableMetadataCommandInput,
468
+ GetUnfilteredTableMetadataCommandOutput,
469
+ } from "./commands/GetUnfilteredTableMetadataCommand";
470
+ import {
471
+ GetUserDefinedFunctionCommandInput,
472
+ GetUserDefinedFunctionCommandOutput,
473
+ } from "./commands/GetUserDefinedFunctionCommand";
474
+ import {
475
+ GetUserDefinedFunctionsCommandInput,
476
+ GetUserDefinedFunctionsCommandOutput,
477
+ } from "./commands/GetUserDefinedFunctionsCommand";
478
+ import {
479
+ GetWorkflowCommandInput,
480
+ GetWorkflowCommandOutput,
481
+ } from "./commands/GetWorkflowCommand";
482
+ import {
483
+ GetWorkflowRunCommandInput,
484
+ GetWorkflowRunCommandOutput,
485
+ } from "./commands/GetWorkflowRunCommand";
486
+ import {
487
+ GetWorkflowRunPropertiesCommandInput,
488
+ GetWorkflowRunPropertiesCommandOutput,
489
+ } from "./commands/GetWorkflowRunPropertiesCommand";
490
+ import {
491
+ GetWorkflowRunsCommandInput,
492
+ GetWorkflowRunsCommandOutput,
493
+ } from "./commands/GetWorkflowRunsCommand";
494
+ import {
495
+ ImportCatalogToGlueCommandInput,
496
+ ImportCatalogToGlueCommandOutput,
497
+ } from "./commands/ImportCatalogToGlueCommand";
498
+ import {
499
+ ListBlueprintsCommandInput,
500
+ ListBlueprintsCommandOutput,
501
+ } from "./commands/ListBlueprintsCommand";
502
+ import {
503
+ ListCrawlersCommandInput,
504
+ ListCrawlersCommandOutput,
505
+ } from "./commands/ListCrawlersCommand";
506
+ import {
507
+ ListCrawlsCommandInput,
508
+ ListCrawlsCommandOutput,
509
+ } from "./commands/ListCrawlsCommand";
510
+ import {
511
+ ListCustomEntityTypesCommandInput,
512
+ ListCustomEntityTypesCommandOutput,
513
+ } from "./commands/ListCustomEntityTypesCommand";
514
+ import {
515
+ ListDevEndpointsCommandInput,
516
+ ListDevEndpointsCommandOutput,
517
+ } from "./commands/ListDevEndpointsCommand";
518
+ import {
519
+ ListJobsCommandInput,
520
+ ListJobsCommandOutput,
521
+ } from "./commands/ListJobsCommand";
522
+ import {
523
+ ListMLTransformsCommandInput,
524
+ ListMLTransformsCommandOutput,
525
+ } from "./commands/ListMLTransformsCommand";
526
+ import {
527
+ ListRegistriesCommandInput,
528
+ ListRegistriesCommandOutput,
529
+ } from "./commands/ListRegistriesCommand";
530
+ import {
531
+ ListSchemasCommandInput,
532
+ ListSchemasCommandOutput,
533
+ } from "./commands/ListSchemasCommand";
534
+ import {
535
+ ListSchemaVersionsCommandInput,
536
+ ListSchemaVersionsCommandOutput,
537
+ } from "./commands/ListSchemaVersionsCommand";
538
+ import {
539
+ ListSessionsCommandInput,
540
+ ListSessionsCommandOutput,
541
+ } from "./commands/ListSessionsCommand";
542
+ import {
543
+ ListStatementsCommandInput,
544
+ ListStatementsCommandOutput,
545
+ } from "./commands/ListStatementsCommand";
546
+ import {
547
+ ListTriggersCommandInput,
548
+ ListTriggersCommandOutput,
549
+ } from "./commands/ListTriggersCommand";
550
+ import {
551
+ ListWorkflowsCommandInput,
552
+ ListWorkflowsCommandOutput,
553
+ } from "./commands/ListWorkflowsCommand";
554
+ import {
555
+ PutDataCatalogEncryptionSettingsCommandInput,
556
+ PutDataCatalogEncryptionSettingsCommandOutput,
557
+ } from "./commands/PutDataCatalogEncryptionSettingsCommand";
558
+ import {
559
+ PutResourcePolicyCommandInput,
560
+ PutResourcePolicyCommandOutput,
561
+ } from "./commands/PutResourcePolicyCommand";
562
+ import {
563
+ PutSchemaVersionMetadataCommandInput,
564
+ PutSchemaVersionMetadataCommandOutput,
565
+ } from "./commands/PutSchemaVersionMetadataCommand";
566
+ import {
567
+ PutWorkflowRunPropertiesCommandInput,
568
+ PutWorkflowRunPropertiesCommandOutput,
569
+ } from "./commands/PutWorkflowRunPropertiesCommand";
570
+ import {
571
+ QuerySchemaVersionMetadataCommandInput,
572
+ QuerySchemaVersionMetadataCommandOutput,
573
+ } from "./commands/QuerySchemaVersionMetadataCommand";
574
+ import {
575
+ RegisterSchemaVersionCommandInput,
576
+ RegisterSchemaVersionCommandOutput,
577
+ } from "./commands/RegisterSchemaVersionCommand";
578
+ import {
579
+ RemoveSchemaVersionMetadataCommandInput,
580
+ RemoveSchemaVersionMetadataCommandOutput,
581
+ } from "./commands/RemoveSchemaVersionMetadataCommand";
582
+ import {
583
+ ResetJobBookmarkCommandInput,
584
+ ResetJobBookmarkCommandOutput,
585
+ } from "./commands/ResetJobBookmarkCommand";
586
+ import {
587
+ ResumeWorkflowRunCommandInput,
588
+ ResumeWorkflowRunCommandOutput,
589
+ } from "./commands/ResumeWorkflowRunCommand";
590
+ import {
591
+ RunStatementCommandInput,
592
+ RunStatementCommandOutput,
593
+ } from "./commands/RunStatementCommand";
594
+ import {
595
+ SearchTablesCommandInput,
596
+ SearchTablesCommandOutput,
597
+ } from "./commands/SearchTablesCommand";
598
+ import {
599
+ StartBlueprintRunCommandInput,
600
+ StartBlueprintRunCommandOutput,
601
+ } from "./commands/StartBlueprintRunCommand";
602
+ import {
603
+ StartCrawlerCommandInput,
604
+ StartCrawlerCommandOutput,
605
+ } from "./commands/StartCrawlerCommand";
606
+ import {
607
+ StartCrawlerScheduleCommandInput,
608
+ StartCrawlerScheduleCommandOutput,
609
+ } from "./commands/StartCrawlerScheduleCommand";
610
+ import {
611
+ StartExportLabelsTaskRunCommandInput,
612
+ StartExportLabelsTaskRunCommandOutput,
613
+ } from "./commands/StartExportLabelsTaskRunCommand";
614
+ import {
615
+ StartImportLabelsTaskRunCommandInput,
616
+ StartImportLabelsTaskRunCommandOutput,
617
+ } from "./commands/StartImportLabelsTaskRunCommand";
618
+ import {
619
+ StartJobRunCommandInput,
620
+ StartJobRunCommandOutput,
621
+ } from "./commands/StartJobRunCommand";
622
+ import {
623
+ StartMLEvaluationTaskRunCommandInput,
624
+ StartMLEvaluationTaskRunCommandOutput,
625
+ } from "./commands/StartMLEvaluationTaskRunCommand";
626
+ import {
627
+ StartMLLabelingSetGenerationTaskRunCommandInput,
628
+ StartMLLabelingSetGenerationTaskRunCommandOutput,
629
+ } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
630
+ import {
631
+ StartTriggerCommandInput,
632
+ StartTriggerCommandOutput,
633
+ } from "./commands/StartTriggerCommand";
634
+ import {
635
+ StartWorkflowRunCommandInput,
636
+ StartWorkflowRunCommandOutput,
637
+ } from "./commands/StartWorkflowRunCommand";
638
+ import {
639
+ StopCrawlerCommandInput,
640
+ StopCrawlerCommandOutput,
641
+ } from "./commands/StopCrawlerCommand";
642
+ import {
643
+ StopCrawlerScheduleCommandInput,
644
+ StopCrawlerScheduleCommandOutput,
645
+ } from "./commands/StopCrawlerScheduleCommand";
646
+ import {
647
+ StopSessionCommandInput,
648
+ StopSessionCommandOutput,
649
+ } from "./commands/StopSessionCommand";
650
+ import {
651
+ StopTriggerCommandInput,
652
+ StopTriggerCommandOutput,
653
+ } from "./commands/StopTriggerCommand";
654
+ import {
655
+ StopWorkflowRunCommandInput,
656
+ StopWorkflowRunCommandOutput,
657
+ } from "./commands/StopWorkflowRunCommand";
658
+ import {
659
+ TagResourceCommandInput,
660
+ TagResourceCommandOutput,
661
+ } from "./commands/TagResourceCommand";
662
+ import {
663
+ UntagResourceCommandInput,
664
+ UntagResourceCommandOutput,
665
+ } from "./commands/UntagResourceCommand";
666
+ import {
667
+ UpdateBlueprintCommandInput,
668
+ UpdateBlueprintCommandOutput,
669
+ } from "./commands/UpdateBlueprintCommand";
670
+ import {
671
+ UpdateClassifierCommandInput,
672
+ UpdateClassifierCommandOutput,
673
+ } from "./commands/UpdateClassifierCommand";
674
+ import {
675
+ UpdateColumnStatisticsForPartitionCommandInput,
676
+ UpdateColumnStatisticsForPartitionCommandOutput,
677
+ } from "./commands/UpdateColumnStatisticsForPartitionCommand";
678
+ import {
679
+ UpdateColumnStatisticsForTableCommandInput,
680
+ UpdateColumnStatisticsForTableCommandOutput,
681
+ } from "./commands/UpdateColumnStatisticsForTableCommand";
682
+ import {
683
+ UpdateConnectionCommandInput,
684
+ UpdateConnectionCommandOutput,
685
+ } from "./commands/UpdateConnectionCommand";
686
+ import {
687
+ UpdateCrawlerCommandInput,
688
+ UpdateCrawlerCommandOutput,
689
+ } from "./commands/UpdateCrawlerCommand";
690
+ import {
691
+ UpdateCrawlerScheduleCommandInput,
692
+ UpdateCrawlerScheduleCommandOutput,
693
+ } from "./commands/UpdateCrawlerScheduleCommand";
694
+ import {
695
+ UpdateDatabaseCommandInput,
696
+ UpdateDatabaseCommandOutput,
697
+ } from "./commands/UpdateDatabaseCommand";
698
+ import {
699
+ UpdateDevEndpointCommandInput,
700
+ UpdateDevEndpointCommandOutput,
701
+ } from "./commands/UpdateDevEndpointCommand";
702
+ import {
703
+ UpdateJobCommandInput,
704
+ UpdateJobCommandOutput,
705
+ } from "./commands/UpdateJobCommand";
706
+ import {
707
+ UpdateMLTransformCommandInput,
708
+ UpdateMLTransformCommandOutput,
709
+ } from "./commands/UpdateMLTransformCommand";
710
+ import {
711
+ UpdatePartitionCommandInput,
712
+ UpdatePartitionCommandOutput,
713
+ } from "./commands/UpdatePartitionCommand";
714
+ import {
715
+ UpdateRegistryCommandInput,
716
+ UpdateRegistryCommandOutput,
717
+ } from "./commands/UpdateRegistryCommand";
718
+ import {
719
+ UpdateSchemaCommandInput,
720
+ UpdateSchemaCommandOutput,
721
+ } from "./commands/UpdateSchemaCommand";
722
+ import {
723
+ UpdateTableCommandInput,
724
+ UpdateTableCommandOutput,
725
+ } from "./commands/UpdateTableCommand";
726
+ import {
727
+ UpdateTriggerCommandInput,
728
+ UpdateTriggerCommandOutput,
729
+ } from "./commands/UpdateTriggerCommand";
730
+ import {
731
+ UpdateUserDefinedFunctionCommandInput,
732
+ UpdateUserDefinedFunctionCommandOutput,
733
+ } from "./commands/UpdateUserDefinedFunctionCommand";
734
+ import {
735
+ UpdateWorkflowCommandInput,
736
+ UpdateWorkflowCommandOutput,
737
+ } from "./commands/UpdateWorkflowCommand";
738
+ import { GlueClient } from "./GlueClient";
739
+
740
+ export declare class Glue extends GlueClient {
741
+ batchCreatePartition(
742
+ args: BatchCreatePartitionCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<BatchCreatePartitionCommandOutput>;
745
+ batchCreatePartition(
746
+ args: BatchCreatePartitionCommandInput,
747
+ cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void
748
+ ): void;
749
+ batchCreatePartition(
750
+ args: BatchCreatePartitionCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: BatchCreatePartitionCommandOutput) => void
753
+ ): void;
754
+
755
+ batchDeleteConnection(
756
+ args: BatchDeleteConnectionCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<BatchDeleteConnectionCommandOutput>;
759
+ batchDeleteConnection(
760
+ args: BatchDeleteConnectionCommandInput,
761
+ cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void
762
+ ): void;
763
+ batchDeleteConnection(
764
+ args: BatchDeleteConnectionCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: BatchDeleteConnectionCommandOutput) => void
767
+ ): void;
768
+
769
+ batchDeletePartition(
770
+ args: BatchDeletePartitionCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<BatchDeletePartitionCommandOutput>;
773
+ batchDeletePartition(
774
+ args: BatchDeletePartitionCommandInput,
775
+ cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void
776
+ ): void;
777
+ batchDeletePartition(
778
+ args: BatchDeletePartitionCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: BatchDeletePartitionCommandOutput) => void
781
+ ): void;
782
+
783
+ batchDeleteTable(
784
+ args: BatchDeleteTableCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<BatchDeleteTableCommandOutput>;
787
+ batchDeleteTable(
788
+ args: BatchDeleteTableCommandInput,
789
+ cb: (err: any, data?: BatchDeleteTableCommandOutput) => void
790
+ ): void;
791
+ batchDeleteTable(
792
+ args: BatchDeleteTableCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: BatchDeleteTableCommandOutput) => void
795
+ ): void;
796
+
797
+ batchDeleteTableVersion(
798
+ args: BatchDeleteTableVersionCommandInput,
799
+ options?: __HttpHandlerOptions
800
+ ): Promise<BatchDeleteTableVersionCommandOutput>;
801
+ batchDeleteTableVersion(
802
+ args: BatchDeleteTableVersionCommandInput,
803
+ cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void
804
+ ): void;
805
+ batchDeleteTableVersion(
806
+ args: BatchDeleteTableVersionCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (err: any, data?: BatchDeleteTableVersionCommandOutput) => void
809
+ ): void;
810
+
811
+ batchGetBlueprints(
812
+ args: BatchGetBlueprintsCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<BatchGetBlueprintsCommandOutput>;
815
+ batchGetBlueprints(
816
+ args: BatchGetBlueprintsCommandInput,
817
+ cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void
818
+ ): void;
819
+ batchGetBlueprints(
820
+ args: BatchGetBlueprintsCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: BatchGetBlueprintsCommandOutput) => void
823
+ ): void;
824
+
825
+ batchGetCrawlers(
826
+ args: BatchGetCrawlersCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<BatchGetCrawlersCommandOutput>;
829
+ batchGetCrawlers(
830
+ args: BatchGetCrawlersCommandInput,
831
+ cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void
832
+ ): void;
833
+ batchGetCrawlers(
834
+ args: BatchGetCrawlersCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void
837
+ ): void;
838
+
839
+ batchGetCustomEntityTypes(
840
+ args: BatchGetCustomEntityTypesCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<BatchGetCustomEntityTypesCommandOutput>;
843
+ batchGetCustomEntityTypes(
844
+ args: BatchGetCustomEntityTypesCommandInput,
845
+ cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void
846
+ ): void;
847
+ batchGetCustomEntityTypes(
848
+ args: BatchGetCustomEntityTypesCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void
851
+ ): void;
852
+
853
+ batchGetDevEndpoints(
854
+ args: BatchGetDevEndpointsCommandInput,
855
+ options?: __HttpHandlerOptions
856
+ ): Promise<BatchGetDevEndpointsCommandOutput>;
857
+ batchGetDevEndpoints(
858
+ args: BatchGetDevEndpointsCommandInput,
859
+ cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void
860
+ ): void;
861
+ batchGetDevEndpoints(
862
+ args: BatchGetDevEndpointsCommandInput,
863
+ options: __HttpHandlerOptions,
864
+ cb: (err: any, data?: BatchGetDevEndpointsCommandOutput) => void
865
+ ): void;
866
+
867
+ batchGetJobs(
868
+ args: BatchGetJobsCommandInput,
869
+ options?: __HttpHandlerOptions
870
+ ): Promise<BatchGetJobsCommandOutput>;
871
+ batchGetJobs(
872
+ args: BatchGetJobsCommandInput,
873
+ cb: (err: any, data?: BatchGetJobsCommandOutput) => void
874
+ ): void;
875
+ batchGetJobs(
876
+ args: BatchGetJobsCommandInput,
877
+ options: __HttpHandlerOptions,
878
+ cb: (err: any, data?: BatchGetJobsCommandOutput) => void
879
+ ): void;
880
+
881
+ batchGetPartition(
882
+ args: BatchGetPartitionCommandInput,
883
+ options?: __HttpHandlerOptions
884
+ ): Promise<BatchGetPartitionCommandOutput>;
885
+ batchGetPartition(
886
+ args: BatchGetPartitionCommandInput,
887
+ cb: (err: any, data?: BatchGetPartitionCommandOutput) => void
888
+ ): void;
889
+ batchGetPartition(
890
+ args: BatchGetPartitionCommandInput,
891
+ options: __HttpHandlerOptions,
892
+ cb: (err: any, data?: BatchGetPartitionCommandOutput) => void
893
+ ): void;
894
+
895
+ batchGetTriggers(
896
+ args: BatchGetTriggersCommandInput,
897
+ options?: __HttpHandlerOptions
898
+ ): Promise<BatchGetTriggersCommandOutput>;
899
+ batchGetTriggers(
900
+ args: BatchGetTriggersCommandInput,
901
+ cb: (err: any, data?: BatchGetTriggersCommandOutput) => void
902
+ ): void;
903
+ batchGetTriggers(
904
+ args: BatchGetTriggersCommandInput,
905
+ options: __HttpHandlerOptions,
906
+ cb: (err: any, data?: BatchGetTriggersCommandOutput) => void
907
+ ): void;
908
+
909
+ batchGetWorkflows(
910
+ args: BatchGetWorkflowsCommandInput,
911
+ options?: __HttpHandlerOptions
912
+ ): Promise<BatchGetWorkflowsCommandOutput>;
913
+ batchGetWorkflows(
914
+ args: BatchGetWorkflowsCommandInput,
915
+ cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void
916
+ ): void;
917
+ batchGetWorkflows(
918
+ args: BatchGetWorkflowsCommandInput,
919
+ options: __HttpHandlerOptions,
920
+ cb: (err: any, data?: BatchGetWorkflowsCommandOutput) => void
921
+ ): void;
922
+
923
+ batchStopJobRun(
924
+ args: BatchStopJobRunCommandInput,
925
+ options?: __HttpHandlerOptions
926
+ ): Promise<BatchStopJobRunCommandOutput>;
927
+ batchStopJobRun(
928
+ args: BatchStopJobRunCommandInput,
929
+ cb: (err: any, data?: BatchStopJobRunCommandOutput) => void
930
+ ): void;
931
+ batchStopJobRun(
932
+ args: BatchStopJobRunCommandInput,
933
+ options: __HttpHandlerOptions,
934
+ cb: (err: any, data?: BatchStopJobRunCommandOutput) => void
935
+ ): void;
936
+
937
+ batchUpdatePartition(
938
+ args: BatchUpdatePartitionCommandInput,
939
+ options?: __HttpHandlerOptions
940
+ ): Promise<BatchUpdatePartitionCommandOutput>;
941
+ batchUpdatePartition(
942
+ args: BatchUpdatePartitionCommandInput,
943
+ cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void
944
+ ): void;
945
+ batchUpdatePartition(
946
+ args: BatchUpdatePartitionCommandInput,
947
+ options: __HttpHandlerOptions,
948
+ cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void
949
+ ): void;
950
+
951
+ cancelMLTaskRun(
952
+ args: CancelMLTaskRunCommandInput,
953
+ options?: __HttpHandlerOptions
954
+ ): Promise<CancelMLTaskRunCommandOutput>;
955
+ cancelMLTaskRun(
956
+ args: CancelMLTaskRunCommandInput,
957
+ cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void
958
+ ): void;
959
+ cancelMLTaskRun(
960
+ args: CancelMLTaskRunCommandInput,
961
+ options: __HttpHandlerOptions,
962
+ cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void
963
+ ): void;
964
+
965
+ cancelStatement(
966
+ args: CancelStatementCommandInput,
967
+ options?: __HttpHandlerOptions
968
+ ): Promise<CancelStatementCommandOutput>;
969
+ cancelStatement(
970
+ args: CancelStatementCommandInput,
971
+ cb: (err: any, data?: CancelStatementCommandOutput) => void
972
+ ): void;
973
+ cancelStatement(
974
+ args: CancelStatementCommandInput,
975
+ options: __HttpHandlerOptions,
976
+ cb: (err: any, data?: CancelStatementCommandOutput) => void
977
+ ): void;
978
+
979
+ checkSchemaVersionValidity(
980
+ args: CheckSchemaVersionValidityCommandInput,
981
+ options?: __HttpHandlerOptions
982
+ ): Promise<CheckSchemaVersionValidityCommandOutput>;
983
+ checkSchemaVersionValidity(
984
+ args: CheckSchemaVersionValidityCommandInput,
985
+ cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void
986
+ ): void;
987
+ checkSchemaVersionValidity(
988
+ args: CheckSchemaVersionValidityCommandInput,
989
+ options: __HttpHandlerOptions,
990
+ cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void
991
+ ): void;
992
+
993
+ createBlueprint(
994
+ args: CreateBlueprintCommandInput,
995
+ options?: __HttpHandlerOptions
996
+ ): Promise<CreateBlueprintCommandOutput>;
997
+ createBlueprint(
998
+ args: CreateBlueprintCommandInput,
999
+ cb: (err: any, data?: CreateBlueprintCommandOutput) => void
1000
+ ): void;
1001
+ createBlueprint(
1002
+ args: CreateBlueprintCommandInput,
1003
+ options: __HttpHandlerOptions,
1004
+ cb: (err: any, data?: CreateBlueprintCommandOutput) => void
1005
+ ): void;
1006
+
1007
+ createClassifier(
1008
+ args: CreateClassifierCommandInput,
1009
+ options?: __HttpHandlerOptions
1010
+ ): Promise<CreateClassifierCommandOutput>;
1011
+ createClassifier(
1012
+ args: CreateClassifierCommandInput,
1013
+ cb: (err: any, data?: CreateClassifierCommandOutput) => void
1014
+ ): void;
1015
+ createClassifier(
1016
+ args: CreateClassifierCommandInput,
1017
+ options: __HttpHandlerOptions,
1018
+ cb: (err: any, data?: CreateClassifierCommandOutput) => void
1019
+ ): void;
1020
+
1021
+ createConnection(
1022
+ args: CreateConnectionCommandInput,
1023
+ options?: __HttpHandlerOptions
1024
+ ): Promise<CreateConnectionCommandOutput>;
1025
+ createConnection(
1026
+ args: CreateConnectionCommandInput,
1027
+ cb: (err: any, data?: CreateConnectionCommandOutput) => void
1028
+ ): void;
1029
+ createConnection(
1030
+ args: CreateConnectionCommandInput,
1031
+ options: __HttpHandlerOptions,
1032
+ cb: (err: any, data?: CreateConnectionCommandOutput) => void
1033
+ ): void;
1034
+
1035
+ createCrawler(
1036
+ args: CreateCrawlerCommandInput,
1037
+ options?: __HttpHandlerOptions
1038
+ ): Promise<CreateCrawlerCommandOutput>;
1039
+ createCrawler(
1040
+ args: CreateCrawlerCommandInput,
1041
+ cb: (err: any, data?: CreateCrawlerCommandOutput) => void
1042
+ ): void;
1043
+ createCrawler(
1044
+ args: CreateCrawlerCommandInput,
1045
+ options: __HttpHandlerOptions,
1046
+ cb: (err: any, data?: CreateCrawlerCommandOutput) => void
1047
+ ): void;
1048
+
1049
+ createCustomEntityType(
1050
+ args: CreateCustomEntityTypeCommandInput,
1051
+ options?: __HttpHandlerOptions
1052
+ ): Promise<CreateCustomEntityTypeCommandOutput>;
1053
+ createCustomEntityType(
1054
+ args: CreateCustomEntityTypeCommandInput,
1055
+ cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void
1056
+ ): void;
1057
+ createCustomEntityType(
1058
+ args: CreateCustomEntityTypeCommandInput,
1059
+ options: __HttpHandlerOptions,
1060
+ cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void
1061
+ ): void;
1062
+
1063
+ createDatabase(
1064
+ args: CreateDatabaseCommandInput,
1065
+ options?: __HttpHandlerOptions
1066
+ ): Promise<CreateDatabaseCommandOutput>;
1067
+ createDatabase(
1068
+ args: CreateDatabaseCommandInput,
1069
+ cb: (err: any, data?: CreateDatabaseCommandOutput) => void
1070
+ ): void;
1071
+ createDatabase(
1072
+ args: CreateDatabaseCommandInput,
1073
+ options: __HttpHandlerOptions,
1074
+ cb: (err: any, data?: CreateDatabaseCommandOutput) => void
1075
+ ): void;
1076
+
1077
+ createDevEndpoint(
1078
+ args: CreateDevEndpointCommandInput,
1079
+ options?: __HttpHandlerOptions
1080
+ ): Promise<CreateDevEndpointCommandOutput>;
1081
+ createDevEndpoint(
1082
+ args: CreateDevEndpointCommandInput,
1083
+ cb: (err: any, data?: CreateDevEndpointCommandOutput) => void
1084
+ ): void;
1085
+ createDevEndpoint(
1086
+ args: CreateDevEndpointCommandInput,
1087
+ options: __HttpHandlerOptions,
1088
+ cb: (err: any, data?: CreateDevEndpointCommandOutput) => void
1089
+ ): void;
1090
+
1091
+ createJob(
1092
+ args: CreateJobCommandInput,
1093
+ options?: __HttpHandlerOptions
1094
+ ): Promise<CreateJobCommandOutput>;
1095
+ createJob(
1096
+ args: CreateJobCommandInput,
1097
+ cb: (err: any, data?: CreateJobCommandOutput) => void
1098
+ ): void;
1099
+ createJob(
1100
+ args: CreateJobCommandInput,
1101
+ options: __HttpHandlerOptions,
1102
+ cb: (err: any, data?: CreateJobCommandOutput) => void
1103
+ ): void;
1104
+
1105
+ createMLTransform(
1106
+ args: CreateMLTransformCommandInput,
1107
+ options?: __HttpHandlerOptions
1108
+ ): Promise<CreateMLTransformCommandOutput>;
1109
+ createMLTransform(
1110
+ args: CreateMLTransformCommandInput,
1111
+ cb: (err: any, data?: CreateMLTransformCommandOutput) => void
1112
+ ): void;
1113
+ createMLTransform(
1114
+ args: CreateMLTransformCommandInput,
1115
+ options: __HttpHandlerOptions,
1116
+ cb: (err: any, data?: CreateMLTransformCommandOutput) => void
1117
+ ): void;
1118
+
1119
+ createPartition(
1120
+ args: CreatePartitionCommandInput,
1121
+ options?: __HttpHandlerOptions
1122
+ ): Promise<CreatePartitionCommandOutput>;
1123
+ createPartition(
1124
+ args: CreatePartitionCommandInput,
1125
+ cb: (err: any, data?: CreatePartitionCommandOutput) => void
1126
+ ): void;
1127
+ createPartition(
1128
+ args: CreatePartitionCommandInput,
1129
+ options: __HttpHandlerOptions,
1130
+ cb: (err: any, data?: CreatePartitionCommandOutput) => void
1131
+ ): void;
1132
+
1133
+ createPartitionIndex(
1134
+ args: CreatePartitionIndexCommandInput,
1135
+ options?: __HttpHandlerOptions
1136
+ ): Promise<CreatePartitionIndexCommandOutput>;
1137
+ createPartitionIndex(
1138
+ args: CreatePartitionIndexCommandInput,
1139
+ cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void
1140
+ ): void;
1141
+ createPartitionIndex(
1142
+ args: CreatePartitionIndexCommandInput,
1143
+ options: __HttpHandlerOptions,
1144
+ cb: (err: any, data?: CreatePartitionIndexCommandOutput) => void
1145
+ ): void;
1146
+
1147
+ createRegistry(
1148
+ args: CreateRegistryCommandInput,
1149
+ options?: __HttpHandlerOptions
1150
+ ): Promise<CreateRegistryCommandOutput>;
1151
+ createRegistry(
1152
+ args: CreateRegistryCommandInput,
1153
+ cb: (err: any, data?: CreateRegistryCommandOutput) => void
1154
+ ): void;
1155
+ createRegistry(
1156
+ args: CreateRegistryCommandInput,
1157
+ options: __HttpHandlerOptions,
1158
+ cb: (err: any, data?: CreateRegistryCommandOutput) => void
1159
+ ): void;
1160
+
1161
+ createSchema(
1162
+ args: CreateSchemaCommandInput,
1163
+ options?: __HttpHandlerOptions
1164
+ ): Promise<CreateSchemaCommandOutput>;
1165
+ createSchema(
1166
+ args: CreateSchemaCommandInput,
1167
+ cb: (err: any, data?: CreateSchemaCommandOutput) => void
1168
+ ): void;
1169
+ createSchema(
1170
+ args: CreateSchemaCommandInput,
1171
+ options: __HttpHandlerOptions,
1172
+ cb: (err: any, data?: CreateSchemaCommandOutput) => void
1173
+ ): void;
1174
+
1175
+ createScript(
1176
+ args: CreateScriptCommandInput,
1177
+ options?: __HttpHandlerOptions
1178
+ ): Promise<CreateScriptCommandOutput>;
1179
+ createScript(
1180
+ args: CreateScriptCommandInput,
1181
+ cb: (err: any, data?: CreateScriptCommandOutput) => void
1182
+ ): void;
1183
+ createScript(
1184
+ args: CreateScriptCommandInput,
1185
+ options: __HttpHandlerOptions,
1186
+ cb: (err: any, data?: CreateScriptCommandOutput) => void
1187
+ ): void;
1188
+
1189
+ createSecurityConfiguration(
1190
+ args: CreateSecurityConfigurationCommandInput,
1191
+ options?: __HttpHandlerOptions
1192
+ ): Promise<CreateSecurityConfigurationCommandOutput>;
1193
+ createSecurityConfiguration(
1194
+ args: CreateSecurityConfigurationCommandInput,
1195
+ cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void
1196
+ ): void;
1197
+ createSecurityConfiguration(
1198
+ args: CreateSecurityConfigurationCommandInput,
1199
+ options: __HttpHandlerOptions,
1200
+ cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void
1201
+ ): void;
1202
+
1203
+ createSession(
1204
+ args: CreateSessionCommandInput,
1205
+ options?: __HttpHandlerOptions
1206
+ ): Promise<CreateSessionCommandOutput>;
1207
+ createSession(
1208
+ args: CreateSessionCommandInput,
1209
+ cb: (err: any, data?: CreateSessionCommandOutput) => void
1210
+ ): void;
1211
+ createSession(
1212
+ args: CreateSessionCommandInput,
1213
+ options: __HttpHandlerOptions,
1214
+ cb: (err: any, data?: CreateSessionCommandOutput) => void
1215
+ ): void;
1216
+
1217
+ createTable(
1218
+ args: CreateTableCommandInput,
1219
+ options?: __HttpHandlerOptions
1220
+ ): Promise<CreateTableCommandOutput>;
1221
+ createTable(
1222
+ args: CreateTableCommandInput,
1223
+ cb: (err: any, data?: CreateTableCommandOutput) => void
1224
+ ): void;
1225
+ createTable(
1226
+ args: CreateTableCommandInput,
1227
+ options: __HttpHandlerOptions,
1228
+ cb: (err: any, data?: CreateTableCommandOutput) => void
1229
+ ): void;
1230
+
1231
+ createTrigger(
1232
+ args: CreateTriggerCommandInput,
1233
+ options?: __HttpHandlerOptions
1234
+ ): Promise<CreateTriggerCommandOutput>;
1235
+ createTrigger(
1236
+ args: CreateTriggerCommandInput,
1237
+ cb: (err: any, data?: CreateTriggerCommandOutput) => void
1238
+ ): void;
1239
+ createTrigger(
1240
+ args: CreateTriggerCommandInput,
1241
+ options: __HttpHandlerOptions,
1242
+ cb: (err: any, data?: CreateTriggerCommandOutput) => void
1243
+ ): void;
1244
+
1245
+ createUserDefinedFunction(
1246
+ args: CreateUserDefinedFunctionCommandInput,
1247
+ options?: __HttpHandlerOptions
1248
+ ): Promise<CreateUserDefinedFunctionCommandOutput>;
1249
+ createUserDefinedFunction(
1250
+ args: CreateUserDefinedFunctionCommandInput,
1251
+ cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void
1252
+ ): void;
1253
+ createUserDefinedFunction(
1254
+ args: CreateUserDefinedFunctionCommandInput,
1255
+ options: __HttpHandlerOptions,
1256
+ cb: (err: any, data?: CreateUserDefinedFunctionCommandOutput) => void
1257
+ ): void;
1258
+
1259
+ createWorkflow(
1260
+ args: CreateWorkflowCommandInput,
1261
+ options?: __HttpHandlerOptions
1262
+ ): Promise<CreateWorkflowCommandOutput>;
1263
+ createWorkflow(
1264
+ args: CreateWorkflowCommandInput,
1265
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
1266
+ ): void;
1267
+ createWorkflow(
1268
+ args: CreateWorkflowCommandInput,
1269
+ options: __HttpHandlerOptions,
1270
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
1271
+ ): void;
1272
+
1273
+ deleteBlueprint(
1274
+ args: DeleteBlueprintCommandInput,
1275
+ options?: __HttpHandlerOptions
1276
+ ): Promise<DeleteBlueprintCommandOutput>;
1277
+ deleteBlueprint(
1278
+ args: DeleteBlueprintCommandInput,
1279
+ cb: (err: any, data?: DeleteBlueprintCommandOutput) => void
1280
+ ): void;
1281
+ deleteBlueprint(
1282
+ args: DeleteBlueprintCommandInput,
1283
+ options: __HttpHandlerOptions,
1284
+ cb: (err: any, data?: DeleteBlueprintCommandOutput) => void
1285
+ ): void;
1286
+
1287
+ deleteClassifier(
1288
+ args: DeleteClassifierCommandInput,
1289
+ options?: __HttpHandlerOptions
1290
+ ): Promise<DeleteClassifierCommandOutput>;
1291
+ deleteClassifier(
1292
+ args: DeleteClassifierCommandInput,
1293
+ cb: (err: any, data?: DeleteClassifierCommandOutput) => void
1294
+ ): void;
1295
+ deleteClassifier(
1296
+ args: DeleteClassifierCommandInput,
1297
+ options: __HttpHandlerOptions,
1298
+ cb: (err: any, data?: DeleteClassifierCommandOutput) => void
1299
+ ): void;
1300
+
1301
+ deleteColumnStatisticsForPartition(
1302
+ args: DeleteColumnStatisticsForPartitionCommandInput,
1303
+ options?: __HttpHandlerOptions
1304
+ ): Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
1305
+ deleteColumnStatisticsForPartition(
1306
+ args: DeleteColumnStatisticsForPartitionCommandInput,
1307
+ cb: (
1308
+ err: any,
1309
+ data?: DeleteColumnStatisticsForPartitionCommandOutput
1310
+ ) => void
1311
+ ): void;
1312
+ deleteColumnStatisticsForPartition(
1313
+ args: DeleteColumnStatisticsForPartitionCommandInput,
1314
+ options: __HttpHandlerOptions,
1315
+ cb: (
1316
+ err: any,
1317
+ data?: DeleteColumnStatisticsForPartitionCommandOutput
1318
+ ) => void
1319
+ ): void;
1320
+
1321
+ deleteColumnStatisticsForTable(
1322
+ args: DeleteColumnStatisticsForTableCommandInput,
1323
+ options?: __HttpHandlerOptions
1324
+ ): Promise<DeleteColumnStatisticsForTableCommandOutput>;
1325
+ deleteColumnStatisticsForTable(
1326
+ args: DeleteColumnStatisticsForTableCommandInput,
1327
+ cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void
1328
+ ): void;
1329
+ deleteColumnStatisticsForTable(
1330
+ args: DeleteColumnStatisticsForTableCommandInput,
1331
+ options: __HttpHandlerOptions,
1332
+ cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void
1333
+ ): void;
1334
+
1335
+ deleteConnection(
1336
+ args: DeleteConnectionCommandInput,
1337
+ options?: __HttpHandlerOptions
1338
+ ): Promise<DeleteConnectionCommandOutput>;
1339
+ deleteConnection(
1340
+ args: DeleteConnectionCommandInput,
1341
+ cb: (err: any, data?: DeleteConnectionCommandOutput) => void
1342
+ ): void;
1343
+ deleteConnection(
1344
+ args: DeleteConnectionCommandInput,
1345
+ options: __HttpHandlerOptions,
1346
+ cb: (err: any, data?: DeleteConnectionCommandOutput) => void
1347
+ ): void;
1348
+
1349
+ deleteCrawler(
1350
+ args: DeleteCrawlerCommandInput,
1351
+ options?: __HttpHandlerOptions
1352
+ ): Promise<DeleteCrawlerCommandOutput>;
1353
+ deleteCrawler(
1354
+ args: DeleteCrawlerCommandInput,
1355
+ cb: (err: any, data?: DeleteCrawlerCommandOutput) => void
1356
+ ): void;
1357
+ deleteCrawler(
1358
+ args: DeleteCrawlerCommandInput,
1359
+ options: __HttpHandlerOptions,
1360
+ cb: (err: any, data?: DeleteCrawlerCommandOutput) => void
1361
+ ): void;
1362
+
1363
+ deleteCustomEntityType(
1364
+ args: DeleteCustomEntityTypeCommandInput,
1365
+ options?: __HttpHandlerOptions
1366
+ ): Promise<DeleteCustomEntityTypeCommandOutput>;
1367
+ deleteCustomEntityType(
1368
+ args: DeleteCustomEntityTypeCommandInput,
1369
+ cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void
1370
+ ): void;
1371
+ deleteCustomEntityType(
1372
+ args: DeleteCustomEntityTypeCommandInput,
1373
+ options: __HttpHandlerOptions,
1374
+ cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void
1375
+ ): void;
1376
+
1377
+ deleteDatabase(
1378
+ args: DeleteDatabaseCommandInput,
1379
+ options?: __HttpHandlerOptions
1380
+ ): Promise<DeleteDatabaseCommandOutput>;
1381
+ deleteDatabase(
1382
+ args: DeleteDatabaseCommandInput,
1383
+ cb: (err: any, data?: DeleteDatabaseCommandOutput) => void
1384
+ ): void;
1385
+ deleteDatabase(
1386
+ args: DeleteDatabaseCommandInput,
1387
+ options: __HttpHandlerOptions,
1388
+ cb: (err: any, data?: DeleteDatabaseCommandOutput) => void
1389
+ ): void;
1390
+
1391
+ deleteDevEndpoint(
1392
+ args: DeleteDevEndpointCommandInput,
1393
+ options?: __HttpHandlerOptions
1394
+ ): Promise<DeleteDevEndpointCommandOutput>;
1395
+ deleteDevEndpoint(
1396
+ args: DeleteDevEndpointCommandInput,
1397
+ cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void
1398
+ ): void;
1399
+ deleteDevEndpoint(
1400
+ args: DeleteDevEndpointCommandInput,
1401
+ options: __HttpHandlerOptions,
1402
+ cb: (err: any, data?: DeleteDevEndpointCommandOutput) => void
1403
+ ): void;
1404
+
1405
+ deleteJob(
1406
+ args: DeleteJobCommandInput,
1407
+ options?: __HttpHandlerOptions
1408
+ ): Promise<DeleteJobCommandOutput>;
1409
+ deleteJob(
1410
+ args: DeleteJobCommandInput,
1411
+ cb: (err: any, data?: DeleteJobCommandOutput) => void
1412
+ ): void;
1413
+ deleteJob(
1414
+ args: DeleteJobCommandInput,
1415
+ options: __HttpHandlerOptions,
1416
+ cb: (err: any, data?: DeleteJobCommandOutput) => void
1417
+ ): void;
1418
+
1419
+ deleteMLTransform(
1420
+ args: DeleteMLTransformCommandInput,
1421
+ options?: __HttpHandlerOptions
1422
+ ): Promise<DeleteMLTransformCommandOutput>;
1423
+ deleteMLTransform(
1424
+ args: DeleteMLTransformCommandInput,
1425
+ cb: (err: any, data?: DeleteMLTransformCommandOutput) => void
1426
+ ): void;
1427
+ deleteMLTransform(
1428
+ args: DeleteMLTransformCommandInput,
1429
+ options: __HttpHandlerOptions,
1430
+ cb: (err: any, data?: DeleteMLTransformCommandOutput) => void
1431
+ ): void;
1432
+
1433
+ deletePartition(
1434
+ args: DeletePartitionCommandInput,
1435
+ options?: __HttpHandlerOptions
1436
+ ): Promise<DeletePartitionCommandOutput>;
1437
+ deletePartition(
1438
+ args: DeletePartitionCommandInput,
1439
+ cb: (err: any, data?: DeletePartitionCommandOutput) => void
1440
+ ): void;
1441
+ deletePartition(
1442
+ args: DeletePartitionCommandInput,
1443
+ options: __HttpHandlerOptions,
1444
+ cb: (err: any, data?: DeletePartitionCommandOutput) => void
1445
+ ): void;
1446
+
1447
+ deletePartitionIndex(
1448
+ args: DeletePartitionIndexCommandInput,
1449
+ options?: __HttpHandlerOptions
1450
+ ): Promise<DeletePartitionIndexCommandOutput>;
1451
+ deletePartitionIndex(
1452
+ args: DeletePartitionIndexCommandInput,
1453
+ cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void
1454
+ ): void;
1455
+ deletePartitionIndex(
1456
+ args: DeletePartitionIndexCommandInput,
1457
+ options: __HttpHandlerOptions,
1458
+ cb: (err: any, data?: DeletePartitionIndexCommandOutput) => void
1459
+ ): void;
1460
+
1461
+ deleteRegistry(
1462
+ args: DeleteRegistryCommandInput,
1463
+ options?: __HttpHandlerOptions
1464
+ ): Promise<DeleteRegistryCommandOutput>;
1465
+ deleteRegistry(
1466
+ args: DeleteRegistryCommandInput,
1467
+ cb: (err: any, data?: DeleteRegistryCommandOutput) => void
1468
+ ): void;
1469
+ deleteRegistry(
1470
+ args: DeleteRegistryCommandInput,
1471
+ options: __HttpHandlerOptions,
1472
+ cb: (err: any, data?: DeleteRegistryCommandOutput) => void
1473
+ ): void;
1474
+
1475
+ deleteResourcePolicy(
1476
+ args: DeleteResourcePolicyCommandInput,
1477
+ options?: __HttpHandlerOptions
1478
+ ): Promise<DeleteResourcePolicyCommandOutput>;
1479
+ deleteResourcePolicy(
1480
+ args: DeleteResourcePolicyCommandInput,
1481
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
1482
+ ): void;
1483
+ deleteResourcePolicy(
1484
+ args: DeleteResourcePolicyCommandInput,
1485
+ options: __HttpHandlerOptions,
1486
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
1487
+ ): void;
1488
+
1489
+ deleteSchema(
1490
+ args: DeleteSchemaCommandInput,
1491
+ options?: __HttpHandlerOptions
1492
+ ): Promise<DeleteSchemaCommandOutput>;
1493
+ deleteSchema(
1494
+ args: DeleteSchemaCommandInput,
1495
+ cb: (err: any, data?: DeleteSchemaCommandOutput) => void
1496
+ ): void;
1497
+ deleteSchema(
1498
+ args: DeleteSchemaCommandInput,
1499
+ options: __HttpHandlerOptions,
1500
+ cb: (err: any, data?: DeleteSchemaCommandOutput) => void
1501
+ ): void;
1502
+
1503
+ deleteSchemaVersions(
1504
+ args: DeleteSchemaVersionsCommandInput,
1505
+ options?: __HttpHandlerOptions
1506
+ ): Promise<DeleteSchemaVersionsCommandOutput>;
1507
+ deleteSchemaVersions(
1508
+ args: DeleteSchemaVersionsCommandInput,
1509
+ cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void
1510
+ ): void;
1511
+ deleteSchemaVersions(
1512
+ args: DeleteSchemaVersionsCommandInput,
1513
+ options: __HttpHandlerOptions,
1514
+ cb: (err: any, data?: DeleteSchemaVersionsCommandOutput) => void
1515
+ ): void;
1516
+
1517
+ deleteSecurityConfiguration(
1518
+ args: DeleteSecurityConfigurationCommandInput,
1519
+ options?: __HttpHandlerOptions
1520
+ ): Promise<DeleteSecurityConfigurationCommandOutput>;
1521
+ deleteSecurityConfiguration(
1522
+ args: DeleteSecurityConfigurationCommandInput,
1523
+ cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void
1524
+ ): void;
1525
+ deleteSecurityConfiguration(
1526
+ args: DeleteSecurityConfigurationCommandInput,
1527
+ options: __HttpHandlerOptions,
1528
+ cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void
1529
+ ): void;
1530
+
1531
+ deleteSession(
1532
+ args: DeleteSessionCommandInput,
1533
+ options?: __HttpHandlerOptions
1534
+ ): Promise<DeleteSessionCommandOutput>;
1535
+ deleteSession(
1536
+ args: DeleteSessionCommandInput,
1537
+ cb: (err: any, data?: DeleteSessionCommandOutput) => void
1538
+ ): void;
1539
+ deleteSession(
1540
+ args: DeleteSessionCommandInput,
1541
+ options: __HttpHandlerOptions,
1542
+ cb: (err: any, data?: DeleteSessionCommandOutput) => void
1543
+ ): void;
1544
+
1545
+ deleteTable(
1546
+ args: DeleteTableCommandInput,
1547
+ options?: __HttpHandlerOptions
1548
+ ): Promise<DeleteTableCommandOutput>;
1549
+ deleteTable(
1550
+ args: DeleteTableCommandInput,
1551
+ cb: (err: any, data?: DeleteTableCommandOutput) => void
1552
+ ): void;
1553
+ deleteTable(
1554
+ args: DeleteTableCommandInput,
1555
+ options: __HttpHandlerOptions,
1556
+ cb: (err: any, data?: DeleteTableCommandOutput) => void
1557
+ ): void;
1558
+
1559
+ deleteTableVersion(
1560
+ args: DeleteTableVersionCommandInput,
1561
+ options?: __HttpHandlerOptions
1562
+ ): Promise<DeleteTableVersionCommandOutput>;
1563
+ deleteTableVersion(
1564
+ args: DeleteTableVersionCommandInput,
1565
+ cb: (err: any, data?: DeleteTableVersionCommandOutput) => void
1566
+ ): void;
1567
+ deleteTableVersion(
1568
+ args: DeleteTableVersionCommandInput,
1569
+ options: __HttpHandlerOptions,
1570
+ cb: (err: any, data?: DeleteTableVersionCommandOutput) => void
1571
+ ): void;
1572
+
1573
+ deleteTrigger(
1574
+ args: DeleteTriggerCommandInput,
1575
+ options?: __HttpHandlerOptions
1576
+ ): Promise<DeleteTriggerCommandOutput>;
1577
+ deleteTrigger(
1578
+ args: DeleteTriggerCommandInput,
1579
+ cb: (err: any, data?: DeleteTriggerCommandOutput) => void
1580
+ ): void;
1581
+ deleteTrigger(
1582
+ args: DeleteTriggerCommandInput,
1583
+ options: __HttpHandlerOptions,
1584
+ cb: (err: any, data?: DeleteTriggerCommandOutput) => void
1585
+ ): void;
1586
+
1587
+ deleteUserDefinedFunction(
1588
+ args: DeleteUserDefinedFunctionCommandInput,
1589
+ options?: __HttpHandlerOptions
1590
+ ): Promise<DeleteUserDefinedFunctionCommandOutput>;
1591
+ deleteUserDefinedFunction(
1592
+ args: DeleteUserDefinedFunctionCommandInput,
1593
+ cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void
1594
+ ): void;
1595
+ deleteUserDefinedFunction(
1596
+ args: DeleteUserDefinedFunctionCommandInput,
1597
+ options: __HttpHandlerOptions,
1598
+ cb: (err: any, data?: DeleteUserDefinedFunctionCommandOutput) => void
1599
+ ): void;
1600
+
1601
+ deleteWorkflow(
1602
+ args: DeleteWorkflowCommandInput,
1603
+ options?: __HttpHandlerOptions
1604
+ ): Promise<DeleteWorkflowCommandOutput>;
1605
+ deleteWorkflow(
1606
+ args: DeleteWorkflowCommandInput,
1607
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
1608
+ ): void;
1609
+ deleteWorkflow(
1610
+ args: DeleteWorkflowCommandInput,
1611
+ options: __HttpHandlerOptions,
1612
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
1613
+ ): void;
1614
+
1615
+ getBlueprint(
1616
+ args: GetBlueprintCommandInput,
1617
+ options?: __HttpHandlerOptions
1618
+ ): Promise<GetBlueprintCommandOutput>;
1619
+ getBlueprint(
1620
+ args: GetBlueprintCommandInput,
1621
+ cb: (err: any, data?: GetBlueprintCommandOutput) => void
1622
+ ): void;
1623
+ getBlueprint(
1624
+ args: GetBlueprintCommandInput,
1625
+ options: __HttpHandlerOptions,
1626
+ cb: (err: any, data?: GetBlueprintCommandOutput) => void
1627
+ ): void;
1628
+
1629
+ getBlueprintRun(
1630
+ args: GetBlueprintRunCommandInput,
1631
+ options?: __HttpHandlerOptions
1632
+ ): Promise<GetBlueprintRunCommandOutput>;
1633
+ getBlueprintRun(
1634
+ args: GetBlueprintRunCommandInput,
1635
+ cb: (err: any, data?: GetBlueprintRunCommandOutput) => void
1636
+ ): void;
1637
+ getBlueprintRun(
1638
+ args: GetBlueprintRunCommandInput,
1639
+ options: __HttpHandlerOptions,
1640
+ cb: (err: any, data?: GetBlueprintRunCommandOutput) => void
1641
+ ): void;
1642
+
1643
+ getBlueprintRuns(
1644
+ args: GetBlueprintRunsCommandInput,
1645
+ options?: __HttpHandlerOptions
1646
+ ): Promise<GetBlueprintRunsCommandOutput>;
1647
+ getBlueprintRuns(
1648
+ args: GetBlueprintRunsCommandInput,
1649
+ cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void
1650
+ ): void;
1651
+ getBlueprintRuns(
1652
+ args: GetBlueprintRunsCommandInput,
1653
+ options: __HttpHandlerOptions,
1654
+ cb: (err: any, data?: GetBlueprintRunsCommandOutput) => void
1655
+ ): void;
1656
+
1657
+ getCatalogImportStatus(
1658
+ args: GetCatalogImportStatusCommandInput,
1659
+ options?: __HttpHandlerOptions
1660
+ ): Promise<GetCatalogImportStatusCommandOutput>;
1661
+ getCatalogImportStatus(
1662
+ args: GetCatalogImportStatusCommandInput,
1663
+ cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void
1664
+ ): void;
1665
+ getCatalogImportStatus(
1666
+ args: GetCatalogImportStatusCommandInput,
1667
+ options: __HttpHandlerOptions,
1668
+ cb: (err: any, data?: GetCatalogImportStatusCommandOutput) => void
1669
+ ): void;
1670
+
1671
+ getClassifier(
1672
+ args: GetClassifierCommandInput,
1673
+ options?: __HttpHandlerOptions
1674
+ ): Promise<GetClassifierCommandOutput>;
1675
+ getClassifier(
1676
+ args: GetClassifierCommandInput,
1677
+ cb: (err: any, data?: GetClassifierCommandOutput) => void
1678
+ ): void;
1679
+ getClassifier(
1680
+ args: GetClassifierCommandInput,
1681
+ options: __HttpHandlerOptions,
1682
+ cb: (err: any, data?: GetClassifierCommandOutput) => void
1683
+ ): void;
1684
+
1685
+ getClassifiers(
1686
+ args: GetClassifiersCommandInput,
1687
+ options?: __HttpHandlerOptions
1688
+ ): Promise<GetClassifiersCommandOutput>;
1689
+ getClassifiers(
1690
+ args: GetClassifiersCommandInput,
1691
+ cb: (err: any, data?: GetClassifiersCommandOutput) => void
1692
+ ): void;
1693
+ getClassifiers(
1694
+ args: GetClassifiersCommandInput,
1695
+ options: __HttpHandlerOptions,
1696
+ cb: (err: any, data?: GetClassifiersCommandOutput) => void
1697
+ ): void;
1698
+
1699
+ getColumnStatisticsForPartition(
1700
+ args: GetColumnStatisticsForPartitionCommandInput,
1701
+ options?: __HttpHandlerOptions
1702
+ ): Promise<GetColumnStatisticsForPartitionCommandOutput>;
1703
+ getColumnStatisticsForPartition(
1704
+ args: GetColumnStatisticsForPartitionCommandInput,
1705
+ cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void
1706
+ ): void;
1707
+ getColumnStatisticsForPartition(
1708
+ args: GetColumnStatisticsForPartitionCommandInput,
1709
+ options: __HttpHandlerOptions,
1710
+ cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void
1711
+ ): void;
1712
+
1713
+ getColumnStatisticsForTable(
1714
+ args: GetColumnStatisticsForTableCommandInput,
1715
+ options?: __HttpHandlerOptions
1716
+ ): Promise<GetColumnStatisticsForTableCommandOutput>;
1717
+ getColumnStatisticsForTable(
1718
+ args: GetColumnStatisticsForTableCommandInput,
1719
+ cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void
1720
+ ): void;
1721
+ getColumnStatisticsForTable(
1722
+ args: GetColumnStatisticsForTableCommandInput,
1723
+ options: __HttpHandlerOptions,
1724
+ cb: (err: any, data?: GetColumnStatisticsForTableCommandOutput) => void
1725
+ ): void;
1726
+
1727
+ getConnection(
1728
+ args: GetConnectionCommandInput,
1729
+ options?: __HttpHandlerOptions
1730
+ ): Promise<GetConnectionCommandOutput>;
1731
+ getConnection(
1732
+ args: GetConnectionCommandInput,
1733
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
1734
+ ): void;
1735
+ getConnection(
1736
+ args: GetConnectionCommandInput,
1737
+ options: __HttpHandlerOptions,
1738
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
1739
+ ): void;
1740
+
1741
+ getConnections(
1742
+ args: GetConnectionsCommandInput,
1743
+ options?: __HttpHandlerOptions
1744
+ ): Promise<GetConnectionsCommandOutput>;
1745
+ getConnections(
1746
+ args: GetConnectionsCommandInput,
1747
+ cb: (err: any, data?: GetConnectionsCommandOutput) => void
1748
+ ): void;
1749
+ getConnections(
1750
+ args: GetConnectionsCommandInput,
1751
+ options: __HttpHandlerOptions,
1752
+ cb: (err: any, data?: GetConnectionsCommandOutput) => void
1753
+ ): void;
1754
+
1755
+ getCrawler(
1756
+ args: GetCrawlerCommandInput,
1757
+ options?: __HttpHandlerOptions
1758
+ ): Promise<GetCrawlerCommandOutput>;
1759
+ getCrawler(
1760
+ args: GetCrawlerCommandInput,
1761
+ cb: (err: any, data?: GetCrawlerCommandOutput) => void
1762
+ ): void;
1763
+ getCrawler(
1764
+ args: GetCrawlerCommandInput,
1765
+ options: __HttpHandlerOptions,
1766
+ cb: (err: any, data?: GetCrawlerCommandOutput) => void
1767
+ ): void;
1768
+
1769
+ getCrawlerMetrics(
1770
+ args: GetCrawlerMetricsCommandInput,
1771
+ options?: __HttpHandlerOptions
1772
+ ): Promise<GetCrawlerMetricsCommandOutput>;
1773
+ getCrawlerMetrics(
1774
+ args: GetCrawlerMetricsCommandInput,
1775
+ cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void
1776
+ ): void;
1777
+ getCrawlerMetrics(
1778
+ args: GetCrawlerMetricsCommandInput,
1779
+ options: __HttpHandlerOptions,
1780
+ cb: (err: any, data?: GetCrawlerMetricsCommandOutput) => void
1781
+ ): void;
1782
+
1783
+ getCrawlers(
1784
+ args: GetCrawlersCommandInput,
1785
+ options?: __HttpHandlerOptions
1786
+ ): Promise<GetCrawlersCommandOutput>;
1787
+ getCrawlers(
1788
+ args: GetCrawlersCommandInput,
1789
+ cb: (err: any, data?: GetCrawlersCommandOutput) => void
1790
+ ): void;
1791
+ getCrawlers(
1792
+ args: GetCrawlersCommandInput,
1793
+ options: __HttpHandlerOptions,
1794
+ cb: (err: any, data?: GetCrawlersCommandOutput) => void
1795
+ ): void;
1796
+
1797
+ getCustomEntityType(
1798
+ args: GetCustomEntityTypeCommandInput,
1799
+ options?: __HttpHandlerOptions
1800
+ ): Promise<GetCustomEntityTypeCommandOutput>;
1801
+ getCustomEntityType(
1802
+ args: GetCustomEntityTypeCommandInput,
1803
+ cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void
1804
+ ): void;
1805
+ getCustomEntityType(
1806
+ args: GetCustomEntityTypeCommandInput,
1807
+ options: __HttpHandlerOptions,
1808
+ cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void
1809
+ ): void;
1810
+
1811
+ getDatabase(
1812
+ args: GetDatabaseCommandInput,
1813
+ options?: __HttpHandlerOptions
1814
+ ): Promise<GetDatabaseCommandOutput>;
1815
+ getDatabase(
1816
+ args: GetDatabaseCommandInput,
1817
+ cb: (err: any, data?: GetDatabaseCommandOutput) => void
1818
+ ): void;
1819
+ getDatabase(
1820
+ args: GetDatabaseCommandInput,
1821
+ options: __HttpHandlerOptions,
1822
+ cb: (err: any, data?: GetDatabaseCommandOutput) => void
1823
+ ): void;
1824
+
1825
+ getDatabases(
1826
+ args: GetDatabasesCommandInput,
1827
+ options?: __HttpHandlerOptions
1828
+ ): Promise<GetDatabasesCommandOutput>;
1829
+ getDatabases(
1830
+ args: GetDatabasesCommandInput,
1831
+ cb: (err: any, data?: GetDatabasesCommandOutput) => void
1832
+ ): void;
1833
+ getDatabases(
1834
+ args: GetDatabasesCommandInput,
1835
+ options: __HttpHandlerOptions,
1836
+ cb: (err: any, data?: GetDatabasesCommandOutput) => void
1837
+ ): void;
1838
+
1839
+ getDataCatalogEncryptionSettings(
1840
+ args: GetDataCatalogEncryptionSettingsCommandInput,
1841
+ options?: __HttpHandlerOptions
1842
+ ): Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
1843
+ getDataCatalogEncryptionSettings(
1844
+ args: GetDataCatalogEncryptionSettingsCommandInput,
1845
+ cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void
1846
+ ): void;
1847
+ getDataCatalogEncryptionSettings(
1848
+ args: GetDataCatalogEncryptionSettingsCommandInput,
1849
+ options: __HttpHandlerOptions,
1850
+ cb: (err: any, data?: GetDataCatalogEncryptionSettingsCommandOutput) => void
1851
+ ): void;
1852
+
1853
+ getDataflowGraph(
1854
+ args: GetDataflowGraphCommandInput,
1855
+ options?: __HttpHandlerOptions
1856
+ ): Promise<GetDataflowGraphCommandOutput>;
1857
+ getDataflowGraph(
1858
+ args: GetDataflowGraphCommandInput,
1859
+ cb: (err: any, data?: GetDataflowGraphCommandOutput) => void
1860
+ ): void;
1861
+ getDataflowGraph(
1862
+ args: GetDataflowGraphCommandInput,
1863
+ options: __HttpHandlerOptions,
1864
+ cb: (err: any, data?: GetDataflowGraphCommandOutput) => void
1865
+ ): void;
1866
+
1867
+ getDevEndpoint(
1868
+ args: GetDevEndpointCommandInput,
1869
+ options?: __HttpHandlerOptions
1870
+ ): Promise<GetDevEndpointCommandOutput>;
1871
+ getDevEndpoint(
1872
+ args: GetDevEndpointCommandInput,
1873
+ cb: (err: any, data?: GetDevEndpointCommandOutput) => void
1874
+ ): void;
1875
+ getDevEndpoint(
1876
+ args: GetDevEndpointCommandInput,
1877
+ options: __HttpHandlerOptions,
1878
+ cb: (err: any, data?: GetDevEndpointCommandOutput) => void
1879
+ ): void;
1880
+
1881
+ getDevEndpoints(
1882
+ args: GetDevEndpointsCommandInput,
1883
+ options?: __HttpHandlerOptions
1884
+ ): Promise<GetDevEndpointsCommandOutput>;
1885
+ getDevEndpoints(
1886
+ args: GetDevEndpointsCommandInput,
1887
+ cb: (err: any, data?: GetDevEndpointsCommandOutput) => void
1888
+ ): void;
1889
+ getDevEndpoints(
1890
+ args: GetDevEndpointsCommandInput,
1891
+ options: __HttpHandlerOptions,
1892
+ cb: (err: any, data?: GetDevEndpointsCommandOutput) => void
1893
+ ): void;
1894
+
1895
+ getJob(
1896
+ args: GetJobCommandInput,
1897
+ options?: __HttpHandlerOptions
1898
+ ): Promise<GetJobCommandOutput>;
1899
+ getJob(
1900
+ args: GetJobCommandInput,
1901
+ cb: (err: any, data?: GetJobCommandOutput) => void
1902
+ ): void;
1903
+ getJob(
1904
+ args: GetJobCommandInput,
1905
+ options: __HttpHandlerOptions,
1906
+ cb: (err: any, data?: GetJobCommandOutput) => void
1907
+ ): void;
1908
+
1909
+ getJobBookmark(
1910
+ args: GetJobBookmarkCommandInput,
1911
+ options?: __HttpHandlerOptions
1912
+ ): Promise<GetJobBookmarkCommandOutput>;
1913
+ getJobBookmark(
1914
+ args: GetJobBookmarkCommandInput,
1915
+ cb: (err: any, data?: GetJobBookmarkCommandOutput) => void
1916
+ ): void;
1917
+ getJobBookmark(
1918
+ args: GetJobBookmarkCommandInput,
1919
+ options: __HttpHandlerOptions,
1920
+ cb: (err: any, data?: GetJobBookmarkCommandOutput) => void
1921
+ ): void;
1922
+
1923
+ getJobRun(
1924
+ args: GetJobRunCommandInput,
1925
+ options?: __HttpHandlerOptions
1926
+ ): Promise<GetJobRunCommandOutput>;
1927
+ getJobRun(
1928
+ args: GetJobRunCommandInput,
1929
+ cb: (err: any, data?: GetJobRunCommandOutput) => void
1930
+ ): void;
1931
+ getJobRun(
1932
+ args: GetJobRunCommandInput,
1933
+ options: __HttpHandlerOptions,
1934
+ cb: (err: any, data?: GetJobRunCommandOutput) => void
1935
+ ): void;
1936
+
1937
+ getJobRuns(
1938
+ args: GetJobRunsCommandInput,
1939
+ options?: __HttpHandlerOptions
1940
+ ): Promise<GetJobRunsCommandOutput>;
1941
+ getJobRuns(
1942
+ args: GetJobRunsCommandInput,
1943
+ cb: (err: any, data?: GetJobRunsCommandOutput) => void
1944
+ ): void;
1945
+ getJobRuns(
1946
+ args: GetJobRunsCommandInput,
1947
+ options: __HttpHandlerOptions,
1948
+ cb: (err: any, data?: GetJobRunsCommandOutput) => void
1949
+ ): void;
1950
+
1951
+ getJobs(
1952
+ args: GetJobsCommandInput,
1953
+ options?: __HttpHandlerOptions
1954
+ ): Promise<GetJobsCommandOutput>;
1955
+ getJobs(
1956
+ args: GetJobsCommandInput,
1957
+ cb: (err: any, data?: GetJobsCommandOutput) => void
1958
+ ): void;
1959
+ getJobs(
1960
+ args: GetJobsCommandInput,
1961
+ options: __HttpHandlerOptions,
1962
+ cb: (err: any, data?: GetJobsCommandOutput) => void
1963
+ ): void;
1964
+
1965
+ getMapping(
1966
+ args: GetMappingCommandInput,
1967
+ options?: __HttpHandlerOptions
1968
+ ): Promise<GetMappingCommandOutput>;
1969
+ getMapping(
1970
+ args: GetMappingCommandInput,
1971
+ cb: (err: any, data?: GetMappingCommandOutput) => void
1972
+ ): void;
1973
+ getMapping(
1974
+ args: GetMappingCommandInput,
1975
+ options: __HttpHandlerOptions,
1976
+ cb: (err: any, data?: GetMappingCommandOutput) => void
1977
+ ): void;
1978
+
1979
+ getMLTaskRun(
1980
+ args: GetMLTaskRunCommandInput,
1981
+ options?: __HttpHandlerOptions
1982
+ ): Promise<GetMLTaskRunCommandOutput>;
1983
+ getMLTaskRun(
1984
+ args: GetMLTaskRunCommandInput,
1985
+ cb: (err: any, data?: GetMLTaskRunCommandOutput) => void
1986
+ ): void;
1987
+ getMLTaskRun(
1988
+ args: GetMLTaskRunCommandInput,
1989
+ options: __HttpHandlerOptions,
1990
+ cb: (err: any, data?: GetMLTaskRunCommandOutput) => void
1991
+ ): void;
1992
+
1993
+ getMLTaskRuns(
1994
+ args: GetMLTaskRunsCommandInput,
1995
+ options?: __HttpHandlerOptions
1996
+ ): Promise<GetMLTaskRunsCommandOutput>;
1997
+ getMLTaskRuns(
1998
+ args: GetMLTaskRunsCommandInput,
1999
+ cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void
2000
+ ): void;
2001
+ getMLTaskRuns(
2002
+ args: GetMLTaskRunsCommandInput,
2003
+ options: __HttpHandlerOptions,
2004
+ cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void
2005
+ ): void;
2006
+
2007
+ getMLTransform(
2008
+ args: GetMLTransformCommandInput,
2009
+ options?: __HttpHandlerOptions
2010
+ ): Promise<GetMLTransformCommandOutput>;
2011
+ getMLTransform(
2012
+ args: GetMLTransformCommandInput,
2013
+ cb: (err: any, data?: GetMLTransformCommandOutput) => void
2014
+ ): void;
2015
+ getMLTransform(
2016
+ args: GetMLTransformCommandInput,
2017
+ options: __HttpHandlerOptions,
2018
+ cb: (err: any, data?: GetMLTransformCommandOutput) => void
2019
+ ): void;
2020
+
2021
+ getMLTransforms(
2022
+ args: GetMLTransformsCommandInput,
2023
+ options?: __HttpHandlerOptions
2024
+ ): Promise<GetMLTransformsCommandOutput>;
2025
+ getMLTransforms(
2026
+ args: GetMLTransformsCommandInput,
2027
+ cb: (err: any, data?: GetMLTransformsCommandOutput) => void
2028
+ ): void;
2029
+ getMLTransforms(
2030
+ args: GetMLTransformsCommandInput,
2031
+ options: __HttpHandlerOptions,
2032
+ cb: (err: any, data?: GetMLTransformsCommandOutput) => void
2033
+ ): void;
2034
+
2035
+ getPartition(
2036
+ args: GetPartitionCommandInput,
2037
+ options?: __HttpHandlerOptions
2038
+ ): Promise<GetPartitionCommandOutput>;
2039
+ getPartition(
2040
+ args: GetPartitionCommandInput,
2041
+ cb: (err: any, data?: GetPartitionCommandOutput) => void
2042
+ ): void;
2043
+ getPartition(
2044
+ args: GetPartitionCommandInput,
2045
+ options: __HttpHandlerOptions,
2046
+ cb: (err: any, data?: GetPartitionCommandOutput) => void
2047
+ ): void;
2048
+
2049
+ getPartitionIndexes(
2050
+ args: GetPartitionIndexesCommandInput,
2051
+ options?: __HttpHandlerOptions
2052
+ ): Promise<GetPartitionIndexesCommandOutput>;
2053
+ getPartitionIndexes(
2054
+ args: GetPartitionIndexesCommandInput,
2055
+ cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void
2056
+ ): void;
2057
+ getPartitionIndexes(
2058
+ args: GetPartitionIndexesCommandInput,
2059
+ options: __HttpHandlerOptions,
2060
+ cb: (err: any, data?: GetPartitionIndexesCommandOutput) => void
2061
+ ): void;
2062
+
2063
+ getPartitions(
2064
+ args: GetPartitionsCommandInput,
2065
+ options?: __HttpHandlerOptions
2066
+ ): Promise<GetPartitionsCommandOutput>;
2067
+ getPartitions(
2068
+ args: GetPartitionsCommandInput,
2069
+ cb: (err: any, data?: GetPartitionsCommandOutput) => void
2070
+ ): void;
2071
+ getPartitions(
2072
+ args: GetPartitionsCommandInput,
2073
+ options: __HttpHandlerOptions,
2074
+ cb: (err: any, data?: GetPartitionsCommandOutput) => void
2075
+ ): void;
2076
+
2077
+ getPlan(
2078
+ args: GetPlanCommandInput,
2079
+ options?: __HttpHandlerOptions
2080
+ ): Promise<GetPlanCommandOutput>;
2081
+ getPlan(
2082
+ args: GetPlanCommandInput,
2083
+ cb: (err: any, data?: GetPlanCommandOutput) => void
2084
+ ): void;
2085
+ getPlan(
2086
+ args: GetPlanCommandInput,
2087
+ options: __HttpHandlerOptions,
2088
+ cb: (err: any, data?: GetPlanCommandOutput) => void
2089
+ ): void;
2090
+
2091
+ getRegistry(
2092
+ args: GetRegistryCommandInput,
2093
+ options?: __HttpHandlerOptions
2094
+ ): Promise<GetRegistryCommandOutput>;
2095
+ getRegistry(
2096
+ args: GetRegistryCommandInput,
2097
+ cb: (err: any, data?: GetRegistryCommandOutput) => void
2098
+ ): void;
2099
+ getRegistry(
2100
+ args: GetRegistryCommandInput,
2101
+ options: __HttpHandlerOptions,
2102
+ cb: (err: any, data?: GetRegistryCommandOutput) => void
2103
+ ): void;
2104
+
2105
+ getResourcePolicies(
2106
+ args: GetResourcePoliciesCommandInput,
2107
+ options?: __HttpHandlerOptions
2108
+ ): Promise<GetResourcePoliciesCommandOutput>;
2109
+ getResourcePolicies(
2110
+ args: GetResourcePoliciesCommandInput,
2111
+ cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
2112
+ ): void;
2113
+ getResourcePolicies(
2114
+ args: GetResourcePoliciesCommandInput,
2115
+ options: __HttpHandlerOptions,
2116
+ cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
2117
+ ): void;
2118
+
2119
+ getResourcePolicy(
2120
+ args: GetResourcePolicyCommandInput,
2121
+ options?: __HttpHandlerOptions
2122
+ ): Promise<GetResourcePolicyCommandOutput>;
2123
+ getResourcePolicy(
2124
+ args: GetResourcePolicyCommandInput,
2125
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
2126
+ ): void;
2127
+ getResourcePolicy(
2128
+ args: GetResourcePolicyCommandInput,
2129
+ options: __HttpHandlerOptions,
2130
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
2131
+ ): void;
2132
+
2133
+ getSchema(
2134
+ args: GetSchemaCommandInput,
2135
+ options?: __HttpHandlerOptions
2136
+ ): Promise<GetSchemaCommandOutput>;
2137
+ getSchema(
2138
+ args: GetSchemaCommandInput,
2139
+ cb: (err: any, data?: GetSchemaCommandOutput) => void
2140
+ ): void;
2141
+ getSchema(
2142
+ args: GetSchemaCommandInput,
2143
+ options: __HttpHandlerOptions,
2144
+ cb: (err: any, data?: GetSchemaCommandOutput) => void
2145
+ ): void;
2146
+
2147
+ getSchemaByDefinition(
2148
+ args: GetSchemaByDefinitionCommandInput,
2149
+ options?: __HttpHandlerOptions
2150
+ ): Promise<GetSchemaByDefinitionCommandOutput>;
2151
+ getSchemaByDefinition(
2152
+ args: GetSchemaByDefinitionCommandInput,
2153
+ cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void
2154
+ ): void;
2155
+ getSchemaByDefinition(
2156
+ args: GetSchemaByDefinitionCommandInput,
2157
+ options: __HttpHandlerOptions,
2158
+ cb: (err: any, data?: GetSchemaByDefinitionCommandOutput) => void
2159
+ ): void;
2160
+
2161
+ getSchemaVersion(
2162
+ args: GetSchemaVersionCommandInput,
2163
+ options?: __HttpHandlerOptions
2164
+ ): Promise<GetSchemaVersionCommandOutput>;
2165
+ getSchemaVersion(
2166
+ args: GetSchemaVersionCommandInput,
2167
+ cb: (err: any, data?: GetSchemaVersionCommandOutput) => void
2168
+ ): void;
2169
+ getSchemaVersion(
2170
+ args: GetSchemaVersionCommandInput,
2171
+ options: __HttpHandlerOptions,
2172
+ cb: (err: any, data?: GetSchemaVersionCommandOutput) => void
2173
+ ): void;
2174
+
2175
+ getSchemaVersionsDiff(
2176
+ args: GetSchemaVersionsDiffCommandInput,
2177
+ options?: __HttpHandlerOptions
2178
+ ): Promise<GetSchemaVersionsDiffCommandOutput>;
2179
+ getSchemaVersionsDiff(
2180
+ args: GetSchemaVersionsDiffCommandInput,
2181
+ cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void
2182
+ ): void;
2183
+ getSchemaVersionsDiff(
2184
+ args: GetSchemaVersionsDiffCommandInput,
2185
+ options: __HttpHandlerOptions,
2186
+ cb: (err: any, data?: GetSchemaVersionsDiffCommandOutput) => void
2187
+ ): void;
2188
+
2189
+ getSecurityConfiguration(
2190
+ args: GetSecurityConfigurationCommandInput,
2191
+ options?: __HttpHandlerOptions
2192
+ ): Promise<GetSecurityConfigurationCommandOutput>;
2193
+ getSecurityConfiguration(
2194
+ args: GetSecurityConfigurationCommandInput,
2195
+ cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void
2196
+ ): void;
2197
+ getSecurityConfiguration(
2198
+ args: GetSecurityConfigurationCommandInput,
2199
+ options: __HttpHandlerOptions,
2200
+ cb: (err: any, data?: GetSecurityConfigurationCommandOutput) => void
2201
+ ): void;
2202
+
2203
+ getSecurityConfigurations(
2204
+ args: GetSecurityConfigurationsCommandInput,
2205
+ options?: __HttpHandlerOptions
2206
+ ): Promise<GetSecurityConfigurationsCommandOutput>;
2207
+ getSecurityConfigurations(
2208
+ args: GetSecurityConfigurationsCommandInput,
2209
+ cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void
2210
+ ): void;
2211
+ getSecurityConfigurations(
2212
+ args: GetSecurityConfigurationsCommandInput,
2213
+ options: __HttpHandlerOptions,
2214
+ cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void
2215
+ ): void;
2216
+
2217
+ getSession(
2218
+ args: GetSessionCommandInput,
2219
+ options?: __HttpHandlerOptions
2220
+ ): Promise<GetSessionCommandOutput>;
2221
+ getSession(
2222
+ args: GetSessionCommandInput,
2223
+ cb: (err: any, data?: GetSessionCommandOutput) => void
2224
+ ): void;
2225
+ getSession(
2226
+ args: GetSessionCommandInput,
2227
+ options: __HttpHandlerOptions,
2228
+ cb: (err: any, data?: GetSessionCommandOutput) => void
2229
+ ): void;
2230
+
2231
+ getStatement(
2232
+ args: GetStatementCommandInput,
2233
+ options?: __HttpHandlerOptions
2234
+ ): Promise<GetStatementCommandOutput>;
2235
+ getStatement(
2236
+ args: GetStatementCommandInput,
2237
+ cb: (err: any, data?: GetStatementCommandOutput) => void
2238
+ ): void;
2239
+ getStatement(
2240
+ args: GetStatementCommandInput,
2241
+ options: __HttpHandlerOptions,
2242
+ cb: (err: any, data?: GetStatementCommandOutput) => void
2243
+ ): void;
2244
+
2245
+ getTable(
2246
+ args: GetTableCommandInput,
2247
+ options?: __HttpHandlerOptions
2248
+ ): Promise<GetTableCommandOutput>;
2249
+ getTable(
2250
+ args: GetTableCommandInput,
2251
+ cb: (err: any, data?: GetTableCommandOutput) => void
2252
+ ): void;
2253
+ getTable(
2254
+ args: GetTableCommandInput,
2255
+ options: __HttpHandlerOptions,
2256
+ cb: (err: any, data?: GetTableCommandOutput) => void
2257
+ ): void;
2258
+
2259
+ getTables(
2260
+ args: GetTablesCommandInput,
2261
+ options?: __HttpHandlerOptions
2262
+ ): Promise<GetTablesCommandOutput>;
2263
+ getTables(
2264
+ args: GetTablesCommandInput,
2265
+ cb: (err: any, data?: GetTablesCommandOutput) => void
2266
+ ): void;
2267
+ getTables(
2268
+ args: GetTablesCommandInput,
2269
+ options: __HttpHandlerOptions,
2270
+ cb: (err: any, data?: GetTablesCommandOutput) => void
2271
+ ): void;
2272
+
2273
+ getTableVersion(
2274
+ args: GetTableVersionCommandInput,
2275
+ options?: __HttpHandlerOptions
2276
+ ): Promise<GetTableVersionCommandOutput>;
2277
+ getTableVersion(
2278
+ args: GetTableVersionCommandInput,
2279
+ cb: (err: any, data?: GetTableVersionCommandOutput) => void
2280
+ ): void;
2281
+ getTableVersion(
2282
+ args: GetTableVersionCommandInput,
2283
+ options: __HttpHandlerOptions,
2284
+ cb: (err: any, data?: GetTableVersionCommandOutput) => void
2285
+ ): void;
2286
+
2287
+ getTableVersions(
2288
+ args: GetTableVersionsCommandInput,
2289
+ options?: __HttpHandlerOptions
2290
+ ): Promise<GetTableVersionsCommandOutput>;
2291
+ getTableVersions(
2292
+ args: GetTableVersionsCommandInput,
2293
+ cb: (err: any, data?: GetTableVersionsCommandOutput) => void
2294
+ ): void;
2295
+ getTableVersions(
2296
+ args: GetTableVersionsCommandInput,
2297
+ options: __HttpHandlerOptions,
2298
+ cb: (err: any, data?: GetTableVersionsCommandOutput) => void
2299
+ ): void;
2300
+
2301
+ getTags(
2302
+ args: GetTagsCommandInput,
2303
+ options?: __HttpHandlerOptions
2304
+ ): Promise<GetTagsCommandOutput>;
2305
+ getTags(
2306
+ args: GetTagsCommandInput,
2307
+ cb: (err: any, data?: GetTagsCommandOutput) => void
2308
+ ): void;
2309
+ getTags(
2310
+ args: GetTagsCommandInput,
2311
+ options: __HttpHandlerOptions,
2312
+ cb: (err: any, data?: GetTagsCommandOutput) => void
2313
+ ): void;
2314
+
2315
+ getTrigger(
2316
+ args: GetTriggerCommandInput,
2317
+ options?: __HttpHandlerOptions
2318
+ ): Promise<GetTriggerCommandOutput>;
2319
+ getTrigger(
2320
+ args: GetTriggerCommandInput,
2321
+ cb: (err: any, data?: GetTriggerCommandOutput) => void
2322
+ ): void;
2323
+ getTrigger(
2324
+ args: GetTriggerCommandInput,
2325
+ options: __HttpHandlerOptions,
2326
+ cb: (err: any, data?: GetTriggerCommandOutput) => void
2327
+ ): void;
2328
+
2329
+ getTriggers(
2330
+ args: GetTriggersCommandInput,
2331
+ options?: __HttpHandlerOptions
2332
+ ): Promise<GetTriggersCommandOutput>;
2333
+ getTriggers(
2334
+ args: GetTriggersCommandInput,
2335
+ cb: (err: any, data?: GetTriggersCommandOutput) => void
2336
+ ): void;
2337
+ getTriggers(
2338
+ args: GetTriggersCommandInput,
2339
+ options: __HttpHandlerOptions,
2340
+ cb: (err: any, data?: GetTriggersCommandOutput) => void
2341
+ ): void;
2342
+ getUnfilteredPartitionMetadata(
2343
+ args: GetUnfilteredPartitionMetadataCommandInput,
2344
+ options?: __HttpHandlerOptions
2345
+ ): Promise<GetUnfilteredPartitionMetadataCommandOutput>;
2346
+ getUnfilteredPartitionMetadata(
2347
+ args: GetUnfilteredPartitionMetadataCommandInput,
2348
+ cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void
2349
+ ): void;
2350
+ getUnfilteredPartitionMetadata(
2351
+ args: GetUnfilteredPartitionMetadataCommandInput,
2352
+ options: __HttpHandlerOptions,
2353
+ cb: (err: any, data?: GetUnfilteredPartitionMetadataCommandOutput) => void
2354
+ ): void;
2355
+ getUnfilteredPartitionsMetadata(
2356
+ args: GetUnfilteredPartitionsMetadataCommandInput,
2357
+ options?: __HttpHandlerOptions
2358
+ ): Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
2359
+ getUnfilteredPartitionsMetadata(
2360
+ args: GetUnfilteredPartitionsMetadataCommandInput,
2361
+ cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void
2362
+ ): void;
2363
+ getUnfilteredPartitionsMetadata(
2364
+ args: GetUnfilteredPartitionsMetadataCommandInput,
2365
+ options: __HttpHandlerOptions,
2366
+ cb: (err: any, data?: GetUnfilteredPartitionsMetadataCommandOutput) => void
2367
+ ): void;
2368
+ getUnfilteredTableMetadata(
2369
+ args: GetUnfilteredTableMetadataCommandInput,
2370
+ options?: __HttpHandlerOptions
2371
+ ): Promise<GetUnfilteredTableMetadataCommandOutput>;
2372
+ getUnfilteredTableMetadata(
2373
+ args: GetUnfilteredTableMetadataCommandInput,
2374
+ cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void
2375
+ ): void;
2376
+ getUnfilteredTableMetadata(
2377
+ args: GetUnfilteredTableMetadataCommandInput,
2378
+ options: __HttpHandlerOptions,
2379
+ cb: (err: any, data?: GetUnfilteredTableMetadataCommandOutput) => void
2380
+ ): void;
2381
+
2382
+ getUserDefinedFunction(
2383
+ args: GetUserDefinedFunctionCommandInput,
2384
+ options?: __HttpHandlerOptions
2385
+ ): Promise<GetUserDefinedFunctionCommandOutput>;
2386
+ getUserDefinedFunction(
2387
+ args: GetUserDefinedFunctionCommandInput,
2388
+ cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void
2389
+ ): void;
2390
+ getUserDefinedFunction(
2391
+ args: GetUserDefinedFunctionCommandInput,
2392
+ options: __HttpHandlerOptions,
2393
+ cb: (err: any, data?: GetUserDefinedFunctionCommandOutput) => void
2394
+ ): void;
2395
+
2396
+ getUserDefinedFunctions(
2397
+ args: GetUserDefinedFunctionsCommandInput,
2398
+ options?: __HttpHandlerOptions
2399
+ ): Promise<GetUserDefinedFunctionsCommandOutput>;
2400
+ getUserDefinedFunctions(
2401
+ args: GetUserDefinedFunctionsCommandInput,
2402
+ cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void
2403
+ ): void;
2404
+ getUserDefinedFunctions(
2405
+ args: GetUserDefinedFunctionsCommandInput,
2406
+ options: __HttpHandlerOptions,
2407
+ cb: (err: any, data?: GetUserDefinedFunctionsCommandOutput) => void
2408
+ ): void;
2409
+
2410
+ getWorkflow(
2411
+ args: GetWorkflowCommandInput,
2412
+ options?: __HttpHandlerOptions
2413
+ ): Promise<GetWorkflowCommandOutput>;
2414
+ getWorkflow(
2415
+ args: GetWorkflowCommandInput,
2416
+ cb: (err: any, data?: GetWorkflowCommandOutput) => void
2417
+ ): void;
2418
+ getWorkflow(
2419
+ args: GetWorkflowCommandInput,
2420
+ options: __HttpHandlerOptions,
2421
+ cb: (err: any, data?: GetWorkflowCommandOutput) => void
2422
+ ): void;
2423
+
2424
+ getWorkflowRun(
2425
+ args: GetWorkflowRunCommandInput,
2426
+ options?: __HttpHandlerOptions
2427
+ ): Promise<GetWorkflowRunCommandOutput>;
2428
+ getWorkflowRun(
2429
+ args: GetWorkflowRunCommandInput,
2430
+ cb: (err: any, data?: GetWorkflowRunCommandOutput) => void
2431
+ ): void;
2432
+ getWorkflowRun(
2433
+ args: GetWorkflowRunCommandInput,
2434
+ options: __HttpHandlerOptions,
2435
+ cb: (err: any, data?: GetWorkflowRunCommandOutput) => void
2436
+ ): void;
2437
+
2438
+ getWorkflowRunProperties(
2439
+ args: GetWorkflowRunPropertiesCommandInput,
2440
+ options?: __HttpHandlerOptions
2441
+ ): Promise<GetWorkflowRunPropertiesCommandOutput>;
2442
+ getWorkflowRunProperties(
2443
+ args: GetWorkflowRunPropertiesCommandInput,
2444
+ cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void
2445
+ ): void;
2446
+ getWorkflowRunProperties(
2447
+ args: GetWorkflowRunPropertiesCommandInput,
2448
+ options: __HttpHandlerOptions,
2449
+ cb: (err: any, data?: GetWorkflowRunPropertiesCommandOutput) => void
2450
+ ): void;
2451
+
2452
+ getWorkflowRuns(
2453
+ args: GetWorkflowRunsCommandInput,
2454
+ options?: __HttpHandlerOptions
2455
+ ): Promise<GetWorkflowRunsCommandOutput>;
2456
+ getWorkflowRuns(
2457
+ args: GetWorkflowRunsCommandInput,
2458
+ cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void
2459
+ ): void;
2460
+ getWorkflowRuns(
2461
+ args: GetWorkflowRunsCommandInput,
2462
+ options: __HttpHandlerOptions,
2463
+ cb: (err: any, data?: GetWorkflowRunsCommandOutput) => void
2464
+ ): void;
2465
+
2466
+ importCatalogToGlue(
2467
+ args: ImportCatalogToGlueCommandInput,
2468
+ options?: __HttpHandlerOptions
2469
+ ): Promise<ImportCatalogToGlueCommandOutput>;
2470
+ importCatalogToGlue(
2471
+ args: ImportCatalogToGlueCommandInput,
2472
+ cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void
2473
+ ): void;
2474
+ importCatalogToGlue(
2475
+ args: ImportCatalogToGlueCommandInput,
2476
+ options: __HttpHandlerOptions,
2477
+ cb: (err: any, data?: ImportCatalogToGlueCommandOutput) => void
2478
+ ): void;
2479
+
2480
+ listBlueprints(
2481
+ args: ListBlueprintsCommandInput,
2482
+ options?: __HttpHandlerOptions
2483
+ ): Promise<ListBlueprintsCommandOutput>;
2484
+ listBlueprints(
2485
+ args: ListBlueprintsCommandInput,
2486
+ cb: (err: any, data?: ListBlueprintsCommandOutput) => void
2487
+ ): void;
2488
+ listBlueprints(
2489
+ args: ListBlueprintsCommandInput,
2490
+ options: __HttpHandlerOptions,
2491
+ cb: (err: any, data?: ListBlueprintsCommandOutput) => void
2492
+ ): void;
2493
+
2494
+ listCrawlers(
2495
+ args: ListCrawlersCommandInput,
2496
+ options?: __HttpHandlerOptions
2497
+ ): Promise<ListCrawlersCommandOutput>;
2498
+ listCrawlers(
2499
+ args: ListCrawlersCommandInput,
2500
+ cb: (err: any, data?: ListCrawlersCommandOutput) => void
2501
+ ): void;
2502
+ listCrawlers(
2503
+ args: ListCrawlersCommandInput,
2504
+ options: __HttpHandlerOptions,
2505
+ cb: (err: any, data?: ListCrawlersCommandOutput) => void
2506
+ ): void;
2507
+
2508
+ listCrawls(
2509
+ args: ListCrawlsCommandInput,
2510
+ options?: __HttpHandlerOptions
2511
+ ): Promise<ListCrawlsCommandOutput>;
2512
+ listCrawls(
2513
+ args: ListCrawlsCommandInput,
2514
+ cb: (err: any, data?: ListCrawlsCommandOutput) => void
2515
+ ): void;
2516
+ listCrawls(
2517
+ args: ListCrawlsCommandInput,
2518
+ options: __HttpHandlerOptions,
2519
+ cb: (err: any, data?: ListCrawlsCommandOutput) => void
2520
+ ): void;
2521
+
2522
+ listCustomEntityTypes(
2523
+ args: ListCustomEntityTypesCommandInput,
2524
+ options?: __HttpHandlerOptions
2525
+ ): Promise<ListCustomEntityTypesCommandOutput>;
2526
+ listCustomEntityTypes(
2527
+ args: ListCustomEntityTypesCommandInput,
2528
+ cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void
2529
+ ): void;
2530
+ listCustomEntityTypes(
2531
+ args: ListCustomEntityTypesCommandInput,
2532
+ options: __HttpHandlerOptions,
2533
+ cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void
2534
+ ): void;
2535
+
2536
+ listDevEndpoints(
2537
+ args: ListDevEndpointsCommandInput,
2538
+ options?: __HttpHandlerOptions
2539
+ ): Promise<ListDevEndpointsCommandOutput>;
2540
+ listDevEndpoints(
2541
+ args: ListDevEndpointsCommandInput,
2542
+ cb: (err: any, data?: ListDevEndpointsCommandOutput) => void
2543
+ ): void;
2544
+ listDevEndpoints(
2545
+ args: ListDevEndpointsCommandInput,
2546
+ options: __HttpHandlerOptions,
2547
+ cb: (err: any, data?: ListDevEndpointsCommandOutput) => void
2548
+ ): void;
2549
+
2550
+ listJobs(
2551
+ args: ListJobsCommandInput,
2552
+ options?: __HttpHandlerOptions
2553
+ ): Promise<ListJobsCommandOutput>;
2554
+ listJobs(
2555
+ args: ListJobsCommandInput,
2556
+ cb: (err: any, data?: ListJobsCommandOutput) => void
2557
+ ): void;
2558
+ listJobs(
2559
+ args: ListJobsCommandInput,
2560
+ options: __HttpHandlerOptions,
2561
+ cb: (err: any, data?: ListJobsCommandOutput) => void
2562
+ ): void;
2563
+
2564
+ listMLTransforms(
2565
+ args: ListMLTransformsCommandInput,
2566
+ options?: __HttpHandlerOptions
2567
+ ): Promise<ListMLTransformsCommandOutput>;
2568
+ listMLTransforms(
2569
+ args: ListMLTransformsCommandInput,
2570
+ cb: (err: any, data?: ListMLTransformsCommandOutput) => void
2571
+ ): void;
2572
+ listMLTransforms(
2573
+ args: ListMLTransformsCommandInput,
2574
+ options: __HttpHandlerOptions,
2575
+ cb: (err: any, data?: ListMLTransformsCommandOutput) => void
2576
+ ): void;
2577
+
2578
+ listRegistries(
2579
+ args: ListRegistriesCommandInput,
2580
+ options?: __HttpHandlerOptions
2581
+ ): Promise<ListRegistriesCommandOutput>;
2582
+ listRegistries(
2583
+ args: ListRegistriesCommandInput,
2584
+ cb: (err: any, data?: ListRegistriesCommandOutput) => void
2585
+ ): void;
2586
+ listRegistries(
2587
+ args: ListRegistriesCommandInput,
2588
+ options: __HttpHandlerOptions,
2589
+ cb: (err: any, data?: ListRegistriesCommandOutput) => void
2590
+ ): void;
2591
+
2592
+ listSchemas(
2593
+ args: ListSchemasCommandInput,
2594
+ options?: __HttpHandlerOptions
2595
+ ): Promise<ListSchemasCommandOutput>;
2596
+ listSchemas(
2597
+ args: ListSchemasCommandInput,
2598
+ cb: (err: any, data?: ListSchemasCommandOutput) => void
2599
+ ): void;
2600
+ listSchemas(
2601
+ args: ListSchemasCommandInput,
2602
+ options: __HttpHandlerOptions,
2603
+ cb: (err: any, data?: ListSchemasCommandOutput) => void
2604
+ ): void;
2605
+
2606
+ listSchemaVersions(
2607
+ args: ListSchemaVersionsCommandInput,
2608
+ options?: __HttpHandlerOptions
2609
+ ): Promise<ListSchemaVersionsCommandOutput>;
2610
+ listSchemaVersions(
2611
+ args: ListSchemaVersionsCommandInput,
2612
+ cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void
2613
+ ): void;
2614
+ listSchemaVersions(
2615
+ args: ListSchemaVersionsCommandInput,
2616
+ options: __HttpHandlerOptions,
2617
+ cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void
2618
+ ): void;
2619
+
2620
+ listSessions(
2621
+ args: ListSessionsCommandInput,
2622
+ options?: __HttpHandlerOptions
2623
+ ): Promise<ListSessionsCommandOutput>;
2624
+ listSessions(
2625
+ args: ListSessionsCommandInput,
2626
+ cb: (err: any, data?: ListSessionsCommandOutput) => void
2627
+ ): void;
2628
+ listSessions(
2629
+ args: ListSessionsCommandInput,
2630
+ options: __HttpHandlerOptions,
2631
+ cb: (err: any, data?: ListSessionsCommandOutput) => void
2632
+ ): void;
2633
+
2634
+ listStatements(
2635
+ args: ListStatementsCommandInput,
2636
+ options?: __HttpHandlerOptions
2637
+ ): Promise<ListStatementsCommandOutput>;
2638
+ listStatements(
2639
+ args: ListStatementsCommandInput,
2640
+ cb: (err: any, data?: ListStatementsCommandOutput) => void
2641
+ ): void;
2642
+ listStatements(
2643
+ args: ListStatementsCommandInput,
2644
+ options: __HttpHandlerOptions,
2645
+ cb: (err: any, data?: ListStatementsCommandOutput) => void
2646
+ ): void;
2647
+
2648
+ listTriggers(
2649
+ args: ListTriggersCommandInput,
2650
+ options?: __HttpHandlerOptions
2651
+ ): Promise<ListTriggersCommandOutput>;
2652
+ listTriggers(
2653
+ args: ListTriggersCommandInput,
2654
+ cb: (err: any, data?: ListTriggersCommandOutput) => void
2655
+ ): void;
2656
+ listTriggers(
2657
+ args: ListTriggersCommandInput,
2658
+ options: __HttpHandlerOptions,
2659
+ cb: (err: any, data?: ListTriggersCommandOutput) => void
2660
+ ): void;
2661
+
2662
+ listWorkflows(
2663
+ args: ListWorkflowsCommandInput,
2664
+ options?: __HttpHandlerOptions
2665
+ ): Promise<ListWorkflowsCommandOutput>;
2666
+ listWorkflows(
2667
+ args: ListWorkflowsCommandInput,
2668
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
2669
+ ): void;
2670
+ listWorkflows(
2671
+ args: ListWorkflowsCommandInput,
2672
+ options: __HttpHandlerOptions,
2673
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
2674
+ ): void;
2675
+
2676
+ putDataCatalogEncryptionSettings(
2677
+ args: PutDataCatalogEncryptionSettingsCommandInput,
2678
+ options?: __HttpHandlerOptions
2679
+ ): Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
2680
+ putDataCatalogEncryptionSettings(
2681
+ args: PutDataCatalogEncryptionSettingsCommandInput,
2682
+ cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void
2683
+ ): void;
2684
+ putDataCatalogEncryptionSettings(
2685
+ args: PutDataCatalogEncryptionSettingsCommandInput,
2686
+ options: __HttpHandlerOptions,
2687
+ cb: (err: any, data?: PutDataCatalogEncryptionSettingsCommandOutput) => void
2688
+ ): void;
2689
+
2690
+ putResourcePolicy(
2691
+ args: PutResourcePolicyCommandInput,
2692
+ options?: __HttpHandlerOptions
2693
+ ): Promise<PutResourcePolicyCommandOutput>;
2694
+ putResourcePolicy(
2695
+ args: PutResourcePolicyCommandInput,
2696
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
2697
+ ): void;
2698
+ putResourcePolicy(
2699
+ args: PutResourcePolicyCommandInput,
2700
+ options: __HttpHandlerOptions,
2701
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
2702
+ ): void;
2703
+
2704
+ putSchemaVersionMetadata(
2705
+ args: PutSchemaVersionMetadataCommandInput,
2706
+ options?: __HttpHandlerOptions
2707
+ ): Promise<PutSchemaVersionMetadataCommandOutput>;
2708
+ putSchemaVersionMetadata(
2709
+ args: PutSchemaVersionMetadataCommandInput,
2710
+ cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void
2711
+ ): void;
2712
+ putSchemaVersionMetadata(
2713
+ args: PutSchemaVersionMetadataCommandInput,
2714
+ options: __HttpHandlerOptions,
2715
+ cb: (err: any, data?: PutSchemaVersionMetadataCommandOutput) => void
2716
+ ): void;
2717
+
2718
+ putWorkflowRunProperties(
2719
+ args: PutWorkflowRunPropertiesCommandInput,
2720
+ options?: __HttpHandlerOptions
2721
+ ): Promise<PutWorkflowRunPropertiesCommandOutput>;
2722
+ putWorkflowRunProperties(
2723
+ args: PutWorkflowRunPropertiesCommandInput,
2724
+ cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void
2725
+ ): void;
2726
+ putWorkflowRunProperties(
2727
+ args: PutWorkflowRunPropertiesCommandInput,
2728
+ options: __HttpHandlerOptions,
2729
+ cb: (err: any, data?: PutWorkflowRunPropertiesCommandOutput) => void
2730
+ ): void;
2731
+
2732
+ querySchemaVersionMetadata(
2733
+ args: QuerySchemaVersionMetadataCommandInput,
2734
+ options?: __HttpHandlerOptions
2735
+ ): Promise<QuerySchemaVersionMetadataCommandOutput>;
2736
+ querySchemaVersionMetadata(
2737
+ args: QuerySchemaVersionMetadataCommandInput,
2738
+ cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void
2739
+ ): void;
2740
+ querySchemaVersionMetadata(
2741
+ args: QuerySchemaVersionMetadataCommandInput,
2742
+ options: __HttpHandlerOptions,
2743
+ cb: (err: any, data?: QuerySchemaVersionMetadataCommandOutput) => void
2744
+ ): void;
2745
+
2746
+ registerSchemaVersion(
2747
+ args: RegisterSchemaVersionCommandInput,
2748
+ options?: __HttpHandlerOptions
2749
+ ): Promise<RegisterSchemaVersionCommandOutput>;
2750
+ registerSchemaVersion(
2751
+ args: RegisterSchemaVersionCommandInput,
2752
+ cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void
2753
+ ): void;
2754
+ registerSchemaVersion(
2755
+ args: RegisterSchemaVersionCommandInput,
2756
+ options: __HttpHandlerOptions,
2757
+ cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void
2758
+ ): void;
2759
+
2760
+ removeSchemaVersionMetadata(
2761
+ args: RemoveSchemaVersionMetadataCommandInput,
2762
+ options?: __HttpHandlerOptions
2763
+ ): Promise<RemoveSchemaVersionMetadataCommandOutput>;
2764
+ removeSchemaVersionMetadata(
2765
+ args: RemoveSchemaVersionMetadataCommandInput,
2766
+ cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void
2767
+ ): void;
2768
+ removeSchemaVersionMetadata(
2769
+ args: RemoveSchemaVersionMetadataCommandInput,
2770
+ options: __HttpHandlerOptions,
2771
+ cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void
2772
+ ): void;
2773
+
2774
+ resetJobBookmark(
2775
+ args: ResetJobBookmarkCommandInput,
2776
+ options?: __HttpHandlerOptions
2777
+ ): Promise<ResetJobBookmarkCommandOutput>;
2778
+ resetJobBookmark(
2779
+ args: ResetJobBookmarkCommandInput,
2780
+ cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void
2781
+ ): void;
2782
+ resetJobBookmark(
2783
+ args: ResetJobBookmarkCommandInput,
2784
+ options: __HttpHandlerOptions,
2785
+ cb: (err: any, data?: ResetJobBookmarkCommandOutput) => void
2786
+ ): void;
2787
+
2788
+ resumeWorkflowRun(
2789
+ args: ResumeWorkflowRunCommandInput,
2790
+ options?: __HttpHandlerOptions
2791
+ ): Promise<ResumeWorkflowRunCommandOutput>;
2792
+ resumeWorkflowRun(
2793
+ args: ResumeWorkflowRunCommandInput,
2794
+ cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void
2795
+ ): void;
2796
+ resumeWorkflowRun(
2797
+ args: ResumeWorkflowRunCommandInput,
2798
+ options: __HttpHandlerOptions,
2799
+ cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void
2800
+ ): void;
2801
+
2802
+ runStatement(
2803
+ args: RunStatementCommandInput,
2804
+ options?: __HttpHandlerOptions
2805
+ ): Promise<RunStatementCommandOutput>;
2806
+ runStatement(
2807
+ args: RunStatementCommandInput,
2808
+ cb: (err: any, data?: RunStatementCommandOutput) => void
2809
+ ): void;
2810
+ runStatement(
2811
+ args: RunStatementCommandInput,
2812
+ options: __HttpHandlerOptions,
2813
+ cb: (err: any, data?: RunStatementCommandOutput) => void
2814
+ ): void;
2815
+
2816
+ searchTables(
2817
+ args: SearchTablesCommandInput,
2818
+ options?: __HttpHandlerOptions
2819
+ ): Promise<SearchTablesCommandOutput>;
2820
+ searchTables(
2821
+ args: SearchTablesCommandInput,
2822
+ cb: (err: any, data?: SearchTablesCommandOutput) => void
2823
+ ): void;
2824
+ searchTables(
2825
+ args: SearchTablesCommandInput,
2826
+ options: __HttpHandlerOptions,
2827
+ cb: (err: any, data?: SearchTablesCommandOutput) => void
2828
+ ): void;
2829
+
2830
+ startBlueprintRun(
2831
+ args: StartBlueprintRunCommandInput,
2832
+ options?: __HttpHandlerOptions
2833
+ ): Promise<StartBlueprintRunCommandOutput>;
2834
+ startBlueprintRun(
2835
+ args: StartBlueprintRunCommandInput,
2836
+ cb: (err: any, data?: StartBlueprintRunCommandOutput) => void
2837
+ ): void;
2838
+ startBlueprintRun(
2839
+ args: StartBlueprintRunCommandInput,
2840
+ options: __HttpHandlerOptions,
2841
+ cb: (err: any, data?: StartBlueprintRunCommandOutput) => void
2842
+ ): void;
2843
+
2844
+ startCrawler(
2845
+ args: StartCrawlerCommandInput,
2846
+ options?: __HttpHandlerOptions
2847
+ ): Promise<StartCrawlerCommandOutput>;
2848
+ startCrawler(
2849
+ args: StartCrawlerCommandInput,
2850
+ cb: (err: any, data?: StartCrawlerCommandOutput) => void
2851
+ ): void;
2852
+ startCrawler(
2853
+ args: StartCrawlerCommandInput,
2854
+ options: __HttpHandlerOptions,
2855
+ cb: (err: any, data?: StartCrawlerCommandOutput) => void
2856
+ ): void;
2857
+
2858
+ startCrawlerSchedule(
2859
+ args: StartCrawlerScheduleCommandInput,
2860
+ options?: __HttpHandlerOptions
2861
+ ): Promise<StartCrawlerScheduleCommandOutput>;
2862
+ startCrawlerSchedule(
2863
+ args: StartCrawlerScheduleCommandInput,
2864
+ cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void
2865
+ ): void;
2866
+ startCrawlerSchedule(
2867
+ args: StartCrawlerScheduleCommandInput,
2868
+ options: __HttpHandlerOptions,
2869
+ cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void
2870
+ ): void;
2871
+
2872
+ startExportLabelsTaskRun(
2873
+ args: StartExportLabelsTaskRunCommandInput,
2874
+ options?: __HttpHandlerOptions
2875
+ ): Promise<StartExportLabelsTaskRunCommandOutput>;
2876
+ startExportLabelsTaskRun(
2877
+ args: StartExportLabelsTaskRunCommandInput,
2878
+ cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void
2879
+ ): void;
2880
+ startExportLabelsTaskRun(
2881
+ args: StartExportLabelsTaskRunCommandInput,
2882
+ options: __HttpHandlerOptions,
2883
+ cb: (err: any, data?: StartExportLabelsTaskRunCommandOutput) => void
2884
+ ): void;
2885
+
2886
+ startImportLabelsTaskRun(
2887
+ args: StartImportLabelsTaskRunCommandInput,
2888
+ options?: __HttpHandlerOptions
2889
+ ): Promise<StartImportLabelsTaskRunCommandOutput>;
2890
+ startImportLabelsTaskRun(
2891
+ args: StartImportLabelsTaskRunCommandInput,
2892
+ cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void
2893
+ ): void;
2894
+ startImportLabelsTaskRun(
2895
+ args: StartImportLabelsTaskRunCommandInput,
2896
+ options: __HttpHandlerOptions,
2897
+ cb: (err: any, data?: StartImportLabelsTaskRunCommandOutput) => void
2898
+ ): void;
2899
+
2900
+ startJobRun(
2901
+ args: StartJobRunCommandInput,
2902
+ options?: __HttpHandlerOptions
2903
+ ): Promise<StartJobRunCommandOutput>;
2904
+ startJobRun(
2905
+ args: StartJobRunCommandInput,
2906
+ cb: (err: any, data?: StartJobRunCommandOutput) => void
2907
+ ): void;
2908
+ startJobRun(
2909
+ args: StartJobRunCommandInput,
2910
+ options: __HttpHandlerOptions,
2911
+ cb: (err: any, data?: StartJobRunCommandOutput) => void
2912
+ ): void;
2913
+
2914
+ startMLEvaluationTaskRun(
2915
+ args: StartMLEvaluationTaskRunCommandInput,
2916
+ options?: __HttpHandlerOptions
2917
+ ): Promise<StartMLEvaluationTaskRunCommandOutput>;
2918
+ startMLEvaluationTaskRun(
2919
+ args: StartMLEvaluationTaskRunCommandInput,
2920
+ cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void
2921
+ ): void;
2922
+ startMLEvaluationTaskRun(
2923
+ args: StartMLEvaluationTaskRunCommandInput,
2924
+ options: __HttpHandlerOptions,
2925
+ cb: (err: any, data?: StartMLEvaluationTaskRunCommandOutput) => void
2926
+ ): void;
2927
+
2928
+ startMLLabelingSetGenerationTaskRun(
2929
+ args: StartMLLabelingSetGenerationTaskRunCommandInput,
2930
+ options?: __HttpHandlerOptions
2931
+ ): Promise<StartMLLabelingSetGenerationTaskRunCommandOutput>;
2932
+ startMLLabelingSetGenerationTaskRun(
2933
+ args: StartMLLabelingSetGenerationTaskRunCommandInput,
2934
+ cb: (
2935
+ err: any,
2936
+ data?: StartMLLabelingSetGenerationTaskRunCommandOutput
2937
+ ) => void
2938
+ ): void;
2939
+ startMLLabelingSetGenerationTaskRun(
2940
+ args: StartMLLabelingSetGenerationTaskRunCommandInput,
2941
+ options: __HttpHandlerOptions,
2942
+ cb: (
2943
+ err: any,
2944
+ data?: StartMLLabelingSetGenerationTaskRunCommandOutput
2945
+ ) => void
2946
+ ): void;
2947
+
2948
+ startTrigger(
2949
+ args: StartTriggerCommandInput,
2950
+ options?: __HttpHandlerOptions
2951
+ ): Promise<StartTriggerCommandOutput>;
2952
+ startTrigger(
2953
+ args: StartTriggerCommandInput,
2954
+ cb: (err: any, data?: StartTriggerCommandOutput) => void
2955
+ ): void;
2956
+ startTrigger(
2957
+ args: StartTriggerCommandInput,
2958
+ options: __HttpHandlerOptions,
2959
+ cb: (err: any, data?: StartTriggerCommandOutput) => void
2960
+ ): void;
2961
+
2962
+ startWorkflowRun(
2963
+ args: StartWorkflowRunCommandInput,
2964
+ options?: __HttpHandlerOptions
2965
+ ): Promise<StartWorkflowRunCommandOutput>;
2966
+ startWorkflowRun(
2967
+ args: StartWorkflowRunCommandInput,
2968
+ cb: (err: any, data?: StartWorkflowRunCommandOutput) => void
2969
+ ): void;
2970
+ startWorkflowRun(
2971
+ args: StartWorkflowRunCommandInput,
2972
+ options: __HttpHandlerOptions,
2973
+ cb: (err: any, data?: StartWorkflowRunCommandOutput) => void
2974
+ ): void;
2975
+
2976
+ stopCrawler(
2977
+ args: StopCrawlerCommandInput,
2978
+ options?: __HttpHandlerOptions
2979
+ ): Promise<StopCrawlerCommandOutput>;
2980
+ stopCrawler(
2981
+ args: StopCrawlerCommandInput,
2982
+ cb: (err: any, data?: StopCrawlerCommandOutput) => void
2983
+ ): void;
2984
+ stopCrawler(
2985
+ args: StopCrawlerCommandInput,
2986
+ options: __HttpHandlerOptions,
2987
+ cb: (err: any, data?: StopCrawlerCommandOutput) => void
2988
+ ): void;
2989
+
2990
+ stopCrawlerSchedule(
2991
+ args: StopCrawlerScheduleCommandInput,
2992
+ options?: __HttpHandlerOptions
2993
+ ): Promise<StopCrawlerScheduleCommandOutput>;
2994
+ stopCrawlerSchedule(
2995
+ args: StopCrawlerScheduleCommandInput,
2996
+ cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void
2997
+ ): void;
2998
+ stopCrawlerSchedule(
2999
+ args: StopCrawlerScheduleCommandInput,
3000
+ options: __HttpHandlerOptions,
3001
+ cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void
3002
+ ): void;
3003
+
3004
+ stopSession(
3005
+ args: StopSessionCommandInput,
3006
+ options?: __HttpHandlerOptions
3007
+ ): Promise<StopSessionCommandOutput>;
3008
+ stopSession(
3009
+ args: StopSessionCommandInput,
3010
+ cb: (err: any, data?: StopSessionCommandOutput) => void
3011
+ ): void;
3012
+ stopSession(
3013
+ args: StopSessionCommandInput,
3014
+ options: __HttpHandlerOptions,
3015
+ cb: (err: any, data?: StopSessionCommandOutput) => void
3016
+ ): void;
3017
+
3018
+ stopTrigger(
3019
+ args: StopTriggerCommandInput,
3020
+ options?: __HttpHandlerOptions
3021
+ ): Promise<StopTriggerCommandOutput>;
3022
+ stopTrigger(
3023
+ args: StopTriggerCommandInput,
3024
+ cb: (err: any, data?: StopTriggerCommandOutput) => void
3025
+ ): void;
3026
+ stopTrigger(
3027
+ args: StopTriggerCommandInput,
3028
+ options: __HttpHandlerOptions,
3029
+ cb: (err: any, data?: StopTriggerCommandOutput) => void
3030
+ ): void;
3031
+
3032
+ stopWorkflowRun(
3033
+ args: StopWorkflowRunCommandInput,
3034
+ options?: __HttpHandlerOptions
3035
+ ): Promise<StopWorkflowRunCommandOutput>;
3036
+ stopWorkflowRun(
3037
+ args: StopWorkflowRunCommandInput,
3038
+ cb: (err: any, data?: StopWorkflowRunCommandOutput) => void
3039
+ ): void;
3040
+ stopWorkflowRun(
3041
+ args: StopWorkflowRunCommandInput,
3042
+ options: __HttpHandlerOptions,
3043
+ cb: (err: any, data?: StopWorkflowRunCommandOutput) => void
3044
+ ): void;
3045
+
3046
+ tagResource(
3047
+ args: TagResourceCommandInput,
3048
+ options?: __HttpHandlerOptions
3049
+ ): Promise<TagResourceCommandOutput>;
3050
+ tagResource(
3051
+ args: TagResourceCommandInput,
3052
+ cb: (err: any, data?: TagResourceCommandOutput) => void
3053
+ ): void;
3054
+ tagResource(
3055
+ args: TagResourceCommandInput,
3056
+ options: __HttpHandlerOptions,
3057
+ cb: (err: any, data?: TagResourceCommandOutput) => void
3058
+ ): void;
3059
+
3060
+ untagResource(
3061
+ args: UntagResourceCommandInput,
3062
+ options?: __HttpHandlerOptions
3063
+ ): Promise<UntagResourceCommandOutput>;
3064
+ untagResource(
3065
+ args: UntagResourceCommandInput,
3066
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
3067
+ ): void;
3068
+ untagResource(
3069
+ args: UntagResourceCommandInput,
3070
+ options: __HttpHandlerOptions,
3071
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
3072
+ ): void;
3073
+
3074
+ updateBlueprint(
3075
+ args: UpdateBlueprintCommandInput,
3076
+ options?: __HttpHandlerOptions
3077
+ ): Promise<UpdateBlueprintCommandOutput>;
3078
+ updateBlueprint(
3079
+ args: UpdateBlueprintCommandInput,
3080
+ cb: (err: any, data?: UpdateBlueprintCommandOutput) => void
3081
+ ): void;
3082
+ updateBlueprint(
3083
+ args: UpdateBlueprintCommandInput,
3084
+ options: __HttpHandlerOptions,
3085
+ cb: (err: any, data?: UpdateBlueprintCommandOutput) => void
3086
+ ): void;
3087
+
3088
+ updateClassifier(
3089
+ args: UpdateClassifierCommandInput,
3090
+ options?: __HttpHandlerOptions
3091
+ ): Promise<UpdateClassifierCommandOutput>;
3092
+ updateClassifier(
3093
+ args: UpdateClassifierCommandInput,
3094
+ cb: (err: any, data?: UpdateClassifierCommandOutput) => void
3095
+ ): void;
3096
+ updateClassifier(
3097
+ args: UpdateClassifierCommandInput,
3098
+ options: __HttpHandlerOptions,
3099
+ cb: (err: any, data?: UpdateClassifierCommandOutput) => void
3100
+ ): void;
3101
+
3102
+ updateColumnStatisticsForPartition(
3103
+ args: UpdateColumnStatisticsForPartitionCommandInput,
3104
+ options?: __HttpHandlerOptions
3105
+ ): Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
3106
+ updateColumnStatisticsForPartition(
3107
+ args: UpdateColumnStatisticsForPartitionCommandInput,
3108
+ cb: (
3109
+ err: any,
3110
+ data?: UpdateColumnStatisticsForPartitionCommandOutput
3111
+ ) => void
3112
+ ): void;
3113
+ updateColumnStatisticsForPartition(
3114
+ args: UpdateColumnStatisticsForPartitionCommandInput,
3115
+ options: __HttpHandlerOptions,
3116
+ cb: (
3117
+ err: any,
3118
+ data?: UpdateColumnStatisticsForPartitionCommandOutput
3119
+ ) => void
3120
+ ): void;
3121
+
3122
+ updateColumnStatisticsForTable(
3123
+ args: UpdateColumnStatisticsForTableCommandInput,
3124
+ options?: __HttpHandlerOptions
3125
+ ): Promise<UpdateColumnStatisticsForTableCommandOutput>;
3126
+ updateColumnStatisticsForTable(
3127
+ args: UpdateColumnStatisticsForTableCommandInput,
3128
+ cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void
3129
+ ): void;
3130
+ updateColumnStatisticsForTable(
3131
+ args: UpdateColumnStatisticsForTableCommandInput,
3132
+ options: __HttpHandlerOptions,
3133
+ cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void
3134
+ ): void;
3135
+
3136
+ updateConnection(
3137
+ args: UpdateConnectionCommandInput,
3138
+ options?: __HttpHandlerOptions
3139
+ ): Promise<UpdateConnectionCommandOutput>;
3140
+ updateConnection(
3141
+ args: UpdateConnectionCommandInput,
3142
+ cb: (err: any, data?: UpdateConnectionCommandOutput) => void
3143
+ ): void;
3144
+ updateConnection(
3145
+ args: UpdateConnectionCommandInput,
3146
+ options: __HttpHandlerOptions,
3147
+ cb: (err: any, data?: UpdateConnectionCommandOutput) => void
3148
+ ): void;
3149
+
3150
+ updateCrawler(
3151
+ args: UpdateCrawlerCommandInput,
3152
+ options?: __HttpHandlerOptions
3153
+ ): Promise<UpdateCrawlerCommandOutput>;
3154
+ updateCrawler(
3155
+ args: UpdateCrawlerCommandInput,
3156
+ cb: (err: any, data?: UpdateCrawlerCommandOutput) => void
3157
+ ): void;
3158
+ updateCrawler(
3159
+ args: UpdateCrawlerCommandInput,
3160
+ options: __HttpHandlerOptions,
3161
+ cb: (err: any, data?: UpdateCrawlerCommandOutput) => void
3162
+ ): void;
3163
+
3164
+ updateCrawlerSchedule(
3165
+ args: UpdateCrawlerScheduleCommandInput,
3166
+ options?: __HttpHandlerOptions
3167
+ ): Promise<UpdateCrawlerScheduleCommandOutput>;
3168
+ updateCrawlerSchedule(
3169
+ args: UpdateCrawlerScheduleCommandInput,
3170
+ cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void
3171
+ ): void;
3172
+ updateCrawlerSchedule(
3173
+ args: UpdateCrawlerScheduleCommandInput,
3174
+ options: __HttpHandlerOptions,
3175
+ cb: (err: any, data?: UpdateCrawlerScheduleCommandOutput) => void
3176
+ ): void;
3177
+
3178
+ updateDatabase(
3179
+ args: UpdateDatabaseCommandInput,
3180
+ options?: __HttpHandlerOptions
3181
+ ): Promise<UpdateDatabaseCommandOutput>;
3182
+ updateDatabase(
3183
+ args: UpdateDatabaseCommandInput,
3184
+ cb: (err: any, data?: UpdateDatabaseCommandOutput) => void
3185
+ ): void;
3186
+ updateDatabase(
3187
+ args: UpdateDatabaseCommandInput,
3188
+ options: __HttpHandlerOptions,
3189
+ cb: (err: any, data?: UpdateDatabaseCommandOutput) => void
3190
+ ): void;
3191
+
3192
+ updateDevEndpoint(
3193
+ args: UpdateDevEndpointCommandInput,
3194
+ options?: __HttpHandlerOptions
3195
+ ): Promise<UpdateDevEndpointCommandOutput>;
3196
+ updateDevEndpoint(
3197
+ args: UpdateDevEndpointCommandInput,
3198
+ cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void
3199
+ ): void;
3200
+ updateDevEndpoint(
3201
+ args: UpdateDevEndpointCommandInput,
3202
+ options: __HttpHandlerOptions,
3203
+ cb: (err: any, data?: UpdateDevEndpointCommandOutput) => void
3204
+ ): void;
3205
+
3206
+ updateJob(
3207
+ args: UpdateJobCommandInput,
3208
+ options?: __HttpHandlerOptions
3209
+ ): Promise<UpdateJobCommandOutput>;
3210
+ updateJob(
3211
+ args: UpdateJobCommandInput,
3212
+ cb: (err: any, data?: UpdateJobCommandOutput) => void
3213
+ ): void;
3214
+ updateJob(
3215
+ args: UpdateJobCommandInput,
3216
+ options: __HttpHandlerOptions,
3217
+ cb: (err: any, data?: UpdateJobCommandOutput) => void
3218
+ ): void;
3219
+
3220
+ updateMLTransform(
3221
+ args: UpdateMLTransformCommandInput,
3222
+ options?: __HttpHandlerOptions
3223
+ ): Promise<UpdateMLTransformCommandOutput>;
3224
+ updateMLTransform(
3225
+ args: UpdateMLTransformCommandInput,
3226
+ cb: (err: any, data?: UpdateMLTransformCommandOutput) => void
3227
+ ): void;
3228
+ updateMLTransform(
3229
+ args: UpdateMLTransformCommandInput,
3230
+ options: __HttpHandlerOptions,
3231
+ cb: (err: any, data?: UpdateMLTransformCommandOutput) => void
3232
+ ): void;
3233
+
3234
+ updatePartition(
3235
+ args: UpdatePartitionCommandInput,
3236
+ options?: __HttpHandlerOptions
3237
+ ): Promise<UpdatePartitionCommandOutput>;
3238
+ updatePartition(
3239
+ args: UpdatePartitionCommandInput,
3240
+ cb: (err: any, data?: UpdatePartitionCommandOutput) => void
3241
+ ): void;
3242
+ updatePartition(
3243
+ args: UpdatePartitionCommandInput,
3244
+ options: __HttpHandlerOptions,
3245
+ cb: (err: any, data?: UpdatePartitionCommandOutput) => void
3246
+ ): void;
3247
+
3248
+ updateRegistry(
3249
+ args: UpdateRegistryCommandInput,
3250
+ options?: __HttpHandlerOptions
3251
+ ): Promise<UpdateRegistryCommandOutput>;
3252
+ updateRegistry(
3253
+ args: UpdateRegistryCommandInput,
3254
+ cb: (err: any, data?: UpdateRegistryCommandOutput) => void
3255
+ ): void;
3256
+ updateRegistry(
3257
+ args: UpdateRegistryCommandInput,
3258
+ options: __HttpHandlerOptions,
3259
+ cb: (err: any, data?: UpdateRegistryCommandOutput) => void
3260
+ ): void;
3261
+
3262
+ updateSchema(
3263
+ args: UpdateSchemaCommandInput,
3264
+ options?: __HttpHandlerOptions
3265
+ ): Promise<UpdateSchemaCommandOutput>;
3266
+ updateSchema(
3267
+ args: UpdateSchemaCommandInput,
3268
+ cb: (err: any, data?: UpdateSchemaCommandOutput) => void
3269
+ ): void;
3270
+ updateSchema(
3271
+ args: UpdateSchemaCommandInput,
3272
+ options: __HttpHandlerOptions,
3273
+ cb: (err: any, data?: UpdateSchemaCommandOutput) => void
3274
+ ): void;
3275
+
3276
+ updateTable(
3277
+ args: UpdateTableCommandInput,
3278
+ options?: __HttpHandlerOptions
3279
+ ): Promise<UpdateTableCommandOutput>;
3280
+ updateTable(
3281
+ args: UpdateTableCommandInput,
3282
+ cb: (err: any, data?: UpdateTableCommandOutput) => void
3283
+ ): void;
3284
+ updateTable(
3285
+ args: UpdateTableCommandInput,
3286
+ options: __HttpHandlerOptions,
3287
+ cb: (err: any, data?: UpdateTableCommandOutput) => void
3288
+ ): void;
3289
+
3290
+ updateTrigger(
3291
+ args: UpdateTriggerCommandInput,
3292
+ options?: __HttpHandlerOptions
3293
+ ): Promise<UpdateTriggerCommandOutput>;
3294
+ updateTrigger(
3295
+ args: UpdateTriggerCommandInput,
3296
+ cb: (err: any, data?: UpdateTriggerCommandOutput) => void
3297
+ ): void;
3298
+ updateTrigger(
3299
+ args: UpdateTriggerCommandInput,
3300
+ options: __HttpHandlerOptions,
3301
+ cb: (err: any, data?: UpdateTriggerCommandOutput) => void
3302
+ ): void;
3303
+
3304
+ updateUserDefinedFunction(
3305
+ args: UpdateUserDefinedFunctionCommandInput,
3306
+ options?: __HttpHandlerOptions
3307
+ ): Promise<UpdateUserDefinedFunctionCommandOutput>;
3308
+ updateUserDefinedFunction(
3309
+ args: UpdateUserDefinedFunctionCommandInput,
3310
+ cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void
3311
+ ): void;
3312
+ updateUserDefinedFunction(
3313
+ args: UpdateUserDefinedFunctionCommandInput,
3314
+ options: __HttpHandlerOptions,
3315
+ cb: (err: any, data?: UpdateUserDefinedFunctionCommandOutput) => void
3316
+ ): void;
3317
+
3318
+ updateWorkflow(
3319
+ args: UpdateWorkflowCommandInput,
3320
+ options?: __HttpHandlerOptions
3321
+ ): Promise<UpdateWorkflowCommandOutput>;
3322
+ updateWorkflow(
3323
+ args: UpdateWorkflowCommandInput,
3324
+ cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
3325
+ ): void;
3326
+ updateWorkflow(
3327
+ args: UpdateWorkflowCommandInput,
3328
+ options: __HttpHandlerOptions,
3329
+ cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
3330
+ ): void;
3331
+ }