@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,257 +1,1208 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput } from "./commands/BatchCreatePartitionCommand";
10
- import { BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput } from "./commands/BatchDeleteConnectionCommand";
11
- import { BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput } from "./commands/BatchDeletePartitionCommand";
12
- import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "./commands/BatchDeleteTableCommand";
13
- import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "./commands/BatchDeleteTableVersionCommand";
14
- import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
15
- import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
16
- import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
17
- import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
18
- import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
19
- import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
20
- import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "./commands/BatchGetTriggersCommand";
21
- import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "./commands/BatchGetWorkflowsCommand";
22
- import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
23
- import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
24
- import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "./commands/CancelMLTaskRunCommand";
25
- import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
26
- import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "./commands/CheckSchemaVersionValidityCommand";
27
- import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./commands/CreateBlueprintCommand";
28
- import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
29
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
30
- import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
31
- import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
32
- import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
33
- import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
34
- import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
35
- import { CreateMLTransformCommandInput, CreateMLTransformCommandOutput } from "./commands/CreateMLTransformCommand";
36
- import { CreatePartitionCommandInput, CreatePartitionCommandOutput } from "./commands/CreatePartitionCommand";
37
- import { CreatePartitionIndexCommandInput, CreatePartitionIndexCommandOutput } from "./commands/CreatePartitionIndexCommand";
38
- import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "./commands/CreateRegistryCommand";
39
- import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
40
- import { CreateScriptCommandInput, CreateScriptCommandOutput } from "./commands/CreateScriptCommand";
41
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
42
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
43
- import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
44
- import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "./commands/CreateTriggerCommand";
45
- import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "./commands/CreateUserDefinedFunctionCommand";
46
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
47
- import { DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput } from "./commands/DeleteBlueprintCommand";
48
- import { DeleteClassifierCommandInput, DeleteClassifierCommandOutput } from "./commands/DeleteClassifierCommand";
49
- import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput } from "./commands/DeleteColumnStatisticsForPartitionCommand";
50
- import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "./commands/DeleteColumnStatisticsForTableCommand";
51
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
52
- import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
53
- import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
54
- import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
55
- import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
56
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
57
- import { DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput } from "./commands/DeleteMLTransformCommand";
58
- import { DeletePartitionCommandInput, DeletePartitionCommandOutput } from "./commands/DeletePartitionCommand";
59
- import { DeletePartitionIndexCommandInput, DeletePartitionIndexCommandOutput } from "./commands/DeletePartitionIndexCommand";
60
- import { DeleteRegistryCommandInput, DeleteRegistryCommandOutput } from "./commands/DeleteRegistryCommand";
61
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
62
- import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
63
- import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "./commands/DeleteSchemaVersionsCommand";
64
- import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
65
- import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand";
66
- import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
67
- import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "./commands/DeleteTableVersionCommand";
68
- import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "./commands/DeleteTriggerCommand";
69
- import { DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput } from "./commands/DeleteUserDefinedFunctionCommand";
70
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
71
- import { GetBlueprintCommandInput, GetBlueprintCommandOutput } from "./commands/GetBlueprintCommand";
72
- import { GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput } from "./commands/GetBlueprintRunCommand";
73
- import { GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput } from "./commands/GetBlueprintRunsCommand";
74
- import { GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput } from "./commands/GetCatalogImportStatusCommand";
75
- import { GetClassifierCommandInput, GetClassifierCommandOutput } from "./commands/GetClassifierCommand";
76
- import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "./commands/GetClassifiersCommand";
77
- import { GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput } from "./commands/GetColumnStatisticsForPartitionCommand";
78
- import { GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput } from "./commands/GetColumnStatisticsForTableCommand";
79
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
80
- import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
81
- import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
82
- import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
83
- import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
84
- import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
85
- import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
86
- import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
87
- import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
88
- import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "./commands/GetDataflowGraphCommand";
89
- import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "./commands/GetDevEndpointCommand";
90
- import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "./commands/GetDevEndpointsCommand";
91
- import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "./commands/GetJobBookmarkCommand";
92
- import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
93
- import { GetJobRunCommandInput, GetJobRunCommandOutput } from "./commands/GetJobRunCommand";
94
- import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "./commands/GetJobRunsCommand";
95
- import { GetJobsCommandInput, GetJobsCommandOutput } from "./commands/GetJobsCommand";
96
- import { GetMappingCommandInput, GetMappingCommandOutput } from "./commands/GetMappingCommand";
97
- import { GetMLTaskRunCommandInput, GetMLTaskRunCommandOutput } from "./commands/GetMLTaskRunCommand";
98
- import { GetMLTaskRunsCommandInput, GetMLTaskRunsCommandOutput } from "./commands/GetMLTaskRunsCommand";
99
- import { GetMLTransformCommandInput, GetMLTransformCommandOutput } from "./commands/GetMLTransformCommand";
100
- import { GetMLTransformsCommandInput, GetMLTransformsCommandOutput } from "./commands/GetMLTransformsCommand";
101
- import { GetPartitionCommandInput, GetPartitionCommandOutput } from "./commands/GetPartitionCommand";
102
- import { GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput } from "./commands/GetPartitionIndexesCommand";
103
- import { GetPartitionsCommandInput, GetPartitionsCommandOutput } from "./commands/GetPartitionsCommand";
104
- import { GetPlanCommandInput, GetPlanCommandOutput } from "./commands/GetPlanCommand";
105
- import { GetRegistryCommandInput, GetRegistryCommandOutput } from "./commands/GetRegistryCommand";
106
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
107
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
108
- import { GetSchemaByDefinitionCommandInput, GetSchemaByDefinitionCommandOutput } from "./commands/GetSchemaByDefinitionCommand";
109
- import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
110
- import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
111
- import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "./commands/GetSchemaVersionsDiffCommand";
112
- import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
113
- import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
114
- import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
115
- import { GetStatementCommandInput, GetStatementCommandOutput } from "./commands/GetStatementCommand";
116
- import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
117
- import { GetTablesCommandInput, GetTablesCommandOutput } from "./commands/GetTablesCommand";
118
- import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "./commands/GetTableVersionCommand";
119
- import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "./commands/GetTableVersionsCommand";
120
- import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
121
- import { GetTriggerCommandInput, GetTriggerCommandOutput } from "./commands/GetTriggerCommand";
122
- import { GetTriggersCommandInput, GetTriggersCommandOutput } from "./commands/GetTriggersCommand";
123
- import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "./commands/GetUnfilteredPartitionMetadataCommand";
124
- import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "./commands/GetUnfilteredPartitionsMetadataCommand";
125
- import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "./commands/GetUnfilteredTableMetadataCommand";
126
- import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "./commands/GetUserDefinedFunctionCommand";
127
- import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "./commands/GetUserDefinedFunctionsCommand";
128
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
129
- import { GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput } from "./commands/GetWorkflowRunCommand";
130
- import { GetWorkflowRunPropertiesCommandInput, GetWorkflowRunPropertiesCommandOutput } from "./commands/GetWorkflowRunPropertiesCommand";
131
- import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./commands/GetWorkflowRunsCommand";
132
- import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
133
- import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
134
- import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
135
- import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "./commands/ListCrawlsCommand";
136
- import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
137
- import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
138
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
139
- import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
140
- import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
141
- import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
142
- import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
143
- import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
144
- import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
145
- import { ListTriggersCommandInput, ListTriggersCommandOutput } from "./commands/ListTriggersCommand";
146
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
147
- import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "./commands/PutDataCatalogEncryptionSettingsCommand";
148
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
149
- import { PutSchemaVersionMetadataCommandInput, PutSchemaVersionMetadataCommandOutput } from "./commands/PutSchemaVersionMetadataCommand";
150
- import { PutWorkflowRunPropertiesCommandInput, PutWorkflowRunPropertiesCommandOutput } from "./commands/PutWorkflowRunPropertiesCommand";
151
- import { QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput } from "./commands/QuerySchemaVersionMetadataCommand";
152
- import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput } from "./commands/RegisterSchemaVersionCommand";
153
- import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "./commands/RemoveSchemaVersionMetadataCommand";
154
- import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "./commands/ResetJobBookmarkCommand";
155
- import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "./commands/ResumeWorkflowRunCommand";
156
- import { RunStatementCommandInput, RunStatementCommandOutput } from "./commands/RunStatementCommand";
157
- import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
158
- import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
159
- import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
160
- import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "./commands/StartCrawlerScheduleCommand";
161
- import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "./commands/StartExportLabelsTaskRunCommand";
162
- import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "./commands/StartImportLabelsTaskRunCommand";
163
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
164
- import { StartMLEvaluationTaskRunCommandInput, StartMLEvaluationTaskRunCommandOutput } from "./commands/StartMLEvaluationTaskRunCommand";
165
- import { StartMLLabelingSetGenerationTaskRunCommandInput, StartMLLabelingSetGenerationTaskRunCommandOutput } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
166
- import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/StartTriggerCommand";
167
- import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "./commands/StartWorkflowRunCommand";
168
- import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
169
- import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
170
- import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
171
- import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
172
- import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
173
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
174
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
175
- import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "./commands/UpdateBlueprintCommand";
176
- import { UpdateClassifierCommandInput, UpdateClassifierCommandOutput } from "./commands/UpdateClassifierCommand";
177
- import { UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput } from "./commands/UpdateColumnStatisticsForPartitionCommand";
178
- import { UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput } from "./commands/UpdateColumnStatisticsForTableCommand";
179
- import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
180
- import { UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput } from "./commands/UpdateCrawlerCommand";
181
- import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput } from "./commands/UpdateCrawlerScheduleCommand";
182
- import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "./commands/UpdateDatabaseCommand";
183
- import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "./commands/UpdateDevEndpointCommand";
184
- import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
185
- import { UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput } from "./commands/UpdateMLTransformCommand";
186
- import { UpdatePartitionCommandInput, UpdatePartitionCommandOutput } from "./commands/UpdatePartitionCommand";
187
- import { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "./commands/UpdateRegistryCommand";
188
- import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
189
- import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
190
- import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
191
- import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
192
- import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
193
- export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
194
- export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
195
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
196
-
197
- requestHandler?: __HttpHandler;
198
-
199
- sha256?: __HashConstructor;
200
-
201
- urlParser?: __UrlParser;
202
-
203
- bodyLengthChecker?: __BodyLengthCalculator;
204
-
205
- streamCollector?: __StreamCollector;
206
-
207
- base64Decoder?: __Decoder;
208
-
209
- base64Encoder?: __Encoder;
210
-
211
- utf8Decoder?: __Decoder;
212
-
213
- utf8Encoder?: __Encoder;
214
-
215
- runtime?: string;
216
-
217
- disableHostPrefix?: boolean;
218
-
219
- maxAttempts?: number | __Provider<number>;
220
-
221
- retryMode?: string | __Provider<string>;
222
-
223
- logger?: __Logger;
224
-
225
- useDualstackEndpoint?: boolean | __Provider<boolean>;
226
-
227
- useFipsEndpoint?: boolean | __Provider<boolean>;
228
-
229
- serviceId?: string;
230
-
231
- region?: string | __Provider<string>;
232
-
233
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
234
-
235
- regionInfoProvider?: RegionInfoProvider;
236
-
237
- defaultUserAgentProvider?: Provider<__UserAgent>;
238
-
239
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
240
- }
241
- declare type GlueClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
242
-
243
- export interface GlueClientConfig extends GlueClientConfigType {
244
- }
245
- declare type GlueClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
246
-
247
- export interface GlueClientResolvedConfig extends GlueClientResolvedConfigType {
248
- }
249
-
250
- export declare class GlueClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GlueClientResolvedConfig> {
251
-
252
- readonly config: GlueClientResolvedConfig;
253
- constructor(configuration: GlueClientConfig);
254
-
255
- destroy(): void;
256
- }
257
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BatchCreatePartitionCommandInput,
47
+ BatchCreatePartitionCommandOutput,
48
+ } from "./commands/BatchCreatePartitionCommand";
49
+ import {
50
+ BatchDeleteConnectionCommandInput,
51
+ BatchDeleteConnectionCommandOutput,
52
+ } from "./commands/BatchDeleteConnectionCommand";
53
+ import {
54
+ BatchDeletePartitionCommandInput,
55
+ BatchDeletePartitionCommandOutput,
56
+ } from "./commands/BatchDeletePartitionCommand";
57
+ import {
58
+ BatchDeleteTableCommandInput,
59
+ BatchDeleteTableCommandOutput,
60
+ } from "./commands/BatchDeleteTableCommand";
61
+ import {
62
+ BatchDeleteTableVersionCommandInput,
63
+ BatchDeleteTableVersionCommandOutput,
64
+ } from "./commands/BatchDeleteTableVersionCommand";
65
+ import {
66
+ BatchGetBlueprintsCommandInput,
67
+ BatchGetBlueprintsCommandOutput,
68
+ } from "./commands/BatchGetBlueprintsCommand";
69
+ import {
70
+ BatchGetCrawlersCommandInput,
71
+ BatchGetCrawlersCommandOutput,
72
+ } from "./commands/BatchGetCrawlersCommand";
73
+ import {
74
+ BatchGetCustomEntityTypesCommandInput,
75
+ BatchGetCustomEntityTypesCommandOutput,
76
+ } from "./commands/BatchGetCustomEntityTypesCommand";
77
+ import {
78
+ BatchGetDevEndpointsCommandInput,
79
+ BatchGetDevEndpointsCommandOutput,
80
+ } from "./commands/BatchGetDevEndpointsCommand";
81
+ import {
82
+ BatchGetJobsCommandInput,
83
+ BatchGetJobsCommandOutput,
84
+ } from "./commands/BatchGetJobsCommand";
85
+ import {
86
+ BatchGetPartitionCommandInput,
87
+ BatchGetPartitionCommandOutput,
88
+ } from "./commands/BatchGetPartitionCommand";
89
+ import {
90
+ BatchGetTriggersCommandInput,
91
+ BatchGetTriggersCommandOutput,
92
+ } from "./commands/BatchGetTriggersCommand";
93
+ import {
94
+ BatchGetWorkflowsCommandInput,
95
+ BatchGetWorkflowsCommandOutput,
96
+ } from "./commands/BatchGetWorkflowsCommand";
97
+ import {
98
+ BatchStopJobRunCommandInput,
99
+ BatchStopJobRunCommandOutput,
100
+ } from "./commands/BatchStopJobRunCommand";
101
+ import {
102
+ BatchUpdatePartitionCommandInput,
103
+ BatchUpdatePartitionCommandOutput,
104
+ } from "./commands/BatchUpdatePartitionCommand";
105
+ import {
106
+ CancelMLTaskRunCommandInput,
107
+ CancelMLTaskRunCommandOutput,
108
+ } from "./commands/CancelMLTaskRunCommand";
109
+ import {
110
+ CancelStatementCommandInput,
111
+ CancelStatementCommandOutput,
112
+ } from "./commands/CancelStatementCommand";
113
+ import {
114
+ CheckSchemaVersionValidityCommandInput,
115
+ CheckSchemaVersionValidityCommandOutput,
116
+ } from "./commands/CheckSchemaVersionValidityCommand";
117
+ import {
118
+ CreateBlueprintCommandInput,
119
+ CreateBlueprintCommandOutput,
120
+ } from "./commands/CreateBlueprintCommand";
121
+ import {
122
+ CreateClassifierCommandInput,
123
+ CreateClassifierCommandOutput,
124
+ } from "./commands/CreateClassifierCommand";
125
+ import {
126
+ CreateConnectionCommandInput,
127
+ CreateConnectionCommandOutput,
128
+ } from "./commands/CreateConnectionCommand";
129
+ import {
130
+ CreateCrawlerCommandInput,
131
+ CreateCrawlerCommandOutput,
132
+ } from "./commands/CreateCrawlerCommand";
133
+ import {
134
+ CreateCustomEntityTypeCommandInput,
135
+ CreateCustomEntityTypeCommandOutput,
136
+ } from "./commands/CreateCustomEntityTypeCommand";
137
+ import {
138
+ CreateDatabaseCommandInput,
139
+ CreateDatabaseCommandOutput,
140
+ } from "./commands/CreateDatabaseCommand";
141
+ import {
142
+ CreateDevEndpointCommandInput,
143
+ CreateDevEndpointCommandOutput,
144
+ } from "./commands/CreateDevEndpointCommand";
145
+ import {
146
+ CreateJobCommandInput,
147
+ CreateJobCommandOutput,
148
+ } from "./commands/CreateJobCommand";
149
+ import {
150
+ CreateMLTransformCommandInput,
151
+ CreateMLTransformCommandOutput,
152
+ } from "./commands/CreateMLTransformCommand";
153
+ import {
154
+ CreatePartitionCommandInput,
155
+ CreatePartitionCommandOutput,
156
+ } from "./commands/CreatePartitionCommand";
157
+ import {
158
+ CreatePartitionIndexCommandInput,
159
+ CreatePartitionIndexCommandOutput,
160
+ } from "./commands/CreatePartitionIndexCommand";
161
+ import {
162
+ CreateRegistryCommandInput,
163
+ CreateRegistryCommandOutput,
164
+ } from "./commands/CreateRegistryCommand";
165
+ import {
166
+ CreateSchemaCommandInput,
167
+ CreateSchemaCommandOutput,
168
+ } from "./commands/CreateSchemaCommand";
169
+ import {
170
+ CreateScriptCommandInput,
171
+ CreateScriptCommandOutput,
172
+ } from "./commands/CreateScriptCommand";
173
+ import {
174
+ CreateSecurityConfigurationCommandInput,
175
+ CreateSecurityConfigurationCommandOutput,
176
+ } from "./commands/CreateSecurityConfigurationCommand";
177
+ import {
178
+ CreateSessionCommandInput,
179
+ CreateSessionCommandOutput,
180
+ } from "./commands/CreateSessionCommand";
181
+ import {
182
+ CreateTableCommandInput,
183
+ CreateTableCommandOutput,
184
+ } from "./commands/CreateTableCommand";
185
+ import {
186
+ CreateTriggerCommandInput,
187
+ CreateTriggerCommandOutput,
188
+ } from "./commands/CreateTriggerCommand";
189
+ import {
190
+ CreateUserDefinedFunctionCommandInput,
191
+ CreateUserDefinedFunctionCommandOutput,
192
+ } from "./commands/CreateUserDefinedFunctionCommand";
193
+ import {
194
+ CreateWorkflowCommandInput,
195
+ CreateWorkflowCommandOutput,
196
+ } from "./commands/CreateWorkflowCommand";
197
+ import {
198
+ DeleteBlueprintCommandInput,
199
+ DeleteBlueprintCommandOutput,
200
+ } from "./commands/DeleteBlueprintCommand";
201
+ import {
202
+ DeleteClassifierCommandInput,
203
+ DeleteClassifierCommandOutput,
204
+ } from "./commands/DeleteClassifierCommand";
205
+ import {
206
+ DeleteColumnStatisticsForPartitionCommandInput,
207
+ DeleteColumnStatisticsForPartitionCommandOutput,
208
+ } from "./commands/DeleteColumnStatisticsForPartitionCommand";
209
+ import {
210
+ DeleteColumnStatisticsForTableCommandInput,
211
+ DeleteColumnStatisticsForTableCommandOutput,
212
+ } from "./commands/DeleteColumnStatisticsForTableCommand";
213
+ import {
214
+ DeleteConnectionCommandInput,
215
+ DeleteConnectionCommandOutput,
216
+ } from "./commands/DeleteConnectionCommand";
217
+ import {
218
+ DeleteCrawlerCommandInput,
219
+ DeleteCrawlerCommandOutput,
220
+ } from "./commands/DeleteCrawlerCommand";
221
+ import {
222
+ DeleteCustomEntityTypeCommandInput,
223
+ DeleteCustomEntityTypeCommandOutput,
224
+ } from "./commands/DeleteCustomEntityTypeCommand";
225
+ import {
226
+ DeleteDatabaseCommandInput,
227
+ DeleteDatabaseCommandOutput,
228
+ } from "./commands/DeleteDatabaseCommand";
229
+ import {
230
+ DeleteDevEndpointCommandInput,
231
+ DeleteDevEndpointCommandOutput,
232
+ } from "./commands/DeleteDevEndpointCommand";
233
+ import {
234
+ DeleteJobCommandInput,
235
+ DeleteJobCommandOutput,
236
+ } from "./commands/DeleteJobCommand";
237
+ import {
238
+ DeleteMLTransformCommandInput,
239
+ DeleteMLTransformCommandOutput,
240
+ } from "./commands/DeleteMLTransformCommand";
241
+ import {
242
+ DeletePartitionCommandInput,
243
+ DeletePartitionCommandOutput,
244
+ } from "./commands/DeletePartitionCommand";
245
+ import {
246
+ DeletePartitionIndexCommandInput,
247
+ DeletePartitionIndexCommandOutput,
248
+ } from "./commands/DeletePartitionIndexCommand";
249
+ import {
250
+ DeleteRegistryCommandInput,
251
+ DeleteRegistryCommandOutput,
252
+ } from "./commands/DeleteRegistryCommand";
253
+ import {
254
+ DeleteResourcePolicyCommandInput,
255
+ DeleteResourcePolicyCommandOutput,
256
+ } from "./commands/DeleteResourcePolicyCommand";
257
+ import {
258
+ DeleteSchemaCommandInput,
259
+ DeleteSchemaCommandOutput,
260
+ } from "./commands/DeleteSchemaCommand";
261
+ import {
262
+ DeleteSchemaVersionsCommandInput,
263
+ DeleteSchemaVersionsCommandOutput,
264
+ } from "./commands/DeleteSchemaVersionsCommand";
265
+ import {
266
+ DeleteSecurityConfigurationCommandInput,
267
+ DeleteSecurityConfigurationCommandOutput,
268
+ } from "./commands/DeleteSecurityConfigurationCommand";
269
+ import {
270
+ DeleteSessionCommandInput,
271
+ DeleteSessionCommandOutput,
272
+ } from "./commands/DeleteSessionCommand";
273
+ import {
274
+ DeleteTableCommandInput,
275
+ DeleteTableCommandOutput,
276
+ } from "./commands/DeleteTableCommand";
277
+ import {
278
+ DeleteTableVersionCommandInput,
279
+ DeleteTableVersionCommandOutput,
280
+ } from "./commands/DeleteTableVersionCommand";
281
+ import {
282
+ DeleteTriggerCommandInput,
283
+ DeleteTriggerCommandOutput,
284
+ } from "./commands/DeleteTriggerCommand";
285
+ import {
286
+ DeleteUserDefinedFunctionCommandInput,
287
+ DeleteUserDefinedFunctionCommandOutput,
288
+ } from "./commands/DeleteUserDefinedFunctionCommand";
289
+ import {
290
+ DeleteWorkflowCommandInput,
291
+ DeleteWorkflowCommandOutput,
292
+ } from "./commands/DeleteWorkflowCommand";
293
+ import {
294
+ GetBlueprintCommandInput,
295
+ GetBlueprintCommandOutput,
296
+ } from "./commands/GetBlueprintCommand";
297
+ import {
298
+ GetBlueprintRunCommandInput,
299
+ GetBlueprintRunCommandOutput,
300
+ } from "./commands/GetBlueprintRunCommand";
301
+ import {
302
+ GetBlueprintRunsCommandInput,
303
+ GetBlueprintRunsCommandOutput,
304
+ } from "./commands/GetBlueprintRunsCommand";
305
+ import {
306
+ GetCatalogImportStatusCommandInput,
307
+ GetCatalogImportStatusCommandOutput,
308
+ } from "./commands/GetCatalogImportStatusCommand";
309
+ import {
310
+ GetClassifierCommandInput,
311
+ GetClassifierCommandOutput,
312
+ } from "./commands/GetClassifierCommand";
313
+ import {
314
+ GetClassifiersCommandInput,
315
+ GetClassifiersCommandOutput,
316
+ } from "./commands/GetClassifiersCommand";
317
+ import {
318
+ GetColumnStatisticsForPartitionCommandInput,
319
+ GetColumnStatisticsForPartitionCommandOutput,
320
+ } from "./commands/GetColumnStatisticsForPartitionCommand";
321
+ import {
322
+ GetColumnStatisticsForTableCommandInput,
323
+ GetColumnStatisticsForTableCommandOutput,
324
+ } from "./commands/GetColumnStatisticsForTableCommand";
325
+ import {
326
+ GetConnectionCommandInput,
327
+ GetConnectionCommandOutput,
328
+ } from "./commands/GetConnectionCommand";
329
+ import {
330
+ GetConnectionsCommandInput,
331
+ GetConnectionsCommandOutput,
332
+ } from "./commands/GetConnectionsCommand";
333
+ import {
334
+ GetCrawlerCommandInput,
335
+ GetCrawlerCommandOutput,
336
+ } from "./commands/GetCrawlerCommand";
337
+ import {
338
+ GetCrawlerMetricsCommandInput,
339
+ GetCrawlerMetricsCommandOutput,
340
+ } from "./commands/GetCrawlerMetricsCommand";
341
+ import {
342
+ GetCrawlersCommandInput,
343
+ GetCrawlersCommandOutput,
344
+ } from "./commands/GetCrawlersCommand";
345
+ import {
346
+ GetCustomEntityTypeCommandInput,
347
+ GetCustomEntityTypeCommandOutput,
348
+ } from "./commands/GetCustomEntityTypeCommand";
349
+ import {
350
+ GetDatabaseCommandInput,
351
+ GetDatabaseCommandOutput,
352
+ } from "./commands/GetDatabaseCommand";
353
+ import {
354
+ GetDatabasesCommandInput,
355
+ GetDatabasesCommandOutput,
356
+ } from "./commands/GetDatabasesCommand";
357
+ import {
358
+ GetDataCatalogEncryptionSettingsCommandInput,
359
+ GetDataCatalogEncryptionSettingsCommandOutput,
360
+ } from "./commands/GetDataCatalogEncryptionSettingsCommand";
361
+ import {
362
+ GetDataflowGraphCommandInput,
363
+ GetDataflowGraphCommandOutput,
364
+ } from "./commands/GetDataflowGraphCommand";
365
+ import {
366
+ GetDevEndpointCommandInput,
367
+ GetDevEndpointCommandOutput,
368
+ } from "./commands/GetDevEndpointCommand";
369
+ import {
370
+ GetDevEndpointsCommandInput,
371
+ GetDevEndpointsCommandOutput,
372
+ } from "./commands/GetDevEndpointsCommand";
373
+ import {
374
+ GetJobBookmarkCommandInput,
375
+ GetJobBookmarkCommandOutput,
376
+ } from "./commands/GetJobBookmarkCommand";
377
+ import {
378
+ GetJobCommandInput,
379
+ GetJobCommandOutput,
380
+ } from "./commands/GetJobCommand";
381
+ import {
382
+ GetJobRunCommandInput,
383
+ GetJobRunCommandOutput,
384
+ } from "./commands/GetJobRunCommand";
385
+ import {
386
+ GetJobRunsCommandInput,
387
+ GetJobRunsCommandOutput,
388
+ } from "./commands/GetJobRunsCommand";
389
+ import {
390
+ GetJobsCommandInput,
391
+ GetJobsCommandOutput,
392
+ } from "./commands/GetJobsCommand";
393
+ import {
394
+ GetMappingCommandInput,
395
+ GetMappingCommandOutput,
396
+ } from "./commands/GetMappingCommand";
397
+ import {
398
+ GetMLTaskRunCommandInput,
399
+ GetMLTaskRunCommandOutput,
400
+ } from "./commands/GetMLTaskRunCommand";
401
+ import {
402
+ GetMLTaskRunsCommandInput,
403
+ GetMLTaskRunsCommandOutput,
404
+ } from "./commands/GetMLTaskRunsCommand";
405
+ import {
406
+ GetMLTransformCommandInput,
407
+ GetMLTransformCommandOutput,
408
+ } from "./commands/GetMLTransformCommand";
409
+ import {
410
+ GetMLTransformsCommandInput,
411
+ GetMLTransformsCommandOutput,
412
+ } from "./commands/GetMLTransformsCommand";
413
+ import {
414
+ GetPartitionCommandInput,
415
+ GetPartitionCommandOutput,
416
+ } from "./commands/GetPartitionCommand";
417
+ import {
418
+ GetPartitionIndexesCommandInput,
419
+ GetPartitionIndexesCommandOutput,
420
+ } from "./commands/GetPartitionIndexesCommand";
421
+ import {
422
+ GetPartitionsCommandInput,
423
+ GetPartitionsCommandOutput,
424
+ } from "./commands/GetPartitionsCommand";
425
+ import {
426
+ GetPlanCommandInput,
427
+ GetPlanCommandOutput,
428
+ } from "./commands/GetPlanCommand";
429
+ import {
430
+ GetRegistryCommandInput,
431
+ GetRegistryCommandOutput,
432
+ } from "./commands/GetRegistryCommand";
433
+ import {
434
+ GetResourcePoliciesCommandInput,
435
+ GetResourcePoliciesCommandOutput,
436
+ } from "./commands/GetResourcePoliciesCommand";
437
+ import {
438
+ GetResourcePolicyCommandInput,
439
+ GetResourcePolicyCommandOutput,
440
+ } from "./commands/GetResourcePolicyCommand";
441
+ import {
442
+ GetSchemaByDefinitionCommandInput,
443
+ GetSchemaByDefinitionCommandOutput,
444
+ } from "./commands/GetSchemaByDefinitionCommand";
445
+ import {
446
+ GetSchemaCommandInput,
447
+ GetSchemaCommandOutput,
448
+ } from "./commands/GetSchemaCommand";
449
+ import {
450
+ GetSchemaVersionCommandInput,
451
+ GetSchemaVersionCommandOutput,
452
+ } from "./commands/GetSchemaVersionCommand";
453
+ import {
454
+ GetSchemaVersionsDiffCommandInput,
455
+ GetSchemaVersionsDiffCommandOutput,
456
+ } from "./commands/GetSchemaVersionsDiffCommand";
457
+ import {
458
+ GetSecurityConfigurationCommandInput,
459
+ GetSecurityConfigurationCommandOutput,
460
+ } from "./commands/GetSecurityConfigurationCommand";
461
+ import {
462
+ GetSecurityConfigurationsCommandInput,
463
+ GetSecurityConfigurationsCommandOutput,
464
+ } from "./commands/GetSecurityConfigurationsCommand";
465
+ import {
466
+ GetSessionCommandInput,
467
+ GetSessionCommandOutput,
468
+ } from "./commands/GetSessionCommand";
469
+ import {
470
+ GetStatementCommandInput,
471
+ GetStatementCommandOutput,
472
+ } from "./commands/GetStatementCommand";
473
+ import {
474
+ GetTableCommandInput,
475
+ GetTableCommandOutput,
476
+ } from "./commands/GetTableCommand";
477
+ import {
478
+ GetTablesCommandInput,
479
+ GetTablesCommandOutput,
480
+ } from "./commands/GetTablesCommand";
481
+ import {
482
+ GetTableVersionCommandInput,
483
+ GetTableVersionCommandOutput,
484
+ } from "./commands/GetTableVersionCommand";
485
+ import {
486
+ GetTableVersionsCommandInput,
487
+ GetTableVersionsCommandOutput,
488
+ } from "./commands/GetTableVersionsCommand";
489
+ import {
490
+ GetTagsCommandInput,
491
+ GetTagsCommandOutput,
492
+ } from "./commands/GetTagsCommand";
493
+ import {
494
+ GetTriggerCommandInput,
495
+ GetTriggerCommandOutput,
496
+ } from "./commands/GetTriggerCommand";
497
+ import {
498
+ GetTriggersCommandInput,
499
+ GetTriggersCommandOutput,
500
+ } from "./commands/GetTriggersCommand";
501
+ import {
502
+ GetUnfilteredPartitionMetadataCommandInput,
503
+ GetUnfilteredPartitionMetadataCommandOutput,
504
+ } from "./commands/GetUnfilteredPartitionMetadataCommand";
505
+ import {
506
+ GetUnfilteredPartitionsMetadataCommandInput,
507
+ GetUnfilteredPartitionsMetadataCommandOutput,
508
+ } from "./commands/GetUnfilteredPartitionsMetadataCommand";
509
+ import {
510
+ GetUnfilteredTableMetadataCommandInput,
511
+ GetUnfilteredTableMetadataCommandOutput,
512
+ } from "./commands/GetUnfilteredTableMetadataCommand";
513
+ import {
514
+ GetUserDefinedFunctionCommandInput,
515
+ GetUserDefinedFunctionCommandOutput,
516
+ } from "./commands/GetUserDefinedFunctionCommand";
517
+ import {
518
+ GetUserDefinedFunctionsCommandInput,
519
+ GetUserDefinedFunctionsCommandOutput,
520
+ } from "./commands/GetUserDefinedFunctionsCommand";
521
+ import {
522
+ GetWorkflowCommandInput,
523
+ GetWorkflowCommandOutput,
524
+ } from "./commands/GetWorkflowCommand";
525
+ import {
526
+ GetWorkflowRunCommandInput,
527
+ GetWorkflowRunCommandOutput,
528
+ } from "./commands/GetWorkflowRunCommand";
529
+ import {
530
+ GetWorkflowRunPropertiesCommandInput,
531
+ GetWorkflowRunPropertiesCommandOutput,
532
+ } from "./commands/GetWorkflowRunPropertiesCommand";
533
+ import {
534
+ GetWorkflowRunsCommandInput,
535
+ GetWorkflowRunsCommandOutput,
536
+ } from "./commands/GetWorkflowRunsCommand";
537
+ import {
538
+ ImportCatalogToGlueCommandInput,
539
+ ImportCatalogToGlueCommandOutput,
540
+ } from "./commands/ImportCatalogToGlueCommand";
541
+ import {
542
+ ListBlueprintsCommandInput,
543
+ ListBlueprintsCommandOutput,
544
+ } from "./commands/ListBlueprintsCommand";
545
+ import {
546
+ ListCrawlersCommandInput,
547
+ ListCrawlersCommandOutput,
548
+ } from "./commands/ListCrawlersCommand";
549
+ import {
550
+ ListCrawlsCommandInput,
551
+ ListCrawlsCommandOutput,
552
+ } from "./commands/ListCrawlsCommand";
553
+ import {
554
+ ListCustomEntityTypesCommandInput,
555
+ ListCustomEntityTypesCommandOutput,
556
+ } from "./commands/ListCustomEntityTypesCommand";
557
+ import {
558
+ ListDevEndpointsCommandInput,
559
+ ListDevEndpointsCommandOutput,
560
+ } from "./commands/ListDevEndpointsCommand";
561
+ import {
562
+ ListJobsCommandInput,
563
+ ListJobsCommandOutput,
564
+ } from "./commands/ListJobsCommand";
565
+ import {
566
+ ListMLTransformsCommandInput,
567
+ ListMLTransformsCommandOutput,
568
+ } from "./commands/ListMLTransformsCommand";
569
+ import {
570
+ ListRegistriesCommandInput,
571
+ ListRegistriesCommandOutput,
572
+ } from "./commands/ListRegistriesCommand";
573
+ import {
574
+ ListSchemasCommandInput,
575
+ ListSchemasCommandOutput,
576
+ } from "./commands/ListSchemasCommand";
577
+ import {
578
+ ListSchemaVersionsCommandInput,
579
+ ListSchemaVersionsCommandOutput,
580
+ } from "./commands/ListSchemaVersionsCommand";
581
+ import {
582
+ ListSessionsCommandInput,
583
+ ListSessionsCommandOutput,
584
+ } from "./commands/ListSessionsCommand";
585
+ import {
586
+ ListStatementsCommandInput,
587
+ ListStatementsCommandOutput,
588
+ } from "./commands/ListStatementsCommand";
589
+ import {
590
+ ListTriggersCommandInput,
591
+ ListTriggersCommandOutput,
592
+ } from "./commands/ListTriggersCommand";
593
+ import {
594
+ ListWorkflowsCommandInput,
595
+ ListWorkflowsCommandOutput,
596
+ } from "./commands/ListWorkflowsCommand";
597
+ import {
598
+ PutDataCatalogEncryptionSettingsCommandInput,
599
+ PutDataCatalogEncryptionSettingsCommandOutput,
600
+ } from "./commands/PutDataCatalogEncryptionSettingsCommand";
601
+ import {
602
+ PutResourcePolicyCommandInput,
603
+ PutResourcePolicyCommandOutput,
604
+ } from "./commands/PutResourcePolicyCommand";
605
+ import {
606
+ PutSchemaVersionMetadataCommandInput,
607
+ PutSchemaVersionMetadataCommandOutput,
608
+ } from "./commands/PutSchemaVersionMetadataCommand";
609
+ import {
610
+ PutWorkflowRunPropertiesCommandInput,
611
+ PutWorkflowRunPropertiesCommandOutput,
612
+ } from "./commands/PutWorkflowRunPropertiesCommand";
613
+ import {
614
+ QuerySchemaVersionMetadataCommandInput,
615
+ QuerySchemaVersionMetadataCommandOutput,
616
+ } from "./commands/QuerySchemaVersionMetadataCommand";
617
+ import {
618
+ RegisterSchemaVersionCommandInput,
619
+ RegisterSchemaVersionCommandOutput,
620
+ } from "./commands/RegisterSchemaVersionCommand";
621
+ import {
622
+ RemoveSchemaVersionMetadataCommandInput,
623
+ RemoveSchemaVersionMetadataCommandOutput,
624
+ } from "./commands/RemoveSchemaVersionMetadataCommand";
625
+ import {
626
+ ResetJobBookmarkCommandInput,
627
+ ResetJobBookmarkCommandOutput,
628
+ } from "./commands/ResetJobBookmarkCommand";
629
+ import {
630
+ ResumeWorkflowRunCommandInput,
631
+ ResumeWorkflowRunCommandOutput,
632
+ } from "./commands/ResumeWorkflowRunCommand";
633
+ import {
634
+ RunStatementCommandInput,
635
+ RunStatementCommandOutput,
636
+ } from "./commands/RunStatementCommand";
637
+ import {
638
+ SearchTablesCommandInput,
639
+ SearchTablesCommandOutput,
640
+ } from "./commands/SearchTablesCommand";
641
+ import {
642
+ StartBlueprintRunCommandInput,
643
+ StartBlueprintRunCommandOutput,
644
+ } from "./commands/StartBlueprintRunCommand";
645
+ import {
646
+ StartCrawlerCommandInput,
647
+ StartCrawlerCommandOutput,
648
+ } from "./commands/StartCrawlerCommand";
649
+ import {
650
+ StartCrawlerScheduleCommandInput,
651
+ StartCrawlerScheduleCommandOutput,
652
+ } from "./commands/StartCrawlerScheduleCommand";
653
+ import {
654
+ StartExportLabelsTaskRunCommandInput,
655
+ StartExportLabelsTaskRunCommandOutput,
656
+ } from "./commands/StartExportLabelsTaskRunCommand";
657
+ import {
658
+ StartImportLabelsTaskRunCommandInput,
659
+ StartImportLabelsTaskRunCommandOutput,
660
+ } from "./commands/StartImportLabelsTaskRunCommand";
661
+ import {
662
+ StartJobRunCommandInput,
663
+ StartJobRunCommandOutput,
664
+ } from "./commands/StartJobRunCommand";
665
+ import {
666
+ StartMLEvaluationTaskRunCommandInput,
667
+ StartMLEvaluationTaskRunCommandOutput,
668
+ } from "./commands/StartMLEvaluationTaskRunCommand";
669
+ import {
670
+ StartMLLabelingSetGenerationTaskRunCommandInput,
671
+ StartMLLabelingSetGenerationTaskRunCommandOutput,
672
+ } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
673
+ import {
674
+ StartTriggerCommandInput,
675
+ StartTriggerCommandOutput,
676
+ } from "./commands/StartTriggerCommand";
677
+ import {
678
+ StartWorkflowRunCommandInput,
679
+ StartWorkflowRunCommandOutput,
680
+ } from "./commands/StartWorkflowRunCommand";
681
+ import {
682
+ StopCrawlerCommandInput,
683
+ StopCrawlerCommandOutput,
684
+ } from "./commands/StopCrawlerCommand";
685
+ import {
686
+ StopCrawlerScheduleCommandInput,
687
+ StopCrawlerScheduleCommandOutput,
688
+ } from "./commands/StopCrawlerScheduleCommand";
689
+ import {
690
+ StopSessionCommandInput,
691
+ StopSessionCommandOutput,
692
+ } from "./commands/StopSessionCommand";
693
+ import {
694
+ StopTriggerCommandInput,
695
+ StopTriggerCommandOutput,
696
+ } from "./commands/StopTriggerCommand";
697
+ import {
698
+ StopWorkflowRunCommandInput,
699
+ StopWorkflowRunCommandOutput,
700
+ } from "./commands/StopWorkflowRunCommand";
701
+ import {
702
+ TagResourceCommandInput,
703
+ TagResourceCommandOutput,
704
+ } from "./commands/TagResourceCommand";
705
+ import {
706
+ UntagResourceCommandInput,
707
+ UntagResourceCommandOutput,
708
+ } from "./commands/UntagResourceCommand";
709
+ import {
710
+ UpdateBlueprintCommandInput,
711
+ UpdateBlueprintCommandOutput,
712
+ } from "./commands/UpdateBlueprintCommand";
713
+ import {
714
+ UpdateClassifierCommandInput,
715
+ UpdateClassifierCommandOutput,
716
+ } from "./commands/UpdateClassifierCommand";
717
+ import {
718
+ UpdateColumnStatisticsForPartitionCommandInput,
719
+ UpdateColumnStatisticsForPartitionCommandOutput,
720
+ } from "./commands/UpdateColumnStatisticsForPartitionCommand";
721
+ import {
722
+ UpdateColumnStatisticsForTableCommandInput,
723
+ UpdateColumnStatisticsForTableCommandOutput,
724
+ } from "./commands/UpdateColumnStatisticsForTableCommand";
725
+ import {
726
+ UpdateConnectionCommandInput,
727
+ UpdateConnectionCommandOutput,
728
+ } from "./commands/UpdateConnectionCommand";
729
+ import {
730
+ UpdateCrawlerCommandInput,
731
+ UpdateCrawlerCommandOutput,
732
+ } from "./commands/UpdateCrawlerCommand";
733
+ import {
734
+ UpdateCrawlerScheduleCommandInput,
735
+ UpdateCrawlerScheduleCommandOutput,
736
+ } from "./commands/UpdateCrawlerScheduleCommand";
737
+ import {
738
+ UpdateDatabaseCommandInput,
739
+ UpdateDatabaseCommandOutput,
740
+ } from "./commands/UpdateDatabaseCommand";
741
+ import {
742
+ UpdateDevEndpointCommandInput,
743
+ UpdateDevEndpointCommandOutput,
744
+ } from "./commands/UpdateDevEndpointCommand";
745
+ import {
746
+ UpdateJobCommandInput,
747
+ UpdateJobCommandOutput,
748
+ } from "./commands/UpdateJobCommand";
749
+ import {
750
+ UpdateMLTransformCommandInput,
751
+ UpdateMLTransformCommandOutput,
752
+ } from "./commands/UpdateMLTransformCommand";
753
+ import {
754
+ UpdatePartitionCommandInput,
755
+ UpdatePartitionCommandOutput,
756
+ } from "./commands/UpdatePartitionCommand";
757
+ import {
758
+ UpdateRegistryCommandInput,
759
+ UpdateRegistryCommandOutput,
760
+ } from "./commands/UpdateRegistryCommand";
761
+ import {
762
+ UpdateSchemaCommandInput,
763
+ UpdateSchemaCommandOutput,
764
+ } from "./commands/UpdateSchemaCommand";
765
+ import {
766
+ UpdateTableCommandInput,
767
+ UpdateTableCommandOutput,
768
+ } from "./commands/UpdateTableCommand";
769
+ import {
770
+ UpdateTriggerCommandInput,
771
+ UpdateTriggerCommandOutput,
772
+ } from "./commands/UpdateTriggerCommand";
773
+ import {
774
+ UpdateUserDefinedFunctionCommandInput,
775
+ UpdateUserDefinedFunctionCommandOutput,
776
+ } from "./commands/UpdateUserDefinedFunctionCommand";
777
+ import {
778
+ UpdateWorkflowCommandInput,
779
+ UpdateWorkflowCommandOutput,
780
+ } from "./commands/UpdateWorkflowCommand";
781
+ export declare type ServiceInputTypes =
782
+ | BatchCreatePartitionCommandInput
783
+ | BatchDeleteConnectionCommandInput
784
+ | BatchDeletePartitionCommandInput
785
+ | BatchDeleteTableCommandInput
786
+ | BatchDeleteTableVersionCommandInput
787
+ | BatchGetBlueprintsCommandInput
788
+ | BatchGetCrawlersCommandInput
789
+ | BatchGetCustomEntityTypesCommandInput
790
+ | BatchGetDevEndpointsCommandInput
791
+ | BatchGetJobsCommandInput
792
+ | BatchGetPartitionCommandInput
793
+ | BatchGetTriggersCommandInput
794
+ | BatchGetWorkflowsCommandInput
795
+ | BatchStopJobRunCommandInput
796
+ | BatchUpdatePartitionCommandInput
797
+ | CancelMLTaskRunCommandInput
798
+ | CancelStatementCommandInput
799
+ | CheckSchemaVersionValidityCommandInput
800
+ | CreateBlueprintCommandInput
801
+ | CreateClassifierCommandInput
802
+ | CreateConnectionCommandInput
803
+ | CreateCrawlerCommandInput
804
+ | CreateCustomEntityTypeCommandInput
805
+ | CreateDatabaseCommandInput
806
+ | CreateDevEndpointCommandInput
807
+ | CreateJobCommandInput
808
+ | CreateMLTransformCommandInput
809
+ | CreatePartitionCommandInput
810
+ | CreatePartitionIndexCommandInput
811
+ | CreateRegistryCommandInput
812
+ | CreateSchemaCommandInput
813
+ | CreateScriptCommandInput
814
+ | CreateSecurityConfigurationCommandInput
815
+ | CreateSessionCommandInput
816
+ | CreateTableCommandInput
817
+ | CreateTriggerCommandInput
818
+ | CreateUserDefinedFunctionCommandInput
819
+ | CreateWorkflowCommandInput
820
+ | DeleteBlueprintCommandInput
821
+ | DeleteClassifierCommandInput
822
+ | DeleteColumnStatisticsForPartitionCommandInput
823
+ | DeleteColumnStatisticsForTableCommandInput
824
+ | DeleteConnectionCommandInput
825
+ | DeleteCrawlerCommandInput
826
+ | DeleteCustomEntityTypeCommandInput
827
+ | DeleteDatabaseCommandInput
828
+ | DeleteDevEndpointCommandInput
829
+ | DeleteJobCommandInput
830
+ | DeleteMLTransformCommandInput
831
+ | DeletePartitionCommandInput
832
+ | DeletePartitionIndexCommandInput
833
+ | DeleteRegistryCommandInput
834
+ | DeleteResourcePolicyCommandInput
835
+ | DeleteSchemaCommandInput
836
+ | DeleteSchemaVersionsCommandInput
837
+ | DeleteSecurityConfigurationCommandInput
838
+ | DeleteSessionCommandInput
839
+ | DeleteTableCommandInput
840
+ | DeleteTableVersionCommandInput
841
+ | DeleteTriggerCommandInput
842
+ | DeleteUserDefinedFunctionCommandInput
843
+ | DeleteWorkflowCommandInput
844
+ | GetBlueprintCommandInput
845
+ | GetBlueprintRunCommandInput
846
+ | GetBlueprintRunsCommandInput
847
+ | GetCatalogImportStatusCommandInput
848
+ | GetClassifierCommandInput
849
+ | GetClassifiersCommandInput
850
+ | GetColumnStatisticsForPartitionCommandInput
851
+ | GetColumnStatisticsForTableCommandInput
852
+ | GetConnectionCommandInput
853
+ | GetConnectionsCommandInput
854
+ | GetCrawlerCommandInput
855
+ | GetCrawlerMetricsCommandInput
856
+ | GetCrawlersCommandInput
857
+ | GetCustomEntityTypeCommandInput
858
+ | GetDataCatalogEncryptionSettingsCommandInput
859
+ | GetDatabaseCommandInput
860
+ | GetDatabasesCommandInput
861
+ | GetDataflowGraphCommandInput
862
+ | GetDevEndpointCommandInput
863
+ | GetDevEndpointsCommandInput
864
+ | GetJobBookmarkCommandInput
865
+ | GetJobCommandInput
866
+ | GetJobRunCommandInput
867
+ | GetJobRunsCommandInput
868
+ | GetJobsCommandInput
869
+ | GetMLTaskRunCommandInput
870
+ | GetMLTaskRunsCommandInput
871
+ | GetMLTransformCommandInput
872
+ | GetMLTransformsCommandInput
873
+ | GetMappingCommandInput
874
+ | GetPartitionCommandInput
875
+ | GetPartitionIndexesCommandInput
876
+ | GetPartitionsCommandInput
877
+ | GetPlanCommandInput
878
+ | GetRegistryCommandInput
879
+ | GetResourcePoliciesCommandInput
880
+ | GetResourcePolicyCommandInput
881
+ | GetSchemaByDefinitionCommandInput
882
+ | GetSchemaCommandInput
883
+ | GetSchemaVersionCommandInput
884
+ | GetSchemaVersionsDiffCommandInput
885
+ | GetSecurityConfigurationCommandInput
886
+ | GetSecurityConfigurationsCommandInput
887
+ | GetSessionCommandInput
888
+ | GetStatementCommandInput
889
+ | GetTableCommandInput
890
+ | GetTableVersionCommandInput
891
+ | GetTableVersionsCommandInput
892
+ | GetTablesCommandInput
893
+ | GetTagsCommandInput
894
+ | GetTriggerCommandInput
895
+ | GetTriggersCommandInput
896
+ | GetUnfilteredPartitionMetadataCommandInput
897
+ | GetUnfilteredPartitionsMetadataCommandInput
898
+ | GetUnfilteredTableMetadataCommandInput
899
+ | GetUserDefinedFunctionCommandInput
900
+ | GetUserDefinedFunctionsCommandInput
901
+ | GetWorkflowCommandInput
902
+ | GetWorkflowRunCommandInput
903
+ | GetWorkflowRunPropertiesCommandInput
904
+ | GetWorkflowRunsCommandInput
905
+ | ImportCatalogToGlueCommandInput
906
+ | ListBlueprintsCommandInput
907
+ | ListCrawlersCommandInput
908
+ | ListCrawlsCommandInput
909
+ | ListCustomEntityTypesCommandInput
910
+ | ListDevEndpointsCommandInput
911
+ | ListJobsCommandInput
912
+ | ListMLTransformsCommandInput
913
+ | ListRegistriesCommandInput
914
+ | ListSchemaVersionsCommandInput
915
+ | ListSchemasCommandInput
916
+ | ListSessionsCommandInput
917
+ | ListStatementsCommandInput
918
+ | ListTriggersCommandInput
919
+ | ListWorkflowsCommandInput
920
+ | PutDataCatalogEncryptionSettingsCommandInput
921
+ | PutResourcePolicyCommandInput
922
+ | PutSchemaVersionMetadataCommandInput
923
+ | PutWorkflowRunPropertiesCommandInput
924
+ | QuerySchemaVersionMetadataCommandInput
925
+ | RegisterSchemaVersionCommandInput
926
+ | RemoveSchemaVersionMetadataCommandInput
927
+ | ResetJobBookmarkCommandInput
928
+ | ResumeWorkflowRunCommandInput
929
+ | RunStatementCommandInput
930
+ | SearchTablesCommandInput
931
+ | StartBlueprintRunCommandInput
932
+ | StartCrawlerCommandInput
933
+ | StartCrawlerScheduleCommandInput
934
+ | StartExportLabelsTaskRunCommandInput
935
+ | StartImportLabelsTaskRunCommandInput
936
+ | StartJobRunCommandInput
937
+ | StartMLEvaluationTaskRunCommandInput
938
+ | StartMLLabelingSetGenerationTaskRunCommandInput
939
+ | StartTriggerCommandInput
940
+ | StartWorkflowRunCommandInput
941
+ | StopCrawlerCommandInput
942
+ | StopCrawlerScheduleCommandInput
943
+ | StopSessionCommandInput
944
+ | StopTriggerCommandInput
945
+ | StopWorkflowRunCommandInput
946
+ | TagResourceCommandInput
947
+ | UntagResourceCommandInput
948
+ | UpdateBlueprintCommandInput
949
+ | UpdateClassifierCommandInput
950
+ | UpdateColumnStatisticsForPartitionCommandInput
951
+ | UpdateColumnStatisticsForTableCommandInput
952
+ | UpdateConnectionCommandInput
953
+ | UpdateCrawlerCommandInput
954
+ | UpdateCrawlerScheduleCommandInput
955
+ | UpdateDatabaseCommandInput
956
+ | UpdateDevEndpointCommandInput
957
+ | UpdateJobCommandInput
958
+ | UpdateMLTransformCommandInput
959
+ | UpdatePartitionCommandInput
960
+ | UpdateRegistryCommandInput
961
+ | UpdateSchemaCommandInput
962
+ | UpdateTableCommandInput
963
+ | UpdateTriggerCommandInput
964
+ | UpdateUserDefinedFunctionCommandInput
965
+ | UpdateWorkflowCommandInput;
966
+ export declare type ServiceOutputTypes =
967
+ | BatchCreatePartitionCommandOutput
968
+ | BatchDeleteConnectionCommandOutput
969
+ | BatchDeletePartitionCommandOutput
970
+ | BatchDeleteTableCommandOutput
971
+ | BatchDeleteTableVersionCommandOutput
972
+ | BatchGetBlueprintsCommandOutput
973
+ | BatchGetCrawlersCommandOutput
974
+ | BatchGetCustomEntityTypesCommandOutput
975
+ | BatchGetDevEndpointsCommandOutput
976
+ | BatchGetJobsCommandOutput
977
+ | BatchGetPartitionCommandOutput
978
+ | BatchGetTriggersCommandOutput
979
+ | BatchGetWorkflowsCommandOutput
980
+ | BatchStopJobRunCommandOutput
981
+ | BatchUpdatePartitionCommandOutput
982
+ | CancelMLTaskRunCommandOutput
983
+ | CancelStatementCommandOutput
984
+ | CheckSchemaVersionValidityCommandOutput
985
+ | CreateBlueprintCommandOutput
986
+ | CreateClassifierCommandOutput
987
+ | CreateConnectionCommandOutput
988
+ | CreateCrawlerCommandOutput
989
+ | CreateCustomEntityTypeCommandOutput
990
+ | CreateDatabaseCommandOutput
991
+ | CreateDevEndpointCommandOutput
992
+ | CreateJobCommandOutput
993
+ | CreateMLTransformCommandOutput
994
+ | CreatePartitionCommandOutput
995
+ | CreatePartitionIndexCommandOutput
996
+ | CreateRegistryCommandOutput
997
+ | CreateSchemaCommandOutput
998
+ | CreateScriptCommandOutput
999
+ | CreateSecurityConfigurationCommandOutput
1000
+ | CreateSessionCommandOutput
1001
+ | CreateTableCommandOutput
1002
+ | CreateTriggerCommandOutput
1003
+ | CreateUserDefinedFunctionCommandOutput
1004
+ | CreateWorkflowCommandOutput
1005
+ | DeleteBlueprintCommandOutput
1006
+ | DeleteClassifierCommandOutput
1007
+ | DeleteColumnStatisticsForPartitionCommandOutput
1008
+ | DeleteColumnStatisticsForTableCommandOutput
1009
+ | DeleteConnectionCommandOutput
1010
+ | DeleteCrawlerCommandOutput
1011
+ | DeleteCustomEntityTypeCommandOutput
1012
+ | DeleteDatabaseCommandOutput
1013
+ | DeleteDevEndpointCommandOutput
1014
+ | DeleteJobCommandOutput
1015
+ | DeleteMLTransformCommandOutput
1016
+ | DeletePartitionCommandOutput
1017
+ | DeletePartitionIndexCommandOutput
1018
+ | DeleteRegistryCommandOutput
1019
+ | DeleteResourcePolicyCommandOutput
1020
+ | DeleteSchemaCommandOutput
1021
+ | DeleteSchemaVersionsCommandOutput
1022
+ | DeleteSecurityConfigurationCommandOutput
1023
+ | DeleteSessionCommandOutput
1024
+ | DeleteTableCommandOutput
1025
+ | DeleteTableVersionCommandOutput
1026
+ | DeleteTriggerCommandOutput
1027
+ | DeleteUserDefinedFunctionCommandOutput
1028
+ | DeleteWorkflowCommandOutput
1029
+ | GetBlueprintCommandOutput
1030
+ | GetBlueprintRunCommandOutput
1031
+ | GetBlueprintRunsCommandOutput
1032
+ | GetCatalogImportStatusCommandOutput
1033
+ | GetClassifierCommandOutput
1034
+ | GetClassifiersCommandOutput
1035
+ | GetColumnStatisticsForPartitionCommandOutput
1036
+ | GetColumnStatisticsForTableCommandOutput
1037
+ | GetConnectionCommandOutput
1038
+ | GetConnectionsCommandOutput
1039
+ | GetCrawlerCommandOutput
1040
+ | GetCrawlerMetricsCommandOutput
1041
+ | GetCrawlersCommandOutput
1042
+ | GetCustomEntityTypeCommandOutput
1043
+ | GetDataCatalogEncryptionSettingsCommandOutput
1044
+ | GetDatabaseCommandOutput
1045
+ | GetDatabasesCommandOutput
1046
+ | GetDataflowGraphCommandOutput
1047
+ | GetDevEndpointCommandOutput
1048
+ | GetDevEndpointsCommandOutput
1049
+ | GetJobBookmarkCommandOutput
1050
+ | GetJobCommandOutput
1051
+ | GetJobRunCommandOutput
1052
+ | GetJobRunsCommandOutput
1053
+ | GetJobsCommandOutput
1054
+ | GetMLTaskRunCommandOutput
1055
+ | GetMLTaskRunsCommandOutput
1056
+ | GetMLTransformCommandOutput
1057
+ | GetMLTransformsCommandOutput
1058
+ | GetMappingCommandOutput
1059
+ | GetPartitionCommandOutput
1060
+ | GetPartitionIndexesCommandOutput
1061
+ | GetPartitionsCommandOutput
1062
+ | GetPlanCommandOutput
1063
+ | GetRegistryCommandOutput
1064
+ | GetResourcePoliciesCommandOutput
1065
+ | GetResourcePolicyCommandOutput
1066
+ | GetSchemaByDefinitionCommandOutput
1067
+ | GetSchemaCommandOutput
1068
+ | GetSchemaVersionCommandOutput
1069
+ | GetSchemaVersionsDiffCommandOutput
1070
+ | GetSecurityConfigurationCommandOutput
1071
+ | GetSecurityConfigurationsCommandOutput
1072
+ | GetSessionCommandOutput
1073
+ | GetStatementCommandOutput
1074
+ | GetTableCommandOutput
1075
+ | GetTableVersionCommandOutput
1076
+ | GetTableVersionsCommandOutput
1077
+ | GetTablesCommandOutput
1078
+ | GetTagsCommandOutput
1079
+ | GetTriggerCommandOutput
1080
+ | GetTriggersCommandOutput
1081
+ | GetUnfilteredPartitionMetadataCommandOutput
1082
+ | GetUnfilteredPartitionsMetadataCommandOutput
1083
+ | GetUnfilteredTableMetadataCommandOutput
1084
+ | GetUserDefinedFunctionCommandOutput
1085
+ | GetUserDefinedFunctionsCommandOutput
1086
+ | GetWorkflowCommandOutput
1087
+ | GetWorkflowRunCommandOutput
1088
+ | GetWorkflowRunPropertiesCommandOutput
1089
+ | GetWorkflowRunsCommandOutput
1090
+ | ImportCatalogToGlueCommandOutput
1091
+ | ListBlueprintsCommandOutput
1092
+ | ListCrawlersCommandOutput
1093
+ | ListCrawlsCommandOutput
1094
+ | ListCustomEntityTypesCommandOutput
1095
+ | ListDevEndpointsCommandOutput
1096
+ | ListJobsCommandOutput
1097
+ | ListMLTransformsCommandOutput
1098
+ | ListRegistriesCommandOutput
1099
+ | ListSchemaVersionsCommandOutput
1100
+ | ListSchemasCommandOutput
1101
+ | ListSessionsCommandOutput
1102
+ | ListStatementsCommandOutput
1103
+ | ListTriggersCommandOutput
1104
+ | ListWorkflowsCommandOutput
1105
+ | PutDataCatalogEncryptionSettingsCommandOutput
1106
+ | PutResourcePolicyCommandOutput
1107
+ | PutSchemaVersionMetadataCommandOutput
1108
+ | PutWorkflowRunPropertiesCommandOutput
1109
+ | QuerySchemaVersionMetadataCommandOutput
1110
+ | RegisterSchemaVersionCommandOutput
1111
+ | RemoveSchemaVersionMetadataCommandOutput
1112
+ | ResetJobBookmarkCommandOutput
1113
+ | ResumeWorkflowRunCommandOutput
1114
+ | RunStatementCommandOutput
1115
+ | SearchTablesCommandOutput
1116
+ | StartBlueprintRunCommandOutput
1117
+ | StartCrawlerCommandOutput
1118
+ | StartCrawlerScheduleCommandOutput
1119
+ | StartExportLabelsTaskRunCommandOutput
1120
+ | StartImportLabelsTaskRunCommandOutput
1121
+ | StartJobRunCommandOutput
1122
+ | StartMLEvaluationTaskRunCommandOutput
1123
+ | StartMLLabelingSetGenerationTaskRunCommandOutput
1124
+ | StartTriggerCommandOutput
1125
+ | StartWorkflowRunCommandOutput
1126
+ | StopCrawlerCommandOutput
1127
+ | StopCrawlerScheduleCommandOutput
1128
+ | StopSessionCommandOutput
1129
+ | StopTriggerCommandOutput
1130
+ | StopWorkflowRunCommandOutput
1131
+ | TagResourceCommandOutput
1132
+ | UntagResourceCommandOutput
1133
+ | UpdateBlueprintCommandOutput
1134
+ | UpdateClassifierCommandOutput
1135
+ | UpdateColumnStatisticsForPartitionCommandOutput
1136
+ | UpdateColumnStatisticsForTableCommandOutput
1137
+ | UpdateConnectionCommandOutput
1138
+ | UpdateCrawlerCommandOutput
1139
+ | UpdateCrawlerScheduleCommandOutput
1140
+ | UpdateDatabaseCommandOutput
1141
+ | UpdateDevEndpointCommandOutput
1142
+ | UpdateJobCommandOutput
1143
+ | UpdateMLTransformCommandOutput
1144
+ | UpdatePartitionCommandOutput
1145
+ | UpdateRegistryCommandOutput
1146
+ | UpdateSchemaCommandOutput
1147
+ | UpdateTableCommandOutput
1148
+ | UpdateTriggerCommandOutput
1149
+ | UpdateUserDefinedFunctionCommandOutput
1150
+ | UpdateWorkflowCommandOutput;
1151
+ export interface ClientDefaults
1152
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
1153
+ requestHandler?: __HttpHandler;
1154
+ sha256?: __HashConstructor;
1155
+ urlParser?: __UrlParser;
1156
+ bodyLengthChecker?: __BodyLengthCalculator;
1157
+ streamCollector?: __StreamCollector;
1158
+ base64Decoder?: __Decoder;
1159
+ base64Encoder?: __Encoder;
1160
+ utf8Decoder?: __Decoder;
1161
+ utf8Encoder?: __Encoder;
1162
+ runtime?: string;
1163
+ disableHostPrefix?: boolean;
1164
+ maxAttempts?: number | __Provider<number>;
1165
+ retryMode?: string | __Provider<string>;
1166
+ logger?: __Logger;
1167
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
1168
+ useFipsEndpoint?: boolean | __Provider<boolean>;
1169
+ serviceId?: string;
1170
+ region?: string | __Provider<string>;
1171
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
1172
+ regionInfoProvider?: RegionInfoProvider;
1173
+ defaultUserAgentProvider?: Provider<__UserAgent>;
1174
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
1175
+ }
1176
+ declare type GlueClientConfigType = Partial<
1177
+ __SmithyConfiguration<__HttpHandlerOptions>
1178
+ > &
1179
+ ClientDefaults &
1180
+ RegionInputConfig &
1181
+ EndpointsInputConfig &
1182
+ RetryInputConfig &
1183
+ HostHeaderInputConfig &
1184
+ AwsAuthInputConfig &
1185
+ UserAgentInputConfig;
1186
+ export interface GlueClientConfig extends GlueClientConfigType {}
1187
+ declare type GlueClientResolvedConfigType =
1188
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
1189
+ Required<ClientDefaults> &
1190
+ RegionResolvedConfig &
1191
+ EndpointsResolvedConfig &
1192
+ RetryResolvedConfig &
1193
+ HostHeaderResolvedConfig &
1194
+ AwsAuthResolvedConfig &
1195
+ UserAgentResolvedConfig;
1196
+ export interface GlueClientResolvedConfig
1197
+ extends GlueClientResolvedConfigType {}
1198
+ export declare class GlueClient extends __Client<
1199
+ __HttpHandlerOptions,
1200
+ ServiceInputTypes,
1201
+ ServiceOutputTypes,
1202
+ GlueClientResolvedConfig
1203
+ > {
1204
+ readonly config: GlueClientResolvedConfig;
1205
+ constructor(configuration: GlueClientConfig);
1206
+ destroy(): void;
1207
+ }
1208
+ export {};