@aws-sdk/client-kafka 3.477.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 (261) hide show
  1. package/dist-cjs/commands/BatchAssociateScramSecretCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +18 -41
  3. package/dist-cjs/commands/CreateClusterCommand.js +18 -41
  4. package/dist-cjs/commands/CreateClusterV2Command.js +18 -41
  5. package/dist-cjs/commands/CreateConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/CreateReplicatorCommand.js +18 -41
  7. package/dist-cjs/commands/CreateVpcConnectionCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteClusterPolicyCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteReplicatorCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteVpcConnectionCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeClusterOperationCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeClusterOperationV2Command.js +18 -41
  16. package/dist-cjs/commands/DescribeClusterV2Command.js +18 -41
  17. package/dist-cjs/commands/DescribeConfigurationCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeReplicatorCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeVpcConnectionCommand.js +18 -41
  21. package/dist-cjs/commands/GetBootstrapBrokersCommand.js +18 -41
  22. package/dist-cjs/commands/GetClusterPolicyCommand.js +18 -41
  23. package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +18 -41
  24. package/dist-cjs/commands/ListClientVpcConnectionsCommand.js +18 -41
  25. package/dist-cjs/commands/ListClusterOperationsCommand.js +18 -41
  26. package/dist-cjs/commands/ListClusterOperationsV2Command.js +18 -41
  27. package/dist-cjs/commands/ListClustersCommand.js +18 -41
  28. package/dist-cjs/commands/ListClustersV2Command.js +18 -41
  29. package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +18 -41
  30. package/dist-cjs/commands/ListConfigurationsCommand.js +18 -41
  31. package/dist-cjs/commands/ListKafkaVersionsCommand.js +18 -41
  32. package/dist-cjs/commands/ListNodesCommand.js +18 -41
  33. package/dist-cjs/commands/ListReplicatorsCommand.js +18 -41
  34. package/dist-cjs/commands/ListScramSecretsCommand.js +18 -41
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  36. package/dist-cjs/commands/ListVpcConnectionsCommand.js +18 -41
  37. package/dist-cjs/commands/PutClusterPolicyCommand.js +18 -41
  38. package/dist-cjs/commands/RebootBrokerCommand.js +18 -41
  39. package/dist-cjs/commands/RejectClientVpcConnectionCommand.js +18 -41
  40. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  41. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateBrokerCountCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateBrokerStorageCommand.js +18 -41
  44. package/dist-cjs/commands/UpdateBrokerTypeCommand.js +18 -41
  45. package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +18 -41
  46. package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateConfigurationCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateConnectivityCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateMonitoringCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateReplicationInfoCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateSecurityCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateStorageCommand.js +18 -41
  53. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  54. package/dist-cjs/pagination/ListClientVpcConnectionsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListClusterOperationsPaginator.js +2 -24
  56. package/dist-cjs/pagination/ListClusterOperationsV2Paginator.js +2 -24
  57. package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
  58. package/dist-cjs/pagination/ListClustersV2Paginator.js +2 -24
  59. package/dist-cjs/pagination/ListConfigurationRevisionsPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListConfigurationsPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListKafkaVersionsPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListNodesPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListReplicatorsPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListScramSecretsPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListVpcConnectionsPaginator.js +2 -24
  66. package/dist-es/commands/BatchAssociateScramSecretCommand.js +18 -41
  67. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +18 -41
  68. package/dist-es/commands/CreateClusterCommand.js +18 -41
  69. package/dist-es/commands/CreateClusterV2Command.js +18 -41
  70. package/dist-es/commands/CreateConfigurationCommand.js +18 -41
  71. package/dist-es/commands/CreateReplicatorCommand.js +18 -41
  72. package/dist-es/commands/CreateVpcConnectionCommand.js +18 -41
  73. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  74. package/dist-es/commands/DeleteClusterPolicyCommand.js +18 -41
  75. package/dist-es/commands/DeleteConfigurationCommand.js +18 -41
  76. package/dist-es/commands/DeleteReplicatorCommand.js +18 -41
  77. package/dist-es/commands/DeleteVpcConnectionCommand.js +18 -41
  78. package/dist-es/commands/DescribeClusterCommand.js +18 -41
  79. package/dist-es/commands/DescribeClusterOperationCommand.js +18 -41
  80. package/dist-es/commands/DescribeClusterOperationV2Command.js +18 -41
  81. package/dist-es/commands/DescribeClusterV2Command.js +18 -41
  82. package/dist-es/commands/DescribeConfigurationCommand.js +18 -41
  83. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +18 -41
  84. package/dist-es/commands/DescribeReplicatorCommand.js +18 -41
  85. package/dist-es/commands/DescribeVpcConnectionCommand.js +18 -41
  86. package/dist-es/commands/GetBootstrapBrokersCommand.js +18 -41
  87. package/dist-es/commands/GetClusterPolicyCommand.js +18 -41
  88. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +18 -41
  89. package/dist-es/commands/ListClientVpcConnectionsCommand.js +18 -41
  90. package/dist-es/commands/ListClusterOperationsCommand.js +18 -41
  91. package/dist-es/commands/ListClusterOperationsV2Command.js +18 -41
  92. package/dist-es/commands/ListClustersCommand.js +18 -41
  93. package/dist-es/commands/ListClustersV2Command.js +18 -41
  94. package/dist-es/commands/ListConfigurationRevisionsCommand.js +18 -41
  95. package/dist-es/commands/ListConfigurationsCommand.js +18 -41
  96. package/dist-es/commands/ListKafkaVersionsCommand.js +18 -41
  97. package/dist-es/commands/ListNodesCommand.js +18 -41
  98. package/dist-es/commands/ListReplicatorsCommand.js +18 -41
  99. package/dist-es/commands/ListScramSecretsCommand.js +18 -41
  100. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  101. package/dist-es/commands/ListVpcConnectionsCommand.js +18 -41
  102. package/dist-es/commands/PutClusterPolicyCommand.js +18 -41
  103. package/dist-es/commands/RebootBrokerCommand.js +18 -41
  104. package/dist-es/commands/RejectClientVpcConnectionCommand.js +18 -41
  105. package/dist-es/commands/TagResourceCommand.js +18 -41
  106. package/dist-es/commands/UntagResourceCommand.js +18 -41
  107. package/dist-es/commands/UpdateBrokerCountCommand.js +18 -41
  108. package/dist-es/commands/UpdateBrokerStorageCommand.js +18 -41
  109. package/dist-es/commands/UpdateBrokerTypeCommand.js +18 -41
  110. package/dist-es/commands/UpdateClusterConfigurationCommand.js +18 -41
  111. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +18 -41
  112. package/dist-es/commands/UpdateConfigurationCommand.js +18 -41
  113. package/dist-es/commands/UpdateConnectivityCommand.js +18 -41
  114. package/dist-es/commands/UpdateMonitoringCommand.js +18 -41
  115. package/dist-es/commands/UpdateReplicationInfoCommand.js +18 -41
  116. package/dist-es/commands/UpdateSecurityCommand.js +18 -41
  117. package/dist-es/commands/UpdateStorageCommand.js +18 -41
  118. package/dist-es/endpoint/EndpointParameters.js +6 -0
  119. package/dist-es/pagination/ListClientVpcConnectionsPaginator.js +2 -23
  120. package/dist-es/pagination/ListClusterOperationsPaginator.js +2 -23
  121. package/dist-es/pagination/ListClusterOperationsV2Paginator.js +2 -23
  122. package/dist-es/pagination/ListClustersPaginator.js +2 -23
  123. package/dist-es/pagination/ListClustersV2Paginator.js +2 -23
  124. package/dist-es/pagination/ListConfigurationRevisionsPaginator.js +2 -23
  125. package/dist-es/pagination/ListConfigurationsPaginator.js +2 -23
  126. package/dist-es/pagination/ListKafkaVersionsPaginator.js +2 -23
  127. package/dist-es/pagination/ListNodesPaginator.js +2 -23
  128. package/dist-es/pagination/ListReplicatorsPaginator.js +2 -23
  129. package/dist-es/pagination/ListScramSecretsPaginator.js +2 -23
  130. package/dist-es/pagination/ListVpcConnectionsPaginator.js +2 -23
  131. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +6 -21
  132. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateClusterV2Command.d.ts +6 -21
  135. package/dist-types/commands/CreateConfigurationCommand.d.ts +6 -21
  136. package/dist-types/commands/CreateReplicatorCommand.d.ts +6 -21
  137. package/dist-types/commands/CreateVpcConnectionCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteConfigurationCommand.d.ts +6 -21
  141. package/dist-types/commands/DeleteReplicatorCommand.d.ts +6 -21
  142. package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +6 -21
  145. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +6 -21
  146. package/dist-types/commands/DescribeClusterV2Command.d.ts +6 -21
  147. package/dist-types/commands/DescribeConfigurationCommand.d.ts +6 -21
  148. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +6 -21
  149. package/dist-types/commands/DescribeReplicatorCommand.d.ts +6 -21
  150. package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +6 -21
  151. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +6 -21
  152. package/dist-types/commands/GetClusterPolicyCommand.d.ts +6 -21
  153. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +6 -21
  154. package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +6 -21
  155. package/dist-types/commands/ListClusterOperationsCommand.d.ts +6 -21
  156. package/dist-types/commands/ListClusterOperationsV2Command.d.ts +6 -21
  157. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  158. package/dist-types/commands/ListClustersV2Command.d.ts +6 -21
  159. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +6 -21
  160. package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
  161. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +6 -21
  162. package/dist-types/commands/ListNodesCommand.d.ts +6 -21
  163. package/dist-types/commands/ListReplicatorsCommand.d.ts +6 -21
  164. package/dist-types/commands/ListScramSecretsCommand.d.ts +6 -21
  165. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  166. package/dist-types/commands/ListVpcConnectionsCommand.d.ts +6 -21
  167. package/dist-types/commands/PutClusterPolicyCommand.d.ts +6 -21
  168. package/dist-types/commands/RebootBrokerCommand.d.ts +6 -21
  169. package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +6 -21
  170. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  171. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  172. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +6 -21
  173. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +6 -21
  176. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +6 -21
  177. package/dist-types/commands/UpdateConfigurationCommand.d.ts +6 -21
  178. package/dist-types/commands/UpdateConnectivityCommand.d.ts +6 -21
  179. package/dist-types/commands/UpdateMonitoringCommand.d.ts +6 -21
  180. package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +6 -21
  181. package/dist-types/commands/UpdateSecurityCommand.d.ts +6 -21
  182. package/dist-types/commands/UpdateStorageCommand.d.ts +6 -21
  183. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  184. package/dist-types/pagination/ListClientVpcConnectionsPaginator.d.ts +1 -1
  185. package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +1 -1
  186. package/dist-types/pagination/ListClusterOperationsV2Paginator.d.ts +1 -1
  187. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  188. package/dist-types/pagination/ListClustersV2Paginator.d.ts +1 -1
  189. package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
  190. package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
  191. package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
  192. package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  193. package/dist-types/pagination/ListReplicatorsPaginator.d.ts +1 -1
  194. package/dist-types/pagination/ListScramSecretsPaginator.d.ts +1 -1
  195. package/dist-types/pagination/ListVpcConnectionsPaginator.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  249. package/dist-types/ts3.4/pagination/ListClientVpcConnectionsPaginator.d.ts +3 -3
  250. package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +3 -3
  251. package/dist-types/ts3.4/pagination/ListClusterOperationsV2Paginator.d.ts +3 -3
  252. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
  253. package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +3 -3
  254. package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +3 -3
  255. package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +3 -3
  256. package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +3 -3
  257. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +3 -3
  258. package/dist-types/ts3.4/pagination/ListReplicatorsPaginator.d.ts +3 -3
  259. package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +3 -3
  260. package/dist-types/ts3.4/pagination/ListVpcConnectionsPaginator.d.ts +3 -3
  261. package/package.json +11 -11
