@aws-sdk/client-glue 3.169.0 → 3.171.0

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