@aws-sdk/client-eventbridge 3.186.0 → 3.190.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.
- package/CHANGELOG.md +16 -0
- package/dist-es/EventBridge.js +226 -233
- package/dist-es/EventBridgeClient.js +22 -28
- package/dist-es/commands/ActivateEventSourceCommand.js +22 -29
- package/dist-es/commands/CancelReplayCommand.js +21 -28
- package/dist-es/commands/CreateApiDestinationCommand.js +21 -28
- package/dist-es/commands/CreateArchiveCommand.js +21 -28
- package/dist-es/commands/CreateConnectionCommand.js +21 -28
- package/dist-es/commands/CreateEndpointCommand.js +21 -28
- package/dist-es/commands/CreateEventBusCommand.js +21 -28
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +21 -28
- package/dist-es/commands/DeactivateEventSourceCommand.js +22 -29
- package/dist-es/commands/DeauthorizeConnectionCommand.js +21 -28
- package/dist-es/commands/DeleteApiDestinationCommand.js +21 -28
- package/dist-es/commands/DeleteArchiveCommand.js +21 -28
- package/dist-es/commands/DeleteConnectionCommand.js +21 -28
- package/dist-es/commands/DeleteEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteEventBusCommand.js +22 -29
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +22 -29
- package/dist-es/commands/DeleteRuleCommand.js +22 -29
- package/dist-es/commands/DescribeApiDestinationCommand.js +21 -28
- package/dist-es/commands/DescribeArchiveCommand.js +21 -28
- package/dist-es/commands/DescribeConnectionCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointCommand.js +21 -28
- package/dist-es/commands/DescribeEventBusCommand.js +21 -28
- package/dist-es/commands/DescribeEventSourceCommand.js +21 -28
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +21 -28
- package/dist-es/commands/DescribeReplayCommand.js +21 -28
- package/dist-es/commands/DescribeRuleCommand.js +21 -28
- package/dist-es/commands/DisableRuleCommand.js +22 -29
- package/dist-es/commands/EnableRuleCommand.js +22 -29
- package/dist-es/commands/ListApiDestinationsCommand.js +21 -28
- package/dist-es/commands/ListArchivesCommand.js +21 -28
- package/dist-es/commands/ListConnectionsCommand.js +21 -28
- package/dist-es/commands/ListEndpointsCommand.js +21 -28
- package/dist-es/commands/ListEventBusesCommand.js +21 -28
- package/dist-es/commands/ListEventSourcesCommand.js +21 -28
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +21 -28
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +21 -28
- package/dist-es/commands/ListReplaysCommand.js +21 -28
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +21 -28
- package/dist-es/commands/ListRulesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTargetsByRuleCommand.js +21 -28
- package/dist-es/commands/PutEventsCommand.js +21 -28
- package/dist-es/commands/PutPartnerEventsCommand.js +21 -28
- package/dist-es/commands/PutPermissionCommand.js +22 -29
- package/dist-es/commands/PutRuleCommand.js +21 -28
- package/dist-es/commands/PutTargetsCommand.js +21 -28
- package/dist-es/commands/RemovePermissionCommand.js +22 -29
- package/dist-es/commands/RemoveTargetsCommand.js +21 -28
- package/dist-es/commands/StartReplayCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/TestEventPatternCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateApiDestinationCommand.js +21 -28
- package/dist-es/commands/UpdateArchiveCommand.js +21 -28
- package/dist-es/commands/UpdateConnectionCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/EventBridgeServiceException.js +5 -10
- package/dist-es/models/models_0.js +625 -290
- package/dist-es/protocols/Aws_json1_1.js +3868 -4754
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +9 -12
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-eventbridge
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-eventbridge
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-eventbridge
|