@aws-sdk/client-kafka 3.1076.0 → 3.1078.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 (197) hide show
  1. package/dist-cjs/index.js +70 -595
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchAssociateScramSecretCommand.js +2 -14
  4. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +2 -14
  5. package/dist-es/commands/CreateClusterCommand.js +2 -14
  6. package/dist-es/commands/CreateClusterV2Command.js +2 -14
  7. package/dist-es/commands/CreateConfigurationCommand.js +2 -14
  8. package/dist-es/commands/CreateReplicatorCommand.js +2 -14
  9. package/dist-es/commands/CreateTopicCommand.js +2 -14
  10. package/dist-es/commands/CreateVpcConnectionCommand.js +2 -14
  11. package/dist-es/commands/DeleteClusterCommand.js +2 -14
  12. package/dist-es/commands/DeleteClusterPolicyCommand.js +2 -14
  13. package/dist-es/commands/DeleteConfigurationCommand.js +2 -14
  14. package/dist-es/commands/DeleteReplicatorCommand.js +2 -14
  15. package/dist-es/commands/DeleteTopicCommand.js +2 -14
  16. package/dist-es/commands/DeleteVpcConnectionCommand.js +2 -14
  17. package/dist-es/commands/DescribeClusterCommand.js +2 -14
  18. package/dist-es/commands/DescribeClusterOperationCommand.js +2 -14
  19. package/dist-es/commands/DescribeClusterOperationV2Command.js +2 -14
  20. package/dist-es/commands/DescribeClusterV2Command.js +2 -14
  21. package/dist-es/commands/DescribeConfigurationCommand.js +2 -14
  22. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -14
  23. package/dist-es/commands/DescribeReplicatorCommand.js +2 -14
  24. package/dist-es/commands/DescribeTopicCommand.js +2 -14
  25. package/dist-es/commands/DescribeTopicPartitionsCommand.js +2 -14
  26. package/dist-es/commands/DescribeVpcConnectionCommand.js +2 -14
  27. package/dist-es/commands/GetBootstrapBrokersCommand.js +2 -14
  28. package/dist-es/commands/GetClusterPolicyCommand.js +2 -14
  29. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +2 -14
  30. package/dist-es/commands/ListClientVpcConnectionsCommand.js +2 -14
  31. package/dist-es/commands/ListClusterOperationsCommand.js +2 -14
  32. package/dist-es/commands/ListClusterOperationsV2Command.js +2 -14
  33. package/dist-es/commands/ListClustersCommand.js +2 -14
  34. package/dist-es/commands/ListClustersV2Command.js +2 -14
  35. package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -14
  36. package/dist-es/commands/ListConfigurationsCommand.js +2 -14
  37. package/dist-es/commands/ListKafkaVersionsCommand.js +2 -14
  38. package/dist-es/commands/ListNodesCommand.js +2 -14
  39. package/dist-es/commands/ListReplicatorsCommand.js +2 -14
  40. package/dist-es/commands/ListScramSecretsCommand.js +2 -14
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  42. package/dist-es/commands/ListTopicsCommand.js +2 -14
  43. package/dist-es/commands/ListVpcConnectionsCommand.js +2 -14
  44. package/dist-es/commands/PutClusterPolicyCommand.js +2 -14
  45. package/dist-es/commands/RebootBrokerCommand.js +2 -14
  46. package/dist-es/commands/RejectClientVpcConnectionCommand.js +2 -14
  47. package/dist-es/commands/TagResourceCommand.js +2 -14
  48. package/dist-es/commands/UntagResourceCommand.js +2 -14
  49. package/dist-es/commands/UpdateBrokerCountCommand.js +2 -14
  50. package/dist-es/commands/UpdateBrokerStorageCommand.js +2 -14
  51. package/dist-es/commands/UpdateBrokerTypeCommand.js +2 -14
  52. package/dist-es/commands/UpdateClusterConfigurationCommand.js +2 -14
  53. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +2 -14
  54. package/dist-es/commands/UpdateConfigurationCommand.js +2 -14
  55. package/dist-es/commands/UpdateConnectivityCommand.js +2 -14
  56. package/dist-es/commands/UpdateMonitoringCommand.js +2 -14
  57. package/dist-es/commands/UpdateRebalancingCommand.js +2 -14
  58. package/dist-es/commands/UpdateReplicationInfoCommand.js +2 -14
  59. package/dist-es/commands/UpdateSecurityCommand.js +2 -14
  60. package/dist-es/commands/UpdateStorageCommand.js +2 -14
  61. package/dist-es/commands/UpdateTopicCommand.js +2 -14
  62. package/dist-es/index.js +1 -0
  63. package/dist-es/runtimeConfig.browser.js +0 -2
  64. package/dist-es/runtimeConfig.js +1 -2
  65. package/dist-es/runtimeConfig.native.js +0 -2
  66. package/dist-es/runtimeConfig.shared.js +2 -0
  67. package/dist-types/commandBuilder.d.ts +18 -0
  68. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +3 -8
  69. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateClusterV2Command.d.ts +3 -8
  72. package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateReplicatorCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateTopicCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateVpcConnectionCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteConfigurationCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteReplicatorCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteTopicCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +3 -8
  85. package/dist-types/commands/DescribeClusterV2Command.d.ts +3 -8
  86. package/dist-types/commands/DescribeConfigurationCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeReplicatorCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeTopicCommand.d.ts +3 -8
  90. package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +3 -8
  91. package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +3 -8
  92. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +3 -8
  93. package/dist-types/commands/GetClusterPolicyCommand.d.ts +3 -8
  94. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -8
  95. package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListClusterOperationsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListClusterOperationsV2Command.d.ts +3 -8
  98. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  99. package/dist-types/commands/ListClustersV2Command.d.ts +3 -8
  100. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListNodesCommand.d.ts +3 -8
  104. package/dist-types/commands/ListReplicatorsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListScramSecretsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  107. package/dist-types/commands/ListTopicsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListVpcConnectionsCommand.d.ts +3 -8
  109. package/dist-types/commands/PutClusterPolicyCommand.d.ts +3 -8
  110. package/dist-types/commands/RebootBrokerCommand.d.ts +3 -8
  111. package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +3 -8
  112. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  113. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +3 -8
  116. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +3 -8
  117. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +3 -8
  119. package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -8
  120. package/dist-types/commands/UpdateConnectivityCommand.d.ts +3 -8
  121. package/dist-types/commands/UpdateMonitoringCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateRebalancingCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateSecurityCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdateStorageCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateTopicCommand.d.ts +3 -8
  127. package/dist-types/index.d.ts +1 -0
  128. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  129. package/dist-types/runtimeConfig.d.ts +1 -1
  130. package/dist-types/runtimeConfig.native.d.ts +1 -1
  131. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  132. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/index.d.ts +1 -0
  193. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  194. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  195. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  196. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  197. package/package.json +8 -10
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "Kafka", "KafkaClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchAssociateScramSecret$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchAssociateScramSecretCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "BatchAssociateScramSecret", {})
13
- .n("KafkaClient", "BatchAssociateScramSecretCommand")
14
- .sc(BatchAssociateScramSecret$)
15
- .build() {
3
+ export class BatchAssociateScramSecretCommand extends command(_ep0, _mw0, "BatchAssociateScramSecret", BatchAssociateScramSecret$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchDisassociateScramSecret$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchDisassociateScramSecretCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "BatchDisassociateScramSecret", {})
13
- .n("KafkaClient", "BatchDisassociateScramSecretCommand")
14
- .sc(BatchDisassociateScramSecret$)
15
- .build() {
3
+ export class BatchDisassociateScramSecretCommand extends command(_ep0, _mw0, "BatchDisassociateScramSecret", BatchDisassociateScramSecret$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "CreateCluster", {})
13
- .n("KafkaClient", "CreateClusterCommand")
14
- .sc(CreateCluster$)
15
- .build() {
3
+ export class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateClusterV2$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateClusterV2Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "CreateClusterV2", {})
13
- .n("KafkaClient", "CreateClusterV2Command")
14
- .sc(CreateClusterV2$)
15
- .build() {
3
+ export class CreateClusterV2Command extends command(_ep0, _mw0, "CreateClusterV2", CreateClusterV2$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "CreateConfiguration", {})
13
- .n("KafkaClient", "CreateConfigurationCommand")
14
- .sc(CreateConfiguration$)
15
- .build() {
3
+ export class CreateConfigurationCommand extends command(_ep0, _mw0, "CreateConfiguration", CreateConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateReplicator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateReplicatorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "CreateReplicator", {})
13
- .n("KafkaClient", "CreateReplicatorCommand")
14
- .sc(CreateReplicator$)
15
- .build() {
3
+ export class CreateReplicatorCommand extends command(_ep0, _mw0, "CreateReplicator", CreateReplicator$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateTopic$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTopicCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "CreateTopic", {})
13
- .n("KafkaClient", "CreateTopicCommand")
14
- .sc(CreateTopic$)
15
- .build() {
3
+ export class CreateTopicCommand extends command(_ep0, _mw0, "CreateTopic", CreateTopic$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateVpcConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateVpcConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "CreateVpcConnection", {})
13
- .n("KafkaClient", "CreateVpcConnectionCommand")
14
- .sc(CreateVpcConnection$)
15
- .build() {
3
+ export class CreateVpcConnectionCommand extends command(_ep0, _mw0, "CreateVpcConnection", CreateVpcConnection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DeleteCluster", {})
13
- .n("KafkaClient", "DeleteClusterCommand")
14
- .sc(DeleteCluster$)
15
- .build() {
3
+ export class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteClusterPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteClusterPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DeleteClusterPolicy", {})
13
- .n("KafkaClient", "DeleteClusterPolicyCommand")
14
- .sc(DeleteClusterPolicy$)
15
- .build() {
3
+ export class DeleteClusterPolicyCommand extends command(_ep0, _mw0, "DeleteClusterPolicy", DeleteClusterPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DeleteConfiguration", {})
13
- .n("KafkaClient", "DeleteConfigurationCommand")
14
- .sc(DeleteConfiguration$)
15
- .build() {
3
+ export class DeleteConfigurationCommand extends command(_ep0, _mw0, "DeleteConfiguration", DeleteConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteReplicator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteReplicatorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DeleteReplicator", {})
13
- .n("KafkaClient", "DeleteReplicatorCommand")
14
- .sc(DeleteReplicator$)
15
- .build() {
3
+ export class DeleteReplicatorCommand extends command(_ep0, _mw0, "DeleteReplicator", DeleteReplicator$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTopic$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTopicCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DeleteTopic", {})
13
- .n("KafkaClient", "DeleteTopicCommand")
14
- .sc(DeleteTopic$)
15
- .build() {
3
+ export class DeleteTopicCommand extends command(_ep0, _mw0, "DeleteTopic", DeleteTopic$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVpcConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVpcConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DeleteVpcConnection", {})
13
- .n("KafkaClient", "DeleteVpcConnectionCommand")
14
- .sc(DeleteVpcConnection$)
15
- .build() {
3
+ export class DeleteVpcConnectionCommand extends command(_ep0, _mw0, "DeleteVpcConnection", DeleteVpcConnection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeCluster", {})
13
- .n("KafkaClient", "DescribeClusterCommand")
14
- .sc(DescribeCluster$)
15
- .build() {
3
+ export class DescribeClusterCommand extends command(_ep0, _mw0, "DescribeCluster", DescribeCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeClusterOperation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeClusterOperationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeClusterOperation", {})
13
- .n("KafkaClient", "DescribeClusterOperationCommand")
14
- .sc(DescribeClusterOperation$)
15
- .build() {
3
+ export class DescribeClusterOperationCommand extends command(_ep0, _mw0, "DescribeClusterOperation", DescribeClusterOperation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeClusterOperationV2$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeClusterOperationV2Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeClusterOperationV2", {})
13
- .n("KafkaClient", "DescribeClusterOperationV2Command")
14
- .sc(DescribeClusterOperationV2$)
15
- .build() {
3
+ export class DescribeClusterOperationV2Command extends command(_ep0, _mw0, "DescribeClusterOperationV2", DescribeClusterOperationV2$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeClusterV2$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeClusterV2Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeClusterV2", {})
13
- .n("KafkaClient", "DescribeClusterV2Command")
14
- .sc(DescribeClusterV2$)
15
- .build() {
3
+ export class DescribeClusterV2Command extends command(_ep0, _mw0, "DescribeClusterV2", DescribeClusterV2$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeConfiguration", {})
13
- .n("KafkaClient", "DescribeConfigurationCommand")
14
- .sc(DescribeConfiguration$)
15
- .build() {
3
+ export class DescribeConfigurationCommand extends command(_ep0, _mw0, "DescribeConfiguration", DescribeConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeConfigurationRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeConfigurationRevisionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeConfigurationRevision", {})
13
- .n("KafkaClient", "DescribeConfigurationRevisionCommand")
14
- .sc(DescribeConfigurationRevision$)
15
- .build() {
3
+ export class DescribeConfigurationRevisionCommand extends command(_ep0, _mw0, "DescribeConfigurationRevision", DescribeConfigurationRevision$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeReplicator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeReplicatorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeReplicator", {})
13
- .n("KafkaClient", "DescribeReplicatorCommand")
14
- .sc(DescribeReplicator$)
15
- .build() {
3
+ export class DescribeReplicatorCommand extends command(_ep0, _mw0, "DescribeReplicator", DescribeReplicator$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeTopic$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeTopicCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeTopic", {})
13
- .n("KafkaClient", "DescribeTopicCommand")
14
- .sc(DescribeTopic$)
15
- .build() {
3
+ export class DescribeTopicCommand extends command(_ep0, _mw0, "DescribeTopic", DescribeTopic$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeTopicPartitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeTopicPartitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeTopicPartitions", {})
13
- .n("KafkaClient", "DescribeTopicPartitionsCommand")
14
- .sc(DescribeTopicPartitions$)
15
- .build() {
3
+ export class DescribeTopicPartitionsCommand extends command(_ep0, _mw0, "DescribeTopicPartitions", DescribeTopicPartitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeVpcConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeVpcConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "DescribeVpcConnection", {})
13
- .n("KafkaClient", "DescribeVpcConnectionCommand")
14
- .sc(DescribeVpcConnection$)
15
- .build() {
3
+ export class DescribeVpcConnectionCommand extends command(_ep0, _mw0, "DescribeVpcConnection", DescribeVpcConnection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetBootstrapBrokers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetBootstrapBrokersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "GetBootstrapBrokers", {})
13
- .n("KafkaClient", "GetBootstrapBrokersCommand")
14
- .sc(GetBootstrapBrokers$)
15
- .build() {
3
+ export class GetBootstrapBrokersCommand extends command(_ep0, _mw0, "GetBootstrapBrokers", GetBootstrapBrokers$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetClusterPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetClusterPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "GetClusterPolicy", {})
13
- .n("KafkaClient", "GetClusterPolicyCommand")
14
- .sc(GetClusterPolicy$)
15
- .build() {
3
+ export class GetClusterPolicyCommand extends command(_ep0, _mw0, "GetClusterPolicy", GetClusterPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetCompatibleKafkaVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCompatibleKafkaVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "GetCompatibleKafkaVersions", {})
13
- .n("KafkaClient", "GetCompatibleKafkaVersionsCommand")
14
- .sc(GetCompatibleKafkaVersions$)
15
- .build() {
3
+ export class GetCompatibleKafkaVersionsCommand extends command(_ep0, _mw0, "GetCompatibleKafkaVersions", GetCompatibleKafkaVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClientVpcConnections$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClientVpcConnectionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "ListClientVpcConnections", {})
13
- .n("KafkaClient", "ListClientVpcConnectionsCommand")
14
- .sc(ListClientVpcConnections$)
15
- .build() {
3
+ export class ListClientVpcConnectionsCommand extends command(_ep0, _mw0, "ListClientVpcConnections", ListClientVpcConnections$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClusterOperations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClusterOperationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "ListClusterOperations", {})
13
- .n("KafkaClient", "ListClusterOperationsCommand")
14
- .sc(ListClusterOperations$)
15
- .build() {
3
+ export class ListClusterOperationsCommand extends command(_ep0, _mw0, "ListClusterOperations", ListClusterOperations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClusterOperationsV2$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClusterOperationsV2Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "ListClusterOperationsV2", {})
13
- .n("KafkaClient", "ListClusterOperationsV2Command")
14
- .sc(ListClusterOperationsV2$)
15
- .build() {
3
+ export class ListClusterOperationsV2Command extends command(_ep0, _mw0, "ListClusterOperationsV2", ListClusterOperationsV2$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClusters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClustersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Kafka", "ListClusters", {})
13
- .n("KafkaClient", "ListClustersCommand")
14
- .sc(ListClusters$)
15
- .build() {
3
+ export class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
16
4
  }