@aws-sdk/client-eventbridge 3.478.0 → 3.481.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 (229) hide show
  1. package/dist-cjs/commands/ActivateEventSourceCommand.js +18 -41
  2. package/dist-cjs/commands/CancelReplayCommand.js +18 -41
  3. package/dist-cjs/commands/CreateApiDestinationCommand.js +18 -41
  4. package/dist-cjs/commands/CreateArchiveCommand.js +18 -41
  5. package/dist-cjs/commands/CreateConnectionCommand.js +18 -41
  6. package/dist-cjs/commands/CreateEndpointCommand.js +18 -41
  7. package/dist-cjs/commands/CreateEventBusCommand.js +18 -41
  8. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +18 -41
  9. package/dist-cjs/commands/DeactivateEventSourceCommand.js +18 -41
  10. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteApiDestinationCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteArchiveCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteConnectionCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteEndpointCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteEventBusCommand.js +18 -41
  16. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeApiDestinationCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeArchiveCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeConnectionCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeEndpointCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeEventBusCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeEventSourceCommand.js +18 -41
  24. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeReplayCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeRuleCommand.js +18 -41
  27. package/dist-cjs/commands/DisableRuleCommand.js +18 -41
  28. package/dist-cjs/commands/EnableRuleCommand.js +18 -41
  29. package/dist-cjs/commands/ListApiDestinationsCommand.js +18 -41
  30. package/dist-cjs/commands/ListArchivesCommand.js +18 -41
  31. package/dist-cjs/commands/ListConnectionsCommand.js +18 -41
  32. package/dist-cjs/commands/ListEndpointsCommand.js +18 -41
  33. package/dist-cjs/commands/ListEventBusesCommand.js +18 -41
  34. package/dist-cjs/commands/ListEventSourcesCommand.js +18 -41
  35. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +18 -41
  36. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +18 -41
  37. package/dist-cjs/commands/ListReplaysCommand.js +18 -41
  38. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +18 -41
  39. package/dist-cjs/commands/ListRulesCommand.js +18 -41
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  41. package/dist-cjs/commands/ListTargetsByRuleCommand.js +18 -41
  42. package/dist-cjs/commands/PutEventsCommand.js +19 -42
  43. package/dist-cjs/commands/PutPartnerEventsCommand.js +18 -41
  44. package/dist-cjs/commands/PutPermissionCommand.js +18 -41
  45. package/dist-cjs/commands/PutRuleCommand.js +18 -41
  46. package/dist-cjs/commands/PutTargetsCommand.js +18 -41
  47. package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
  48. package/dist-cjs/commands/RemoveTargetsCommand.js +18 -41
  49. package/dist-cjs/commands/StartReplayCommand.js +18 -41
  50. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  51. package/dist-cjs/commands/TestEventPatternCommand.js +18 -41
  52. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateApiDestinationCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateArchiveCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateConnectionCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateEndpointCommand.js +18 -41
  57. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  58. package/dist-es/commands/ActivateEventSourceCommand.js +18 -41
  59. package/dist-es/commands/CancelReplayCommand.js +18 -41
  60. package/dist-es/commands/CreateApiDestinationCommand.js +18 -41
  61. package/dist-es/commands/CreateArchiveCommand.js +18 -41
  62. package/dist-es/commands/CreateConnectionCommand.js +18 -41
  63. package/dist-es/commands/CreateEndpointCommand.js +18 -41
  64. package/dist-es/commands/CreateEventBusCommand.js +18 -41
  65. package/dist-es/commands/CreatePartnerEventSourceCommand.js +18 -41
  66. package/dist-es/commands/DeactivateEventSourceCommand.js +18 -41
  67. package/dist-es/commands/DeauthorizeConnectionCommand.js +18 -41
  68. package/dist-es/commands/DeleteApiDestinationCommand.js +18 -41
  69. package/dist-es/commands/DeleteArchiveCommand.js +18 -41
  70. package/dist-es/commands/DeleteConnectionCommand.js +18 -41
  71. package/dist-es/commands/DeleteEndpointCommand.js +18 -41
  72. package/dist-es/commands/DeleteEventBusCommand.js +18 -41
  73. package/dist-es/commands/DeletePartnerEventSourceCommand.js +18 -41
  74. package/dist-es/commands/DeleteRuleCommand.js +18 -41
  75. package/dist-es/commands/DescribeApiDestinationCommand.js +18 -41
  76. package/dist-es/commands/DescribeArchiveCommand.js +18 -41
  77. package/dist-es/commands/DescribeConnectionCommand.js +18 -41
  78. package/dist-es/commands/DescribeEndpointCommand.js +18 -41
  79. package/dist-es/commands/DescribeEventBusCommand.js +18 -41
  80. package/dist-es/commands/DescribeEventSourceCommand.js +18 -41
  81. package/dist-es/commands/DescribePartnerEventSourceCommand.js +18 -41
  82. package/dist-es/commands/DescribeReplayCommand.js +18 -41
  83. package/dist-es/commands/DescribeRuleCommand.js +18 -41
  84. package/dist-es/commands/DisableRuleCommand.js +18 -41
  85. package/dist-es/commands/EnableRuleCommand.js +18 -41
  86. package/dist-es/commands/ListApiDestinationsCommand.js +18 -41
  87. package/dist-es/commands/ListArchivesCommand.js +18 -41
  88. package/dist-es/commands/ListConnectionsCommand.js +18 -41
  89. package/dist-es/commands/ListEndpointsCommand.js +18 -41
  90. package/dist-es/commands/ListEventBusesCommand.js +18 -41
  91. package/dist-es/commands/ListEventSourcesCommand.js +18 -41
  92. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +18 -41
  93. package/dist-es/commands/ListPartnerEventSourcesCommand.js +18 -41
  94. package/dist-es/commands/ListReplaysCommand.js +18 -41
  95. package/dist-es/commands/ListRuleNamesByTargetCommand.js +18 -41
  96. package/dist-es/commands/ListRulesCommand.js +18 -41
  97. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  98. package/dist-es/commands/ListTargetsByRuleCommand.js +18 -41
  99. package/dist-es/commands/PutEventsCommand.js +19 -42
  100. package/dist-es/commands/PutPartnerEventsCommand.js +18 -41
  101. package/dist-es/commands/PutPermissionCommand.js +18 -41
  102. package/dist-es/commands/PutRuleCommand.js +18 -41
  103. package/dist-es/commands/PutTargetsCommand.js +18 -41
  104. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  105. package/dist-es/commands/RemoveTargetsCommand.js +18 -41
  106. package/dist-es/commands/StartReplayCommand.js +18 -41
  107. package/dist-es/commands/TagResourceCommand.js +18 -41
  108. package/dist-es/commands/TestEventPatternCommand.js +18 -41
  109. package/dist-es/commands/UntagResourceCommand.js +18 -41
  110. package/dist-es/commands/UpdateApiDestinationCommand.js +18 -41
  111. package/dist-es/commands/UpdateArchiveCommand.js +18 -41
  112. package/dist-es/commands/UpdateConnectionCommand.js +18 -41
  113. package/dist-es/commands/UpdateEndpointCommand.js +18 -41
  114. package/dist-es/endpoint/EndpointParameters.js +6 -0
  115. package/dist-types/commands/ActivateEventSourceCommand.d.ts +6 -21
  116. package/dist-types/commands/CancelReplayCommand.d.ts +6 -21
  117. package/dist-types/commands/CreateApiDestinationCommand.d.ts +6 -21
  118. package/dist-types/commands/CreateArchiveCommand.d.ts +6 -21
  119. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -21
  120. package/dist-types/commands/CreateEndpointCommand.d.ts +6 -21
  121. package/dist-types/commands/CreateEventBusCommand.d.ts +6 -21
  122. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +6 -21
  123. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +6 -21
  124. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +6 -21
  125. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -21
  127. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
  128. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -21
  129. package/dist-types/commands/DeleteEventBusCommand.d.ts +6 -21
  130. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +6 -21
  131. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
  132. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +6 -21
  133. package/dist-types/commands/DescribeArchiveCommand.d.ts +6 -21
  134. package/dist-types/commands/DescribeConnectionCommand.d.ts +6 -21
  135. package/dist-types/commands/DescribeEndpointCommand.d.ts +6 -21
  136. package/dist-types/commands/DescribeEventBusCommand.d.ts +6 -21
  137. package/dist-types/commands/DescribeEventSourceCommand.d.ts +6 -21
  138. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +6 -21
  139. package/dist-types/commands/DescribeReplayCommand.d.ts +6 -21
  140. package/dist-types/commands/DescribeRuleCommand.d.ts +6 -21
  141. package/dist-types/commands/DisableRuleCommand.d.ts +6 -21
  142. package/dist-types/commands/EnableRuleCommand.d.ts +6 -21
  143. package/dist-types/commands/ListApiDestinationsCommand.d.ts +6 -21
  144. package/dist-types/commands/ListArchivesCommand.d.ts +6 -21
  145. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListEndpointsCommand.d.ts +6 -21
  147. package/dist-types/commands/ListEventBusesCommand.d.ts +6 -21
  148. package/dist-types/commands/ListEventSourcesCommand.d.ts +6 -21
  149. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +6 -21
  150. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +6 -21
  151. package/dist-types/commands/ListReplaysCommand.d.ts +6 -21
  152. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +6 -21
  153. package/dist-types/commands/ListRulesCommand.d.ts +6 -21
  154. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  155. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +6 -21
  156. package/dist-types/commands/PutEventsCommand.d.ts +6 -21
  157. package/dist-types/commands/PutPartnerEventsCommand.d.ts +6 -21
  158. package/dist-types/commands/PutPermissionCommand.d.ts +6 -21
  159. package/dist-types/commands/PutRuleCommand.d.ts +6 -21
  160. package/dist-types/commands/PutTargetsCommand.d.ts +6 -21
  161. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  162. package/dist-types/commands/RemoveTargetsCommand.d.ts +6 -21
  163. package/dist-types/commands/StartReplayCommand.d.ts +6 -21
  164. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  165. package/dist-types/commands/TestEventPatternCommand.d.ts +6 -21
  166. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  167. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +6 -21
  168. package/dist-types/commands/UpdateArchiveCommand.d.ts +6 -21
  169. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -21
  170. package/dist-types/commands/UpdateEndpointCommand.d.ts +6 -21
  171. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  172. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -23
  217. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  229. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
4
  import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TestEventPatternCommandInput extends TestEventPatternRequest {
21
20
  */
22
21
  export interface TestEventPatternCommandOutput extends TestEventPatternResponse, __MetadataBearer {
23
22
  }
23
+ declare const TestEventPatternCommand_base: {
24
+ new (input: TestEventPatternCommandInput): import("@smithy/smithy-client").CommandImpl<TestEventPatternCommandInput, TestEventPatternCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tests whether the specified event pattern matches the provided event.</p>
@@ -62,23 +65,5 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse,
62
65
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
63
66
  *
64
67
  */
65
- export declare class TestEventPatternCommand extends $Command<TestEventPatternCommandInput, TestEventPatternCommandOutput, EventBridgeClientResolvedConfig> {
66
- readonly input: TestEventPatternCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: TestEventPatternCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestEventPatternCommandInput, TestEventPatternCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class TestEventPatternCommand extends TestEventPatternCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge
@@ -70,23 +73,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
70
73
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
71
74
  *
72
75
  */
73
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EventBridgeClientResolvedConfig> {
74
- readonly input: UntagResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UntagResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
4
  import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApiDestinationCommandInput extends UpdateApiDestinationRe
21
20
  */
22
21
  export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApiDestinationCommand_base: {
24
+ new (input: UpdateApiDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an API destination.</p>
@@ -72,23 +75,5 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR
72
75
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateApiDestinationCommand extends $Command<UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput, EventBridgeClientResolvedConfig> {
76
- readonly input: UpdateApiDestinationCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateApiDestinationCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateApiDestinationCommand extends UpdateApiDestinationCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
4
  import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateArchiveCommandInput extends UpdateArchiveRequest {
21
20
  */
22
21
  export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateArchiveCommand_base: {
24
+ new (input: UpdateArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateArchiveCommandInput, UpdateArchiveCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified archive.</p>
@@ -73,23 +76,5 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met
73
76
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
74
77
  *
75
78
  */
76
- export declare class UpdateArchiveCommand extends $Command<UpdateArchiveCommandInput, UpdateArchiveCommandOutput, EventBridgeClientResolvedConfig> {
77
- readonly input: UpdateArchiveCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: UpdateArchiveCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateArchiveCommandInput, UpdateArchiveCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
4
  import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {
21
20
  */
22
21
  export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateConnectionCommand_base: {
24
+ new (input: UpdateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates settings for a connection.</p>
@@ -134,23 +137,5 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
134
137
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
135
138
  *
136
139
  */
137
- export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, EventBridgeClientResolvedConfig> {
138
- readonly input: UpdateConnectionCommandInput;
139
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
140
- /**
141
- * @public
142
- */
143
- constructor(input: UpdateConnectionCommandInput);
144
- /**
145
- * @internal
146
- */
147
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectionCommandInput, UpdateConnectionCommandOutput>;
148
- /**
149
- * @internal
150
- */
151
- private serialize;
152
- /**
153
- * @internal
154
- */
155
- private deserialize;
140
+ export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
156
141
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
4
  import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEndpointCommandInput extends UpdateEndpointRequest {
21
20
  */
22
21
  export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEndpointCommand_base: {
24
+ new (input: UpdateEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update an existing endpoint. For more information about global endpoints, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event replication</a> in the <i>Amazon EventBridge User Guide</i>.</p>
@@ -103,23 +106,5 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __M
103
106
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
104
107
  *
105
108
  */
106
- export declare class UpdateEndpointCommand extends $Command<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, EventBridgeClientResolvedConfig> {
107
- readonly input: UpdateEndpointCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: UpdateEndpointCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEndpointCommandInput, UpdateEndpointCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
125
110
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EventBridgeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface ActivateEventSourceCommandInput
17
11
  extends ActivateEventSourceRequest {}
18
12
  export interface ActivateEventSourceCommandOutput extends __MetadataBearer {}
19
- export declare class ActivateEventSourceCommand extends $Command<
20
- ActivateEventSourceCommandInput,
21
- ActivateEventSourceCommandOutput,
22
- EventBridgeClientResolvedConfig
23
- > {
24
- readonly input: ActivateEventSourceCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: ActivateEventSourceCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: EventBridgeClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const ActivateEventSourceCommand_base: {
14
+ new (
15
+ input: ActivateEventSourceCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ ActivateEventSourceCommandInput,
18
+ ActivateEventSourceCommandOutput,
19
+ EventBridgeClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EventBridgeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelReplayCommandInput extends CancelReplayRequest {}
17
11
  export interface CancelReplayCommandOutput
18
12
  extends CancelReplayResponse,
19
13
  __MetadataBearer {}
20
- export declare class CancelReplayCommand extends $Command<
21
- CancelReplayCommandInput,
22
- CancelReplayCommandOutput,
23
- EventBridgeClientResolvedConfig
24
- > {
25
- readonly input: CancelReplayCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelReplayCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EventBridgeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelReplayCommandInput, CancelReplayCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelReplayCommand_base: {
15
+ new (
16
+ input: CancelReplayCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelReplayCommandInput,
19
+ CancelReplayCommandOutput,
20
+ EventBridgeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelReplayCommand extends CancelReplayCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EventBridgeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateApiDestinationCommandInput
21
15
  export interface CreateApiDestinationCommandOutput
22
16
  extends CreateApiDestinationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApiDestinationCommand extends $Command<
25
- CreateApiDestinationCommandInput,
26
- CreateApiDestinationCommandOutput,
27
- EventBridgeClientResolvedConfig
28
- > {
29
- readonly input: CreateApiDestinationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApiDestinationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EventBridgeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateApiDestinationCommand_base: {
19
+ new (
20
+ input: CreateApiDestinationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateApiDestinationCommandInput,
38
- CreateApiDestinationCommandOutput
23
+ CreateApiDestinationCommandOutput,
24
+ EventBridgeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EventBridgeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateArchiveCommandInput extends CreateArchiveRequest {}
20
14
  export interface CreateArchiveCommandOutput
21
15
  extends CreateArchiveResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateArchiveCommand extends $Command<
24
- CreateArchiveCommandInput,
25
- CreateArchiveCommandOutput,
26
- EventBridgeClientResolvedConfig
27
- > {
28
- readonly input: CreateArchiveCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateArchiveCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EventBridgeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateArchiveCommandInput, CreateArchiveCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateArchiveCommand_base: {
18
+ new (
19
+ input: CreateArchiveCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateArchiveCommandInput,
22
+ CreateArchiveCommandOutput,
23
+ EventBridgeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateArchiveCommand extends CreateArchiveCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EventBridgeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
20
14
  export interface CreateConnectionCommandOutput
21
15
  extends CreateConnectionResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateConnectionCommand extends $Command<
24
- CreateConnectionCommandInput,
25
- CreateConnectionCommandOutput,
26
- EventBridgeClientResolvedConfig
27
- > {
28
- readonly input: CreateConnectionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateConnectionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EventBridgeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateConnectionCommand_base: {
18
+ new (
19
+ input: CreateConnectionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateConnectionCommandInput,
22
+ CreateConnectionCommandOutput,
23
+ EventBridgeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateConnectionCommand extends CreateConnectionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EventBridgeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateEndpointCommandInput extends CreateEndpointRequest {}
20
14
  export interface CreateEndpointCommandOutput
21
15
  extends CreateEndpointResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateEndpointCommand extends $Command<
24
- CreateEndpointCommandInput,
25
- CreateEndpointCommandOutput,
26
- EventBridgeClientResolvedConfig
27
- > {
28
- readonly input: CreateEndpointCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateEndpointCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EventBridgeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateEndpointCommand_base: {
18
+ new (
19
+ input: CreateEndpointCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateEndpointCommandInput,
22
+ CreateEndpointCommandOutput,
23
+ EventBridgeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateEndpointCommand extends CreateEndpointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EventBridgeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateEventBusCommandInput extends CreateEventBusRequest {}
20
14
  export interface CreateEventBusCommandOutput
21
15
  extends CreateEventBusResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateEventBusCommand extends $Command<
24
- CreateEventBusCommandInput,
25
- CreateEventBusCommandOutput,
26
- EventBridgeClientResolvedConfig
27
- > {
28
- readonly input: CreateEventBusCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateEventBusCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EventBridgeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateEventBusCommandInput, CreateEventBusCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateEventBusCommand_base: {
18
+ new (
19
+ input: CreateEventBusCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateEventBusCommandInput,
22
+ CreateEventBusCommandOutput,
23
+ EventBridgeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateEventBusCommand extends CreateEventBusCommand_base {}