@aws-sdk/client-eventbridge 3.650.0 → 3.654.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 (115) hide show
  1. package/dist-types/commands/ActivateEventSourceCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelReplayCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateApiDestinationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateEndpointCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateEventBusCommand.d.ts +11 -0
  8. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +11 -0
  9. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +11 -0
  10. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteEventBusCommand.d.ts +11 -0
  16. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeArchiveCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeConnectionCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeEventBusCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeEventSourceCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeReplayCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeRuleCommand.d.ts +11 -0
  27. package/dist-types/commands/DisableRuleCommand.d.ts +11 -0
  28. package/dist-types/commands/EnableRuleCommand.d.ts +11 -0
  29. package/dist-types/commands/ListApiDestinationsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListEndpointsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListEventBusesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListEventSourcesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListReplaysCommand.d.ts +11 -0
  38. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +11 -0
  39. package/dist-types/commands/ListRulesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +11 -0
  42. package/dist-types/commands/PutEventsCommand.d.ts +11 -0
  43. package/dist-types/commands/PutPartnerEventsCommand.d.ts +11 -0
  44. package/dist-types/commands/PutPermissionCommand.d.ts +11 -0
  45. package/dist-types/commands/PutRuleCommand.d.ts +11 -0
  46. package/dist-types/commands/PutTargetsCommand.d.ts +11 -0
  47. package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
  48. package/dist-types/commands/RemoveTargetsCommand.d.ts +11 -0
  49. package/dist-types/commands/StartReplayCommand.d.ts +11 -0
  50. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  51. package/dist-types/commands/TestEventPatternCommand.d.ts +11 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateEndpointCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateEventBusCommand.d.ts +11 -0
  58. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +12 -1
  115. package/package.json +37 -37
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.650.0",
4
+ "version": "3.654.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,49 +22,49 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/client-sso-oidc": "3.650.0",
26
- "@aws-sdk/client-sts": "3.650.0",
27
- "@aws-sdk/core": "3.649.0",
28
- "@aws-sdk/credential-provider-node": "3.650.0",
29
- "@aws-sdk/middleware-host-header": "3.649.0",
30
- "@aws-sdk/middleware-logger": "3.649.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
32
- "@aws-sdk/middleware-user-agent": "3.649.0",
33
- "@aws-sdk/region-config-resolver": "3.649.0",
34
- "@aws-sdk/signature-v4-multi-region": "3.649.0",
35
- "@aws-sdk/types": "3.649.0",
36
- "@aws-sdk/util-endpoints": "3.649.0",
37
- "@aws-sdk/util-user-agent-browser": "3.649.0",
38
- "@aws-sdk/util-user-agent-node": "3.649.0",
39
- "@smithy/config-resolver": "^3.0.6",
40
- "@smithy/core": "^2.4.1",
41
- "@smithy/fetch-http-handler": "^3.2.5",
42
- "@smithy/hash-node": "^3.0.4",
43
- "@smithy/invalid-dependency": "^3.0.4",
44
- "@smithy/middleware-content-length": "^3.0.6",
45
- "@smithy/middleware-endpoint": "^3.1.1",
46
- "@smithy/middleware-retry": "^3.0.16",
47
- "@smithy/middleware-serde": "^3.0.4",
48
- "@smithy/middleware-stack": "^3.0.4",
49
- "@smithy/node-config-provider": "^3.1.5",
50
- "@smithy/node-http-handler": "^3.2.0",
51
- "@smithy/protocol-http": "^4.1.1",
52
- "@smithy/smithy-client": "^3.3.0",
53
- "@smithy/types": "^3.4.0",
54
- "@smithy/url-parser": "^3.0.4",
25
+ "@aws-sdk/client-sso-oidc": "3.654.0",
26
+ "@aws-sdk/client-sts": "3.654.0",
27
+ "@aws-sdk/core": "3.654.0",
28
+ "@aws-sdk/credential-provider-node": "3.654.0",
29
+ "@aws-sdk/middleware-host-header": "3.654.0",
30
+ "@aws-sdk/middleware-logger": "3.654.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
32
+ "@aws-sdk/middleware-user-agent": "3.654.0",
33
+ "@aws-sdk/region-config-resolver": "3.654.0",
34
+ "@aws-sdk/signature-v4-multi-region": "3.654.0",
35
+ "@aws-sdk/types": "3.654.0",
36
+ "@aws-sdk/util-endpoints": "3.654.0",
37
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
38
+ "@aws-sdk/util-user-agent-node": "3.654.0",
39
+ "@smithy/config-resolver": "^3.0.8",
40
+ "@smithy/core": "^2.4.3",
41
+ "@smithy/fetch-http-handler": "^3.2.7",
42
+ "@smithy/hash-node": "^3.0.6",
43
+ "@smithy/invalid-dependency": "^3.0.6",
44
+ "@smithy/middleware-content-length": "^3.0.8",
45
+ "@smithy/middleware-endpoint": "^3.1.3",
46
+ "@smithy/middleware-retry": "^3.0.18",
47
+ "@smithy/middleware-serde": "^3.0.6",
48
+ "@smithy/middleware-stack": "^3.0.6",
49
+ "@smithy/node-config-provider": "^3.1.7",
50
+ "@smithy/node-http-handler": "^3.2.2",
51
+ "@smithy/protocol-http": "^4.1.3",
52
+ "@smithy/smithy-client": "^3.3.2",
53
+ "@smithy/types": "^3.4.2",
54
+ "@smithy/url-parser": "^3.0.6",
55
55
  "@smithy/util-base64": "^3.0.0",
56
56
  "@smithy/util-body-length-browser": "^3.0.0",
57
57
  "@smithy/util-body-length-node": "^3.0.0",
58
- "@smithy/util-defaults-mode-browser": "^3.0.16",
59
- "@smithy/util-defaults-mode-node": "^3.0.16",
60
- "@smithy/util-endpoints": "^2.1.0",
61
- "@smithy/util-middleware": "^3.0.4",
62
- "@smithy/util-retry": "^3.0.4",
58
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
59
+ "@smithy/util-defaults-mode-node": "^3.0.18",
60
+ "@smithy/util-endpoints": "^2.1.2",
61
+ "@smithy/util-middleware": "^3.0.6",
62
+ "@smithy/util-retry": "^3.0.6",
63
63
  "@smithy/util-utf8": "^3.0.0",
64
64
  "tslib": "^2.6.2"
65
65
  },
66
66
  "devDependencies": {
67
- "@aws-sdk/signature-v4-crt": "3.649.0",
67
+ "@aws-sdk/signature-v4-crt": "3.654.0",
68
68
  "@tsconfig/node16": "16.1.3",
69
69
  "@types/node": "^16.18.96",
70
70
  "concurrently": "7.0.0",