@aws-sdk/client-eventbridge 3.490.0 → 3.495.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 (68) hide show
  1. package/dist-cjs/EventBridge.js +1 -123
  2. package/dist-cjs/EventBridgeClient.js +1 -43
  3. package/dist-cjs/commands/ActivateEventSourceCommand.js +1 -28
  4. package/dist-cjs/commands/CancelReplayCommand.js +1 -28
  5. package/dist-cjs/commands/CreateApiDestinationCommand.js +1 -28
  6. package/dist-cjs/commands/CreateArchiveCommand.js +1 -28
  7. package/dist-cjs/commands/CreateConnectionCommand.js +1 -29
  8. package/dist-cjs/commands/CreateEndpointCommand.js +1 -28
  9. package/dist-cjs/commands/CreateEventBusCommand.js +1 -28
  10. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +1 -28
  11. package/dist-cjs/commands/DeactivateEventSourceCommand.js +1 -28
  12. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteApiDestinationCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteArchiveCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteConnectionCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteEndpointCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteEventBusCommand.js +1 -28
  18. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeApiDestinationCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeArchiveCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeConnectionCommand.js +1 -29
  23. package/dist-cjs/commands/DescribeEndpointCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeEventBusCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeEventSourceCommand.js +1 -28
  26. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeReplayCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeRuleCommand.js +1 -28
  29. package/dist-cjs/commands/DisableRuleCommand.js +1 -28
  30. package/dist-cjs/commands/EnableRuleCommand.js +1 -28
  31. package/dist-cjs/commands/ListApiDestinationsCommand.js +1 -28
  32. package/dist-cjs/commands/ListArchivesCommand.js +1 -28
  33. package/dist-cjs/commands/ListConnectionsCommand.js +1 -28
  34. package/dist-cjs/commands/ListEndpointsCommand.js +1 -28
  35. package/dist-cjs/commands/ListEventBusesCommand.js +1 -28
  36. package/dist-cjs/commands/ListEventSourcesCommand.js +1 -28
  37. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +1 -28
  38. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +1 -28
  39. package/dist-cjs/commands/ListReplaysCommand.js +1 -28
  40. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +1 -28
  41. package/dist-cjs/commands/ListRulesCommand.js +1 -28
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  43. package/dist-cjs/commands/ListTargetsByRuleCommand.js +1 -29
  44. package/dist-cjs/commands/PutEventsCommand.js +1 -29
  45. package/dist-cjs/commands/PutPartnerEventsCommand.js +1 -28
  46. package/dist-cjs/commands/PutPermissionCommand.js +1 -28
  47. package/dist-cjs/commands/PutRuleCommand.js +1 -28
  48. package/dist-cjs/commands/PutTargetsCommand.js +1 -29
  49. package/dist-cjs/commands/RemovePermissionCommand.js +1 -28
  50. package/dist-cjs/commands/RemoveTargetsCommand.js +1 -28
  51. package/dist-cjs/commands/StartReplayCommand.js +1 -28
  52. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  53. package/dist-cjs/commands/TestEventPatternCommand.js +1 -28
  54. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateApiDestinationCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateArchiveCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateConnectionCommand.js +1 -29
  58. package/dist-cjs/commands/UpdateEndpointCommand.js +1 -28
  59. package/dist-cjs/commands/index.js +1 -59
  60. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  61. package/dist-cjs/extensionConfiguration.js +1 -2
  62. package/dist-cjs/index.js +4827 -10
  63. package/dist-cjs/models/EventBridgeServiceException.js +1 -12
  64. package/dist-cjs/models/index.js +1 -4
  65. package/dist-cjs/models/models_0.js +1 -416
  66. package/dist-cjs/protocols/Aws_json1_1.js +1 -3150
  67. package/dist-cjs/runtimeExtensions.js +1 -22
  68. package/package.json +40 -40
