@aws-sdk/client-kafka 3.533.0 → 3.540.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 (115) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Kafka.d.ts +8 -1
  6. package/dist-types/KafkaClient.d.ts +1 -1
  7. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateClusterV2Command.d.ts +2 -1
  11. package/dist-types/commands/CreateConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateReplicatorCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateVpcConnectionCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteReplicatorCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +2 -1
  22. package/dist-types/commands/DescribeClusterV2Command.d.ts +2 -1
  23. package/dist-types/commands/DescribeConfigurationCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeReplicatorCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +2 -1
  27. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +2 -1
  28. package/dist-types/commands/GetClusterPolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListClusterOperationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListClusterOperationsV2Command.d.ts +2 -1
  33. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  34. package/dist-types/commands/ListClustersV2Command.d.ts +2 -1
  35. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListNodesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListReplicatorsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListScramSecretsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/ListVpcConnectionsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutClusterPolicyCommand.d.ts +2 -1
  44. package/dist-types/commands/RebootBrokerCommand.d.ts +2 -1
  45. package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateConfigurationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateConnectivityCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateMonitoringCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateSecurityCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateStorageCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +0 -1
  60. package/dist-types/models/models_0.d.ts +655 -655
  61. package/dist-types/ts3.4/Kafka.d.ts +7 -0
  62. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/index.d.ts +0 -1
  115. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -4218,9 +4218,6 @@ var paginateListScramSecrets = (0, import_core.createPaginator)(KafkaClient, Lis
4218
4218
  // src/pagination/ListVpcConnectionsPaginator.ts
4219
4219
 
4220
4220
  var paginateListVpcConnections = (0, import_core.createPaginator)(KafkaClient, ListVpcConnectionsCommand, "NextToken", "NextToken", "MaxResults");
4221
-
4222
- // src/index.ts
4223
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
4224
4221
  // Annotate the CommonJS export names for ESM import in node:
4225
4222
 
4226
4223
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./Kafka";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { KafkaServiceException } from "./models/KafkaServiceException";
@@ -188,6 +188,7 @@ export interface Kafka {
188
188
  /**
189
189
  * @see {@link GetCompatibleKafkaVersionsCommand}
190
190
  */
191
+ getCompatibleKafkaVersions(): Promise<GetCompatibleKafkaVersionsCommandOutput>;
191
192
  getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCompatibleKafkaVersionsCommandOutput>;
192
193
  getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void): void;
193
194
  getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void): void;
@@ -212,12 +213,14 @@ export interface Kafka {
212
213
  /**
213
214
  * @see {@link ListClustersCommand}
214
215
  */
216
+ listClusters(): Promise<ListClustersCommandOutput>;
215
217
  listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
216
218
  listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
217
219
  listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
218
220
  /**
219
221
  * @see {@link ListClustersV2Command}
220
222
  */
223
+ listClustersV2(): Promise<ListClustersV2CommandOutput>;
221
224
  listClustersV2(args: ListClustersV2CommandInput, options?: __HttpHandlerOptions): Promise<ListClustersV2CommandOutput>;
222
225
  listClustersV2(args: ListClustersV2CommandInput, cb: (err: any, data?: ListClustersV2CommandOutput) => void): void;
223
226
  listClustersV2(args: ListClustersV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersV2CommandOutput) => void): void;
@@ -230,12 +233,14 @@ export interface Kafka {
230
233
  /**
231
234
  * @see {@link ListConfigurationsCommand}
232
235
  */
236
+ listConfigurations(): Promise<ListConfigurationsCommandOutput>;
233
237
  listConfigurations(args: ListConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationsCommandOutput>;
234
238
  listConfigurations(args: ListConfigurationsCommandInput, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
235
239
  listConfigurations(args: ListConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
236
240
  /**
237
241
  * @see {@link ListKafkaVersionsCommand}
238
242
  */
243
+ listKafkaVersions(): Promise<ListKafkaVersionsCommandOutput>;
239
244
  listKafkaVersions(args: ListKafkaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListKafkaVersionsCommandOutput>;
240
245
  listKafkaVersions(args: ListKafkaVersionsCommandInput, cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void): void;
241
246
  listKafkaVersions(args: ListKafkaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void): void;
@@ -248,6 +253,7 @@ export interface Kafka {
248
253
  /**
249
254
  * @see {@link ListReplicatorsCommand}
250
255
  */
256
+ listReplicators(): Promise<ListReplicatorsCommandOutput>;
251
257
  listReplicators(args: ListReplicatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListReplicatorsCommandOutput>;
252
258
  listReplicators(args: ListReplicatorsCommandInput, cb: (err: any, data?: ListReplicatorsCommandOutput) => void): void;
253
259
  listReplicators(args: ListReplicatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplicatorsCommandOutput) => void): void;
@@ -266,6 +272,7 @@ export interface Kafka {
266
272
  /**
267
273
  * @see {@link ListVpcConnectionsCommand}
268
274
  */
275
+ listVpcConnections(): Promise<ListVpcConnectionsCommandOutput>;
269
276
  listVpcConnections(args: ListVpcConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcConnectionsCommandOutput>;
270
277
  listVpcConnections(args: ListVpcConnectionsCommandInput, cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void): void;
271
278
  listVpcConnections(args: ListVpcConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void): void;
@@ -367,8 +374,8 @@ export interface Kafka {
367
374
  updateStorage(args: UpdateStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageCommandOutput) => void): void;
368
375
  }
369
376
  /**
370
- * @public
371
377
  * <p>The operations for managing an Amazon MSK cluster.</p>
378
+ * @public
372
379
  */
373
380
  export declare class Kafka extends KafkaClient implements Kafka {
374
381
  }
@@ -203,8 +203,8 @@ export type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__Http
203
203
  export interface KafkaClientResolvedConfig extends KafkaClientResolvedConfigType {
204
204
  }
205
205
  /**
206
- * @public
207
206
  * <p>The operations for managing an Amazon MSK cluster.</p>
207
+ * @public
208
208
  */
209
209
  export declare class KafkaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KafkaClientResolvedConfig> {
210
210
  /**
@@ -22,10 +22,10 @@ export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateSc
22
22
  }
23
23
  declare const BatchAssociateScramSecretCommand_base: {
24
24
  new (input: BatchAssociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchAssociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates one or more Scram Secrets with an Amazon MSK cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const BatchAssociateScramSecretCommand_base: {
84
84
  * @throws {@link KafkaServiceException}
85
85
  * <p>Base exception class for all service exceptions from Kafka service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassoc
22
22
  }
23
23
  declare const BatchDisassociateScramSecretCommand_base: {
24
24
  new (input: BatchDisassociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDisassociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates one or more Scram Secrets from an Amazon MSK cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const BatchDisassociateScramSecretCommand_base: {
84
84
  * @throws {@link KafkaServiceException}
85
85
  * <p>Base exception class for all service exceptions from Kafka service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
22
22
  }
23
23
  declare const CreateClusterCommand_base: {
24
24
  new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new MSK cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -184,6 +184,7 @@ declare const CreateClusterCommand_base: {
184
184
  * @throws {@link KafkaServiceException}
185
185
  * <p>Base exception class for all service exceptions from Kafka service.</p>
186
186
  *
187
+ * @public
187
188
  */
188
189
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
189
190
  }
@@ -22,10 +22,10 @@ export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, _
22
22
  }
23
23
  declare const CreateClusterV2Command_base: {
24
24
  new (input: CreateClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new MSK cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -204,6 +204,7 @@ declare const CreateClusterV2Command_base: {
204
204
  * @throws {@link KafkaServiceException}
205
205
  * <p>Base exception class for all service exceptions from Kafka service.</p>
206
206
  *
207
+ * @public
207
208
  */
208
209
  export declare class CreateClusterV2Command extends CreateClusterV2Command_base {
209
210
  }
@@ -22,10 +22,10 @@ export interface CreateConfigurationCommandOutput extends CreateConfigurationRes
22
22
  }
23
23
  declare const CreateConfigurationCommand_base: {
24
24
  new (input: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new MSK configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const CreateConfigurationCommand_base: {
87
87
  * @throws {@link KafkaServiceException}
88
88
  * <p>Base exception class for all service exceptions from Kafka service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse,
22
22
  }
23
23
  declare const CreateReplicatorCommand_base: {
24
24
  new (input: CreateReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates the replicator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -130,6 +130,7 @@ declare const CreateReplicatorCommand_base: {
130
130
  * @throws {@link KafkaServiceException}
131
131
  * <p>Base exception class for all service exceptions from Kafka service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class CreateReplicatorCommand extends CreateReplicatorCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface CreateVpcConnectionCommandOutput extends CreateVpcConnectionRes
22
22
  }
23
23
  declare const CreateVpcConnectionCommand_base: {
24
24
  new (input: CreateVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new MSK VPC connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const CreateVpcConnectionCommand_base: {
95
95
  * @throws {@link KafkaServiceException}
96
96
  * <p>Base exception class for all service exceptions from Kafka service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class CreateVpcConnectionCommand extends CreateVpcConnectionCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
22
22
  }
23
23
  declare const DeleteClusterCommand_base: {
24
24
  new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteClusterCommand_base: {
67
67
  * @throws {@link KafkaServiceException}
68
68
  * <p>Base exception class for all service exceptions from Kafka service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteClusterPolicyCommandOutput extends DeleteClusterPolicyRes
22
22
  }
23
23
  declare const DeleteClusterPolicyCommand_base: {
24
24
  new (input: DeleteClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteClusterPolicyCommand_base: {
63
63
  * @throws {@link KafkaServiceException}
64
64
  * <p>Base exception class for all service exceptions from Kafka service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteClusterPolicyCommand extends DeleteClusterPolicyCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteConfigurationCommandOutput extends DeleteConfigurationRes
22
22
  }
23
23
  declare const DeleteConfigurationCommand_base: {
24
24
  new (input: DeleteConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an MSK Configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteConfigurationCommand_base: {
66
66
  * @throws {@link KafkaServiceException}
67
67
  * <p>Base exception class for all service exceptions from Kafka service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteReplicatorCommandOutput extends DeleteReplicatorResponse,
22
22
  }
23
23
  declare const DeleteReplicatorCommand_base: {
24
24
  new (input: DeleteReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a replicator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteReplicatorCommand_base: {
76
76
  * @throws {@link KafkaServiceException}
77
77
  * <p>Base exception class for all service exceptions from Kafka service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteReplicatorCommand extends DeleteReplicatorCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteVpcConnectionCommandOutput extends DeleteVpcConnectionRes
22
22
  }
23
23
  declare const DeleteVpcConnectionCommand_base: {
24
24
  new (input: DeleteVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a MSK VPC connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteVpcConnectionCommand_base: {
66
66
  * @throws {@link KafkaServiceException}
67
67
  * <p>Base exception class for all service exceptions from Kafka service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteVpcConnectionCommand extends DeleteVpcConnectionCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
22
22
  }
23
23
  declare const DescribeClusterCommand_base: {
24
24
  new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -190,6 +190,7 @@ declare const DescribeClusterCommand_base: {
190
190
  * @throws {@link KafkaServiceException}
191
191
  * <p>Base exception class for all service exceptions from Kafka service.</p>
192
192
  *
193
+ * @public
193
194
  */
194
195
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
195
196
  }
@@ -22,10 +22,10 @@ export interface DescribeClusterOperationCommandOutput extends DescribeClusterOp
22
22
  }
23
23
  declare const DescribeClusterOperationCommand_base: {
24
24
  new (input: DescribeClusterOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClusterOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of the cluster operation specified by the ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -289,6 +289,7 @@ declare const DescribeClusterOperationCommand_base: {
289
289
  * @throws {@link KafkaServiceException}
290
290
  * <p>Base exception class for all service exceptions from Kafka service.</p>
291
291
  *
292
+ * @public
292
293
  */
293
294
  export declare class DescribeClusterOperationCommand extends DescribeClusterOperationCommand_base {
294
295
  }
@@ -22,10 +22,10 @@ export interface DescribeClusterOperationV2CommandOutput extends DescribeCluster
22
22
  }
23
23
  declare const DescribeClusterOperationV2Command_base: {
24
24
  new (input: DescribeClusterOperationV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClusterOperationV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of the cluster operation specified by the ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -308,6 +308,7 @@ declare const DescribeClusterOperationV2Command_base: {
308
308
  * @throws {@link KafkaServiceException}
309
309
  * <p>Base exception class for all service exceptions from Kafka service.</p>
310
310
  *
311
+ * @public
311
312
  */
312
313
  export declare class DescribeClusterOperationV2Command extends DescribeClusterOperationV2Command_base {
313
314
  }
@@ -22,10 +22,10 @@ export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Respons
22
22
  }
23
23
  declare const DescribeClusterV2Command_base: {
24
24
  new (input: DescribeClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -210,6 +210,7 @@ declare const DescribeClusterV2Command_base: {
210
210
  * @throws {@link KafkaServiceException}
211
211
  * <p>Base exception class for all service exceptions from Kafka service.</p>
212
212
  *
213
+ * @public
213
214
  */
214
215
  export declare class DescribeClusterV2Command extends DescribeClusterV2Command_base {
215
216
  }
@@ -22,10 +22,10 @@ export interface DescribeConfigurationCommandOutput extends DescribeConfiguratio
22
22
  }
23
23
  declare const DescribeConfigurationCommand_base: {
24
24
  new (input: DescribeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of this MSK configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const DescribeConfigurationCommand_base: {
83
83
  * @throws {@link KafkaServiceException}
84
84
  * <p>Base exception class for all service exceptions from Kafka service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DescribeConfigurationCommand extends DescribeConfigurationCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DescribeConfigurationRevisionCommandOutput extends DescribeConf
22
22
  }
23
23
  declare const DescribeConfigurationRevisionCommand_base: {
24
24
  new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConfigurationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of this revision of the configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DescribeConfigurationRevisionCommand_base: {
76
76
  * @throws {@link KafkaServiceException}
77
77
  * <p>Base exception class for all service exceptions from Kafka service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeConfigurationRevisionCommand extends DescribeConfigurationRevisionCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeReplicatorCommandOutput extends DescribeReplicatorRespo
22
22
  }
23
23
  declare const DescribeReplicatorCommand_base: {
24
24
  new (input: DescribeReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a replicator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -136,6 +136,7 @@ declare const DescribeReplicatorCommand_base: {
136
136
  * @throws {@link KafkaServiceException}
137
137
  * <p>Base exception class for all service exceptions from Kafka service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class DescribeReplicatorCommand extends DescribeReplicatorCommand_base {
141
142
  }
@@ -22,10 +22,10 @@ export interface DescribeVpcConnectionCommandOutput extends DescribeVpcConnectio
22
22
  }
23
23
  declare const DescribeVpcConnectionCommand_base: {
24
24
  new (input: DescribeVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of this MSK VPC connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const DescribeVpcConnectionCommand_base: {
85
85
  * @throws {@link KafkaServiceException}
86
86
  * <p>Base exception class for all service exceptions from Kafka service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DescribeVpcConnectionCommand extends DescribeVpcConnectionCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersRes
22
22
  }
23
23
  declare const GetBootstrapBrokersCommand_base: {
24
24
  new (input: GetBootstrapBrokersCommandInput): import("@smithy/smithy-client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBootstrapBrokersCommandInput): import("@smithy/smithy-client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A list of brokers that a client application can use to bootstrap.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetBootstrapBrokersCommand_base: {
77
77
  * @throws {@link KafkaServiceException}
78
78
  * <p>Base exception class for all service exceptions from Kafka service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetBootstrapBrokersCommand extends GetBootstrapBrokersCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetClusterPolicyCommandOutput extends GetClusterPolicyResponse,
22
22
  }
23
23
  declare const GetClusterPolicyCommand_base: {
24
24
  new (input: GetClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const GetClusterPolicyCommand_base: {
66
66
  * @throws {@link KafkaServiceException}
67
67
  * <p>Base exception class for all service exceptions from Kafka service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class GetClusterPolicyCommand extends GetClusterPolicyCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKa
22
22
  }
23
23
  declare const GetCompatibleKafkaVersionsCommand_base: {
24
24
  new (input: GetCompatibleKafkaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetCompatibleKafkaVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the Apache Kafka versions to which you can update the MSK cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetCompatibleKafkaVersionsCommand_base: {
81
81
  * @throws {@link KafkaServiceException}
82
82
  * <p>Base exception class for all service exceptions from Kafka service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetCompatibleKafkaVersionsCommand extends GetCompatibleKafkaVersionsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListClientVpcConnectionsCommandOutput extends ListClientVpcConn
22
22
  }
23
23
  declare const ListClientVpcConnectionsCommand_base: {
24
24
  new (input: ListClientVpcConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListClientVpcConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all the VPC connections in this Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListClientVpcConnectionsCommand_base: {
79
79
  * @throws {@link KafkaServiceException}
80
80
  * <p>Base exception class for all service exceptions from Kafka service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListClientVpcConnectionsCommand extends ListClientVpcConnectionsCommand_base {
84
85
  }