@aws-sdk/client-kafka 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 (213) 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-es/commands/BatchAssociateScramSecretCommand.js +18 -41
  55. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +18 -41
  56. package/dist-es/commands/CreateClusterCommand.js +18 -41
  57. package/dist-es/commands/CreateClusterV2Command.js +18 -41
  58. package/dist-es/commands/CreateConfigurationCommand.js +18 -41
  59. package/dist-es/commands/CreateReplicatorCommand.js +18 -41
  60. package/dist-es/commands/CreateVpcConnectionCommand.js +18 -41
  61. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  62. package/dist-es/commands/DeleteClusterPolicyCommand.js +18 -41
  63. package/dist-es/commands/DeleteConfigurationCommand.js +18 -41
  64. package/dist-es/commands/DeleteReplicatorCommand.js +18 -41
  65. package/dist-es/commands/DeleteVpcConnectionCommand.js +18 -41
  66. package/dist-es/commands/DescribeClusterCommand.js +18 -41
  67. package/dist-es/commands/DescribeClusterOperationCommand.js +18 -41
  68. package/dist-es/commands/DescribeClusterOperationV2Command.js +18 -41
  69. package/dist-es/commands/DescribeClusterV2Command.js +18 -41
  70. package/dist-es/commands/DescribeConfigurationCommand.js +18 -41
  71. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +18 -41
  72. package/dist-es/commands/DescribeReplicatorCommand.js +18 -41
  73. package/dist-es/commands/DescribeVpcConnectionCommand.js +18 -41
  74. package/dist-es/commands/GetBootstrapBrokersCommand.js +18 -41
  75. package/dist-es/commands/GetClusterPolicyCommand.js +18 -41
  76. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +18 -41
  77. package/dist-es/commands/ListClientVpcConnectionsCommand.js +18 -41
  78. package/dist-es/commands/ListClusterOperationsCommand.js +18 -41
  79. package/dist-es/commands/ListClusterOperationsV2Command.js +18 -41
  80. package/dist-es/commands/ListClustersCommand.js +18 -41
  81. package/dist-es/commands/ListClustersV2Command.js +18 -41
  82. package/dist-es/commands/ListConfigurationRevisionsCommand.js +18 -41
  83. package/dist-es/commands/ListConfigurationsCommand.js +18 -41
  84. package/dist-es/commands/ListKafkaVersionsCommand.js +18 -41
  85. package/dist-es/commands/ListNodesCommand.js +18 -41
  86. package/dist-es/commands/ListReplicatorsCommand.js +18 -41
  87. package/dist-es/commands/ListScramSecretsCommand.js +18 -41
  88. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  89. package/dist-es/commands/ListVpcConnectionsCommand.js +18 -41
  90. package/dist-es/commands/PutClusterPolicyCommand.js +18 -41
  91. package/dist-es/commands/RebootBrokerCommand.js +18 -41
  92. package/dist-es/commands/RejectClientVpcConnectionCommand.js +18 -41
  93. package/dist-es/commands/TagResourceCommand.js +18 -41
  94. package/dist-es/commands/UntagResourceCommand.js +18 -41
  95. package/dist-es/commands/UpdateBrokerCountCommand.js +18 -41
  96. package/dist-es/commands/UpdateBrokerStorageCommand.js +18 -41
  97. package/dist-es/commands/UpdateBrokerTypeCommand.js +18 -41
  98. package/dist-es/commands/UpdateClusterConfigurationCommand.js +18 -41
  99. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +18 -41
  100. package/dist-es/commands/UpdateConfigurationCommand.js +18 -41
  101. package/dist-es/commands/UpdateConnectivityCommand.js +18 -41
  102. package/dist-es/commands/UpdateMonitoringCommand.js +18 -41
  103. package/dist-es/commands/UpdateReplicationInfoCommand.js +18 -41
  104. package/dist-es/commands/UpdateSecurityCommand.js +18 -41
  105. package/dist-es/commands/UpdateStorageCommand.js +18 -41
  106. package/dist-es/endpoint/EndpointParameters.js +6 -0
  107. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +6 -21
  108. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +6 -21
  109. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  110. package/dist-types/commands/CreateClusterV2Command.d.ts +6 -21
  111. package/dist-types/commands/CreateConfigurationCommand.d.ts +6 -21
  112. package/dist-types/commands/CreateReplicatorCommand.d.ts +6 -21
  113. package/dist-types/commands/CreateVpcConnectionCommand.d.ts +6 -21
  114. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  115. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +6 -21
  116. package/dist-types/commands/DeleteConfigurationCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteReplicatorCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +6 -21
  119. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
  120. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +6 -21
  121. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +6 -21
  122. package/dist-types/commands/DescribeClusterV2Command.d.ts +6 -21
  123. package/dist-types/commands/DescribeConfigurationCommand.d.ts +6 -21
  124. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +6 -21
  125. package/dist-types/commands/DescribeReplicatorCommand.d.ts +6 -21
  126. package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +6 -21
  127. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +6 -21
  128. package/dist-types/commands/GetClusterPolicyCommand.d.ts +6 -21
  129. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +6 -21
  130. package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +6 -21
  131. package/dist-types/commands/ListClusterOperationsCommand.d.ts +6 -21
  132. package/dist-types/commands/ListClusterOperationsV2Command.d.ts +6 -21
  133. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  134. package/dist-types/commands/ListClustersV2Command.d.ts +6 -21
  135. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +6 -21
  136. package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
  137. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +6 -21
  138. package/dist-types/commands/ListNodesCommand.d.ts +6 -21
  139. package/dist-types/commands/ListReplicatorsCommand.d.ts +6 -21
  140. package/dist-types/commands/ListScramSecretsCommand.d.ts +6 -21
  141. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  142. package/dist-types/commands/ListVpcConnectionsCommand.d.ts +6 -21
  143. package/dist-types/commands/PutClusterPolicyCommand.d.ts +6 -21
  144. package/dist-types/commands/RebootBrokerCommand.d.ts +6 -21
  145. package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +6 -21
  146. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  147. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  148. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +6 -21
  149. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +6 -21
  150. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +6 -21
  151. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +6 -21
  152. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +6 -21
  153. package/dist-types/commands/UpdateConfigurationCommand.d.ts +6 -21
  154. package/dist-types/commands/UpdateConnectivityCommand.d.ts +6 -21
  155. package/dist-types/commands/UpdateMonitoringCommand.d.ts +6 -21
  156. package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +6 -21
  157. package/dist-types/commands/UpdateSecurityCommand.d.ts +6 -21
  158. package/dist-types/commands/UpdateStorageCommand.d.ts +6 -21
  159. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  160. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  213. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateConnectivityCommand, se_UpdateConnectivityCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateConnectivityCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConnectivityCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "KafkaClient";
26
- const commandName = "UpdateConnectivityCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Kafka",
35
- operation: "UpdateConnectivity",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateConnectivityCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateConnectivityCommand(output, context);
46
- }
7
+ export class UpdateConnectivityCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Kafka", "UpdateConnectivity", {})
19
+ .n("KafkaClient", "UpdateConnectivityCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateConnectivityCommand)
22
+ .de(de_UpdateConnectivityCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateMonitoringCommand, se_UpdateMonitoringCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateMonitoringCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMonitoringCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "KafkaClient";
26
- const commandName = "UpdateMonitoringCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Kafka",
35
- operation: "UpdateMonitoring",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateMonitoringCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateMonitoringCommand(output, context);
46
- }
7
+ export class UpdateMonitoringCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Kafka", "UpdateMonitoring", {})
19
+ .n("KafkaClient", "UpdateMonitoringCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateMonitoringCommand)
22
+ .de(de_UpdateMonitoringCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateReplicationInfoCommand, se_UpdateReplicationInfoCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateReplicationInfoCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateReplicationInfoCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "KafkaClient";
26
- const commandName = "UpdateReplicationInfoCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Kafka",
35
- operation: "UpdateReplicationInfo",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateReplicationInfoCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateReplicationInfoCommand(output, context);
46
- }
7
+ export class UpdateReplicationInfoCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Kafka", "UpdateReplicationInfo", {})
19
+ .n("KafkaClient", "UpdateReplicationInfoCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateReplicationInfoCommand)
22
+ .de(de_UpdateReplicationInfoCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateSecurityCommand, se_UpdateSecurityCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateSecurityCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSecurityCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "KafkaClient";
26
- const commandName = "UpdateSecurityCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Kafka",
35
- operation: "UpdateSecurity",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateSecurityCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateSecurityCommand(output, context);
46
- }
7
+ export class UpdateSecurityCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Kafka", "UpdateSecurity", {})
19
+ .n("KafkaClient", "UpdateSecurityCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateSecurityCommand)
22
+ .de(de_UpdateSecurityCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateStorageCommand, se_UpdateStorageCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateStorageCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateStorageCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "KafkaClient";
26
- const commandName = "UpdateStorageCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Kafka",
35
- operation: "UpdateStorage",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateStorageCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateStorageCommand(output, context);
46
- }
7
+ export class UpdateStorageCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Kafka", "UpdateStorage", {})
19
+ .n("KafkaClient", "UpdateStorageCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateStorageCommand)
22
+ .de(de_UpdateStorageCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "kafka",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -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 { BatchAssociateScramSecretRequest, BatchAssociateScramSecretResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchAssociateScramSecretCommandInput extends BatchAssociateScr
21
20
  */
22
21
  export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateScramSecretResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchAssociateScramSecretCommand_base: {
24
+ new (input: BatchAssociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates one or more Scram Secrets with an Amazon MSK cluster.</p>
@@ -82,23 +85,5 @@ export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateSc
82
85
  * <p>Base exception class for all service exceptions from Kafka service.</p>
83
86
  *
84
87
  */
85
- export declare class BatchAssociateScramSecretCommand extends $Command<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig> {
86
- readonly input: BatchAssociateScramSecretCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: BatchAssociateScramSecretCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {
104
89
  }
@@ -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 { BatchDisassociateScramSecretRequest, BatchDisassociateScramSecretResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchDisassociateScramSecretCommandInput extends BatchDisassoci
21
20
  */
22
21
  export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassociateScramSecretResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchDisassociateScramSecretCommand_base: {
24
+ new (input: BatchDisassociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates one or more Scram Secrets from an Amazon MSK cluster.</p>
@@ -82,23 +85,5 @@ export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassoc
82
85
  * <p>Base exception class for all service exceptions from Kafka service.</p>
83
86
  *
84
87
  */
85
- export declare class BatchDisassociateScramSecretCommand extends $Command<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig> {
86
- readonly input: BatchDisassociateScramSecretCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: BatchDisassociateScramSecretCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_base {
104
89
  }
@@ -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 { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {
21
20
  */
22
21
  export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateClusterCommand_base: {
24
+ new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new MSK cluster.</p>
@@ -182,23 +185,5 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
182
185
  * <p>Base exception class for all service exceptions from Kafka service.</p>
183
186
  *
184
187
  */
185
- export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig> {
186
- readonly input: CreateClusterCommandInput;
187
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
188
- /**
189
- * @public
190
- */
191
- constructor(input: CreateClusterCommandInput);
192
- /**
193
- * @internal
194
- */
195
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
196
- /**
197
- * @internal
198
- */
199
- private serialize;
200
- /**
201
- * @internal
202
- */
203
- private deserialize;
188
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
204
189
  }
@@ -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 { CreateClusterV2Request, CreateClusterV2Response } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateClusterV2CommandInput extends CreateClusterV2Request {
21
20
  */
22
21
  export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, __MetadataBearer {
23
22
  }
23
+ declare const CreateClusterV2Command_base: {
24
+ new (input: CreateClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new MSK cluster.</p>
@@ -202,23 +205,5 @@ export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, _
202
205
  * <p>Base exception class for all service exceptions from Kafka service.</p>
203
206
  *
204
207
  */
205
- export declare class CreateClusterV2Command extends $Command<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig> {
206
- readonly input: CreateClusterV2CommandInput;
207
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
208
- /**
209
- * @public
210
- */
211
- constructor(input: CreateClusterV2CommandInput);
212
- /**
213
- * @internal
214
- */
215
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterV2CommandInput, CreateClusterV2CommandOutput>;
216
- /**
217
- * @internal
218
- */
219
- private serialize;
220
- /**
221
- * @internal
222
- */
223
- private deserialize;
208
+ export declare class CreateClusterV2Command extends CreateClusterV2Command_base {
224
209
  }
@@ -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 { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateConfigurationCommandInput extends CreateConfigurationRequ
21
20
  */
22
21
  export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateConfigurationCommand_base: {
24
+ new (input: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new MSK configuration.</p>
@@ -85,23 +88,5 @@ export interface CreateConfigurationCommandOutput extends CreateConfigurationRes
85
88
  * <p>Base exception class for all service exceptions from Kafka service.</p>
86
89
  *
87
90
  */
88
- export declare class CreateConfigurationCommand extends $Command<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig> {
89
- readonly input: CreateConfigurationCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: CreateConfigurationCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationCommandInput, CreateConfigurationCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
107
92
  }
@@ -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 { CreateReplicatorRequest, CreateReplicatorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateReplicatorCommandInput extends CreateReplicatorRequest {
21
20
  */
22
21
  export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateReplicatorCommand_base: {
24
+ new (input: CreateReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates the replicator.</p>
@@ -125,23 +128,5 @@ export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse,
125
128
  * <p>Base exception class for all service exceptions from Kafka service.</p>
126
129
  *
127
130
  */
128
- export declare class CreateReplicatorCommand extends $Command<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig> {
129
- readonly input: CreateReplicatorCommandInput;
130
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
131
- /**
132
- * @public
133
- */
134
- constructor(input: CreateReplicatorCommandInput);
135
- /**
136
- * @internal
137
- */
138
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicatorCommandInput, CreateReplicatorCommandOutput>;
139
- /**
140
- * @internal
141
- */
142
- private serialize;
143
- /**
144
- * @internal
145
- */
146
- private deserialize;
131
+ export declare class CreateReplicatorCommand extends CreateReplicatorCommand_base {
147
132
  }