@@ -1,123 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EventBridge = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ActivateEventSourceCommand_1 = require("./commands/ActivateEventSourceCommand");
6
- const CancelReplayCommand_1 = require("./commands/CancelReplayCommand");
7
- const CreateApiDestinationCommand_1 = require("./commands/CreateApiDestinationCommand");
8
- const CreateArchiveCommand_1 = require("./commands/CreateArchiveCommand");
9
- const CreateConnectionCommand_1 = require("./commands/CreateConnectionCommand");
10
- const CreateEndpointCommand_1 = require("./commands/CreateEndpointCommand");
11
- const CreateEventBusCommand_1 = require("./commands/CreateEventBusCommand");
12
- const CreatePartnerEventSourceCommand_1 = require("./commands/CreatePartnerEventSourceCommand");
13
- const DeactivateEventSourceCommand_1 = require("./commands/DeactivateEventSourceCommand");
14
- const DeauthorizeConnectionCommand_1 = require("./commands/DeauthorizeConnectionCommand");
15
- const DeleteApiDestinationCommand_1 = require("./commands/DeleteApiDestinationCommand");
16
- const DeleteArchiveCommand_1 = require("./commands/DeleteArchiveCommand");
17
- const DeleteConnectionCommand_1 = require("./commands/DeleteConnectionCommand");
18
- const DeleteEndpointCommand_1 = require("./commands/DeleteEndpointCommand");
19
- const DeleteEventBusCommand_1 = require("./commands/DeleteEventBusCommand");
20
- const DeletePartnerEventSourceCommand_1 = require("./commands/DeletePartnerEventSourceCommand");
21
- const DeleteRuleCommand_1 = require("./commands/DeleteRuleCommand");
22
- const DescribeApiDestinationCommand_1 = require("./commands/DescribeApiDestinationCommand");
23
- const DescribeArchiveCommand_1 = require("./commands/DescribeArchiveCommand");
24
- const DescribeConnectionCommand_1 = require("./commands/DescribeConnectionCommand");
25
- const DescribeEndpointCommand_1 = require("./commands/DescribeEndpointCommand");
26
- const DescribeEventBusCommand_1 = require("./commands/DescribeEventBusCommand");
27
- const DescribeEventSourceCommand_1 = require("./commands/DescribeEventSourceCommand");
28
- const DescribePartnerEventSourceCommand_1 = require("./commands/DescribePartnerEventSourceCommand");
29
- const DescribeReplayCommand_1 = require("./commands/DescribeReplayCommand");
30
- const DescribeRuleCommand_1 = require("./commands/DescribeRuleCommand");
31
- const DisableRuleCommand_1 = require("./commands/DisableRuleCommand");
32
- const EnableRuleCommand_1 = require("./commands/EnableRuleCommand");
33
- const ListApiDestinationsCommand_1 = require("./commands/ListApiDestinationsCommand");
34
- const ListArchivesCommand_1 = require("./commands/ListArchivesCommand");
35
- const ListConnectionsCommand_1 = require("./commands/ListConnectionsCommand");
36
- const ListEndpointsCommand_1 = require("./commands/ListEndpointsCommand");
37
- const ListEventBusesCommand_1 = require("./commands/ListEventBusesCommand");
38
- const ListEventSourcesCommand_1 = require("./commands/ListEventSourcesCommand");
39
- const ListPartnerEventSourceAccountsCommand_1 = require("./commands/ListPartnerEventSourceAccountsCommand");
40
- const ListPartnerEventSourcesCommand_1 = require("./commands/ListPartnerEventSourcesCommand");
41
- const ListReplaysCommand_1 = require("./commands/ListReplaysCommand");
42
- const ListRuleNamesByTargetCommand_1 = require("./commands/ListRuleNamesByTargetCommand");
43
- const ListRulesCommand_1 = require("./commands/ListRulesCommand");
44
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
45
- const ListTargetsByRuleCommand_1 = require("./commands/ListTargetsByRuleCommand");
46
- const PutEventsCommand_1 = require("./commands/PutEventsCommand");
47
- const PutPartnerEventsCommand_1 = require("./commands/PutPartnerEventsCommand");
48
- const PutPermissionCommand_1 = require("./commands/PutPermissionCommand");
49
- const PutRuleCommand_1 = require("./commands/PutRuleCommand");
50
- const PutTargetsCommand_1 = require("./commands/PutTargetsCommand");
51
- const RemovePermissionCommand_1 = require("./commands/RemovePermissionCommand");
52
- const RemoveTargetsCommand_1 = require("./commands/RemoveTargetsCommand");
53
- const StartReplayCommand_1 = require("./commands/StartReplayCommand");
54
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
55
- const TestEventPatternCommand_1 = require("./commands/TestEventPatternCommand");
56
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
57
- const UpdateApiDestinationCommand_1 = require("./commands/UpdateApiDestinationCommand");
58
- const UpdateArchiveCommand_1 = require("./commands/UpdateArchiveCommand");
59
- const UpdateConnectionCommand_1 = require("./commands/UpdateConnectionCommand");
60
- const UpdateEndpointCommand_1 = require("./commands/UpdateEndpointCommand");
61
- const EventBridgeClient_1 = require("./EventBridgeClient");
62
- const commands = {
63
- ActivateEventSourceCommand: ActivateEventSourceCommand_1.ActivateEventSourceCommand,
64
- CancelReplayCommand: CancelReplayCommand_1.CancelReplayCommand,
65
- CreateApiDestinationCommand: CreateApiDestinationCommand_1.CreateApiDestinationCommand,
66
- CreateArchiveCommand: CreateArchiveCommand_1.CreateArchiveCommand,
67
- CreateConnectionCommand: CreateConnectionCommand_1.CreateConnectionCommand,
68
- CreateEndpointCommand: CreateEndpointCommand_1.CreateEndpointCommand,
69
- CreateEventBusCommand: CreateEventBusCommand_1.CreateEventBusCommand,
70
- CreatePartnerEventSourceCommand: CreatePartnerEventSourceCommand_1.CreatePartnerEventSourceCommand,
71
- DeactivateEventSourceCommand: DeactivateEventSourceCommand_1.DeactivateEventSourceCommand,
72
- DeauthorizeConnectionCommand: DeauthorizeConnectionCommand_1.DeauthorizeConnectionCommand,
73
- DeleteApiDestinationCommand: DeleteApiDestinationCommand_1.DeleteApiDestinationCommand,
74
- DeleteArchiveCommand: DeleteArchiveCommand_1.DeleteArchiveCommand,
75
- DeleteConnectionCommand: DeleteConnectionCommand_1.DeleteConnectionCommand,
76
- DeleteEndpointCommand: DeleteEndpointCommand_1.DeleteEndpointCommand,
77
- DeleteEventBusCommand: DeleteEventBusCommand_1.DeleteEventBusCommand,
78
- DeletePartnerEventSourceCommand: DeletePartnerEventSourceCommand_1.DeletePartnerEventSourceCommand,
79
- DeleteRuleCommand: DeleteRuleCommand_1.DeleteRuleCommand,
80
- DescribeApiDestinationCommand: DescribeApiDestinationCommand_1.DescribeApiDestinationCommand,
81
- DescribeArchiveCommand: DescribeArchiveCommand_1.DescribeArchiveCommand,
82
- DescribeConnectionCommand: DescribeConnectionCommand_1.DescribeConnectionCommand,
83
- DescribeEndpointCommand: DescribeEndpointCommand_1.DescribeEndpointCommand,
84
- DescribeEventBusCommand: DescribeEventBusCommand_1.DescribeEventBusCommand,
85
- DescribeEventSourceCommand: DescribeEventSourceCommand_1.DescribeEventSourceCommand,
86
- DescribePartnerEventSourceCommand: DescribePartnerEventSourceCommand_1.DescribePartnerEventSourceCommand,
87
- DescribeReplayCommand: DescribeReplayCommand_1.DescribeReplayCommand,
88
- DescribeRuleCommand: DescribeRuleCommand_1.DescribeRuleCommand,
89
- DisableRuleCommand: DisableRuleCommand_1.DisableRuleCommand,
90
- EnableRuleCommand: EnableRuleCommand_1.EnableRuleCommand,
91
- ListApiDestinationsCommand: ListApiDestinationsCommand_1.ListApiDestinationsCommand,
92
- ListArchivesCommand: ListArchivesCommand_1.ListArchivesCommand,
93
- ListConnectionsCommand: ListConnectionsCommand_1.ListConnectionsCommand,
94
- ListEndpointsCommand: ListEndpointsCommand_1.ListEndpointsCommand,
95
- ListEventBusesCommand: ListEventBusesCommand_1.ListEventBusesCommand,
96
- ListEventSourcesCommand: ListEventSourcesCommand_1.ListEventSourcesCommand,
97
- ListPartnerEventSourceAccountsCommand: ListPartnerEventSourceAccountsCommand_1.ListPartnerEventSourceAccountsCommand,
98
- ListPartnerEventSourcesCommand: ListPartnerEventSourcesCommand_1.ListPartnerEventSourcesCommand,
99
- ListReplaysCommand: ListReplaysCommand_1.ListReplaysCommand,
100
- ListRuleNamesByTargetCommand: ListRuleNamesByTargetCommand_1.ListRuleNamesByTargetCommand,
101
- ListRulesCommand: ListRulesCommand_1.ListRulesCommand,
102
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
103
- ListTargetsByRuleCommand: ListTargetsByRuleCommand_1.ListTargetsByRuleCommand,
104
- PutEventsCommand: PutEventsCommand_1.PutEventsCommand,
105
- PutPartnerEventsCommand: PutPartnerEventsCommand_1.PutPartnerEventsCommand,
106
- PutPermissionCommand: PutPermissionCommand_1.PutPermissionCommand,
107
- PutRuleCommand: PutRuleCommand_1.PutRuleCommand,
108
- PutTargetsCommand: PutTargetsCommand_1.PutTargetsCommand,
109
- RemovePermissionCommand: RemovePermissionCommand_1.RemovePermissionCommand,
110
- RemoveTargetsCommand: RemoveTargetsCommand_1.RemoveTargetsCommand,
111
- StartReplayCommand: StartReplayCommand_1.StartReplayCommand,
112
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
113
- TestEventPatternCommand: TestEventPatternCommand_1.TestEventPatternCommand,
114
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
115
- UpdateApiDestinationCommand: UpdateApiDestinationCommand_1.UpdateApiDestinationCommand,
116
- UpdateArchiveCommand: UpdateArchiveCommand_1.UpdateArchiveCommand,
117
- UpdateConnectionCommand: UpdateConnectionCommand_1.UpdateConnectionCommand,
118
- UpdateEndpointCommand: UpdateEndpointCommand_1.UpdateEndpointCommand,
119
- };
120
- class EventBridge extends EventBridgeClient_1.EventBridgeClient {
121
- }
122
- exports.EventBridge = EventBridge;
123
- (0, smithy_client_1.createAggregatedClient)(commands, EventBridge);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EventBridgeClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class EventBridgeClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.EventBridgeClient = EventBridgeClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ActivateEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ActivateEventSourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "ActivateEventSource", {})
22
- .n("EventBridgeClient", "ActivateEventSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ActivateEventSourceCommand)
25
- .de(Aws_json1_1_1.de_ActivateEventSourceCommand)
26
- .build() {
27
- }
28
- exports.ActivateEventSourceCommand = ActivateEventSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelReplayCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CancelReplayCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "CancelReplay", {})
22
- .n("EventBridgeClient", "CancelReplayCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CancelReplayCommand)
25
- .de(Aws_json1_1_1.de_CancelReplayCommand)
26
- .build() {
27
- }
28
- exports.CancelReplayCommand = CancelReplayCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApiDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateApiDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "CreateApiDestination", {})
22
- .n("EventBridgeClient", "CreateApiDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateApiDestinationCommand)
25
- .de(Aws_json1_1_1.de_CreateApiDestinationCommand)
26
- .build() {
27
- }
28
- exports.CreateApiDestinationCommand = CreateApiDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateArchiveCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateArchiveCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "CreateArchive", {})
22
- .n("EventBridgeClient", "CreateArchiveCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateArchiveCommand)
25
- .de(Aws_json1_1_1.de_CreateArchiveCommand)
26
- .build() {
27
- }
28
- exports.CreateArchiveCommand = CreateArchiveCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class CreateConnectionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSEvents", "CreateConnection", {})
23
- .n("EventBridgeClient", "CreateConnectionCommand")
24
- .f(models_0_1.CreateConnectionRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_CreateConnectionCommand)
26
- .de(Aws_json1_1_1.de_CreateConnectionCommand)
27
- .build() {
28
- }
29
- exports.CreateConnectionCommand = CreateConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateEndpointCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "CreateEndpoint", {})
22
- .n("EventBridgeClient", "CreateEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateEndpointCommand)
25
- .de(Aws_json1_1_1.de_CreateEndpointCommand)
26
- .build() {
27
- }
28
- exports.CreateEndpointCommand = CreateEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEventBusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateEventBusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "CreateEventBus", {})
22
- .n("EventBridgeClient", "CreateEventBusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateEventBusCommand)
25
- .de(Aws_json1_1_1.de_CreateEventBusCommand)
26
- .build() {
27
- }
28
- exports.CreateEventBusCommand = CreateEventBusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePartnerEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreatePartnerEventSourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "CreatePartnerEventSource", {})
22
- .n("EventBridgeClient", "CreatePartnerEventSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreatePartnerEventSourceCommand)
25
- .de(Aws_json1_1_1.de_CreatePartnerEventSourceCommand)
26
- .build() {
27
- }
28
- exports.CreatePartnerEventSourceCommand = CreatePartnerEventSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeactivateEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeactivateEventSourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "DeactivateEventSource", {})
22
- .n("EventBridgeClient", "DeactivateEventSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeactivateEventSourceCommand)
25
- .de(Aws_json1_1_1.de_DeactivateEventSourceCommand)
26
- .build() {
27
- }
28
- exports.DeactivateEventSourceCommand = DeactivateEventSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeauthorizeConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeauthorizeConnectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "DeauthorizeConnection", {})
22
- .n("EventBridgeClient", "DeauthorizeConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeauthorizeConnectionCommand)
25
- .de(Aws_json1_1_1.de_DeauthorizeConnectionCommand)
26
- .build() {
27
- }
28
- exports.DeauthorizeConnectionCommand = DeauthorizeConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApiDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteApiDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "DeleteApiDestination", {})
22
- .n("EventBridgeClient", "DeleteApiDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteApiDestinationCommand)
25
- .de(Aws_json1_1_1.de_DeleteApiDestinationCommand)
26
- .build() {
27
- }
28
- exports.DeleteApiDestinationCommand = DeleteApiDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteArchiveCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteArchiveCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "DeleteArchive", {})
22
- .n("EventBridgeClient", "DeleteArchiveCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteArchiveCommand)
25
- .de(Aws_json1_1_1.de_DeleteArchiveCommand)
26
- .build() {
27
- }
28
- exports.DeleteArchiveCommand = DeleteArchiveCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteConnectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "DeleteConnection", {})
22
- .n("EventBridgeClient", "DeleteConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteConnectionCommand)
25
- .de(Aws_json1_1_1.de_DeleteConnectionCommand)
26
- .build() {
27
- }
28
- exports.DeleteConnectionCommand = DeleteConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteEndpointCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "DeleteEndpoint", {})
22
- .n("EventBridgeClient", "DeleteEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteEndpointCommand)
25
- .de(Aws_json1_1_1.de_DeleteEndpointCommand)
26
- .build() {
27
- }
28
- exports.DeleteEndpointCommand = DeleteEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEventBusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteEventBusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSEvents", "DeleteEventBus", {})
22
- .n("EventBridgeClient", "DeleteEventBusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteEventBusCommand)
25
- .de(Aws_json1_1_1.de_DeleteEventBusCommand)
26
- .build() {
27
- }
28
- exports.DeleteEventBusCommand = DeleteEventBusCommand;
1
+ module.exports = require("../index.js");