@aws-sdk/client-glue 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Glue.d.ts +3331 -922
  3. package/dist-types/ts3.4/GlueClient.d.ts +1233 -257
  4. package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +35 -18
  14. package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +35 -18
  30. package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +37 -17
  76. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +34 -17
  77. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +38 -17
  78. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +34 -17
  79. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +38 -17
  80. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +34 -17
  83. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +37 -17
  87. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +33 -18
  88. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +35 -18
  91. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +37 -17
  93. package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +34 -17
  96. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +34 -17
  97. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +38 -17
  98. package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +37 -17
  99. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +34 -17
  100. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +34 -17
  101. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +38 -17
  102. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
  103. package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +34 -17
  105. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +37 -17
  106. package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -17
  110. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +34 -17
  111. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +34 -17
  112. package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +37 -17
  113. package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +37 -17
  114. package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +34 -17
  115. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
  116. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +34 -17
  117. package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +34 -17
  118. package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +40 -16
  119. package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +40 -16
  120. package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +40 -16
  121. package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -17
  124. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +37 -17
  125. package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +37 -17
  127. package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +38 -17
  128. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +37 -17
  129. package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +34 -17
  130. package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +34 -17
  131. package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  134. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +37 -17
  135. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +37 -17
  136. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +38 -17
  137. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -17
  139. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +34 -17
  141. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
  142. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  144. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +41 -17
  145. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +41 -17
  146. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +39 -18
  147. package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +41 -17
  148. package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +41 -17
  149. package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +37 -17
  150. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +38 -17
  151. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +34 -17
  152. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +34 -17
  153. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +38 -17
  154. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +34 -17
  155. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +41 -17
  156. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +41 -17
  157. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +41 -17
  158. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
  159. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +41 -17
  160. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +34 -17
  162. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +37 -17
  163. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +34 -17
  164. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +38 -17
  165. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +34 -17
  166. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +34 -17
  167. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +37 -17
  168. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  169. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  170. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +37 -17
  171. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +37 -17
  172. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +41 -17
  173. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +41 -17
  174. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
  175. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +37 -17
  176. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +41 -17
  177. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +37 -17
  178. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +38 -17
  179. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +34 -17
  180. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +38 -17
  181. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +37 -17
  182. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +37 -17
  183. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
  184. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +34 -17
  185. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +37 -17
  186. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +41 -17
  187. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +37 -17
  188. package/dist-types/ts3.4/commands/index.d.ts +184 -184
  189. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  190. package/dist-types/ts3.4/index.d.ts +6 -6
  191. package/dist-types/ts3.4/models/GlueServiceException.d.ts +8 -6
  192. package/dist-types/ts3.4/models/index.d.ts +3 -3
  193. package/dist-types/ts3.4/models/models_0.d.ts +5488 -899
  194. package/dist-types/ts3.4/models/models_1.d.ts +3233 -2936
  195. package/dist-types/ts3.4/models/models_2.d.ts +2241 -174
  196. package/dist-types/ts3.4/pagination/GetBlueprintRunsPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/GetClassifiersPaginator.d.ts +11 -4
  198. package/dist-types/ts3.4/pagination/GetConnectionsPaginator.d.ts +11 -4
  199. package/dist-types/ts3.4/pagination/GetCrawlerMetricsPaginator.d.ts +11 -4
  200. package/dist-types/ts3.4/pagination/GetCrawlersPaginator.d.ts +11 -4
  201. package/dist-types/ts3.4/pagination/GetDatabasesPaginator.d.ts +11 -4
  202. package/dist-types/ts3.4/pagination/GetDevEndpointsPaginator.d.ts +11 -4
  203. package/dist-types/ts3.4/pagination/GetJobRunsPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/GetJobsPaginator.d.ts +11 -4
  205. package/dist-types/ts3.4/pagination/GetMLTaskRunsPaginator.d.ts +11 -4
  206. package/dist-types/ts3.4/pagination/GetMLTransformsPaginator.d.ts +11 -4
  207. package/dist-types/ts3.4/pagination/GetPartitionIndexesPaginator.d.ts +11 -4
  208. package/dist-types/ts3.4/pagination/GetPartitionsPaginator.d.ts +11 -4
  209. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
  210. package/dist-types/ts3.4/pagination/GetSecurityConfigurationsPaginator.d.ts +11 -4
  211. package/dist-types/ts3.4/pagination/GetTableVersionsPaginator.d.ts +11 -4
  212. package/dist-types/ts3.4/pagination/GetTablesPaginator.d.ts +11 -4
  213. package/dist-types/ts3.4/pagination/GetTriggersPaginator.d.ts +11 -4
  214. package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +11 -4
  215. package/dist-types/ts3.4/pagination/GetUserDefinedFunctionsPaginator.d.ts +11 -4
  216. package/dist-types/ts3.4/pagination/GetWorkflowRunsPaginator.d.ts +11 -4
  217. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  218. package/dist-types/ts3.4/pagination/ListBlueprintsPaginator.d.ts +11 -4
  219. package/dist-types/ts3.4/pagination/ListCrawlersPaginator.d.ts +11 -4
  220. package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +11 -4
  221. package/dist-types/ts3.4/pagination/ListDevEndpointsPaginator.d.ts +11 -4
  222. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  223. package/dist-types/ts3.4/pagination/ListMLTransformsPaginator.d.ts +11 -4
  224. package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +11 -4
  225. package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +11 -4
  226. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
  227. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -4
  228. package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +11 -4
  229. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
  230. package/dist-types/ts3.4/pagination/SearchTablesPaginator.d.ts +11 -4
  231. package/dist-types/ts3.4/pagination/index.d.ts +35 -35
  232. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +2213 -554
  233. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  234. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  235. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  236. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  237. package/package.json +34 -34
