@aws-sdk/client-eventbridge 3.296.0 → 3.297.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 (61) hide show
  1. package/dist-types/EventBridge.d.ts +57 -0
  2. package/dist-types/EventBridgeClient.d.ts +24 -4
  3. package/dist-types/commands/ActivateEventSourceCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelReplayCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateApiDestinationCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateArchiveCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateEventBusCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +16 -0
  11. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +16 -0
  12. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteArchiveCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteEventBusCommand.d.ts +16 -0
  18. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeArchiveCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeConnectionCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeEventBusCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeEventSourceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeReplayCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  29. package/dist-types/commands/DisableRuleCommand.d.ts +16 -0
  30. package/dist-types/commands/EnableRuleCommand.d.ts +16 -0
  31. package/dist-types/commands/ListApiDestinationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListArchivesCommand.d.ts +16 -0
  33. package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListEventBusesCommand.d.ts +16 -0
  36. package/dist-types/commands/ListEventSourcesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListReplaysCommand.d.ts +16 -0
  40. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +16 -0
  41. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +16 -0
  44. package/dist-types/commands/PutEventsCommand.d.ts +16 -0
  45. package/dist-types/commands/PutPartnerEventsCommand.d.ts +16 -0
  46. package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
  47. package/dist-types/commands/PutRuleCommand.d.ts +16 -0
  48. package/dist-types/commands/PutTargetsCommand.d.ts +16 -0
  49. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  50. package/dist-types/commands/RemoveTargetsCommand.d.ts +16 -0
  51. package/dist-types/commands/StartReplayCommand.d.ts +16 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/TestEventPatternCommand.d.ts +16 -0
  54. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateArchiveCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  59. package/dist-types/models/EventBridgeServiceException.d.ts +2 -0
  60. package/dist-types/models/models_0.d.ts +449 -16
  61. package/package.json +3 -3
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.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,9 +22,9 @@
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.296.0",
25
+ "@aws-sdk/client-sts": "3.297.0",
26
26
  "@aws-sdk/config-resolver": "3.296.0",
27
- "@aws-sdk/credential-provider-node": "3.296.0",
27
+ "@aws-sdk/credential-provider-node": "3.297.0",
28
28
  "@aws-sdk/fetch-http-handler": "3.296.0",
29
29
  "@aws-sdk/hash-node": "3.296.0",
30
30
  "@aws-sdk/invalid-dependency": "3.296.0",