@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
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { PutClusterPolicyRequest, PutClusterPolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutClusterPolicyCommandInput extends PutClusterPolicyRequest {
22
19
  export interface PutClusterPolicyCommandOutput extends PutClusterPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutClusterPolicyCommand_base: {
25
- new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RebootBrokerCommandInput extends RebootBrokerRequest {
22
19
  export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RebootBrokerCommand_base: {
25
- new (input: RebootBrokerCommandInput): import("@smithy/core/client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RebootBrokerCommandInput): import("@smithy/core/client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RebootBrokerCommandInput): import("@smithy/core/client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RebootBrokerCommandInput): import("@smithy/core/client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Reboots brokers.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { RejectClientVpcConnectionRequest, RejectClientVpcConnectionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RejectClientVpcConnectionCommandInput extends RejectClientVpcCo
22
19
  export interface RejectClientVpcConnectionCommandOutput extends RejectClientVpcConnectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RejectClientVpcConnectionCommand_base: {
25
- new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns empty response.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { TagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds tags to the specified MSK resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UntagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the tags associated with the keys that are provided in the query.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest
22
19
  export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBrokerCountCommand_base: {
25
- new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the number of broker nodes in the cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequ
22
19
  export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBrokerStorageCommand_base: {
25
- new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the EBS storage associated with MSK brokers.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {
22
19
  export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBrokerTypeCommand_base: {
25
- new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates EC2 instance type.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateClusterConfigurationCommandInput extends UpdateClusterCon
22
19
  export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateClusterConfigurationCommand_base: {
25
- new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the cluster with the configuration that is specified in the request body.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafk
22
19
  export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateClusterKafkaVersionCommand_base: {
25
- new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the Apache Kafka version for the cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequ
22
19
  export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateConfigurationCommand_base: {
25
- new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an MSK configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateConnectivityCommandInput extends UpdateConnectivityReques
22
19
  export interface UpdateConnectivityCommandOutput extends UpdateConnectivityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateConnectivityCommand_base: {
25
- new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the cluster's connectivity configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
22
19
  export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateMonitoringCommand_base: {
25
- new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateRebalancingRequest, UpdateRebalancingResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateRebalancingCommandInput extends UpdateRebalancingRequest
22
19
  export interface UpdateRebalancingCommandOutput extends UpdateRebalancingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRebalancingCommand_base: {
25
- new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this resource to update the intelligent rebalancing status of an Amazon MSK Provisioned cluster with Express brokers.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateReplicationInfoRequest, UpdateReplicationInfoResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateReplicationInfoCommandInput extends UpdateReplicationInfo
22
19
  export interface UpdateReplicationInfoCommandOutput extends UpdateReplicationInfoResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateReplicationInfoCommand_base: {
25
- new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates replication info of a replicator.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
22
19
  export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSecurityCommand_base: {
25
- new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateStorageCommandInput extends UpdateStorageRequest {
22
19
  export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateStorageCommand_base: {
25
- new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
4
2
  import type { UpdateTopicRequest, UpdateTopicResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateTopicCommandInput extends UpdateTopicRequest {
22
19
  export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTopicCommand_base: {
25
- new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of the specified topic.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { KafkaExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { KafkaClientConfig } from "./KafkaClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;