@aws-sdk/client-eventbridge 3.523.0 → 3.525.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 (67) hide show
  1. package/package.json +18 -18
  2. package/dist-cjs/EventBridge.js +0 -1
  3. package/dist-cjs/EventBridgeClient.js +0 -1
  4. package/dist-cjs/commands/ActivateEventSourceCommand.js +0 -1
  5. package/dist-cjs/commands/CancelReplayCommand.js +0 -1
  6. package/dist-cjs/commands/CreateApiDestinationCommand.js +0 -1
  7. package/dist-cjs/commands/CreateArchiveCommand.js +0 -1
  8. package/dist-cjs/commands/CreateConnectionCommand.js +0 -1
  9. package/dist-cjs/commands/CreateEndpointCommand.js +0 -1
  10. package/dist-cjs/commands/CreateEventBusCommand.js +0 -1
  11. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +0 -1
  12. package/dist-cjs/commands/DeactivateEventSourceCommand.js +0 -1
  13. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +0 -1
  14. package/dist-cjs/commands/DeleteApiDestinationCommand.js +0 -1
  15. package/dist-cjs/commands/DeleteArchiveCommand.js +0 -1
  16. package/dist-cjs/commands/DeleteConnectionCommand.js +0 -1
  17. package/dist-cjs/commands/DeleteEndpointCommand.js +0 -1
  18. package/dist-cjs/commands/DeleteEventBusCommand.js +0 -1
  19. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +0 -1
  20. package/dist-cjs/commands/DeleteRuleCommand.js +0 -1
  21. package/dist-cjs/commands/DescribeApiDestinationCommand.js +0 -1
  22. package/dist-cjs/commands/DescribeArchiveCommand.js +0 -1
  23. package/dist-cjs/commands/DescribeConnectionCommand.js +0 -1
  24. package/dist-cjs/commands/DescribeEndpointCommand.js +0 -1
  25. package/dist-cjs/commands/DescribeEventBusCommand.js +0 -1
  26. package/dist-cjs/commands/DescribeEventSourceCommand.js +0 -1
  27. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +0 -1
  28. package/dist-cjs/commands/DescribeReplayCommand.js +0 -1
  29. package/dist-cjs/commands/DescribeRuleCommand.js +0 -1
  30. package/dist-cjs/commands/DisableRuleCommand.js +0 -1
  31. package/dist-cjs/commands/EnableRuleCommand.js +0 -1
  32. package/dist-cjs/commands/ListApiDestinationsCommand.js +0 -1
  33. package/dist-cjs/commands/ListArchivesCommand.js +0 -1
  34. package/dist-cjs/commands/ListConnectionsCommand.js +0 -1
  35. package/dist-cjs/commands/ListEndpointsCommand.js +0 -1
  36. package/dist-cjs/commands/ListEventBusesCommand.js +0 -1
  37. package/dist-cjs/commands/ListEventSourcesCommand.js +0 -1
  38. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +0 -1
  39. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +0 -1
  40. package/dist-cjs/commands/ListReplaysCommand.js +0 -1
  41. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +0 -1
  42. package/dist-cjs/commands/ListRulesCommand.js +0 -1
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
  44. package/dist-cjs/commands/ListTargetsByRuleCommand.js +0 -1
  45. package/dist-cjs/commands/PutEventsCommand.js +0 -1
  46. package/dist-cjs/commands/PutPartnerEventsCommand.js +0 -1
  47. package/dist-cjs/commands/PutPermissionCommand.js +0 -1
  48. package/dist-cjs/commands/PutRuleCommand.js +0 -1
  49. package/dist-cjs/commands/PutTargetsCommand.js +0 -1
  50. package/dist-cjs/commands/RemovePermissionCommand.js +0 -1
  51. package/dist-cjs/commands/RemoveTargetsCommand.js +0 -1
  52. package/dist-cjs/commands/StartReplayCommand.js +0 -1
  53. package/dist-cjs/commands/TagResourceCommand.js +0 -1
  54. package/dist-cjs/commands/TestEventPatternCommand.js +0 -1
  55. package/dist-cjs/commands/UntagResourceCommand.js +0 -1
  56. package/dist-cjs/commands/UpdateApiDestinationCommand.js +0 -1
  57. package/dist-cjs/commands/UpdateArchiveCommand.js +0 -1
  58. package/dist-cjs/commands/UpdateConnectionCommand.js +0 -1
  59. package/dist-cjs/commands/UpdateEndpointCommand.js +0 -1
  60. package/dist-cjs/commands/index.js +0 -1
  61. package/dist-cjs/endpoint/EndpointParameters.js +0 -1
  62. package/dist-cjs/extensionConfiguration.js +0 -1
  63. package/dist-cjs/models/EventBridgeServiceException.js +0 -1
  64. package/dist-cjs/models/index.js +0 -1
  65. package/dist-cjs/models/models_0.js +0 -1
  66. package/dist-cjs/protocols/Aws_json1_1.js +0 -1
  67. package/dist-cjs/runtimeExtensions.js +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eventbridge",
