@aws-sdk/client-cloudwatch-events 3.303.0 → 3.309.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 (107) hide show
  1. package/dist-cjs/commands/ActivateEventSourceCommand.js +2 -2
  2. package/dist-cjs/commands/CancelReplayCommand.js +2 -2
  3. package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateArchiveCommand.js +2 -2
  5. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateEventBusCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -2
  8. package/dist-cjs/commands/DeactivateEventSourceCommand.js +2 -2
  9. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteEventBusCommand.js +2 -2
  14. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeArchiveCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeConnectionCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeEventBusCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -2
  21. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeReplayCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeRuleCommand.js +2 -2
  24. package/dist-cjs/commands/DisableRuleCommand.js +2 -2
  25. package/dist-cjs/commands/EnableRuleCommand.js +2 -2
  26. package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -2
  27. package/dist-cjs/commands/ListArchivesCommand.js +2 -2
  28. package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
  29. package/dist-cjs/commands/ListEventBusesCommand.js +2 -2
  30. package/dist-cjs/commands/ListEventSourcesCommand.js +2 -2
  31. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
  32. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -2
  33. package/dist-cjs/commands/ListReplaysCommand.js +2 -2
  34. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -2
  35. package/dist-cjs/commands/ListRulesCommand.js +2 -2
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  37. package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -2
  38. package/dist-cjs/commands/PutEventsCommand.js +2 -2
  39. package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -2
  40. package/dist-cjs/commands/PutPermissionCommand.js +2 -2
  41. package/dist-cjs/commands/PutRuleCommand.js +2 -2
  42. package/dist-cjs/commands/PutTargetsCommand.js +2 -2
  43. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  44. package/dist-cjs/commands/RemoveTargetsCommand.js +2 -2
  45. package/dist-cjs/commands/StartReplayCommand.js +2 -2
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/TestEventPatternCommand.js +2 -2
  48. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateArchiveCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
  52. package/dist-cjs/protocols/Aws_json1_1.js +978 -1054
  53. package/dist-es/commands/ActivateEventSourceCommand.js +3 -3
  54. package/dist-es/commands/CancelReplayCommand.js +3 -3
  55. package/dist-es/commands/CreateApiDestinationCommand.js +3 -3
  56. package/dist-es/commands/CreateArchiveCommand.js +3 -3
  57. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  58. package/dist-es/commands/CreateEventBusCommand.js +3 -3
  59. package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -3
  60. package/dist-es/commands/DeactivateEventSourceCommand.js +3 -3
  61. package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -3
  62. package/dist-es/commands/DeleteApiDestinationCommand.js +3 -3
  63. package/dist-es/commands/DeleteArchiveCommand.js +3 -3
  64. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  65. package/dist-es/commands/DeleteEventBusCommand.js +3 -3
  66. package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -3
  67. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  68. package/dist-es/commands/DescribeApiDestinationCommand.js +3 -3
  69. package/dist-es/commands/DescribeArchiveCommand.js +3 -3
  70. package/dist-es/commands/DescribeConnectionCommand.js +3 -3
  71. package/dist-es/commands/DescribeEventBusCommand.js +3 -3
  72. package/dist-es/commands/DescribeEventSourceCommand.js +3 -3
  73. package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -3
  74. package/dist-es/commands/DescribeReplayCommand.js +3 -3
  75. package/dist-es/commands/DescribeRuleCommand.js +3 -3
  76. package/dist-es/commands/DisableRuleCommand.js +3 -3
  77. package/dist-es/commands/EnableRuleCommand.js +3 -3
  78. package/dist-es/commands/ListApiDestinationsCommand.js +3 -3
  79. package/dist-es/commands/ListArchivesCommand.js +3 -3
  80. package/dist-es/commands/ListConnectionsCommand.js +3 -3
  81. package/dist-es/commands/ListEventBusesCommand.js +3 -3
  82. package/dist-es/commands/ListEventSourcesCommand.js +3 -3
  83. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
  84. package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -3
  85. package/dist-es/commands/ListReplaysCommand.js +3 -3
  86. package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -3
  87. package/dist-es/commands/ListRulesCommand.js +3 -3
  88. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  89. package/dist-es/commands/ListTargetsByRuleCommand.js +3 -3
  90. package/dist-es/commands/PutEventsCommand.js +3 -3
  91. package/dist-es/commands/PutPartnerEventsCommand.js +3 -3
  92. package/dist-es/commands/PutPermissionCommand.js +3 -3
  93. package/dist-es/commands/PutRuleCommand.js +3 -3
  94. package/dist-es/commands/PutTargetsCommand.js +3 -3
  95. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  96. package/dist-es/commands/RemoveTargetsCommand.js +3 -3
  97. package/dist-es/commands/StartReplayCommand.js +3 -3
  98. package/dist-es/commands/TagResourceCommand.js +3 -3
  99. package/dist-es/commands/TestEventPatternCommand.js +3 -3
  100. package/dist-es/commands/UntagResourceCommand.js +3 -3
  101. package/dist-es/commands/UpdateApiDestinationCommand.js +3 -3
  102. package/dist-es/commands/UpdateArchiveCommand.js +3 -3
  103. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  104. package/dist-es/protocols/Aws_json1_1.js +873 -949
  105. package/dist-types/protocols/Aws_json1_1.d.ts +408 -102
  106. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +102 -102
  107. package/package.json +29 -29
@@ -36,10 +36,10 @@ class RemoveTargetsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1RemoveTargetsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_RemoveTargetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1RemoveTargetsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_RemoveTargetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveTargetsCommand = RemoveTargetsCommand;
@@ -36,10 +36,10 @@ class StartReplayCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1StartReplayCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StartReplayCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StartReplayCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StartReplayCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartReplayCommand = StartReplayCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class TestEventPatternCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1TestEventPatternCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_TestEventPatternCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1TestEventPatternCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_TestEventPatternCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TestEventPatternCommand = TestEventPatternCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateApiDestinationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateApiDestinationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateApiDestinationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateApiDestinationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateApiDestinationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
@@ -36,10 +36,10 @@ class UpdateArchiveCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateArchiveCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateArchiveCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateArchiveCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateArchiveCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateArchiveCommand = UpdateArchiveCommand;
@@ -36,10 +36,10 @@ class UpdateConnectionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateConnectionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateConnectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateConnectionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateConnectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConnectionCommand = UpdateConnectionCommand;