@aws-sdk/client-cloudwatch-events 3.54.1 → 3.55.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 (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/CloudWatchEventsClient.js +13 -13
  3. package/dist-cjs/commands/ActivateEventSourceCommand.js +3 -3
  4. package/dist-cjs/commands/CancelReplayCommand.js +3 -3
  5. package/dist-cjs/commands/CreateApiDestinationCommand.js +3 -3
  6. package/dist-cjs/commands/CreateArchiveCommand.js +3 -3
  7. package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateEventBusCommand.js +3 -3
  9. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +3 -3
  10. package/dist-cjs/commands/DeactivateEventSourceCommand.js +3 -3
  11. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteApiDestinationCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteArchiveCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteEventBusCommand.js +3 -3
  16. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteRuleCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeApiDestinationCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeArchiveCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeConnectionCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeEventBusCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeEventSourceCommand.js +3 -3
  23. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeReplayCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeRuleCommand.js +3 -3
  26. package/dist-cjs/commands/DisableRuleCommand.js +3 -3
  27. package/dist-cjs/commands/EnableRuleCommand.js +3 -3
  28. package/dist-cjs/commands/ListApiDestinationsCommand.js +3 -3
  29. package/dist-cjs/commands/ListArchivesCommand.js +3 -3
  30. package/dist-cjs/commands/ListConnectionsCommand.js +3 -3
  31. package/dist-cjs/commands/ListEventBusesCommand.js +3 -3
  32. package/dist-cjs/commands/ListEventSourcesCommand.js +3 -3
  33. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
  34. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +3 -3
  35. package/dist-cjs/commands/ListReplaysCommand.js +3 -3
  36. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +3 -3
  37. package/dist-cjs/commands/ListRulesCommand.js +3 -3
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  39. package/dist-cjs/commands/ListTargetsByRuleCommand.js +3 -3
  40. package/dist-cjs/commands/PutEventsCommand.js +3 -3
  41. package/dist-cjs/commands/PutPartnerEventsCommand.js +3 -3
  42. package/dist-cjs/commands/PutPermissionCommand.js +3 -3
  43. package/dist-cjs/commands/PutRuleCommand.js +3 -3
  44. package/dist-cjs/commands/PutTargetsCommand.js +3 -3
  45. package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
  46. package/dist-cjs/commands/RemoveTargetsCommand.js +3 -3
  47. package/dist-cjs/commands/StartReplayCommand.js +3 -3
  48. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  49. package/dist-cjs/commands/TestEventPatternCommand.js +3 -3
  50. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  51. package/dist-cjs/commands/UpdateApiDestinationCommand.js +3 -3
  52. package/dist-cjs/commands/UpdateArchiveCommand.js +3 -3
  53. package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
  54. package/dist-cjs/endpoints.js +1 -1
  55. package/dist-cjs/protocols/Aws_json1_1.js +333 -333
  56. package/dist-cjs/runtimeConfig.browser.js +4 -4
  57. package/dist-cjs/runtimeConfig.js +9 -9
  58. package/dist-cjs/runtimeConfig.native.js +1 -1
  59. package/dist-es/CloudWatchEvents.js +51 -51
  60. package/dist-types/runtimeConfig.native.d.ts +2 -2
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  62. package/package.json +34 -34
@@ -11,7 +11,7 @@ class ListApiDestinationsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListApiDestinationsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListApiDestinationsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListApiDestinationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListApiDestinationsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListApiDestinationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListApiDestinationsCommand = ListApiDestinationsCommand;
@@ -11,7 +11,7 @@ class ListArchivesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListArchivesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListArchivesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListArchivesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListArchivesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListArchivesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListArchivesCommand = ListArchivesCommand;
@@ -11,7 +11,7 @@ class ListConnectionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListConnectionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListConnectionsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListConnectionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListConnectionsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListConnectionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListConnectionsCommand = ListConnectionsCommand;
@@ -11,7 +11,7 @@ class ListEventBusesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListEventBusesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListEventBusesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListEventBusesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListEventBusesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListEventBusesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEventBusesCommand = ListEventBusesCommand;
@@ -11,7 +11,7 @@ class ListEventSourcesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListEventSourcesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListEventSourcesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListEventSourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListEventSourcesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListEventSourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEventSourcesCommand = ListEventSourcesCommand;
@@ -11,7 +11,7 @@ class ListPartnerEventSourceAccountsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListPartnerEventSourceAccountsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListPartnerEventSourceAccountsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListPartnerEventSourceAccountsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPartnerEventSourceAccountsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListPartnerEventSourceAccountsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPartnerEventSourceAccountsCommand = ListPartnerEventSourceAccountsCommand;
@@ -11,7 +11,7 @@ class ListPartnerEventSourcesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListPartnerEventSourcesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListPartnerEventSourcesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListPartnerEventSourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPartnerEventSourcesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListPartnerEventSourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPartnerEventSourcesCommand = ListPartnerEventSourcesCommand;
@@ -11,7 +11,7 @@ class ListReplaysCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListReplaysCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListReplaysCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListReplaysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListReplaysCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListReplaysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListReplaysCommand = ListReplaysCommand;
@@ -11,7 +11,7 @@ class ListRuleNamesByTargetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListRuleNamesByTargetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListRuleNamesByTargetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListRuleNamesByTargetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListRuleNamesByTargetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListRuleNamesByTargetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRuleNamesByTargetCommand = ListRuleNamesByTargetCommand;
@@ -11,7 +11,7 @@ class ListRulesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListRulesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListRulesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListRulesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListRulesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListRulesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRulesCommand = ListRulesCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class ListTargetsByRuleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class ListTargetsByRuleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListTargetsByRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTargetsByRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTargetsByRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTargetsByRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTargetsByRuleCommand = ListTargetsByRuleCommand;
@@ -11,7 +11,7 @@ class PutEventsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class PutEventsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1PutEventsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PutEventsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1PutEventsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PutEventsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutEventsCommand = PutEventsCommand;
@@ -11,7 +11,7 @@ class PutPartnerEventsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class PutPartnerEventsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1PutPartnerEventsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PutPartnerEventsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1PutPartnerEventsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PutPartnerEventsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutPartnerEventsCommand = PutPartnerEventsCommand;
@@ -11,7 +11,7 @@ class PutPermissionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class PutPermissionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1PutPermissionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PutPermissionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1PutPermissionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PutPermissionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutPermissionCommand = PutPermissionCommand;
@@ -11,7 +11,7 @@ class PutRuleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class PutRuleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1PutRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PutRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1PutRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PutRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutRuleCommand = PutRuleCommand;
@@ -11,7 +11,7 @@ class PutTargetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class PutTargetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1PutTargetsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1PutTargetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1PutTargetsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1PutTargetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutTargetsCommand = PutTargetsCommand;
@@ -11,7 +11,7 @@ class RemovePermissionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class RemovePermissionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1RemovePermissionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RemovePermissionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RemovePermissionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RemovePermissionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemovePermissionCommand = RemovePermissionCommand;
@@ -11,7 +11,7 @@ class RemoveTargetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class RemoveTargetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1RemoveTargetsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1RemoveTargetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1RemoveTargetsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1RemoveTargetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveTargetsCommand = RemoveTargetsCommand;
@@ -11,7 +11,7 @@ class StartReplayCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class StartReplayCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1StartReplayCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1StartReplayCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1StartReplayCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1StartReplayCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartReplayCommand = StartReplayCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1TagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class TestEventPatternCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class TestEventPatternCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1TestEventPatternCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1TestEventPatternCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1TestEventPatternCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1TestEventPatternCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TestEventPatternCommand = TestEventPatternCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateApiDestinationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class UpdateApiDestinationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateApiDestinationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateApiDestinationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateApiDestinationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateApiDestinationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
@@ -11,7 +11,7 @@ class UpdateArchiveCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class UpdateArchiveCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateArchiveCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateArchiveCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateArchiveCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateArchiveCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateArchiveCommand = UpdateArchiveCommand;
@@ -11,7 +11,7 @@ class UpdateConnectionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "CloudWatchEventsClient";
@@ -27,10 +27,10 @@ class UpdateConnectionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1UpdateConnectionCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateConnectionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateConnectionCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateConnectionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateConnectionCommand = UpdateConnectionCommand;
@@ -175,7 +175,7 @@ const partitionHash = {
175
175
  ],
176
176
  },
177
177
  };
178
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
178
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
179
179
  ...options,
180
180
  signingService: "events",
181
181
  regionHash,