@@ -1,17 +1,41 @@
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 { DeleteSecurityConfigurationRequest, DeleteSecurityConfigurationResponse } from "../models/models_1";
5
- export interface DeleteSecurityConfigurationCommandInput extends DeleteSecurityConfigurationRequest {
6
- }
7
- export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurityConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSecurityConfigurationCommand extends $Command<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: DeleteSecurityConfigurationCommandInput;
12
- constructor(input: DeleteSecurityConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput>;
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
+ DeleteSecurityConfigurationRequest,
15
+ DeleteSecurityConfigurationResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteSecurityConfigurationCommandInput
18
+ extends DeleteSecurityConfigurationRequest {}
19
+ export interface DeleteSecurityConfigurationCommandOutput
20
+ extends DeleteSecurityConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteSecurityConfigurationCommand extends $Command<
24
+ DeleteSecurityConfigurationCommandInput,
25
+ DeleteSecurityConfigurationCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteSecurityConfigurationCommandInput;
29
+ constructor(input: DeleteSecurityConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteSecurityConfigurationCommandInput,
37
+ DeleteSecurityConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_1";
5
- export interface DeleteSessionCommandInput extends DeleteSessionRequest {
6
- }
7
- export interface DeleteSessionCommandOutput extends DeleteSessionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSessionCommand extends $Command<DeleteSessionCommandInput, DeleteSessionCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: DeleteSessionCommandInput;
12
- constructor(input: DeleteSessionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSessionCommandInput, DeleteSessionCommandOutput>;
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
+ DeleteSessionRequest,
15
+ DeleteSessionResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteSessionCommandInput extends DeleteSessionRequest {}
18
+ export interface DeleteSessionCommandOutput
19
+ extends DeleteSessionResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteSessionCommand extends $Command<
23
+ DeleteSessionCommandInput,
24
+ DeleteSessionCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteSessionCommandInput;
28
+ constructor(input: DeleteSessionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlueClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteSessionCommandInput, DeleteSessionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { DeleteTableRequest, DeleteTableResponse } from "../models/models_1";
5
- export interface DeleteTableCommandInput extends DeleteTableRequest {
6
- }
7
- export interface DeleteTableCommandOutput extends DeleteTableResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTableCommand extends $Command<DeleteTableCommandInput, DeleteTableCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: DeleteTableCommandInput;
12
- constructor(input: DeleteTableCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTableCommandInput, DeleteTableCommandOutput>;
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 { DeleteTableRequest, DeleteTableResponse } from "../models/models_1";
14
+ export interface DeleteTableCommandInput extends DeleteTableRequest {}
15
+ export interface DeleteTableCommandOutput
16
+ extends DeleteTableResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteTableCommand extends $Command<
20
+ DeleteTableCommandInput,
21
+ DeleteTableCommandOutput,
22
+ GlueClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteTableCommandInput;
25
+ constructor(input: DeleteTableCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GlueClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteTableCommandInput, DeleteTableCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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 { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_1";
5
- export interface DeleteTableVersionCommandInput extends DeleteTableVersionRequest {
6
- }
7
- export interface DeleteTableVersionCommandOutput extends DeleteTableVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTableVersionCommand extends $Command<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: DeleteTableVersionCommandInput;
12
- constructor(input: DeleteTableVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput>;
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
+ DeleteTableVersionRequest,
15
+ DeleteTableVersionResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteTableVersionCommandInput
18
+ extends DeleteTableVersionRequest {}
19
+ export interface DeleteTableVersionCommandOutput
20
+ extends DeleteTableVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteTableVersionCommand extends $Command<
24
+ DeleteTableVersionCommandInput,
25
+ DeleteTableVersionCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteTableVersionCommandInput;
29
+ constructor(input: DeleteTableVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_1";
5
- export interface DeleteTriggerCommandInput extends DeleteTriggerRequest {
6
- }
7
- export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTriggerCommand extends $Command<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: DeleteTriggerCommandInput;
12
- constructor(input: DeleteTriggerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTriggerCommandInput, DeleteTriggerCommandOutput>;
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
+ DeleteTriggerRequest,
15
+ DeleteTriggerResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteTriggerCommandInput extends DeleteTriggerRequest {}
18
+ export interface DeleteTriggerCommandOutput
19
+ extends DeleteTriggerResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteTriggerCommand extends $Command<
23
+ DeleteTriggerCommandInput,
24
+ DeleteTriggerCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteTriggerCommandInput;
28
+ constructor(input: DeleteTriggerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlueClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteTriggerCommandInput, DeleteTriggerCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_1";
5
- export interface DeleteUserDefinedFunctionCommandInput extends DeleteUserDefinedFunctionRequest {
6
- }
7
- export interface DeleteUserDefinedFunctionCommandOutput extends DeleteUserDefinedFunctionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteUserDefinedFunctionCommand extends $Command<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: DeleteUserDefinedFunctionCommandInput;
12
- constructor(input: DeleteUserDefinedFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput>;
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
+ DeleteUserDefinedFunctionRequest,
15
+ DeleteUserDefinedFunctionResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteUserDefinedFunctionCommandInput
18
+ extends DeleteUserDefinedFunctionRequest {}
19
+ export interface DeleteUserDefinedFunctionCommandOutput
20
+ extends DeleteUserDefinedFunctionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteUserDefinedFunctionCommand extends $Command<
24
+ DeleteUserDefinedFunctionCommandInput,
25
+ DeleteUserDefinedFunctionCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteUserDefinedFunctionCommandInput;
29
+ constructor(input: DeleteUserDefinedFunctionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteUserDefinedFunctionCommandInput,
37
+ DeleteUserDefinedFunctionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_1";
5
- export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
6
- }
7
- export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: DeleteWorkflowCommandInput;
12
- constructor(input: DeleteWorkflowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
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
+ DeleteWorkflowRequest,
15
+ DeleteWorkflowResponse,
16
+ } from "../models/models_1";
17
+ export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
18
+ export interface DeleteWorkflowCommandOutput
19
+ extends DeleteWorkflowResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteWorkflowCommand extends $Command<
23
+ DeleteWorkflowCommandInput,
24
+ DeleteWorkflowCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteWorkflowCommandInput;
28
+ constructor(input: DeleteWorkflowCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlueClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1";
5
- export interface GetBlueprintCommandInput extends GetBlueprintRequest {
6
- }
7
- export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetBlueprintCommand extends $Command<GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: GetBlueprintCommandInput;
12
- constructor(input: GetBlueprintCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintCommandInput, GetBlueprintCommandOutput>;
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 { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1";
14
+ export interface GetBlueprintCommandInput extends GetBlueprintRequest {}
15
+ export interface GetBlueprintCommandOutput
16
+ extends GetBlueprintResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetBlueprintCommand extends $Command<
20
+ GetBlueprintCommandInput,
21
+ GetBlueprintCommandOutput,
22
+ GlueClientResolvedConfig
23
+ > {
24
+ readonly input: GetBlueprintCommandInput;
25
+ constructor(input: GetBlueprintCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GlueClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetBlueprintCommandInput, GetBlueprintCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_1";
5
- export interface GetBlueprintRunCommandInput extends GetBlueprintRunRequest {
6
- }
7
- export interface GetBlueprintRunCommandOutput extends GetBlueprintRunResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetBlueprintRunCommand extends $Command<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: GetBlueprintRunCommandInput;
12
- constructor(input: GetBlueprintRunCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput>;
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
+ GetBlueprintRunRequest,
15
+ GetBlueprintRunResponse,
16
+ } from "../models/models_1";
17
+ export interface GetBlueprintRunCommandInput extends GetBlueprintRunRequest {}
18
+ export interface GetBlueprintRunCommandOutput
19
+ extends GetBlueprintRunResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetBlueprintRunCommand extends $Command<
23
+ GetBlueprintRunCommandInput,
24
+ GetBlueprintRunCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: GetBlueprintRunCommandInput;
28
+ constructor(input: GetBlueprintRunCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlueClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_1";
5
- export interface GetBlueprintRunsCommandInput extends GetBlueprintRunsRequest {
6
- }
7
- export interface GetBlueprintRunsCommandOutput extends GetBlueprintRunsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetBlueprintRunsCommand extends $Command<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: GetBlueprintRunsCommandInput;
12
- constructor(input: GetBlueprintRunsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput>;
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
+ GetBlueprintRunsRequest,
15
+ GetBlueprintRunsResponse,
16
+ } from "../models/models_1";
17
+ export interface GetBlueprintRunsCommandInput extends GetBlueprintRunsRequest {}
18
+ export interface GetBlueprintRunsCommandOutput
19
+ extends GetBlueprintRunsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetBlueprintRunsCommand extends $Command<
23
+ GetBlueprintRunsCommandInput,
24
+ GetBlueprintRunsCommandOutput,
25
+ GlueClientResolvedConfig
26
+ > {
27
+ readonly input: GetBlueprintRunsCommandInput;
28
+ constructor(input: GetBlueprintRunsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GlueClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_1";
5
- export interface GetCatalogImportStatusCommandInput extends GetCatalogImportStatusRequest {
6
- }
7
- export interface GetCatalogImportStatusCommandOutput extends GetCatalogImportStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCatalogImportStatusCommand extends $Command<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput, GlueClientResolvedConfig> {
11
- readonly input: GetCatalogImportStatusCommandInput;
12
- constructor(input: GetCatalogImportStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput>;
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
+ GetCatalogImportStatusRequest,
15
+ GetCatalogImportStatusResponse,
16
+ } from "../models/models_1";
17
+ export interface GetCatalogImportStatusCommandInput
18
+ extends GetCatalogImportStatusRequest {}
19
+ export interface GetCatalogImportStatusCommandOutput
20
+ extends GetCatalogImportStatusResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetCatalogImportStatusCommand extends $Command<
24
+ GetCatalogImportStatusCommandInput,
25
+ GetCatalogImportStatusCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: GetCatalogImportStatusCommandInput;
29
+ constructor(input: GetCatalogImportStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCatalogImportStatusCommandInput,
37
+ GetCatalogImportStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }