@aws-sdk/client-eventbridge 3.362.0 → 3.369.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 (263) hide show
  1. package/dist-cjs/EventBridge.js +1 -1
  2. package/dist-cjs/EventBridgeClient.js +5 -5
  3. package/dist-cjs/commands/ActivateEventSourceCommand.js +3 -3
  4. package/dist-cjs/commands/CancelReplayCommand.js +3 -3
  5. package/dist-cjs/commands/CreateApiDestinationCommand.js +3 -3
  6. package/dist-cjs/commands/CreateArchiveCommand.js +3 -3
  7. package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
  9. package/dist-cjs/commands/CreateEventBusCommand.js +3 -3
  10. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +3 -3
  11. package/dist-cjs/commands/DeactivateEventSourceCommand.js +3 -3
  12. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteApiDestinationCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteArchiveCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteEventBusCommand.js +3 -3
  18. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteRuleCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeApiDestinationCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeArchiveCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeConnectionCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeEndpointCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeEventBusCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeEventSourceCommand.js +3 -3
  26. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeReplayCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeRuleCommand.js +3 -3
  29. package/dist-cjs/commands/DisableRuleCommand.js +3 -3
  30. package/dist-cjs/commands/EnableRuleCommand.js +3 -3
  31. package/dist-cjs/commands/ListApiDestinationsCommand.js +3 -3
  32. package/dist-cjs/commands/ListArchivesCommand.js +3 -3
  33. package/dist-cjs/commands/ListConnectionsCommand.js +3 -3
  34. package/dist-cjs/commands/ListEndpointsCommand.js +3 -3
  35. package/dist-cjs/commands/ListEventBusesCommand.js +3 -3
  36. package/dist-cjs/commands/ListEventSourcesCommand.js +3 -3
  37. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
  38. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +3 -3
  39. package/dist-cjs/commands/ListReplaysCommand.js +3 -3
  40. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +3 -3
  41. package/dist-cjs/commands/ListRulesCommand.js +3 -3
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  43. package/dist-cjs/commands/ListTargetsByRuleCommand.js +3 -3
  44. package/dist-cjs/commands/PutEventsCommand.js +3 -3
  45. package/dist-cjs/commands/PutPartnerEventsCommand.js +3 -3
  46. package/dist-cjs/commands/PutPermissionCommand.js +3 -3
  47. package/dist-cjs/commands/PutRuleCommand.js +3 -3
  48. package/dist-cjs/commands/PutTargetsCommand.js +3 -3
  49. package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
  50. package/dist-cjs/commands/RemoveTargetsCommand.js +3 -3
  51. package/dist-cjs/commands/StartReplayCommand.js +3 -3
  52. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  53. package/dist-cjs/commands/TestEventPatternCommand.js +3 -3
  54. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  55. package/dist-cjs/commands/UpdateApiDestinationCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateArchiveCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateEndpointCommand.js +3 -3
  59. package/dist-cjs/models/EventBridgeServiceException.js +1 -1
  60. package/dist-cjs/models/models_0.js +1 -1
  61. package/dist-cjs/protocols/Aws_json1_1.js +1 -1
  62. package/dist-cjs/runtimeConfig.browser.js +7 -7
  63. package/dist-cjs/runtimeConfig.js +10 -10
  64. package/dist-cjs/runtimeConfig.shared.js +4 -4
  65. package/dist-es/EventBridge.js +1 -1
  66. package/dist-es/EventBridgeClient.js +5 -5
  67. package/dist-es/commands/ActivateEventSourceCommand.js +3 -3
  68. package/dist-es/commands/CancelReplayCommand.js +3 -3
  69. package/dist-es/commands/CreateApiDestinationCommand.js +3 -3
  70. package/dist-es/commands/CreateArchiveCommand.js +3 -3
  71. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  72. package/dist-es/commands/CreateEndpointCommand.js +3 -3
  73. package/dist-es/commands/CreateEventBusCommand.js +3 -3
  74. package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -3
  75. package/dist-es/commands/DeactivateEventSourceCommand.js +3 -3
  76. package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -3
  77. package/dist-es/commands/DeleteApiDestinationCommand.js +3 -3
  78. package/dist-es/commands/DeleteArchiveCommand.js +3 -3
  79. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  80. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  81. package/dist-es/commands/DeleteEventBusCommand.js +3 -3
  82. package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -3
  83. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  84. package/dist-es/commands/DescribeApiDestinationCommand.js +3 -3
  85. package/dist-es/commands/DescribeArchiveCommand.js +3 -3
  86. package/dist-es/commands/DescribeConnectionCommand.js +3 -3
  87. package/dist-es/commands/DescribeEndpointCommand.js +3 -3
  88. package/dist-es/commands/DescribeEventBusCommand.js +3 -3
  89. package/dist-es/commands/DescribeEventSourceCommand.js +3 -3
  90. package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -3
  91. package/dist-es/commands/DescribeReplayCommand.js +3 -3
  92. package/dist-es/commands/DescribeRuleCommand.js +3 -3
  93. package/dist-es/commands/DisableRuleCommand.js +3 -3
  94. package/dist-es/commands/EnableRuleCommand.js +3 -3
  95. package/dist-es/commands/ListApiDestinationsCommand.js +3 -3
  96. package/dist-es/commands/ListArchivesCommand.js +3 -3
  97. package/dist-es/commands/ListConnectionsCommand.js +3 -3
  98. package/dist-es/commands/ListEndpointsCommand.js +3 -3
  99. package/dist-es/commands/ListEventBusesCommand.js +3 -3
  100. package/dist-es/commands/ListEventSourcesCommand.js +3 -3
  101. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
  102. package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -3
  103. package/dist-es/commands/ListReplaysCommand.js +3 -3
  104. package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -3
  105. package/dist-es/commands/ListRulesCommand.js +3 -3
  106. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  107. package/dist-es/commands/ListTargetsByRuleCommand.js +3 -3
  108. package/dist-es/commands/PutEventsCommand.js +3 -3
  109. package/dist-es/commands/PutPartnerEventsCommand.js +3 -3
  110. package/dist-es/commands/PutPermissionCommand.js +3 -3
  111. package/dist-es/commands/PutRuleCommand.js +3 -3
  112. package/dist-es/commands/PutTargetsCommand.js +3 -3
  113. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  114. package/dist-es/commands/RemoveTargetsCommand.js +3 -3
  115. package/dist-es/commands/StartReplayCommand.js +3 -3
  116. package/dist-es/commands/TagResourceCommand.js +3 -3
  117. package/dist-es/commands/TestEventPatternCommand.js +3 -3
  118. package/dist-es/commands/UntagResourceCommand.js +3 -3
  119. package/dist-es/commands/UpdateApiDestinationCommand.js +3 -3
  120. package/dist-es/commands/UpdateArchiveCommand.js +3 -3
  121. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  122. package/dist-es/commands/UpdateEndpointCommand.js +3 -3
  123. package/dist-es/models/EventBridgeServiceException.js +1 -1
  124. package/dist-es/models/models_0.js +1 -1
  125. package/dist-es/protocols/Aws_json1_1.js +1 -1
  126. package/dist-es/runtimeConfig.browser.js +7 -7
  127. package/dist-es/runtimeConfig.js +10 -10
  128. package/dist-es/runtimeConfig.shared.js +4 -4
  129. package/dist-types/EventBridge.d.ts +1 -1
  130. package/dist-types/EventBridgeClient.d.ts +8 -8
  131. package/dist-types/commands/ActivateEventSourceCommand.d.ts +3 -3
  132. package/dist-types/commands/CancelReplayCommand.d.ts +3 -3
  133. package/dist-types/commands/CreateApiDestinationCommand.d.ts +3 -3
  134. package/dist-types/commands/CreateArchiveCommand.d.ts +3 -3
  135. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -3
  136. package/dist-types/commands/CreateEndpointCommand.d.ts +3 -3
  137. package/dist-types/commands/CreateEventBusCommand.d.ts +3 -3
  138. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -3
  139. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -3
  140. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -3
  141. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -3
  142. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -3
  143. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
  144. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -3
  145. package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -3
  146. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -3
  147. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -3
  148. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -3
  149. package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -3
  150. package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -3
  151. package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -3
  152. package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -3
  153. package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -3
  154. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -3
  155. package/dist-types/commands/DescribeReplayCommand.d.ts +3 -3
  156. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -3
  157. package/dist-types/commands/DisableRuleCommand.d.ts +3 -3
  158. package/dist-types/commands/EnableRuleCommand.d.ts +3 -3
  159. package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -3
  160. package/dist-types/commands/ListArchivesCommand.d.ts +3 -3
  161. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -3
  162. package/dist-types/commands/ListEndpointsCommand.d.ts +3 -3
  163. package/dist-types/commands/ListEventBusesCommand.d.ts +3 -3
  164. package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -3
  165. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -3
  166. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -3
  167. package/dist-types/commands/ListReplaysCommand.d.ts +3 -3
  168. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -3
  169. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  170. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  171. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -3
  172. package/dist-types/commands/PutEventsCommand.d.ts +3 -3
  173. package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -3
  174. package/dist-types/commands/PutPermissionCommand.d.ts +3 -3
  175. package/dist-types/commands/PutRuleCommand.d.ts +3 -3
  176. package/dist-types/commands/PutTargetsCommand.d.ts +3 -3
  177. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -3
  178. package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -3
  179. package/dist-types/commands/StartReplayCommand.d.ts +3 -3
  180. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  181. package/dist-types/commands/TestEventPatternCommand.d.ts +3 -3
  182. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  183. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -3
  184. package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -3
  185. package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -3
  186. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
  187. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  188. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  189. package/dist-types/endpoint/ruleset.d.ts +1 -1
  190. package/dist-types/models/EventBridgeServiceException.d.ts +1 -1
  191. package/dist-types/models/models_0.d.ts +1 -1
  192. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  193. package/dist-types/runtimeConfig.d.ts +20 -20
  194. package/dist-types/runtimeConfig.native.d.ts +19 -19
  195. package/dist-types/runtimeConfig.shared.d.ts +5 -5
  196. package/dist-types/ts3.4/EventBridge.d.ts +1 -1
  197. package/dist-types/ts3.4/EventBridgeClient.d.ts +19 -21
  198. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +3 -3
  199. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +3 -3
  200. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +3 -3
  201. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +3 -3
  202. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +3 -3
  203. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +3 -3
  204. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +3 -3
  205. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +3 -3
  206. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +3 -3
  207. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +3 -3
  208. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +3 -3
  209. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +3 -3
  210. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +3 -3
  211. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +3 -3
  212. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +3 -3
  213. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +3 -3
  214. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +3 -3
  215. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +3 -3
  216. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +3 -3
  217. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +3 -3
  218. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +3 -3
  219. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +3 -3
  220. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +3 -3
  221. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +3 -3
  222. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +3 -3
  223. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -3
  224. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +3 -3
  225. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +3 -3
  226. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +3 -3
  227. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +3 -3
  228. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -3
  229. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +3 -3
  230. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +3 -3
  231. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +3 -3
  232. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -3
  233. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +3 -3
  234. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +3 -3
  235. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +3 -3
  236. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +3 -3
  237. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  238. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +3 -3
  239. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +3 -3
  240. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +3 -3
  241. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +3 -3
  242. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +3 -3
  243. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +3 -3
  244. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +3 -3
  245. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +3 -3
  246. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +3 -3
  247. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  248. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +3 -3
  249. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  250. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +3 -3
  251. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +3 -3
  252. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +3 -3
  253. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +3 -3
  254. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  255. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  256. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  257. package/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +1 -1
  258. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  259. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  260. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  261. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  262. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -7
  263. package/package.json +35 -34
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EventBridge = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const ActivateEventSourceCommand_1 = require("./commands/ActivateEventSourceCommand");
6
6
  const CancelReplayCommand_1 = require("./commands/CancelReplayCommand");
7
7
  const CreateApiDestinationCommand_1 = require("./commands/CreateApiDestinationCommand");
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EventBridgeClient = exports.__Client = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
7
4
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
5
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
6
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
7
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
8
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
14
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
16
  const runtimeConfig_1 = require("./runtimeConfig");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ActivateEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ActivateEventSourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CancelReplayCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CancelReplayCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateApiDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateApiDestinationCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateArchiveCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateArchiveCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateConnectionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateEventBusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateEventBusCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreatePartnerEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreatePartnerEventSourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeactivateEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeactivateEventSourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeauthorizeConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeauthorizeConnectionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteApiDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteApiDestinationCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteArchiveCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteArchiveCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteConnectionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteEventBusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteEventBusCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeletePartnerEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeletePartnerEventSourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteRuleCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeApiDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeApiDestinationCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeArchiveCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeArchiveCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeConnectionCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeEventBusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeEventBusCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeEventSourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribePartnerEventSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribePartnerEventSourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeReplayCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeReplayCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeRuleCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DisableRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DisableRuleCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EnableRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class EnableRuleCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListApiDestinationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListApiDestinationsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListArchivesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListArchivesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListConnectionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListConnectionsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListEndpointsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListEndpointsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListEventBusesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListEventBusesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListEventSourcesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListEventSourcesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListPartnerEventSourceAccountsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListPartnerEventSourceAccountsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListPartnerEventSourcesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListPartnerEventSourcesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListReplaysCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListReplaysCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListRuleNamesByTargetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListRuleNamesByTargetCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListRulesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
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
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListRulesCommand extends smithy_client_1.Command {