@aws-sdk/client-glue 3.183.0 → 3.186.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 (270) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/Glue.js +30 -0
  3. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteBlueprintCommand.js +3 -3
  5. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +1 -2
  6. package/dist-cjs/commands/UpdateJobFromSourceControlCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateSourceControlFromJobCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +2 -0
  9. package/dist-cjs/models/models_0.js +20 -18
  10. package/dist-cjs/models/models_1.js +18 -18
  11. package/dist-cjs/models/models_2.js +31 -3
  12. package/dist-cjs/protocols/Aws_json1_1.js +200 -7
  13. package/dist-es/Glue.js +775 -738
  14. package/dist-es/GlueClient.js +28 -22
  15. package/dist-es/commands/BatchCreatePartitionCommand.js +28 -21
  16. package/dist-es/commands/BatchDeleteConnectionCommand.js +28 -21
  17. package/dist-es/commands/BatchDeletePartitionCommand.js +28 -21
  18. package/dist-es/commands/BatchDeleteTableCommand.js +28 -21
  19. package/dist-es/commands/BatchDeleteTableVersionCommand.js +28 -21
  20. package/dist-es/commands/BatchGetBlueprintsCommand.js +28 -21
  21. package/dist-es/commands/BatchGetCrawlersCommand.js +28 -21
  22. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +28 -21
  23. package/dist-es/commands/BatchGetDevEndpointsCommand.js +28 -21
  24. package/dist-es/commands/BatchGetJobsCommand.js +28 -21
  25. package/dist-es/commands/BatchGetPartitionCommand.js +28 -21
  26. package/dist-es/commands/BatchGetTriggersCommand.js +28 -21
  27. package/dist-es/commands/BatchGetWorkflowsCommand.js +28 -21
  28. package/dist-es/commands/BatchStopJobRunCommand.js +28 -21
  29. package/dist-es/commands/BatchUpdatePartitionCommand.js +28 -21
  30. package/dist-es/commands/CancelMLTaskRunCommand.js +28 -21
  31. package/dist-es/commands/CancelStatementCommand.js +28 -21
  32. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +28 -21
  33. package/dist-es/commands/CreateBlueprintCommand.js +28 -21
  34. package/dist-es/commands/CreateClassifierCommand.js +28 -21
  35. package/dist-es/commands/CreateConnectionCommand.js +28 -21
  36. package/dist-es/commands/CreateCrawlerCommand.js +28 -21
  37. package/dist-es/commands/CreateCustomEntityTypeCommand.js +28 -21
  38. package/dist-es/commands/CreateDatabaseCommand.js +28 -21
  39. package/dist-es/commands/CreateDevEndpointCommand.js +28 -21
  40. package/dist-es/commands/CreateJobCommand.js +28 -21
  41. package/dist-es/commands/CreateMLTransformCommand.js +28 -21
  42. package/dist-es/commands/CreatePartitionCommand.js +28 -21
  43. package/dist-es/commands/CreatePartitionIndexCommand.js +28 -21
  44. package/dist-es/commands/CreateRegistryCommand.js +28 -21
  45. package/dist-es/commands/CreateSchemaCommand.js +28 -21
  46. package/dist-es/commands/CreateScriptCommand.js +28 -21
  47. package/dist-es/commands/CreateSecurityConfigurationCommand.js +28 -21
  48. package/dist-es/commands/CreateSessionCommand.js +28 -21
  49. package/dist-es/commands/CreateTableCommand.js +28 -21
  50. package/dist-es/commands/CreateTriggerCommand.js +28 -21
  51. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +28 -21
  52. package/dist-es/commands/CreateWorkflowCommand.js +30 -22
  53. package/dist-es/commands/DeleteBlueprintCommand.js +29 -22
  54. package/dist-es/commands/DeleteClassifierCommand.js +28 -21
  55. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +28 -21
  56. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +28 -21
  57. package/dist-es/commands/DeleteConnectionCommand.js +28 -21
  58. package/dist-es/commands/DeleteCrawlerCommand.js +28 -21
  59. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +28 -21
  60. package/dist-es/commands/DeleteDatabaseCommand.js +28 -21
  61. package/dist-es/commands/DeleteDevEndpointCommand.js +28 -21
  62. package/dist-es/commands/DeleteJobCommand.js +28 -21
  63. package/dist-es/commands/DeleteMLTransformCommand.js +28 -21
  64. package/dist-es/commands/DeletePartitionCommand.js +28 -21
  65. package/dist-es/commands/DeletePartitionIndexCommand.js +28 -21
  66. package/dist-es/commands/DeleteRegistryCommand.js +28 -21
  67. package/dist-es/commands/DeleteResourcePolicyCommand.js +28 -21
  68. package/dist-es/commands/DeleteSchemaCommand.js +28 -21
  69. package/dist-es/commands/DeleteSchemaVersionsCommand.js +28 -21
  70. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +28 -21
  71. package/dist-es/commands/DeleteSessionCommand.js +28 -21
  72. package/dist-es/commands/DeleteTableCommand.js +28 -21
  73. package/dist-es/commands/DeleteTableVersionCommand.js +28 -21
  74. package/dist-es/commands/DeleteTriggerCommand.js +28 -21
  75. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +28 -21
  76. package/dist-es/commands/DeleteWorkflowCommand.js +28 -21
  77. package/dist-es/commands/GetBlueprintCommand.js +28 -21
  78. package/dist-es/commands/GetBlueprintRunCommand.js +28 -21
  79. package/dist-es/commands/GetBlueprintRunsCommand.js +28 -21
  80. package/dist-es/commands/GetCatalogImportStatusCommand.js +28 -21
  81. package/dist-es/commands/GetClassifierCommand.js +28 -21
  82. package/dist-es/commands/GetClassifiersCommand.js +28 -21
  83. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +28 -21
  84. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +28 -21
  85. package/dist-es/commands/GetConnectionCommand.js +28 -21
  86. package/dist-es/commands/GetConnectionsCommand.js +28 -21
  87. package/dist-es/commands/GetCrawlerCommand.js +28 -21
  88. package/dist-es/commands/GetCrawlerMetricsCommand.js +28 -21
  89. package/dist-es/commands/GetCrawlersCommand.js +28 -21
  90. package/dist-es/commands/GetCustomEntityTypeCommand.js +28 -21
  91. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +28 -21
  92. package/dist-es/commands/GetDatabaseCommand.js +28 -21
  93. package/dist-es/commands/GetDatabasesCommand.js +28 -21
  94. package/dist-es/commands/GetDataflowGraphCommand.js +28 -21
  95. package/dist-es/commands/GetDevEndpointCommand.js +28 -21
  96. package/dist-es/commands/GetDevEndpointsCommand.js +28 -21
  97. package/dist-es/commands/GetJobBookmarkCommand.js +28 -21
  98. package/dist-es/commands/GetJobCommand.js +28 -21
  99. package/dist-es/commands/GetJobRunCommand.js +28 -21
  100. package/dist-es/commands/GetJobRunsCommand.js +28 -21
  101. package/dist-es/commands/GetJobsCommand.js +28 -21
  102. package/dist-es/commands/GetMLTaskRunCommand.js +28 -21
  103. package/dist-es/commands/GetMLTaskRunsCommand.js +28 -21
  104. package/dist-es/commands/GetMLTransformCommand.js +28 -21
  105. package/dist-es/commands/GetMLTransformsCommand.js +28 -21
  106. package/dist-es/commands/GetMappingCommand.js +28 -21
  107. package/dist-es/commands/GetPartitionCommand.js +28 -21
  108. package/dist-es/commands/GetPartitionIndexesCommand.js +28 -21
  109. package/dist-es/commands/GetPartitionsCommand.js +28 -21
  110. package/dist-es/commands/GetPlanCommand.js +28 -21
  111. package/dist-es/commands/GetRegistryCommand.js +28 -21
  112. package/dist-es/commands/GetResourcePoliciesCommand.js +28 -21
  113. package/dist-es/commands/GetResourcePolicyCommand.js +28 -21
  114. package/dist-es/commands/GetSchemaByDefinitionCommand.js +28 -21
  115. package/dist-es/commands/GetSchemaCommand.js +28 -21
  116. package/dist-es/commands/GetSchemaVersionCommand.js +28 -21
  117. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +28 -21
  118. package/dist-es/commands/GetSecurityConfigurationCommand.js +28 -21
  119. package/dist-es/commands/GetSecurityConfigurationsCommand.js +28 -21
  120. package/dist-es/commands/GetSessionCommand.js +28 -21
  121. package/dist-es/commands/GetStatementCommand.js +28 -21
  122. package/dist-es/commands/GetTableCommand.js +28 -21
  123. package/dist-es/commands/GetTableVersionCommand.js +28 -21
  124. package/dist-es/commands/GetTableVersionsCommand.js +28 -21
  125. package/dist-es/commands/GetTablesCommand.js +28 -21
  126. package/dist-es/commands/GetTagsCommand.js +28 -21
  127. package/dist-es/commands/GetTriggerCommand.js +28 -21
  128. package/dist-es/commands/GetTriggersCommand.js +28 -21
  129. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +28 -21
  130. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +28 -21
  131. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +28 -21
  132. package/dist-es/commands/GetUserDefinedFunctionCommand.js +28 -21
  133. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +28 -21
  134. package/dist-es/commands/GetWorkflowCommand.js +28 -21
  135. package/dist-es/commands/GetWorkflowRunCommand.js +28 -21
  136. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +28 -21
  137. package/dist-es/commands/GetWorkflowRunsCommand.js +28 -21
  138. package/dist-es/commands/ImportCatalogToGlueCommand.js +28 -21
  139. package/dist-es/commands/ListBlueprintsCommand.js +28 -21
  140. package/dist-es/commands/ListCrawlersCommand.js +28 -21
  141. package/dist-es/commands/ListCrawlsCommand.js +28 -21
  142. package/dist-es/commands/ListCustomEntityTypesCommand.js +28 -21
  143. package/dist-es/commands/ListDevEndpointsCommand.js +28 -21
  144. package/dist-es/commands/ListJobsCommand.js +28 -21
  145. package/dist-es/commands/ListMLTransformsCommand.js +28 -21
  146. package/dist-es/commands/ListRegistriesCommand.js +28 -21
  147. package/dist-es/commands/ListSchemaVersionsCommand.js +28 -21
  148. package/dist-es/commands/ListSchemasCommand.js +28 -21
  149. package/dist-es/commands/ListSessionsCommand.js +28 -21
  150. package/dist-es/commands/ListStatementsCommand.js +28 -21
  151. package/dist-es/commands/ListTriggersCommand.js +28 -21
  152. package/dist-es/commands/ListWorkflowsCommand.js +28 -21
  153. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +28 -21
  154. package/dist-es/commands/PutResourcePolicyCommand.js +28 -21
  155. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +28 -21
  156. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +28 -21
  157. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +29 -23
  158. package/dist-es/commands/RegisterSchemaVersionCommand.js +28 -21
  159. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +28 -21
  160. package/dist-es/commands/ResetJobBookmarkCommand.js +28 -21
  161. package/dist-es/commands/ResumeWorkflowRunCommand.js +28 -21
  162. package/dist-es/commands/RunStatementCommand.js +28 -21
  163. package/dist-es/commands/SearchTablesCommand.js +28 -21
  164. package/dist-es/commands/StartBlueprintRunCommand.js +28 -21
  165. package/dist-es/commands/StartCrawlerCommand.js +28 -21
  166. package/dist-es/commands/StartCrawlerScheduleCommand.js +28 -21
  167. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +28 -21
  168. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +28 -21
  169. package/dist-es/commands/StartJobRunCommand.js +28 -21
  170. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +28 -21
  171. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +28 -21
  172. package/dist-es/commands/StartTriggerCommand.js +28 -21
  173. package/dist-es/commands/StartWorkflowRunCommand.js +28 -21
  174. package/dist-es/commands/StopCrawlerCommand.js +28 -21
  175. package/dist-es/commands/StopCrawlerScheduleCommand.js +28 -21
  176. package/dist-es/commands/StopSessionCommand.js +28 -21
  177. package/dist-es/commands/StopTriggerCommand.js +28 -21
  178. package/dist-es/commands/StopWorkflowRunCommand.js +28 -21
  179. package/dist-es/commands/TagResourceCommand.js +28 -21
  180. package/dist-es/commands/UntagResourceCommand.js +28 -21
  181. package/dist-es/commands/UpdateBlueprintCommand.js +28 -21
  182. package/dist-es/commands/UpdateClassifierCommand.js +28 -21
  183. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +28 -21
  184. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +28 -21
  185. package/dist-es/commands/UpdateConnectionCommand.js +28 -21
  186. package/dist-es/commands/UpdateCrawlerCommand.js +28 -21
  187. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +28 -21
  188. package/dist-es/commands/UpdateDatabaseCommand.js +28 -21
  189. package/dist-es/commands/UpdateDevEndpointCommand.js +28 -21
  190. package/dist-es/commands/UpdateJobCommand.js +28 -21
  191. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +39 -0
  192. package/dist-es/commands/UpdateMLTransformCommand.js +28 -21
  193. package/dist-es/commands/UpdatePartitionCommand.js +28 -21
  194. package/dist-es/commands/UpdateRegistryCommand.js +28 -21
  195. package/dist-es/commands/UpdateSchemaCommand.js +28 -21
  196. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +39 -0
  197. package/dist-es/commands/UpdateTableCommand.js +28 -21
  198. package/dist-es/commands/UpdateTriggerCommand.js +28 -21
  199. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +28 -21
  200. package/dist-es/commands/UpdateWorkflowCommand.js +28 -21
  201. package/dist-es/commands/index.js +2 -0
  202. package/dist-es/endpoints.js +8 -8
  203. package/dist-es/models/GlueServiceException.js +10 -5
  204. package/dist-es/models/models_0.js +411 -870
  205. package/dist-es/models/models_1.js +336 -885
  206. package/dist-es/models/models_2.js +229 -430
  207. package/dist-es/pagination/GetBlueprintRunsPaginator.js +68 -25
  208. package/dist-es/pagination/GetClassifiersPaginator.js +68 -25
  209. package/dist-es/pagination/GetConnectionsPaginator.js +68 -25
  210. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +68 -25
  211. package/dist-es/pagination/GetCrawlersPaginator.js +68 -25
  212. package/dist-es/pagination/GetDatabasesPaginator.js +68 -25
  213. package/dist-es/pagination/GetDevEndpointsPaginator.js +68 -25
  214. package/dist-es/pagination/GetJobRunsPaginator.js +68 -25
  215. package/dist-es/pagination/GetJobsPaginator.js +68 -25
  216. package/dist-es/pagination/GetMLTaskRunsPaginator.js +68 -25
  217. package/dist-es/pagination/GetMLTransformsPaginator.js +68 -25
  218. package/dist-es/pagination/GetPartitionIndexesPaginator.js +67 -24
  219. package/dist-es/pagination/GetPartitionsPaginator.js +68 -25
  220. package/dist-es/pagination/GetResourcePoliciesPaginator.js +68 -25
  221. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +68 -25
  222. package/dist-es/pagination/GetTableVersionsPaginator.js +68 -25
  223. package/dist-es/pagination/GetTablesPaginator.js +68 -25
  224. package/dist-es/pagination/GetTriggersPaginator.js +68 -25
  225. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +68 -25
  226. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +68 -25
  227. package/dist-es/pagination/GetWorkflowRunsPaginator.js +68 -25
  228. package/dist-es/pagination/ListBlueprintsPaginator.js +68 -25
  229. package/dist-es/pagination/ListCrawlersPaginator.js +68 -25
  230. package/dist-es/pagination/ListCustomEntityTypesPaginator.js +68 -25
  231. package/dist-es/pagination/ListDevEndpointsPaginator.js +68 -25
  232. package/dist-es/pagination/ListJobsPaginator.js +68 -25
  233. package/dist-es/pagination/ListMLTransformsPaginator.js +68 -25
  234. package/dist-es/pagination/ListRegistriesPaginator.js +68 -25
  235. package/dist-es/pagination/ListSchemaVersionsPaginator.js +68 -25
  236. package/dist-es/pagination/ListSchemasPaginator.js +68 -25
  237. package/dist-es/pagination/ListSessionsPaginator.js +68 -25
  238. package/dist-es/pagination/ListTriggersPaginator.js +68 -25
  239. package/dist-es/pagination/ListWorkflowsPaginator.js +68 -25
  240. package/dist-es/pagination/SearchTablesPaginator.js +68 -25
  241. package/dist-es/protocols/Aws_json1_1.js +17005 -14179
  242. package/dist-es/runtimeConfig.browser.js +12 -26
  243. package/dist-es/runtimeConfig.js +12 -30
  244. package/dist-es/runtimeConfig.native.js +5 -8
  245. package/dist-es/runtimeConfig.shared.js +11 -8
  246. package/dist-types/Glue.d.ts +18 -0
  247. package/dist-types/GlueClient.d.ts +4 -2
  248. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  249. package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -1
  250. package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +1 -2
  251. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +37 -0
  252. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +37 -0
  253. package/dist-types/commands/index.d.ts +2 -0
  254. package/dist-types/models/models_0.d.ts +49 -30
  255. package/dist-types/models/models_1.d.ts +26 -64
  256. package/dist-types/models/models_2.d.ts +186 -2
  257. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  258. package/dist-types/ts3.4/Glue.d.ts +34 -0
  259. package/dist-types/ts3.4/GlueClient.d.ts +12 -0
  260. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -4
  261. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +4 -2
  263. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +39 -0
  264. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +39 -0
  265. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  266. package/dist-types/ts3.4/models/models_0.d.ts +21 -18
  267. package/dist-types/ts3.4/models/models_1.d.ts +18 -24
  268. package/dist-types/ts3.4/models/models_2.d.ts +70 -1
  269. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  270. package/package.json +33 -33