@@ -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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
4
  import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafk
21
20
  */
22
21
  export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateClusterKafkaVersionCommand_base: {
24
+ new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the Apache Kafka version for the cluster.</p>
@@ -79,23 +82,5 @@ export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKaf
79
82
  * <p>Base exception class for all service exceptions from Kafka service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateClusterKafkaVersionCommand extends $Command<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig> {
83
- readonly input: UpdateClusterKafkaVersionCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateClusterKafkaVersionCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateClusterKafkaVersionCommand extends UpdateClusterKafkaVersionCommand_base {
101
86
  }
@@ -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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
4
  import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequ
21
20
  */
22
21
  export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateConfigurationCommand_base: {
24
+ new (input: UpdateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an MSK configuration.</p>
@@ -76,23 +79,5 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
76
79
  * <p>Base exception class for all service exceptions from Kafka service.</p>
77
80
  *
78
81
  */
79
- export declare class UpdateConfigurationCommand extends $Command<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig> {
80
- readonly input: UpdateConfigurationCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: UpdateConfigurationCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {
98
83
  }
@@ -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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
4
  import { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateConnectivityCommandInput extends UpdateConnectivityReques
21
20
  */
22
21
  export interface UpdateConnectivityCommandOutput extends UpdateConnectivityResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateConnectivityCommand_base: {
24
+ new (input: UpdateConnectivityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the cluster's connectivity configuration.</p>
@@ -91,23 +94,5 @@ export interface UpdateConnectivityCommandOutput extends UpdateConnectivityRespo
91
94
  * <p>Base exception class for all service exceptions from Kafka service.</p>
92
95
  *
93
96
  */
94
- export declare class UpdateConnectivityCommand extends $Command<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig> {
95
- readonly input: UpdateConnectivityCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: UpdateConnectivityCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class UpdateConnectivityCommand extends UpdateConnectivityCommand_base {
113
98
  }
@@ -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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
4
  import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
21
20
  */
22
21
  export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateMonitoringCommand_base: {
24
+ new (input: UpdateMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.</p>
@@ -96,23 +99,5 @@ export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse,
96
99
  * <p>Base exception class for all service exceptions from Kafka service.</p>
97
100
  *
98
101
  */
99
- export declare class UpdateMonitoringCommand extends $Command<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig> {
100
- readonly input: UpdateMonitoringCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: UpdateMonitoringCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class UpdateMonitoringCommand extends UpdateMonitoringCommand_base {
118
103
  }
@@ -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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
4
  import { UpdateReplicationInfoRequest, UpdateReplicationInfoResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateReplicationInfoCommandInput extends UpdateReplicationInfo
21
20
  */
22
21
  export interface UpdateReplicationInfoCommandOutput extends UpdateReplicationInfoResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateReplicationInfoCommand_base: {
24
+ new (input: UpdateReplicationInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates replication info of a replicator.</p>
@@ -97,23 +100,5 @@ export interface UpdateReplicationInfoCommandOutput extends UpdateReplicationInf
97
100
  * <p>Base exception class for all service exceptions from Kafka service.</p>
98
101
  *
99
102
  */
100
- export declare class UpdateReplicationInfoCommand extends $Command<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig> {
101
- readonly input: UpdateReplicationInfoCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: UpdateReplicationInfoCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class UpdateReplicationInfoCommand extends UpdateReplicationInfoCommand_base {
119
104
  }
@@ -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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
4
  import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
21
20
  */
22
21
  export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSecurityCommand_base: {
24
+ new (input: UpdateSecurityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.</p>
@@ -102,23 +105,5 @@ export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __M
102
105
  * <p>Base exception class for all service exceptions from Kafka service.</p>
103
106
  *
104
107
  */
105
- export declare class UpdateSecurityCommand extends $Command<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig> {
106
- readonly input: UpdateSecurityCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: UpdateSecurityCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSecurityCommandInput, UpdateSecurityCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class UpdateSecurityCommand extends UpdateSecurityCommand_base {
124
109
  }
@@ -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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
5
4
  import { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateStorageCommandInput extends UpdateStorageRequest {
21
20
  */
22
21
  export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateStorageCommand_base: {
24
+ new (input: UpdateStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
@@ -80,23 +83,5 @@ export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __Met
80
83
  * <p>Base exception class for all service exceptions from Kafka service.</p>
81
84
  *
82
85
  */
83
- export declare class UpdateStorageCommand extends $Command<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig> {
84
- readonly input: UpdateStorageCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: UpdateStorageCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStorageCommandInput, UpdateStorageCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class UpdateStorageCommand extends UpdateStorageCommand_base {
102
87
  }
@@ -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;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClientVpcConnections(config: KafkaPaginationConfiguration, input: ListClientVpcConnectionsCommandInput, ...additionalArguments: any): Paginator<ListClientVpcConnectionsCommandOutput>;
7
+ export declare const paginateListClientVpcConnections: (config: KafkaPaginationConfiguration, input: ListClientVpcConnectionsCommandInput, ...rest: any[]) => Paginator<ListClientVpcConnectionsCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClusterOperations(config: KafkaPaginationConfiguration, input: ListClusterOperationsCommandInput, ...additionalArguments: any): Paginator<ListClusterOperationsCommandOutput>;
7
+ export declare const paginateListClusterOperations: (config: KafkaPaginationConfiguration, input: ListClusterOperationsCommandInput, ...rest: any[]) => Paginator<ListClusterOperationsCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClusterOperationsV2(config: KafkaPaginationConfiguration, input: ListClusterOperationsV2CommandInput, ...additionalArguments: any): Paginator<ListClusterOperationsV2CommandOutput>;
7
+ export declare const paginateListClusterOperationsV2: (config: KafkaPaginationConfiguration, input: ListClusterOperationsV2CommandInput, ...rest: any[]) => Paginator<ListClusterOperationsV2CommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClusters(config: KafkaPaginationConfiguration, input: ListClustersCommandInput, ...additionalArguments: any): Paginator<ListClustersCommandOutput>;
7
+ export declare const paginateListClusters: (config: KafkaPaginationConfiguration, input: ListClustersCommandInput, ...rest: any[]) => Paginator<ListClustersCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClustersV2(config: KafkaPaginationConfiguration, input: ListClustersV2CommandInput, ...additionalArguments: any): Paginator<ListClustersV2CommandOutput>;
7
+ export declare const paginateListClustersV2: (config: KafkaPaginationConfiguration, input: ListClustersV2CommandInput, ...rest: any[]) => Paginator<ListClustersV2CommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListConfigurationRevisions(config: KafkaPaginationConfiguration, input: ListConfigurationRevisionsCommandInput, ...additionalArguments: any): Paginator<ListConfigurationRevisionsCommandOutput>;
7
+ export declare const paginateListConfigurationRevisions: (config: KafkaPaginationConfiguration, input: ListConfigurationRevisionsCommandInput, ...rest: any[]) => Paginator<ListConfigurationRevisionsCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListConfigurations(config: KafkaPaginationConfiguration, input: ListConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListConfigurationsCommandOutput>;
7
+ export declare const paginateListConfigurations: (config: KafkaPaginationConfiguration, input: ListConfigurationsCommandInput, ...rest: any[]) => Paginator<ListConfigurationsCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListKafkaVersions(config: KafkaPaginationConfiguration, input: ListKafkaVersionsCommandInput, ...additionalArguments: any): Paginator<ListKafkaVersionsCommandOutput>;
7
+ export declare const paginateListKafkaVersions: (config: KafkaPaginationConfiguration, input: ListKafkaVersionsCommandInput, ...rest: any[]) => Paginator<ListKafkaVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListNodes(config: KafkaPaginationConfiguration, input: ListNodesCommandInput, ...additionalArguments: any): Paginator<ListNodesCommandOutput>;
7
+ export declare const paginateListNodes: (config: KafkaPaginationConfiguration, input: ListNodesCommandInput, ...rest: any[]) => Paginator<ListNodesCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReplicators(config: KafkaPaginationConfiguration, input: ListReplicatorsCommandInput, ...additionalArguments: any): Paginator<ListReplicatorsCommandOutput>;
7
+ export declare const paginateListReplicators: (config: KafkaPaginationConfiguration, input: ListReplicatorsCommandInput, ...rest: any[]) => Paginator<ListReplicatorsCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListScramSecrets(config: KafkaPaginationConfiguration, input: ListScramSecretsCommandInput, ...additionalArguments: any): Paginator<ListScramSecretsCommandOutput>;
7
+ export declare const paginateListScramSecrets: (config: KafkaPaginationConfiguration, input: ListScramSecretsCommandInput, ...rest: any[]) => Paginator<ListScramSecretsCommandOutput>;
@@ -4,4 +4,4 @@ import { KafkaPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListVpcConnections(config: KafkaPaginationConfiguration, input: ListVpcConnectionsCommandInput, ...additionalArguments: any): Paginator<ListVpcConnectionsCommandOutput>;
7
+ export declare const paginateListVpcConnections: (config: KafkaPaginationConfiguration, input: ListVpcConnectionsCommandInput, ...rest: any[]) => Paginator<ListVpcConnectionsCommandOutput>;
@@ -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
  KafkaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface BatchAssociateScramSecretCommandInput
21
15
  export interface BatchAssociateScramSecretCommandOutput
22
16
  extends BatchAssociateScramSecretResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchAssociateScramSecretCommand extends $Command<
25
- BatchAssociateScramSecretCommandInput,
26
- BatchAssociateScramSecretCommandOutput,
27
- KafkaClientResolvedConfig
28
- > {
29
- readonly input: BatchAssociateScramSecretCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchAssociateScramSecretCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KafkaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchAssociateScramSecretCommand_base: {
19
+ new (
20
+ input: BatchAssociateScramSecretCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchAssociateScramSecretCommandInput,
38
- BatchAssociateScramSecretCommandOutput
23
+ BatchAssociateScramSecretCommandOutput,
24
+ KafkaClientResolvedConfig,
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 BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_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
  KafkaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface BatchDisassociateScramSecretCommandInput
21
15
  export interface BatchDisassociateScramSecretCommandOutput
22
16
  extends BatchDisassociateScramSecretResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchDisassociateScramSecretCommand extends $Command<
25
- BatchDisassociateScramSecretCommandInput,
26
- BatchDisassociateScramSecretCommandOutput,
27
- KafkaClientResolvedConfig
28
- > {
29
- readonly input: BatchDisassociateScramSecretCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchDisassociateScramSecretCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KafkaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchDisassociateScramSecretCommand_base: {
19
+ new (
20
+ input: BatchDisassociateScramSecretCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchDisassociateScramSecretCommandInput,
38
- BatchDisassociateScramSecretCommandOutput
23
+ BatchDisassociateScramSecretCommandOutput,
24
+ KafkaClientResolvedConfig,
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 BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_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
  KafkaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
20
14
  export interface CreateClusterCommandOutput
21
15
  extends CreateClusterResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateClusterCommand extends $Command<
24
- CreateClusterCommandInput,
25
- CreateClusterCommandOutput,
26
- KafkaClientResolvedConfig
27
- > {
28
- readonly input: CreateClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: KafkaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateClusterCommand_base: {
18
+ new (
19
+ input: CreateClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateClusterCommandInput,
22
+ CreateClusterCommandOutput,
23
+ KafkaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateClusterCommand extends CreateClusterCommand_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
  KafkaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateClusterV2CommandInput extends CreateClusterV2Request {}
20
14
  export interface CreateClusterV2CommandOutput
21
15
  extends CreateClusterV2Response,
22
16
  __MetadataBearer {}
23
- export declare class CreateClusterV2Command extends $Command<
24
- CreateClusterV2CommandInput,
25
- CreateClusterV2CommandOutput,
26
- KafkaClientResolvedConfig
27
- > {
28
- readonly input: CreateClusterV2CommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateClusterV2CommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: KafkaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateClusterV2CommandInput, CreateClusterV2CommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateClusterV2Command_base: {
18
+ new (
19
+ input: CreateClusterV2CommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateClusterV2CommandInput,
22
+ CreateClusterV2CommandOutput,
23
+ KafkaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateClusterV2Command extends CreateClusterV2Command_base {}