@aws-sdk/client-eventbridge 3.1087.0 → 3.1089.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 (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EventBridge.d.ts +182 -220
  3. package/dist-types/ts3.4/EventBridgeClient.d.ts +15 -54
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +12 -18
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
  24. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +3 -8
  29. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +2 -2
  34. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
  38. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +3 -8
  41. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -5
  52. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +3 -8
  64. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  65. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  66. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  67. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  68. package/dist-types/ts3.4/models/errors.d.ts +12 -39
  69. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  76. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -237,7 +237,7 @@ const commonParams = {
237
237
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
238
238
  };
239
239
 
240
- var version = "3.1086.0";
240
+ var version = "3.1088.0";
241
241
  var packageInfo = {
242
242
  version: version};
243
243