@@ -1,33 +1,40 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { BatchGetJobsRequestFilterSensitiveLog } from "../models/models_0";
4
5
  import { BatchGetJobsResponseFilterSensitiveLog } from "../models/models_2";
5
6
  import { deserializeAws_json1_1BatchGetJobsCommand, serializeAws_json1_1BatchGetJobsCommand, } from "../protocols/Aws_json1_1";
6
- export class BatchGetJobsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
7
+ var BatchGetJobsCommand = (function (_super) {
8
+ __extends(BatchGetJobsCommand, _super);
9
+ function BatchGetJobsCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
10
13
  }
11
- resolveMiddleware(clientStack, configuration, options) {
14
+ BatchGetJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
12
15
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
13
- const stack = clientStack.concat(this.middlewareStack);
14
- const { logger } = configuration;
15
- const clientName = "GlueClient";
16
- const commandName = "BatchGetJobsCommand";
17
- const handlerExecutionContext = {
18
- logger,
19
- clientName,
20
- commandName,
16
+ var stack = clientStack.concat(this.middlewareStack);
17
+ var logger = configuration.logger;
18
+ var clientName = "GlueClient";
19
+ var commandName = "BatchGetJobsCommand";
20
+ var handlerExecutionContext = {
21
+ logger: logger,
22
+ clientName: clientName,
23
+ commandName: commandName,
21
24
  inputFilterSensitiveLog: BatchGetJobsRequestFilterSensitiveLog,
22
25
  outputFilterSensitiveLog: BatchGetJobsResponseFilterSensitiveLog,
23
26
  };
24
- const { requestHandler } = configuration;
25
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
26
- }
27
- serialize(input, context) {
27
+ var requestHandler = configuration.requestHandler;
28
+ return stack.resolve(function (request) {
29
+ return requestHandler.handle(request.request, options || {});
30
+ }, handlerExecutionContext);
31
+ };
32
+ BatchGetJobsCommand.prototype.serialize = function (input, context) {
28
33
  return serializeAws_json1_1BatchGetJobsCommand(input, context);
29
- }
30
- deserialize(output, context) {
34
+ };
35
+ BatchGetJobsCommand.prototype.deserialize = function (output, context) {
31
36
  return deserializeAws_json1_1BatchGetJobsCommand(output, context);
32
- }
33
- }
37
+ };
38
+ return BatchGetJobsCommand;
39
+ }($Command));
40
+ export { BatchGetJobsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { BatchGetPartitionRequestFilterSensitiveLog, BatchGetPartitionResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchGetPartitionCommand, serializeAws_json1_1BatchGetPartitionCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchGetPartitionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchGetPartitionCommand = (function (_super) {
7
+ __extends(BatchGetPartitionCommand, _super);
8
+ function BatchGetPartitionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchGetPartitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "BatchGetPartitionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "BatchGetPartitionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchGetPartitionRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchGetPartitionResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ BatchGetPartitionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchGetPartitionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchGetPartitionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchGetPartitionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchGetPartitionCommand;
38
+ }($Command));
39
+ export { BatchGetPartitionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { BatchGetTriggersRequestFilterSensitiveLog, BatchGetTriggersResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchGetTriggersCommand, serializeAws_json1_1BatchGetTriggersCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchGetTriggersCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchGetTriggersCommand = (function (_super) {
7
+ __extends(BatchGetTriggersCommand, _super);
8
+ function BatchGetTriggersCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchGetTriggersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "BatchGetTriggersCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "BatchGetTriggersCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchGetTriggersRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchGetTriggersResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ BatchGetTriggersCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchGetTriggersCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchGetTriggersCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchGetTriggersCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchGetTriggersCommand;
38
+ }($Command));
39
+ export { BatchGetTriggersCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { BatchGetWorkflowsRequestFilterSensitiveLog, BatchGetWorkflowsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchGetWorkflowsCommand, serializeAws_json1_1BatchGetWorkflowsCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchGetWorkflowsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchGetWorkflowsCommand = (function (_super) {
7
+ __extends(BatchGetWorkflowsCommand, _super);
8
+ function BatchGetWorkflowsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchGetWorkflowsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "BatchGetWorkflowsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "BatchGetWorkflowsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchGetWorkflowsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchGetWorkflowsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ BatchGetWorkflowsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchGetWorkflowsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchGetWorkflowsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchGetWorkflowsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchGetWorkflowsCommand;
38
+ }($Command));
39
+ export { BatchGetWorkflowsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { BatchStopJobRunRequestFilterSensitiveLog, BatchStopJobRunResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchStopJobRunCommand, serializeAws_json1_1BatchStopJobRunCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchStopJobRunCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchStopJobRunCommand = (function (_super) {
7
+ __extends(BatchStopJobRunCommand, _super);
8
+ function BatchStopJobRunCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchStopJobRunCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "BatchStopJobRunCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "BatchStopJobRunCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchStopJobRunRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchStopJobRunResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ BatchStopJobRunCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchStopJobRunCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchStopJobRunCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchStopJobRunCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchStopJobRunCommand;
38
+ }($Command));
39
+ export { BatchStopJobRunCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { BatchUpdatePartitionRequestFilterSensitiveLog, BatchUpdatePartitionResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1BatchUpdatePartitionCommand, serializeAws_json1_1BatchUpdatePartitionCommand, } from "../protocols/Aws_json1_1";
5
- export class BatchUpdatePartitionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var BatchUpdatePartitionCommand = (function (_super) {
7
+ __extends(BatchUpdatePartitionCommand, _super);
8
+ function BatchUpdatePartitionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ BatchUpdatePartitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "BatchUpdatePartitionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "BatchUpdatePartitionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: BatchUpdatePartitionRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: BatchUpdatePartitionResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ BatchUpdatePartitionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1BatchUpdatePartitionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ BatchUpdatePartitionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1BatchUpdatePartitionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return BatchUpdatePartitionCommand;
38
+ }($Command));
39
+ export { BatchUpdatePartitionCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CancelMLTaskRunRequestFilterSensitiveLog, CancelMLTaskRunResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1CancelMLTaskRunCommand, serializeAws_json1_1CancelMLTaskRunCommand, } from "../protocols/Aws_json1_1";
5
- export class CancelMLTaskRunCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CancelMLTaskRunCommand = (function (_super) {
7
+ __extends(CancelMLTaskRunCommand, _super);
8
+ function CancelMLTaskRunCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CancelMLTaskRunCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "CancelMLTaskRunCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "CancelMLTaskRunCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CancelMLTaskRunRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CancelMLTaskRunResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CancelMLTaskRunCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1CancelMLTaskRunCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CancelMLTaskRunCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1CancelMLTaskRunCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CancelMLTaskRunCommand;
38
+ }($Command));
39
+ export { CancelMLTaskRunCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CancelStatementRequestFilterSensitiveLog, CancelStatementResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1CancelStatementCommand, serializeAws_json1_1CancelStatementCommand, } from "../protocols/Aws_json1_1";
5
- export class CancelStatementCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CancelStatementCommand = (function (_super) {
7
+ __extends(CancelStatementCommand, _super);
8
+ function CancelStatementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CancelStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "CancelStatementCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "CancelStatementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CancelStatementRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CancelStatementResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CancelStatementCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1CancelStatementCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CancelStatementCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1CancelStatementCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CancelStatementCommand;
38
+ }($Command));
39
+ export { CancelStatementCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CheckSchemaVersionValidityInputFilterSensitiveLog, CheckSchemaVersionValidityResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1CheckSchemaVersionValidityCommand, serializeAws_json1_1CheckSchemaVersionValidityCommand, } from "../protocols/Aws_json1_1";
5
- export class CheckSchemaVersionValidityCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CheckSchemaVersionValidityCommand = (function (_super) {
7
+ __extends(CheckSchemaVersionValidityCommand, _super);
8
+ function CheckSchemaVersionValidityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CheckSchemaVersionValidityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "CheckSchemaVersionValidityCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "CheckSchemaVersionValidityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CheckSchemaVersionValidityInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CheckSchemaVersionValidityResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CheckSchemaVersionValidityCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1CheckSchemaVersionValidityCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CheckSchemaVersionValidityCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1CheckSchemaVersionValidityCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CheckSchemaVersionValidityCommand;
38
+ }($Command));
39
+ export { CheckSchemaVersionValidityCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateBlueprintRequestFilterSensitiveLog, CreateBlueprintResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_1CreateBlueprintCommand, serializeAws_json1_1CreateBlueprintCommand, } from "../protocols/Aws_json1_1";
5
- export class CreateBlueprintCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateBlueprintCommand = (function (_super) {
7
+ __extends(CreateBlueprintCommand, _super);
8
+ function CreateBlueprintCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateBlueprintCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "GlueClient";
15
- const commandName = "CreateBlueprintCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "CreateBlueprintCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateBlueprintRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateBlueprintResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateBlueprintCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_1CreateBlueprintCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateBlueprintCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_1CreateBlueprintCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateBlueprintCommand;
38
+ }($Command));
39
+ export { CreateBlueprintCommand };