3
3
  "description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.525.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-eventbridge",
@@ -22,47 +22,47 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "3.0.0",
24
24
  "@aws-crypto/sha256-js": "3.0.0",
25
- "@aws-sdk/client-sts": "3.523.0",
26
- "@aws-sdk/core": "3.523.0",
27
- "@aws-sdk/credential-provider-node": "3.523.0",
25
+ "@aws-sdk/client-sts": "3.525.0",
26
+ "@aws-sdk/core": "3.525.0",
27
+ "@aws-sdk/credential-provider-node": "3.525.0",
28
28
  "@aws-sdk/middleware-host-header": "3.523.0",
29
29
  "@aws-sdk/middleware-logger": "3.523.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.523.0",
31
31
  "@aws-sdk/middleware-signing": "3.523.0",
32
- "@aws-sdk/middleware-user-agent": "3.523.0",
33
- "@aws-sdk/region-config-resolver": "3.523.0",
34
- "@aws-sdk/signature-v4-multi-region": "3.523.0",
32
+ "@aws-sdk/middleware-user-agent": "3.525.0",
33
+ "@aws-sdk/region-config-resolver": "3.525.0",
34
+ "@aws-sdk/signature-v4-multi-region": "3.525.0",
35
35
  "@aws-sdk/types": "3.523.0",
36
- "@aws-sdk/util-endpoints": "3.523.0",
36
+ "@aws-sdk/util-endpoints": "3.525.0",
37
37
  "@aws-sdk/util-user-agent-browser": "3.523.0",
38
- "@aws-sdk/util-user-agent-node": "3.523.0",
39
- "@smithy/config-resolver": "^2.1.3",
38
+ "@aws-sdk/util-user-agent-node": "3.525.0",
39
+ "@smithy/config-resolver": "^2.1.4",
40
40
  "@smithy/fetch-http-handler": "^2.4.3",
41
41
  "@smithy/hash-node": "^2.1.3",
42
42
  "@smithy/invalid-dependency": "^2.1.3",
43
43
  "@smithy/middleware-content-length": "^2.1.3",
44
- "@smithy/middleware-endpoint": "^2.4.3",
45
- "@smithy/middleware-retry": "^2.1.3",
44
+ "@smithy/middleware-endpoint": "^2.4.4",
45
+ "@smithy/middleware-retry": "^2.1.4",
46
46
  "@smithy/middleware-serde": "^2.1.3",
47
47
  "@smithy/middleware-stack": "^2.1.3",
48
- "@smithy/node-config-provider": "^2.2.3",
48
+ "@smithy/node-config-provider": "^2.2.4",
49
49
  "@smithy/node-http-handler": "^2.4.1",
50
50
  "@smithy/protocol-http": "^3.2.1",
51
- "@smithy/smithy-client": "^2.4.1",
51
+ "@smithy/smithy-client": "^2.4.2",
52
52
  "@smithy/types": "^2.10.1",
53
53
  "@smithy/url-parser": "^2.1.3",
54
54
  "@smithy/util-base64": "^2.1.1",
55
55
  "@smithy/util-body-length-browser": "^2.1.1",
56
56
  "@smithy/util-body-length-node": "^2.2.1",
57
- "@smithy/util-defaults-mode-browser": "^2.1.3",
58
- "@smithy/util-defaults-mode-node": "^2.2.2",
59
- "@smithy/util-endpoints": "^1.1.3",
57
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
58
+ "@smithy/util-defaults-mode-node": "^2.2.3",
59
+ "@smithy/util-endpoints": "^1.1.4",
60
60
  "@smithy/util-retry": "^2.1.3",
61
61
  "@smithy/util-utf8": "^2.1.1",
62
62
  "tslib": "^2.5.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@aws-sdk/signature-v4-crt": "3.523.0",
65
+ "@aws-sdk/signature-v4-crt": "3.525.0",
66
66
  "@smithy/service-client-documentation-generator": "^2.1.1",
67
67
  "@tsconfig/node14": "1.0.3",
68
68
  "@types/node": "^14.14.31",
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");