@aws-sdk/client-eventbridge 3.651.1 → 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.
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/CancelReplayCommand.d.ts +11 -0
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventBusCommand.d.ts +11 -0
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventBusCommand.d.ts +11 -0
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeArchiveCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventBusCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReplayCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +11 -0
- package/dist-types/commands/DisableRuleCommand.d.ts +11 -0
- package/dist-types/commands/EnableRuleCommand.d.ts +11 -0
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +11 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventBusesCommand.d.ts +11 -0
- package/dist-types/commands/ListEventSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +11 -0
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListReplaysCommand.d.ts +11 -0
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +11 -0
- package/dist-types/commands/ListRulesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +11 -0
- package/dist-types/commands/PutEventsCommand.d.ts +11 -0
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +11 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +11 -0
- package/dist-types/commands/PutRuleCommand.d.ts +11 -0
- package/dist-types/commands/PutTargetsCommand.d.ts +11 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTargetsCommand.d.ts +11 -0
- package/dist-types/commands/StartReplayCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestEventPatternCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEventBusCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +12 -1
- 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.
|
|
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.
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/core": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
35
|
-
"@aws-sdk/types": "3.
|
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
38
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
39
|
-
"@smithy/config-resolver": "^3.0.
|
|
40
|
-
"@smithy/core": "^2.4.
|
|
41
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
42
|
-
"@smithy/hash-node": "^3.0.
|
|
43
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
44
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
45
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
46
|
-
"@smithy/middleware-retry": "^3.0.
|
|
47
|
-
"@smithy/middleware-serde": "^3.0.
|
|
48
|
-
"@smithy/middleware-stack": "^3.0.
|
|
49
|
-
"@smithy/node-config-provider": "^3.1.
|
|
50
|
-
"@smithy/node-http-handler": "^3.2.
|
|
51
|
-
"@smithy/protocol-http": "^4.1.
|
|
52
|
-
"@smithy/smithy-client": "^3.3.
|
|
53
|
-
"@smithy/types": "^3.4.
|
|
54
|
-
"@smithy/url-parser": "^3.0.
|
|
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.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
60
|
-
"@smithy/util-endpoints": "^2.1.
|
|
61
|
-
"@smithy/util-middleware": "^3.0.
|
|
62
|
-
"@smithy/util-retry": "^3.0.
|
|
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.
|
|
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",
|