@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,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_2";
5
- export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {
6
- }
7
- export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartWorkflowRunCommand extends $Command<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: StartWorkflowRunCommandInput;
12
- constructor(input: StartWorkflowRunCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ StartWorkflowRunRequest,
15
+ StartWorkflowRunResponse,
16
+ } from "../models/models_2";
17
+ export interface StartWorkflowRunCommandInput extends StartWorkflowRunRequest {}
18
+ export interface StartWorkflowRunCommandOutput
19
+ extends StartWorkflowRunResponse,
20
+ __MetadataBearer {}
21
+ export declare class StartWorkflowRunCommand extends $Command<
22
+ StartWorkflowRunCommandInput,
23
+ StartWorkflowRunCommandOutput,
24
+ GlueClientResolvedConfig
25
+ > {
26
+ readonly input: StartWorkflowRunCommandInput;
27
+ constructor(input: StartWorkflowRunCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GlueClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_2";
5
- export interface StopCrawlerCommandInput extends StopCrawlerRequest {
6
- }
7
- export interface StopCrawlerCommandOutput extends StopCrawlerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopCrawlerCommand extends $Command<StopCrawlerCommandInput, StopCrawlerCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: StopCrawlerCommandInput;
12
- constructor(input: StopCrawlerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCrawlerCommandInput, StopCrawlerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_2";
14
+ export interface StopCrawlerCommandInput extends StopCrawlerRequest {}
15
+ export interface StopCrawlerCommandOutput
16
+ extends StopCrawlerResponse,
17
+ __MetadataBearer {}
18
+ export declare class StopCrawlerCommand extends $Command<
19
+ StopCrawlerCommandInput,
20
+ StopCrawlerCommandOutput,
21
+ GlueClientResolvedConfig
22
+ > {
23
+ readonly input: StopCrawlerCommandInput;
24
+ constructor(input: StopCrawlerCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GlueClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StopCrawlerCommandInput, StopCrawlerCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StopCrawlerScheduleRequest, StopCrawlerScheduleResponse } from "../models/models_2";
5
- export interface StopCrawlerScheduleCommandInput extends StopCrawlerScheduleRequest {
6
- }
7
- export interface StopCrawlerScheduleCommandOutput extends StopCrawlerScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopCrawlerScheduleCommand extends $Command<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: StopCrawlerScheduleCommandInput;
12
- constructor(input: StopCrawlerScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ StopCrawlerScheduleRequest,
15
+ StopCrawlerScheduleResponse,
16
+ } from "../models/models_2";
17
+ export interface StopCrawlerScheduleCommandInput
18
+ extends StopCrawlerScheduleRequest {}
19
+ export interface StopCrawlerScheduleCommandOutput
20
+ extends StopCrawlerScheduleResponse,
21
+ __MetadataBearer {}
22
+ export declare class StopCrawlerScheduleCommand extends $Command<
23
+ StopCrawlerScheduleCommandInput,
24
+ StopCrawlerScheduleCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: StopCrawlerScheduleCommandInput;
28
+ constructor(input: StopCrawlerScheduleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlueClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StopSessionRequest, StopSessionResponse } from "../models/models_2";
5
- export interface StopSessionCommandInput extends StopSessionRequest {
6
- }
7
- export interface StopSessionCommandOutput extends StopSessionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopSessionCommand extends $Command<StopSessionCommandInput, StopSessionCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: StopSessionCommandInput;
12
- constructor(input: StopSessionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSessionCommandInput, StopSessionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import { StopSessionRequest, StopSessionResponse } from "../models/models_2";
14
+ export interface StopSessionCommandInput extends StopSessionRequest {}
15
+ export interface StopSessionCommandOutput
16
+ extends StopSessionResponse,
17
+ __MetadataBearer {}
18
+ export declare class StopSessionCommand extends $Command<
19
+ StopSessionCommandInput,
20
+ StopSessionCommandOutput,
21
+ GlueClientResolvedConfig
22
+ > {
23
+ readonly input: StopSessionCommandInput;
24
+ constructor(input: StopSessionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GlueClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StopSessionCommandInput, StopSessionCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StopTriggerRequest, StopTriggerResponse } from "../models/models_2";
5
- export interface StopTriggerCommandInput extends StopTriggerRequest {
6
- }
7
- export interface StopTriggerCommandOutput extends StopTriggerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopTriggerCommand extends $Command<StopTriggerCommandInput, StopTriggerCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: StopTriggerCommandInput;
12
- constructor(input: StopTriggerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTriggerCommandInput, StopTriggerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import { StopTriggerRequest, StopTriggerResponse } from "../models/models_2";
14
+ export interface StopTriggerCommandInput extends StopTriggerRequest {}
15
+ export interface StopTriggerCommandOutput
16
+ extends StopTriggerResponse,
17
+ __MetadataBearer {}
18
+ export declare class StopTriggerCommand extends $Command<
19
+ StopTriggerCommandInput,
20
+ StopTriggerCommandOutput,
21
+ GlueClientResolvedConfig
22
+ > {
23
+ readonly input: StopTriggerCommandInput;
24
+ constructor(input: StopTriggerCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GlueClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StopTriggerCommandInput, StopTriggerCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_2";
5
- export interface StopWorkflowRunCommandInput extends StopWorkflowRunRequest {
6
- }
7
- export interface StopWorkflowRunCommandOutput extends StopWorkflowRunResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopWorkflowRunCommand extends $Command<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: StopWorkflowRunCommandInput;
12
- constructor(input: StopWorkflowRunCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ StopWorkflowRunRequest,
15
+ StopWorkflowRunResponse,
16
+ } from "../models/models_2";
17
+ export interface StopWorkflowRunCommandInput extends StopWorkflowRunRequest {}
18
+ export interface StopWorkflowRunCommandOutput
19
+ extends StopWorkflowRunResponse,
20
+ __MetadataBearer {}
21
+ export declare class StopWorkflowRunCommand extends $Command<
22
+ StopWorkflowRunCommandInput,
23
+ StopWorkflowRunCommandOutput,
24
+ GlueClientResolvedConfig
25
+ > {
26
+ readonly input: StopWorkflowRunCommandInput;
27
+ constructor(input: StopWorkflowRunCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GlueClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ GlueClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GlueClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_2";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ GlueClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GlueClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_2";
5
- export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {
6
- }
7
- export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBlueprintCommand extends $Command<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: UpdateBlueprintCommandInput;
12
- constructor(input: UpdateBlueprintCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ UpdateBlueprintRequest,
15
+ UpdateBlueprintResponse,
16
+ } from "../models/models_2";
17
+ export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {}
18
+ export interface UpdateBlueprintCommandOutput
19
+ extends UpdateBlueprintResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateBlueprintCommand extends $Command<
22
+ UpdateBlueprintCommandInput,
23
+ UpdateBlueprintCommandOutput,
24
+ GlueClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateBlueprintCommandInput;
27
+ constructor(input: UpdateBlueprintCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GlueClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateClassifierRequest, UpdateClassifierResponse } from "../models/models_2";
5
- export interface UpdateClassifierCommandInput extends UpdateClassifierRequest {
6
- }
7
- export interface UpdateClassifierCommandOutput extends UpdateClassifierResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateClassifierCommand extends $Command<UpdateClassifierCommandInput, UpdateClassifierCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: UpdateClassifierCommandInput;
12
- constructor(input: UpdateClassifierCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClassifierCommandInput, UpdateClassifierCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ UpdateClassifierRequest,
15
+ UpdateClassifierResponse,
16
+ } from "../models/models_2";
17
+ export interface UpdateClassifierCommandInput extends UpdateClassifierRequest {}
18
+ export interface UpdateClassifierCommandOutput
19
+ extends UpdateClassifierResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateClassifierCommand extends $Command<
22
+ UpdateClassifierCommandInput,
23
+ UpdateClassifierCommandOutput,
24
+ GlueClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateClassifierCommandInput;
27
+ constructor(input: UpdateClassifierCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GlueClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateClassifierCommandInput, UpdateClassifierCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateColumnStatisticsForPartitionRequest, UpdateColumnStatisticsForPartitionResponse } from "../models/models_2";
5
- export interface UpdateColumnStatisticsForPartitionCommandInput extends UpdateColumnStatisticsForPartitionRequest {
6
- }
7
- export interface UpdateColumnStatisticsForPartitionCommandOutput extends UpdateColumnStatisticsForPartitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateColumnStatisticsForPartitionCommand extends $Command<UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: UpdateColumnStatisticsForPartitionCommandInput;
12
- constructor(input: UpdateColumnStatisticsForPartitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ UpdateColumnStatisticsForPartitionRequest,
15
+ UpdateColumnStatisticsForPartitionResponse,
16
+ } from "../models/models_2";
17
+ export interface UpdateColumnStatisticsForPartitionCommandInput
18
+ extends UpdateColumnStatisticsForPartitionRequest {}
19
+ export interface UpdateColumnStatisticsForPartitionCommandOutput
20
+ extends UpdateColumnStatisticsForPartitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateColumnStatisticsForPartitionCommand extends $Command<
23
+ UpdateColumnStatisticsForPartitionCommandInput,
24
+ UpdateColumnStatisticsForPartitionCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateColumnStatisticsForPartitionCommandInput;
28
+ constructor(input: UpdateColumnStatisticsForPartitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlueClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateColumnStatisticsForPartitionCommandInput,
35
+ UpdateColumnStatisticsForPartitionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import { UpdateColumnStatisticsForTableRequest, UpdateColumnStatisticsForTableResponse } from "../models/models_2";
5
- export interface UpdateColumnStatisticsForTableCommandInput extends UpdateColumnStatisticsForTableRequest {
6
- }
7
- export interface UpdateColumnStatisticsForTableCommandOutput extends UpdateColumnStatisticsForTableResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateColumnStatisticsForTableCommand extends $Command<UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: UpdateColumnStatisticsForTableCommandInput;
12
- constructor(input: UpdateColumnStatisticsForTableCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GlueClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GlueClient";
13
+ import {
14
+ UpdateColumnStatisticsForTableRequest,
15
+ UpdateColumnStatisticsForTableResponse,
16
+ } from "../models/models_2";
17
+ export interface UpdateColumnStatisticsForTableCommandInput
18
+ extends UpdateColumnStatisticsForTableRequest {}
19
+ export interface UpdateColumnStatisticsForTableCommandOutput
20
+ extends UpdateColumnStatisticsForTableResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateColumnStatisticsForTableCommand extends $Command<
23
+ UpdateColumnStatisticsForTableCommandInput,
24
+ UpdateColumnStatisticsForTableCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateColumnStatisticsForTableCommandInput;
28
+ constructor(input: UpdateColumnStatisticsForTableCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GlueClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateColumnStatisticsForTableCommandInput,
35
+ UpdateColumnStatisticsForTableCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }