@aws-sdk/client-glue 3.186.0 → 3.190.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 (234) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-es/Glue.js +746 -753
  3. package/dist-es/GlueClient.js +22 -28
  4. package/dist-es/commands/BatchCreatePartitionCommand.js +21 -28
  5. package/dist-es/commands/BatchDeleteConnectionCommand.js +21 -28
  6. package/dist-es/commands/BatchDeletePartitionCommand.js +21 -28
  7. package/dist-es/commands/BatchDeleteTableCommand.js +21 -28
  8. package/dist-es/commands/BatchDeleteTableVersionCommand.js +21 -28
  9. package/dist-es/commands/BatchGetBlueprintsCommand.js +21 -28
  10. package/dist-es/commands/BatchGetCrawlersCommand.js +21 -28
  11. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +21 -28
  12. package/dist-es/commands/BatchGetDevEndpointsCommand.js +21 -28
  13. package/dist-es/commands/BatchGetJobsCommand.js +21 -28
  14. package/dist-es/commands/BatchGetPartitionCommand.js +21 -28
  15. package/dist-es/commands/BatchGetTriggersCommand.js +21 -28
  16. package/dist-es/commands/BatchGetWorkflowsCommand.js +21 -28
  17. package/dist-es/commands/BatchStopJobRunCommand.js +21 -28
  18. package/dist-es/commands/BatchUpdatePartitionCommand.js +21 -28
  19. package/dist-es/commands/CancelMLTaskRunCommand.js +21 -28
  20. package/dist-es/commands/CancelStatementCommand.js +21 -28
  21. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +21 -28
  22. package/dist-es/commands/CreateBlueprintCommand.js +21 -28
  23. package/dist-es/commands/CreateClassifierCommand.js +21 -28
  24. package/dist-es/commands/CreateConnectionCommand.js +21 -28
  25. package/dist-es/commands/CreateCrawlerCommand.js +21 -28
  26. package/dist-es/commands/CreateCustomEntityTypeCommand.js +21 -28
  27. package/dist-es/commands/CreateDatabaseCommand.js +21 -28
  28. package/dist-es/commands/CreateDevEndpointCommand.js +21 -28
  29. package/dist-es/commands/CreateJobCommand.js +21 -28
  30. package/dist-es/commands/CreateMLTransformCommand.js +21 -28
  31. package/dist-es/commands/CreatePartitionCommand.js +21 -28
  32. package/dist-es/commands/CreatePartitionIndexCommand.js +21 -28
  33. package/dist-es/commands/CreateRegistryCommand.js +21 -28
  34. package/dist-es/commands/CreateSchemaCommand.js +21 -28
  35. package/dist-es/commands/CreateScriptCommand.js +21 -28
  36. package/dist-es/commands/CreateSecurityConfigurationCommand.js +21 -28
  37. package/dist-es/commands/CreateSessionCommand.js +21 -28
  38. package/dist-es/commands/CreateTableCommand.js +21 -28
  39. package/dist-es/commands/CreateTriggerCommand.js +21 -28
  40. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +21 -28
  41. package/dist-es/commands/CreateWorkflowCommand.js +21 -28
  42. package/dist-es/commands/DeleteBlueprintCommand.js +21 -28
  43. package/dist-es/commands/DeleteClassifierCommand.js +21 -28
  44. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +21 -28
  45. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +21 -28
  46. package/dist-es/commands/DeleteConnectionCommand.js +21 -28
  47. package/dist-es/commands/DeleteCrawlerCommand.js +21 -28
  48. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +21 -28
  49. package/dist-es/commands/DeleteDatabaseCommand.js +21 -28
  50. package/dist-es/commands/DeleteDevEndpointCommand.js +21 -28
  51. package/dist-es/commands/DeleteJobCommand.js +21 -28
  52. package/dist-es/commands/DeleteMLTransformCommand.js +21 -28
  53. package/dist-es/commands/DeletePartitionCommand.js +21 -28
  54. package/dist-es/commands/DeletePartitionIndexCommand.js +21 -28
  55. package/dist-es/commands/DeleteRegistryCommand.js +21 -28
  56. package/dist-es/commands/DeleteResourcePolicyCommand.js +21 -28
  57. package/dist-es/commands/DeleteSchemaCommand.js +21 -28
  58. package/dist-es/commands/DeleteSchemaVersionsCommand.js +21 -28
  59. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +21 -28
  60. package/dist-es/commands/DeleteSessionCommand.js +21 -28
  61. package/dist-es/commands/DeleteTableCommand.js +21 -28
  62. package/dist-es/commands/DeleteTableVersionCommand.js +21 -28
  63. package/dist-es/commands/DeleteTriggerCommand.js +21 -28
  64. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +21 -28
  65. package/dist-es/commands/DeleteWorkflowCommand.js +21 -28
  66. package/dist-es/commands/GetBlueprintCommand.js +21 -28
  67. package/dist-es/commands/GetBlueprintRunCommand.js +21 -28
  68. package/dist-es/commands/GetBlueprintRunsCommand.js +21 -28
  69. package/dist-es/commands/GetCatalogImportStatusCommand.js +21 -28
  70. package/dist-es/commands/GetClassifierCommand.js +21 -28
  71. package/dist-es/commands/GetClassifiersCommand.js +21 -28
  72. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +21 -28
  73. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +21 -28
  74. package/dist-es/commands/GetConnectionCommand.js +21 -28
  75. package/dist-es/commands/GetConnectionsCommand.js +21 -28
  76. package/dist-es/commands/GetCrawlerCommand.js +21 -28
  77. package/dist-es/commands/GetCrawlerMetricsCommand.js +21 -28
  78. package/dist-es/commands/GetCrawlersCommand.js +21 -28
  79. package/dist-es/commands/GetCustomEntityTypeCommand.js +21 -28
  80. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +21 -28
  81. package/dist-es/commands/GetDatabaseCommand.js +21 -28
  82. package/dist-es/commands/GetDatabasesCommand.js +21 -28
  83. package/dist-es/commands/GetDataflowGraphCommand.js +21 -28
  84. package/dist-es/commands/GetDevEndpointCommand.js +21 -28
  85. package/dist-es/commands/GetDevEndpointsCommand.js +21 -28
  86. package/dist-es/commands/GetJobBookmarkCommand.js +21 -28
  87. package/dist-es/commands/GetJobCommand.js +21 -28
  88. package/dist-es/commands/GetJobRunCommand.js +21 -28
  89. package/dist-es/commands/GetJobRunsCommand.js +21 -28
  90. package/dist-es/commands/GetJobsCommand.js +21 -28
  91. package/dist-es/commands/GetMLTaskRunCommand.js +21 -28
  92. package/dist-es/commands/GetMLTaskRunsCommand.js +21 -28
  93. package/dist-es/commands/GetMLTransformCommand.js +21 -28
  94. package/dist-es/commands/GetMLTransformsCommand.js +21 -28
  95. package/dist-es/commands/GetMappingCommand.js +21 -28
  96. package/dist-es/commands/GetPartitionCommand.js +21 -28
  97. package/dist-es/commands/GetPartitionIndexesCommand.js +21 -28
  98. package/dist-es/commands/GetPartitionsCommand.js +21 -28
  99. package/dist-es/commands/GetPlanCommand.js +21 -28
  100. package/dist-es/commands/GetRegistryCommand.js +21 -28
  101. package/dist-es/commands/GetResourcePoliciesCommand.js +21 -28
  102. package/dist-es/commands/GetResourcePolicyCommand.js +21 -28
  103. package/dist-es/commands/GetSchemaByDefinitionCommand.js +21 -28
  104. package/dist-es/commands/GetSchemaCommand.js +21 -28
  105. package/dist-es/commands/GetSchemaVersionCommand.js +21 -28
  106. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +21 -28
  107. package/dist-es/commands/GetSecurityConfigurationCommand.js +21 -28
  108. package/dist-es/commands/GetSecurityConfigurationsCommand.js +21 -28
  109. package/dist-es/commands/GetSessionCommand.js +21 -28
  110. package/dist-es/commands/GetStatementCommand.js +21 -28
  111. package/dist-es/commands/GetTableCommand.js +21 -28
  112. package/dist-es/commands/GetTableVersionCommand.js +21 -28
  113. package/dist-es/commands/GetTableVersionsCommand.js +21 -28
  114. package/dist-es/commands/GetTablesCommand.js +21 -28
  115. package/dist-es/commands/GetTagsCommand.js +21 -28
  116. package/dist-es/commands/GetTriggerCommand.js +21 -28
  117. package/dist-es/commands/GetTriggersCommand.js +21 -28
  118. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +21 -28
  119. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +21 -28
  120. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +21 -28
  121. package/dist-es/commands/GetUserDefinedFunctionCommand.js +21 -28
  122. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +21 -28
  123. package/dist-es/commands/GetWorkflowCommand.js +21 -28
  124. package/dist-es/commands/GetWorkflowRunCommand.js +21 -28
  125. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +21 -28
  126. package/dist-es/commands/GetWorkflowRunsCommand.js +21 -28
  127. package/dist-es/commands/ImportCatalogToGlueCommand.js +21 -28
  128. package/dist-es/commands/ListBlueprintsCommand.js +21 -28
  129. package/dist-es/commands/ListCrawlersCommand.js +21 -28
  130. package/dist-es/commands/ListCrawlsCommand.js +21 -28
  131. package/dist-es/commands/ListCustomEntityTypesCommand.js +21 -28
  132. package/dist-es/commands/ListDevEndpointsCommand.js +21 -28
  133. package/dist-es/commands/ListJobsCommand.js +21 -28
  134. package/dist-es/commands/ListMLTransformsCommand.js +21 -28
  135. package/dist-es/commands/ListRegistriesCommand.js +21 -28
  136. package/dist-es/commands/ListSchemaVersionsCommand.js +21 -28
  137. package/dist-es/commands/ListSchemasCommand.js +21 -28
  138. package/dist-es/commands/ListSessionsCommand.js +21 -28
  139. package/dist-es/commands/ListStatementsCommand.js +21 -28
  140. package/dist-es/commands/ListTriggersCommand.js +21 -28
  141. package/dist-es/commands/ListWorkflowsCommand.js +21 -28
  142. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +21 -28
  143. package/dist-es/commands/PutResourcePolicyCommand.js +21 -28
  144. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +21 -28
  145. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +21 -28
  146. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +21 -28
  147. package/dist-es/commands/RegisterSchemaVersionCommand.js +21 -28
  148. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +21 -28
  149. package/dist-es/commands/ResetJobBookmarkCommand.js +21 -28
  150. package/dist-es/commands/ResumeWorkflowRunCommand.js +21 -28
  151. package/dist-es/commands/RunStatementCommand.js +21 -28
  152. package/dist-es/commands/SearchTablesCommand.js +21 -28
  153. package/dist-es/commands/StartBlueprintRunCommand.js +21 -28
  154. package/dist-es/commands/StartCrawlerCommand.js +21 -28
  155. package/dist-es/commands/StartCrawlerScheduleCommand.js +21 -28
  156. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +21 -28
  157. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +21 -28
  158. package/dist-es/commands/StartJobRunCommand.js +21 -28
  159. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +21 -28
  160. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +21 -28
  161. package/dist-es/commands/StartTriggerCommand.js +21 -28
  162. package/dist-es/commands/StartWorkflowRunCommand.js +21 -28
  163. package/dist-es/commands/StopCrawlerCommand.js +21 -28
  164. package/dist-es/commands/StopCrawlerScheduleCommand.js +21 -28
  165. package/dist-es/commands/StopSessionCommand.js +21 -28
  166. package/dist-es/commands/StopTriggerCommand.js +21 -28
  167. package/dist-es/commands/StopWorkflowRunCommand.js +21 -28
  168. package/dist-es/commands/TagResourceCommand.js +21 -28
  169. package/dist-es/commands/UntagResourceCommand.js +21 -28
  170. package/dist-es/commands/UpdateBlueprintCommand.js +21 -28
  171. package/dist-es/commands/UpdateClassifierCommand.js +21 -28
  172. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +21 -28
  173. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +21 -28
  174. package/dist-es/commands/UpdateConnectionCommand.js +21 -28
  175. package/dist-es/commands/UpdateCrawlerCommand.js +21 -28
  176. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +21 -28
  177. package/dist-es/commands/UpdateDatabaseCommand.js +21 -28
  178. package/dist-es/commands/UpdateDevEndpointCommand.js +21 -28
  179. package/dist-es/commands/UpdateJobCommand.js +21 -28
  180. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +21 -28
  181. package/dist-es/commands/UpdateMLTransformCommand.js +21 -28
  182. package/dist-es/commands/UpdatePartitionCommand.js +21 -28
  183. package/dist-es/commands/UpdateRegistryCommand.js +21 -28
  184. package/dist-es/commands/UpdateSchemaCommand.js +21 -28
  185. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +21 -28
  186. package/dist-es/commands/UpdateTableCommand.js +21 -28
  187. package/dist-es/commands/UpdateTriggerCommand.js +21 -28
  188. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +21 -28
  189. package/dist-es/commands/UpdateWorkflowCommand.js +21 -28
  190. package/dist-es/endpoints.js +8 -8
  191. package/dist-es/models/GlueServiceException.js +5 -10
  192. package/dist-es/models/models_0.js +864 -401
  193. package/dist-es/models/models_1.js +885 -336
  194. package/dist-es/models/models_2.js +451 -229
  195. package/dist-es/pagination/GetBlueprintRunsPaginator.js +25 -68
  196. package/dist-es/pagination/GetClassifiersPaginator.js +25 -68
  197. package/dist-es/pagination/GetConnectionsPaginator.js +25 -68
  198. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +25 -68
  199. package/dist-es/pagination/GetCrawlersPaginator.js +25 -68
  200. package/dist-es/pagination/GetDatabasesPaginator.js +25 -68
  201. package/dist-es/pagination/GetDevEndpointsPaginator.js +25 -68
  202. package/dist-es/pagination/GetJobRunsPaginator.js +25 -68
  203. package/dist-es/pagination/GetJobsPaginator.js +25 -68
  204. package/dist-es/pagination/GetMLTaskRunsPaginator.js +25 -68
  205. package/dist-es/pagination/GetMLTransformsPaginator.js +25 -68
  206. package/dist-es/pagination/GetPartitionIndexesPaginator.js +24 -67
  207. package/dist-es/pagination/GetPartitionsPaginator.js +25 -68
  208. package/dist-es/pagination/GetResourcePoliciesPaginator.js +25 -68
  209. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +25 -68
  210. package/dist-es/pagination/GetTableVersionsPaginator.js +25 -68
  211. package/dist-es/pagination/GetTablesPaginator.js +25 -68
  212. package/dist-es/pagination/GetTriggersPaginator.js +25 -68
  213. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +25 -68
  214. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +25 -68
  215. package/dist-es/pagination/GetWorkflowRunsPaginator.js +25 -68
  216. package/dist-es/pagination/ListBlueprintsPaginator.js +25 -68
  217. package/dist-es/pagination/ListCrawlersPaginator.js +25 -68
  218. package/dist-es/pagination/ListCustomEntityTypesPaginator.js +25 -68
  219. package/dist-es/pagination/ListDevEndpointsPaginator.js +25 -68
  220. package/dist-es/pagination/ListJobsPaginator.js +25 -68
  221. package/dist-es/pagination/ListMLTransformsPaginator.js +25 -68
  222. package/dist-es/pagination/ListRegistriesPaginator.js +25 -68
  223. package/dist-es/pagination/ListSchemaVersionsPaginator.js +25 -68
  224. package/dist-es/pagination/ListSchemasPaginator.js +25 -68
  225. package/dist-es/pagination/ListSessionsPaginator.js +25 -68
  226. package/dist-es/pagination/ListTriggersPaginator.js +25 -68
  227. package/dist-es/pagination/ListWorkflowsPaginator.js +25 -68
  228. package/dist-es/pagination/SearchTablesPaginator.js +25 -68
  229. package/dist-es/protocols/Aws_json1_1.js +14348 -16985
  230. package/dist-es/runtimeConfig.browser.js +26 -12
  231. package/dist-es/runtimeConfig.js +30 -12
  232. package/dist-es/runtimeConfig.native.js +8 -5
  233. package/dist-es/runtimeConfig.shared.js +8 -11
  234. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteTriggerRequestFilterSensitiveLog, DeleteTriggerResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1DeleteTriggerCommand, serializeAws_json1_1DeleteTriggerCommand, } from "../protocols/Aws_json1_1";
6
- var DeleteTriggerCommand = (function (_super) {
7
- __extends(DeleteTriggerCommand, _super);
8
- function DeleteTriggerCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteTriggerCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteTriggerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "DeleteTriggerCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "DeleteTriggerCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteTriggerRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteTriggerResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteTriggerCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DeleteTriggerCommand(input, context);
33
- };
34
- DeleteTriggerCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DeleteTriggerCommand(output, context);
36
- };
37
- return DeleteTriggerCommand;
38
- }($Command));
39
- export { DeleteTriggerCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteUserDefinedFunctionRequestFilterSensitiveLog, DeleteUserDefinedFunctionResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1DeleteUserDefinedFunctionCommand, serializeAws_json1_1DeleteUserDefinedFunctionCommand, } from "../protocols/Aws_json1_1";
6
- var DeleteUserDefinedFunctionCommand = (function (_super) {
7
- __extends(DeleteUserDefinedFunctionCommand, _super);
8
- function DeleteUserDefinedFunctionCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteUserDefinedFunctionCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteUserDefinedFunctionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "DeleteUserDefinedFunctionCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "DeleteUserDefinedFunctionCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteUserDefinedFunctionRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteUserDefinedFunctionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteUserDefinedFunctionCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DeleteUserDefinedFunctionCommand(input, context);
33
- };
34
- DeleteUserDefinedFunctionCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DeleteUserDefinedFunctionCommand(output, context);
36
- };
37
- return DeleteUserDefinedFunctionCommand;
38
- }($Command));
39
- export { DeleteUserDefinedFunctionCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeleteWorkflowRequestFilterSensitiveLog, DeleteWorkflowResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1DeleteWorkflowCommand, serializeAws_json1_1DeleteWorkflowCommand, } from "../protocols/Aws_json1_1";
6
- var DeleteWorkflowCommand = (function (_super) {
7
- __extends(DeleteWorkflowCommand, _super);
8
- function DeleteWorkflowCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeleteWorkflowCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeleteWorkflowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "DeleteWorkflowCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "DeleteWorkflowCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeleteWorkflowRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeleteWorkflowResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteWorkflowCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DeleteWorkflowCommand(input, context);
33
- };
34
- DeleteWorkflowCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DeleteWorkflowCommand(output, context);
36
- };
37
- return DeleteWorkflowCommand;
38
- }($Command));
39
- export { DeleteWorkflowCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetBlueprintRequestFilterSensitiveLog, GetBlueprintResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1GetBlueprintCommand, serializeAws_json1_1GetBlueprintCommand, } from "../protocols/Aws_json1_1";
6
- var GetBlueprintCommand = (function (_super) {
7
- __extends(GetBlueprintCommand, _super);
8
- function GetBlueprintCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetBlueprintCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetBlueprintCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "GetBlueprintCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "GetBlueprintCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetBlueprintRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetBlueprintResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetBlueprintCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetBlueprintCommand(input, context);
33
- };
34
- GetBlueprintCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetBlueprintCommand(output, context);
36
- };
37
- return GetBlueprintCommand;
38
- }($Command));
39
- export { GetBlueprintCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetBlueprintRunRequestFilterSensitiveLog, GetBlueprintRunResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1GetBlueprintRunCommand, serializeAws_json1_1GetBlueprintRunCommand, } from "../protocols/Aws_json1_1";
6
- var GetBlueprintRunCommand = (function (_super) {
7
- __extends(GetBlueprintRunCommand, _super);
8
- function GetBlueprintRunCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetBlueprintRunCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetBlueprintRunCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "GetBlueprintRunCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "GetBlueprintRunCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetBlueprintRunRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetBlueprintRunResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetBlueprintRunCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetBlueprintRunCommand(input, context);
33
- };
34
- GetBlueprintRunCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetBlueprintRunCommand(output, context);
36
- };
37
- return GetBlueprintRunCommand;
38
- }($Command));
39
- export { GetBlueprintRunCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetBlueprintRunsRequestFilterSensitiveLog, GetBlueprintRunsResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1GetBlueprintRunsCommand, serializeAws_json1_1GetBlueprintRunsCommand, } from "../protocols/Aws_json1_1";
6
- var GetBlueprintRunsCommand = (function (_super) {
7
- __extends(GetBlueprintRunsCommand, _super);
8
- function GetBlueprintRunsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetBlueprintRunsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetBlueprintRunsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "GetBlueprintRunsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "GetBlueprintRunsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetBlueprintRunsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetBlueprintRunsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetBlueprintRunsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetBlueprintRunsCommand(input, context);
33
- };
34
- GetBlueprintRunsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetBlueprintRunsCommand(output, context);
36
- };
37
- return GetBlueprintRunsCommand;
38
- }($Command));
39
- export { GetBlueprintRunsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetCatalogImportStatusRequestFilterSensitiveLog, GetCatalogImportStatusResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1GetCatalogImportStatusCommand, serializeAws_json1_1GetCatalogImportStatusCommand, } from "../protocols/Aws_json1_1";
6
- var GetCatalogImportStatusCommand = (function (_super) {
7
- __extends(GetCatalogImportStatusCommand, _super);
8
- function GetCatalogImportStatusCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetCatalogImportStatusCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetCatalogImportStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "GetCatalogImportStatusCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "GetCatalogImportStatusCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetCatalogImportStatusRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetCatalogImportStatusResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetCatalogImportStatusCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetCatalogImportStatusCommand(input, context);
33
- };
34
- GetCatalogImportStatusCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetCatalogImportStatusCommand(output, context);
36
- };
37
- return GetCatalogImportStatusCommand;
38
- }($Command));
39
- export { GetCatalogImportStatusCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetClassifierRequestFilterSensitiveLog, GetClassifierResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1GetClassifierCommand, serializeAws_json1_1GetClassifierCommand, } from "../protocols/Aws_json1_1";
6
- var GetClassifierCommand = (function (_super) {
7
- __extends(GetClassifierCommand, _super);
8
- function GetClassifierCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetClassifierCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetClassifierCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "GetClassifierCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "GetClassifierCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetClassifierRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetClassifierResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetClassifierCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetClassifierCommand(input, context);
33
- };
34
- GetClassifierCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetClassifierCommand(output, context);
36
- };
37
- return GetClassifierCommand;
38
- }($Command));
39
- export { GetClassifierCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetClassifiersRequestFilterSensitiveLog, GetClassifiersResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1GetClassifiersCommand, serializeAws_json1_1GetClassifiersCommand, } from "../protocols/Aws_json1_1";
6
- var GetClassifiersCommand = (function (_super) {
7
- __extends(GetClassifiersCommand, _super);
8
- function GetClassifiersCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetClassifiersCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetClassifiersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "GetClassifiersCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "GetClassifiersCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetClassifiersRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetClassifiersResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetClassifiersCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetClassifiersCommand(input, context);
33
- };
34
- GetClassifiersCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetClassifiersCommand(output, context);
36
- };
37
- return GetClassifiersCommand;
38
- }($Command));
39
- export { GetClassifiersCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetColumnStatisticsForPartitionRequestFilterSensitiveLog, GetColumnStatisticsForPartitionResponseFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1GetColumnStatisticsForPartitionCommand, serializeAws_json1_1GetColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1";
6
- var GetColumnStatisticsForPartitionCommand = (function (_super) {
7
- __extends(GetColumnStatisticsForPartitionCommand, _super);
8
- function GetColumnStatisticsForPartitionCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetColumnStatisticsForPartitionCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetColumnStatisticsForPartitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "GlueClient";
18
- var commandName = "GetColumnStatisticsForPartitionCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "GlueClient";
15
+ const commandName = "GetColumnStatisticsForPartitionCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetColumnStatisticsForPartitionRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetColumnStatisticsForPartitionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetColumnStatisticsForPartitionCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1GetColumnStatisticsForPartitionCommand(input, context);
33
- };
34
- GetColumnStatisticsForPartitionCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1GetColumnStatisticsForPartitionCommand(output, context);
36
- };
37
- return GetColumnStatisticsForPartitionCommand;
38
- }($Command));
39
- export { GetColumnStatisticsForPartitionCommand };
31
+ }
32
+ }