@aws-sdk/client-kafka 3.1087.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Kafka.d.ts +197 -215
- package/dist-types/ts3.4/KafkaClient.d.ts +21 -49
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +14 -51
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -27,10 +27,7 @@ import {
|
|
|
27
27
|
CreateReplicatorCommandInput,
|
|
28
28
|
CreateReplicatorCommandOutput,
|
|
29
29
|
} from "./commands/CreateReplicatorCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateTopicCommandInput,
|
|
32
|
-
CreateTopicCommandOutput,
|
|
33
|
-
} from "./commands/CreateTopicCommand";
|
|
30
|
+
import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
|
|
34
31
|
import {
|
|
35
32
|
CreateVpcConnectionCommandInput,
|
|
36
33
|
CreateVpcConnectionCommandOutput,
|
|
@@ -51,10 +48,7 @@ import {
|
|
|
51
48
|
DeleteReplicatorCommandInput,
|
|
52
49
|
DeleteReplicatorCommandOutput,
|
|
53
50
|
} from "./commands/DeleteReplicatorCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteTopicCommandInput,
|
|
56
|
-
DeleteTopicCommandOutput,
|
|
57
|
-
} from "./commands/DeleteTopicCommand";
|
|
51
|
+
import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
|
|
58
52
|
import {
|
|
59
53
|
DeleteVpcConnectionCommandInput,
|
|
60
54
|
DeleteVpcConnectionCommandOutput,
|
|
@@ -143,10 +137,7 @@ import {
|
|
|
143
137
|
ListKafkaVersionsCommandInput,
|
|
144
138
|
ListKafkaVersionsCommandOutput,
|
|
145
139
|
} from "./commands/ListKafkaVersionsCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListNodesCommandInput,
|
|
148
|
-
ListNodesCommandOutput,
|
|
149
|
-
} from "./commands/ListNodesCommand";
|
|
140
|
+
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
150
141
|
import {
|
|
151
142
|
ListReplicatorsCommandInput,
|
|
152
143
|
ListReplicatorsCommandOutput,
|
|
@@ -159,10 +150,7 @@ import {
|
|
|
159
150
|
ListTagsForResourceCommandInput,
|
|
160
151
|
ListTagsForResourceCommandOutput,
|
|
161
152
|
} from "./commands/ListTagsForResourceCommand";
|
|
162
|
-
import {
|
|
163
|
-
ListTopicsCommandInput,
|
|
164
|
-
ListTopicsCommandOutput,
|
|
165
|
-
} from "./commands/ListTopicsCommand";
|
|
153
|
+
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
166
154
|
import {
|
|
167
155
|
ListVpcConnectionsCommandInput,
|
|
168
156
|
ListVpcConnectionsCommandOutput,
|
|
@@ -179,10 +167,7 @@ import {
|
|
|
179
167
|
RejectClientVpcConnectionCommandInput,
|
|
180
168
|
RejectClientVpcConnectionCommandOutput,
|
|
181
169
|
} from "./commands/RejectClientVpcConnectionCommand";
|
|
182
|
-
import {
|
|
183
|
-
TagResourceCommandInput,
|
|
184
|
-
TagResourceCommandOutput,
|
|
185
|
-
} from "./commands/TagResourceCommand";
|
|
170
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
186
171
|
import {
|
|
187
172
|
UntagResourceCommandInput,
|
|
188
173
|
UntagResourceCommandOutput,
|
|
@@ -235,883 +220,880 @@ import {
|
|
|
235
220
|
UpdateStorageCommandInput,
|
|
236
221
|
UpdateStorageCommandOutput,
|
|
237
222
|
} from "./commands/UpdateStorageCommand";
|
|
238
|
-
import {
|
|
239
|
-
UpdateTopicCommandInput,
|
|
240
|
-
UpdateTopicCommandOutput,
|
|
241
|
-
} from "./commands/UpdateTopicCommand";
|
|
223
|
+
import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
|
|
242
224
|
import { KafkaClient } from "./KafkaClient";
|
|
243
225
|
export interface Kafka {
|
|
244
226
|
batchAssociateScramSecret(
|
|
245
227
|
args: BatchAssociateScramSecretCommandInput,
|
|
246
|
-
options?: __HttpHandlerOptions
|
|
228
|
+
options?: __HttpHandlerOptions,
|
|
247
229
|
): Promise<BatchAssociateScramSecretCommandOutput>;
|
|
248
230
|
batchAssociateScramSecret(
|
|
249
231
|
args: BatchAssociateScramSecretCommandInput,
|
|
250
|
-
cb: (err: any, data?: BatchAssociateScramSecretCommandOutput) => void
|
|
232
|
+
cb: (err: any, data?: BatchAssociateScramSecretCommandOutput) => void,
|
|
251
233
|
): void;
|
|
252
234
|
batchAssociateScramSecret(
|
|
253
235
|
args: BatchAssociateScramSecretCommandInput,
|
|
254
236
|
options: __HttpHandlerOptions,
|
|
255
|
-
cb: (err: any, data?: BatchAssociateScramSecretCommandOutput) => void
|
|
237
|
+
cb: (err: any, data?: BatchAssociateScramSecretCommandOutput) => void,
|
|
256
238
|
): void;
|
|
257
239
|
batchDisassociateScramSecret(
|
|
258
240
|
args: BatchDisassociateScramSecretCommandInput,
|
|
259
|
-
options?: __HttpHandlerOptions
|
|
241
|
+
options?: __HttpHandlerOptions,
|
|
260
242
|
): Promise<BatchDisassociateScramSecretCommandOutput>;
|
|
261
243
|
batchDisassociateScramSecret(
|
|
262
244
|
args: BatchDisassociateScramSecretCommandInput,
|
|
263
|
-
cb: (err: any, data?: BatchDisassociateScramSecretCommandOutput) => void
|
|
245
|
+
cb: (err: any, data?: BatchDisassociateScramSecretCommandOutput) => void,
|
|
264
246
|
): void;
|
|
265
247
|
batchDisassociateScramSecret(
|
|
266
248
|
args: BatchDisassociateScramSecretCommandInput,
|
|
267
249
|
options: __HttpHandlerOptions,
|
|
268
|
-
cb: (err: any, data?: BatchDisassociateScramSecretCommandOutput) => void
|
|
250
|
+
cb: (err: any, data?: BatchDisassociateScramSecretCommandOutput) => void,
|
|
269
251
|
): void;
|
|
270
252
|
createCluster(
|
|
271
253
|
args: CreateClusterCommandInput,
|
|
272
|
-
options?: __HttpHandlerOptions
|
|
254
|
+
options?: __HttpHandlerOptions,
|
|
273
255
|
): Promise<CreateClusterCommandOutput>;
|
|
274
256
|
createCluster(
|
|
275
257
|
args: CreateClusterCommandInput,
|
|
276
|
-
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
258
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void,
|
|
277
259
|
): void;
|
|
278
260
|
createCluster(
|
|
279
261
|
args: CreateClusterCommandInput,
|
|
280
262
|
options: __HttpHandlerOptions,
|
|
281
|
-
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
263
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void,
|
|
282
264
|
): void;
|
|
283
265
|
createClusterV2(
|
|
284
266
|
args: CreateClusterV2CommandInput,
|
|
285
|
-
options?: __HttpHandlerOptions
|
|
267
|
+
options?: __HttpHandlerOptions,
|
|
286
268
|
): Promise<CreateClusterV2CommandOutput>;
|
|
287
269
|
createClusterV2(
|
|
288
270
|
args: CreateClusterV2CommandInput,
|
|
289
|
-
cb: (err: any, data?: CreateClusterV2CommandOutput) => void
|
|
271
|
+
cb: (err: any, data?: CreateClusterV2CommandOutput) => void,
|
|
290
272
|
): void;
|
|
291
273
|
createClusterV2(
|
|
292
274
|
args: CreateClusterV2CommandInput,
|
|
293
275
|
options: __HttpHandlerOptions,
|
|
294
|
-
cb: (err: any, data?: CreateClusterV2CommandOutput) => void
|
|
276
|
+
cb: (err: any, data?: CreateClusterV2CommandOutput) => void,
|
|
295
277
|
): void;
|
|
296
278
|
createConfiguration(
|
|
297
279
|
args: CreateConfigurationCommandInput,
|
|
298
|
-
options?: __HttpHandlerOptions
|
|
280
|
+
options?: __HttpHandlerOptions,
|
|
299
281
|
): Promise<CreateConfigurationCommandOutput>;
|
|
300
282
|
createConfiguration(
|
|
301
283
|
args: CreateConfigurationCommandInput,
|
|
302
|
-
cb: (err: any, data?: CreateConfigurationCommandOutput) => void
|
|
284
|
+
cb: (err: any, data?: CreateConfigurationCommandOutput) => void,
|
|
303
285
|
): void;
|
|
304
286
|
createConfiguration(
|
|
305
287
|
args: CreateConfigurationCommandInput,
|
|
306
288
|
options: __HttpHandlerOptions,
|
|
307
|
-
cb: (err: any, data?: CreateConfigurationCommandOutput) => void
|
|
289
|
+
cb: (err: any, data?: CreateConfigurationCommandOutput) => void,
|
|
308
290
|
): void;
|
|
309
291
|
createReplicator(
|
|
310
292
|
args: CreateReplicatorCommandInput,
|
|
311
|
-
options?: __HttpHandlerOptions
|
|
293
|
+
options?: __HttpHandlerOptions,
|
|
312
294
|
): Promise<CreateReplicatorCommandOutput>;
|
|
313
295
|
createReplicator(
|
|
314
296
|
args: CreateReplicatorCommandInput,
|
|
315
|
-
cb: (err: any, data?: CreateReplicatorCommandOutput) => void
|
|
297
|
+
cb: (err: any, data?: CreateReplicatorCommandOutput) => void,
|
|
316
298
|
): void;
|
|
317
299
|
createReplicator(
|
|
318
300
|
args: CreateReplicatorCommandInput,
|
|
319
301
|
options: __HttpHandlerOptions,
|
|
320
|
-
cb: (err: any, data?: CreateReplicatorCommandOutput) => void
|
|
302
|
+
cb: (err: any, data?: CreateReplicatorCommandOutput) => void,
|
|
321
303
|
): void;
|
|
322
304
|
createTopic(
|
|
323
305
|
args: CreateTopicCommandInput,
|
|
324
|
-
options?: __HttpHandlerOptions
|
|
306
|
+
options?: __HttpHandlerOptions,
|
|
325
307
|
): Promise<CreateTopicCommandOutput>;
|
|
326
308
|
createTopic(
|
|
327
309
|
args: CreateTopicCommandInput,
|
|
328
|
-
cb: (err: any, data?: CreateTopicCommandOutput) => void
|
|
310
|
+
cb: (err: any, data?: CreateTopicCommandOutput) => void,
|
|
329
311
|
): void;
|
|
330
312
|
createTopic(
|
|
331
313
|
args: CreateTopicCommandInput,
|
|
332
314
|
options: __HttpHandlerOptions,
|
|
333
|
-
cb: (err: any, data?: CreateTopicCommandOutput) => void
|
|
315
|
+
cb: (err: any, data?: CreateTopicCommandOutput) => void,
|
|
334
316
|
): void;
|
|
335
317
|
createVpcConnection(
|
|
336
318
|
args: CreateVpcConnectionCommandInput,
|
|
337
|
-
options?: __HttpHandlerOptions
|
|
319
|
+
options?: __HttpHandlerOptions,
|
|
338
320
|
): Promise<CreateVpcConnectionCommandOutput>;
|
|
339
321
|
createVpcConnection(
|
|
340
322
|
args: CreateVpcConnectionCommandInput,
|
|
341
|
-
cb: (err: any, data?: CreateVpcConnectionCommandOutput) => void
|
|
323
|
+
cb: (err: any, data?: CreateVpcConnectionCommandOutput) => void,
|
|
342
324
|
): void;
|
|
343
325
|
createVpcConnection(
|
|
344
326
|
args: CreateVpcConnectionCommandInput,
|
|
345
327
|
options: __HttpHandlerOptions,
|
|
346
|
-
cb: (err: any, data?: CreateVpcConnectionCommandOutput) => void
|
|
328
|
+
cb: (err: any, data?: CreateVpcConnectionCommandOutput) => void,
|
|
347
329
|
): void;
|
|
348
330
|
deleteCluster(
|
|
349
331
|
args: DeleteClusterCommandInput,
|
|
350
|
-
options?: __HttpHandlerOptions
|
|
332
|
+
options?: __HttpHandlerOptions,
|
|
351
333
|
): Promise<DeleteClusterCommandOutput>;
|
|
352
334
|
deleteCluster(
|
|
353
335
|
args: DeleteClusterCommandInput,
|
|
354
|
-
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void,
|
|
355
337
|
): void;
|
|
356
338
|
deleteCluster(
|
|
357
339
|
args: DeleteClusterCommandInput,
|
|
358
340
|
options: __HttpHandlerOptions,
|
|
359
|
-
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
341
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void,
|
|
360
342
|
): void;
|
|
361
343
|
deleteClusterPolicy(
|
|
362
344
|
args: DeleteClusterPolicyCommandInput,
|
|
363
|
-
options?: __HttpHandlerOptions
|
|
345
|
+
options?: __HttpHandlerOptions,
|
|
364
346
|
): Promise<DeleteClusterPolicyCommandOutput>;
|
|
365
347
|
deleteClusterPolicy(
|
|
366
348
|
args: DeleteClusterPolicyCommandInput,
|
|
367
|
-
cb: (err: any, data?: DeleteClusterPolicyCommandOutput) => void
|
|
349
|
+
cb: (err: any, data?: DeleteClusterPolicyCommandOutput) => void,
|
|
368
350
|
): void;
|
|
369
351
|
deleteClusterPolicy(
|
|
370
352
|
args: DeleteClusterPolicyCommandInput,
|
|
371
353
|
options: __HttpHandlerOptions,
|
|
372
|
-
cb: (err: any, data?: DeleteClusterPolicyCommandOutput) => void
|
|
354
|
+
cb: (err: any, data?: DeleteClusterPolicyCommandOutput) => void,
|
|
373
355
|
): void;
|
|
374
356
|
deleteConfiguration(
|
|
375
357
|
args: DeleteConfigurationCommandInput,
|
|
376
|
-
options?: __HttpHandlerOptions
|
|
358
|
+
options?: __HttpHandlerOptions,
|
|
377
359
|
): Promise<DeleteConfigurationCommandOutput>;
|
|
378
360
|
deleteConfiguration(
|
|
379
361
|
args: DeleteConfigurationCommandInput,
|
|
380
|
-
cb: (err: any, data?: DeleteConfigurationCommandOutput) => void
|
|
362
|
+
cb: (err: any, data?: DeleteConfigurationCommandOutput) => void,
|
|
381
363
|
): void;
|
|
382
364
|
deleteConfiguration(
|
|
383
365
|
args: DeleteConfigurationCommandInput,
|
|
384
366
|
options: __HttpHandlerOptions,
|
|
385
|
-
cb: (err: any, data?: DeleteConfigurationCommandOutput) => void
|
|
367
|
+
cb: (err: any, data?: DeleteConfigurationCommandOutput) => void,
|
|
386
368
|
): void;
|
|
387
369
|
deleteReplicator(
|
|
388
370
|
args: DeleteReplicatorCommandInput,
|
|
389
|
-
options?: __HttpHandlerOptions
|
|
371
|
+
options?: __HttpHandlerOptions,
|
|
390
372
|
): Promise<DeleteReplicatorCommandOutput>;
|
|
391
373
|
deleteReplicator(
|
|
392
374
|
args: DeleteReplicatorCommandInput,
|
|
393
|
-
cb: (err: any, data?: DeleteReplicatorCommandOutput) => void
|
|
375
|
+
cb: (err: any, data?: DeleteReplicatorCommandOutput) => void,
|
|
394
376
|
): void;
|
|
395
377
|
deleteReplicator(
|
|
396
378
|
args: DeleteReplicatorCommandInput,
|
|
397
379
|
options: __HttpHandlerOptions,
|
|
398
|
-
cb: (err: any, data?: DeleteReplicatorCommandOutput) => void
|
|
380
|
+
cb: (err: any, data?: DeleteReplicatorCommandOutput) => void,
|
|
399
381
|
): void;
|
|
400
382
|
deleteTopic(
|
|
401
383
|
args: DeleteTopicCommandInput,
|
|
402
|
-
options?: __HttpHandlerOptions
|
|
384
|
+
options?: __HttpHandlerOptions,
|
|
403
385
|
): Promise<DeleteTopicCommandOutput>;
|
|
404
386
|
deleteTopic(
|
|
405
387
|
args: DeleteTopicCommandInput,
|
|
406
|
-
cb: (err: any, data?: DeleteTopicCommandOutput) => void
|
|
388
|
+
cb: (err: any, data?: DeleteTopicCommandOutput) => void,
|
|
407
389
|
): void;
|
|
408
390
|
deleteTopic(
|
|
409
391
|
args: DeleteTopicCommandInput,
|
|
410
392
|
options: __HttpHandlerOptions,
|
|
411
|
-
cb: (err: any, data?: DeleteTopicCommandOutput) => void
|
|
393
|
+
cb: (err: any, data?: DeleteTopicCommandOutput) => void,
|
|
412
394
|
): void;
|
|
413
395
|
deleteVpcConnection(
|
|
414
396
|
args: DeleteVpcConnectionCommandInput,
|
|
415
|
-
options?: __HttpHandlerOptions
|
|
397
|
+
options?: __HttpHandlerOptions,
|
|
416
398
|
): Promise<DeleteVpcConnectionCommandOutput>;
|
|
417
399
|
deleteVpcConnection(
|
|
418
400
|
args: DeleteVpcConnectionCommandInput,
|
|
419
|
-
cb: (err: any, data?: DeleteVpcConnectionCommandOutput) => void
|
|
401
|
+
cb: (err: any, data?: DeleteVpcConnectionCommandOutput) => void,
|
|
420
402
|
): void;
|
|
421
403
|
deleteVpcConnection(
|
|
422
404
|
args: DeleteVpcConnectionCommandInput,
|
|
423
405
|
options: __HttpHandlerOptions,
|
|
424
|
-
cb: (err: any, data?: DeleteVpcConnectionCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: DeleteVpcConnectionCommandOutput) => void,
|
|
425
407
|
): void;
|
|
426
408
|
describeCluster(
|
|
427
409
|
args: DescribeClusterCommandInput,
|
|
428
|
-
options?: __HttpHandlerOptions
|
|
410
|
+
options?: __HttpHandlerOptions,
|
|
429
411
|
): Promise<DescribeClusterCommandOutput>;
|
|
430
412
|
describeCluster(
|
|
431
413
|
args: DescribeClusterCommandInput,
|
|
432
|
-
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void,
|
|
433
415
|
): void;
|
|
434
416
|
describeCluster(
|
|
435
417
|
args: DescribeClusterCommandInput,
|
|
436
418
|
options: __HttpHandlerOptions,
|
|
437
|
-
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void,
|
|
438
420
|
): void;
|
|
439
421
|
describeClusterOperation(
|
|
440
422
|
args: DescribeClusterOperationCommandInput,
|
|
441
|
-
options?: __HttpHandlerOptions
|
|
423
|
+
options?: __HttpHandlerOptions,
|
|
442
424
|
): Promise<DescribeClusterOperationCommandOutput>;
|
|
443
425
|
describeClusterOperation(
|
|
444
426
|
args: DescribeClusterOperationCommandInput,
|
|
445
|
-
cb: (err: any, data?: DescribeClusterOperationCommandOutput) => void
|
|
427
|
+
cb: (err: any, data?: DescribeClusterOperationCommandOutput) => void,
|
|
446
428
|
): void;
|
|
447
429
|
describeClusterOperation(
|
|
448
430
|
args: DescribeClusterOperationCommandInput,
|
|
449
431
|
options: __HttpHandlerOptions,
|
|
450
|
-
cb: (err: any, data?: DescribeClusterOperationCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: DescribeClusterOperationCommandOutput) => void,
|
|
451
433
|
): void;
|
|
452
434
|
describeClusterOperationV2(
|
|
453
435
|
args: DescribeClusterOperationV2CommandInput,
|
|
454
|
-
options?: __HttpHandlerOptions
|
|
436
|
+
options?: __HttpHandlerOptions,
|
|
455
437
|
): Promise<DescribeClusterOperationV2CommandOutput>;
|
|
456
438
|
describeClusterOperationV2(
|
|
457
439
|
args: DescribeClusterOperationV2CommandInput,
|
|
458
|
-
cb: (err: any, data?: DescribeClusterOperationV2CommandOutput) => void
|
|
440
|
+
cb: (err: any, data?: DescribeClusterOperationV2CommandOutput) => void,
|
|
459
441
|
): void;
|
|
460
442
|
describeClusterOperationV2(
|
|
461
443
|
args: DescribeClusterOperationV2CommandInput,
|
|
462
444
|
options: __HttpHandlerOptions,
|
|
463
|
-
cb: (err: any, data?: DescribeClusterOperationV2CommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: DescribeClusterOperationV2CommandOutput) => void,
|
|
464
446
|
): void;
|
|
465
447
|
describeClusterV2(
|
|
466
448
|
args: DescribeClusterV2CommandInput,
|
|
467
|
-
options?: __HttpHandlerOptions
|
|
449
|
+
options?: __HttpHandlerOptions,
|
|
468
450
|
): Promise<DescribeClusterV2CommandOutput>;
|
|
469
451
|
describeClusterV2(
|
|
470
452
|
args: DescribeClusterV2CommandInput,
|
|
471
|
-
cb: (err: any, data?: DescribeClusterV2CommandOutput) => void
|
|
453
|
+
cb: (err: any, data?: DescribeClusterV2CommandOutput) => void,
|
|
472
454
|
): void;
|
|
473
455
|
describeClusterV2(
|
|
474
456
|
args: DescribeClusterV2CommandInput,
|
|
475
457
|
options: __HttpHandlerOptions,
|
|
476
|
-
cb: (err: any, data?: DescribeClusterV2CommandOutput) => void
|
|
458
|
+
cb: (err: any, data?: DescribeClusterV2CommandOutput) => void,
|
|
477
459
|
): void;
|
|
478
460
|
describeConfiguration(
|
|
479
461
|
args: DescribeConfigurationCommandInput,
|
|
480
|
-
options?: __HttpHandlerOptions
|
|
462
|
+
options?: __HttpHandlerOptions,
|
|
481
463
|
): Promise<DescribeConfigurationCommandOutput>;
|
|
482
464
|
describeConfiguration(
|
|
483
465
|
args: DescribeConfigurationCommandInput,
|
|
484
|
-
cb: (err: any, data?: DescribeConfigurationCommandOutput) => void
|
|
466
|
+
cb: (err: any, data?: DescribeConfigurationCommandOutput) => void,
|
|
485
467
|
): void;
|
|
486
468
|
describeConfiguration(
|
|
487
469
|
args: DescribeConfigurationCommandInput,
|
|
488
470
|
options: __HttpHandlerOptions,
|
|
489
|
-
cb: (err: any, data?: DescribeConfigurationCommandOutput) => void
|
|
471
|
+
cb: (err: any, data?: DescribeConfigurationCommandOutput) => void,
|
|
490
472
|
): void;
|
|
491
473
|
describeConfigurationRevision(
|
|
492
474
|
args: DescribeConfigurationRevisionCommandInput,
|
|
493
|
-
options?: __HttpHandlerOptions
|
|
475
|
+
options?: __HttpHandlerOptions,
|
|
494
476
|
): Promise<DescribeConfigurationRevisionCommandOutput>;
|
|
495
477
|
describeConfigurationRevision(
|
|
496
478
|
args: DescribeConfigurationRevisionCommandInput,
|
|
497
|
-
cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void
|
|
479
|
+
cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void,
|
|
498
480
|
): void;
|
|
499
481
|
describeConfigurationRevision(
|
|
500
482
|
args: DescribeConfigurationRevisionCommandInput,
|
|
501
483
|
options: __HttpHandlerOptions,
|
|
502
|
-
cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void
|
|
484
|
+
cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void,
|
|
503
485
|
): void;
|
|
504
486
|
describeReplicator(
|
|
505
487
|
args: DescribeReplicatorCommandInput,
|
|
506
|
-
options?: __HttpHandlerOptions
|
|
488
|
+
options?: __HttpHandlerOptions,
|
|
507
489
|
): Promise<DescribeReplicatorCommandOutput>;
|
|
508
490
|
describeReplicator(
|
|
509
491
|
args: DescribeReplicatorCommandInput,
|
|
510
|
-
cb: (err: any, data?: DescribeReplicatorCommandOutput) => void
|
|
492
|
+
cb: (err: any, data?: DescribeReplicatorCommandOutput) => void,
|
|
511
493
|
): void;
|
|
512
494
|
describeReplicator(
|
|
513
495
|
args: DescribeReplicatorCommandInput,
|
|
514
496
|
options: __HttpHandlerOptions,
|
|
515
|
-
cb: (err: any, data?: DescribeReplicatorCommandOutput) => void
|
|
497
|
+
cb: (err: any, data?: DescribeReplicatorCommandOutput) => void,
|
|
516
498
|
): void;
|
|
517
499
|
describeTopic(
|
|
518
500
|
args: DescribeTopicCommandInput,
|
|
519
|
-
options?: __HttpHandlerOptions
|
|
501
|
+
options?: __HttpHandlerOptions,
|
|
520
502
|
): Promise<DescribeTopicCommandOutput>;
|
|
521
503
|
describeTopic(
|
|
522
504
|
args: DescribeTopicCommandInput,
|
|
523
|
-
cb: (err: any, data?: DescribeTopicCommandOutput) => void
|
|
505
|
+
cb: (err: any, data?: DescribeTopicCommandOutput) => void,
|
|
524
506
|
): void;
|
|
525
507
|
describeTopic(
|
|
526
508
|
args: DescribeTopicCommandInput,
|
|
527
509
|
options: __HttpHandlerOptions,
|
|
528
|
-
cb: (err: any, data?: DescribeTopicCommandOutput) => void
|
|
510
|
+
cb: (err: any, data?: DescribeTopicCommandOutput) => void,
|
|
529
511
|
): void;
|
|
530
512
|
describeTopicPartitions(
|
|
531
513
|
args: DescribeTopicPartitionsCommandInput,
|
|
532
|
-
options?: __HttpHandlerOptions
|
|
514
|
+
options?: __HttpHandlerOptions,
|
|
533
515
|
): Promise<DescribeTopicPartitionsCommandOutput>;
|
|
534
516
|
describeTopicPartitions(
|
|
535
517
|
args: DescribeTopicPartitionsCommandInput,
|
|
536
|
-
cb: (err: any, data?: DescribeTopicPartitionsCommandOutput) => void
|
|
518
|
+
cb: (err: any, data?: DescribeTopicPartitionsCommandOutput) => void,
|
|
537
519
|
): void;
|
|
538
520
|
describeTopicPartitions(
|
|
539
521
|
args: DescribeTopicPartitionsCommandInput,
|
|
540
522
|
options: __HttpHandlerOptions,
|
|
541
|
-
cb: (err: any, data?: DescribeTopicPartitionsCommandOutput) => void
|
|
523
|
+
cb: (err: any, data?: DescribeTopicPartitionsCommandOutput) => void,
|
|
542
524
|
): void;
|
|
543
525
|
describeVpcConnection(
|
|
544
526
|
args: DescribeVpcConnectionCommandInput,
|
|
545
|
-
options?: __HttpHandlerOptions
|
|
527
|
+
options?: __HttpHandlerOptions,
|
|
546
528
|
): Promise<DescribeVpcConnectionCommandOutput>;
|
|
547
529
|
describeVpcConnection(
|
|
548
530
|
args: DescribeVpcConnectionCommandInput,
|
|
549
|
-
cb: (err: any, data?: DescribeVpcConnectionCommandOutput) => void
|
|
531
|
+
cb: (err: any, data?: DescribeVpcConnectionCommandOutput) => void,
|
|
550
532
|
): void;
|
|
551
533
|
describeVpcConnection(
|
|
552
534
|
args: DescribeVpcConnectionCommandInput,
|
|
553
535
|
options: __HttpHandlerOptions,
|
|
554
|
-
cb: (err: any, data?: DescribeVpcConnectionCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: DescribeVpcConnectionCommandOutput) => void,
|
|
555
537
|
): void;
|
|
556
538
|
getBootstrapBrokers(
|
|
557
539
|
args: GetBootstrapBrokersCommandInput,
|
|
558
|
-
options?: __HttpHandlerOptions
|
|
540
|
+
options?: __HttpHandlerOptions,
|
|
559
541
|
): Promise<GetBootstrapBrokersCommandOutput>;
|
|
560
542
|
getBootstrapBrokers(
|
|
561
543
|
args: GetBootstrapBrokersCommandInput,
|
|
562
|
-
cb: (err: any, data?: GetBootstrapBrokersCommandOutput) => void
|
|
544
|
+
cb: (err: any, data?: GetBootstrapBrokersCommandOutput) => void,
|
|
563
545
|
): void;
|
|
564
546
|
getBootstrapBrokers(
|
|
565
547
|
args: GetBootstrapBrokersCommandInput,
|
|
566
548
|
options: __HttpHandlerOptions,
|
|
567
|
-
cb: (err: any, data?: GetBootstrapBrokersCommandOutput) => void
|
|
549
|
+
cb: (err: any, data?: GetBootstrapBrokersCommandOutput) => void,
|
|
568
550
|
): void;
|
|
569
551
|
getClusterPolicy(
|
|
570
552
|
args: GetClusterPolicyCommandInput,
|
|
571
|
-
options?: __HttpHandlerOptions
|
|
553
|
+
options?: __HttpHandlerOptions,
|
|
572
554
|
): Promise<GetClusterPolicyCommandOutput>;
|
|
573
555
|
getClusterPolicy(
|
|
574
556
|
args: GetClusterPolicyCommandInput,
|
|
575
|
-
cb: (err: any, data?: GetClusterPolicyCommandOutput) => void
|
|
557
|
+
cb: (err: any, data?: GetClusterPolicyCommandOutput) => void,
|
|
576
558
|
): void;
|
|
577
559
|
getClusterPolicy(
|
|
578
560
|
args: GetClusterPolicyCommandInput,
|
|
579
561
|
options: __HttpHandlerOptions,
|
|
580
|
-
cb: (err: any, data?: GetClusterPolicyCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: GetClusterPolicyCommandOutput) => void,
|
|
581
563
|
): void;
|
|
582
564
|
getCompatibleKafkaVersions(): Promise<GetCompatibleKafkaVersionsCommandOutput>;
|
|
583
565
|
getCompatibleKafkaVersions(
|
|
584
566
|
args: GetCompatibleKafkaVersionsCommandInput,
|
|
585
|
-
options?: __HttpHandlerOptions
|
|
567
|
+
options?: __HttpHandlerOptions,
|
|
586
568
|
): Promise<GetCompatibleKafkaVersionsCommandOutput>;
|
|
587
569
|
getCompatibleKafkaVersions(
|
|
588
570
|
args: GetCompatibleKafkaVersionsCommandInput,
|
|
589
|
-
cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void
|
|
571
|
+
cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void,
|
|
590
572
|
): void;
|
|
591
573
|
getCompatibleKafkaVersions(
|
|
592
574
|
args: GetCompatibleKafkaVersionsCommandInput,
|
|
593
575
|
options: __HttpHandlerOptions,
|
|
594
|
-
cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void
|
|
576
|
+
cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void,
|
|
595
577
|
): void;
|
|
596
578
|
listClientVpcConnections(
|
|
597
579
|
args: ListClientVpcConnectionsCommandInput,
|
|
598
|
-
options?: __HttpHandlerOptions
|
|
580
|
+
options?: __HttpHandlerOptions,
|
|
599
581
|
): Promise<ListClientVpcConnectionsCommandOutput>;
|
|
600
582
|
listClientVpcConnections(
|
|
601
583
|
args: ListClientVpcConnectionsCommandInput,
|
|
602
|
-
cb: (err: any, data?: ListClientVpcConnectionsCommandOutput) => void
|
|
584
|
+
cb: (err: any, data?: ListClientVpcConnectionsCommandOutput) => void,
|
|
603
585
|
): void;
|
|
604
586
|
listClientVpcConnections(
|
|
605
587
|
args: ListClientVpcConnectionsCommandInput,
|
|
606
588
|
options: __HttpHandlerOptions,
|
|
607
|
-
cb: (err: any, data?: ListClientVpcConnectionsCommandOutput) => void
|
|
589
|
+
cb: (err: any, data?: ListClientVpcConnectionsCommandOutput) => void,
|
|
608
590
|
): void;
|
|
609
591
|
listClusterOperations(
|
|
610
592
|
args: ListClusterOperationsCommandInput,
|
|
611
|
-
options?: __HttpHandlerOptions
|
|
593
|
+
options?: __HttpHandlerOptions,
|
|
612
594
|
): Promise<ListClusterOperationsCommandOutput>;
|
|
613
595
|
listClusterOperations(
|
|
614
596
|
args: ListClusterOperationsCommandInput,
|
|
615
|
-
cb: (err: any, data?: ListClusterOperationsCommandOutput) => void
|
|
597
|
+
cb: (err: any, data?: ListClusterOperationsCommandOutput) => void,
|
|
616
598
|
): void;
|
|
617
599
|
listClusterOperations(
|
|
618
600
|
args: ListClusterOperationsCommandInput,
|
|
619
601
|
options: __HttpHandlerOptions,
|
|
620
|
-
cb: (err: any, data?: ListClusterOperationsCommandOutput) => void
|
|
602
|
+
cb: (err: any, data?: ListClusterOperationsCommandOutput) => void,
|
|
621
603
|
): void;
|
|
622
604
|
listClusterOperationsV2(
|
|
623
605
|
args: ListClusterOperationsV2CommandInput,
|
|
624
|
-
options?: __HttpHandlerOptions
|
|
606
|
+
options?: __HttpHandlerOptions,
|
|
625
607
|
): Promise<ListClusterOperationsV2CommandOutput>;
|
|
626
608
|
listClusterOperationsV2(
|
|
627
609
|
args: ListClusterOperationsV2CommandInput,
|
|
628
|
-
cb: (err: any, data?: ListClusterOperationsV2CommandOutput) => void
|
|
610
|
+
cb: (err: any, data?: ListClusterOperationsV2CommandOutput) => void,
|
|
629
611
|
): void;
|
|
630
612
|
listClusterOperationsV2(
|
|
631
613
|
args: ListClusterOperationsV2CommandInput,
|
|
632
614
|
options: __HttpHandlerOptions,
|
|
633
|
-
cb: (err: any, data?: ListClusterOperationsV2CommandOutput) => void
|
|
615
|
+
cb: (err: any, data?: ListClusterOperationsV2CommandOutput) => void,
|
|
634
616
|
): void;
|
|
635
617
|
listClusters(): Promise<ListClustersCommandOutput>;
|
|
636
618
|
listClusters(
|
|
637
619
|
args: ListClustersCommandInput,
|
|
638
|
-
options?: __HttpHandlerOptions
|
|
620
|
+
options?: __HttpHandlerOptions,
|
|
639
621
|
): Promise<ListClustersCommandOutput>;
|
|
640
622
|
listClusters(
|
|
641
623
|
args: ListClustersCommandInput,
|
|
642
|
-
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
624
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void,
|
|
643
625
|
): void;
|
|
644
626
|
listClusters(
|
|
645
627
|
args: ListClustersCommandInput,
|
|
646
628
|
options: __HttpHandlerOptions,
|
|
647
|
-
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void,
|
|
648
630
|
): void;
|
|
649
631
|
listClustersV2(): Promise<ListClustersV2CommandOutput>;
|
|
650
632
|
listClustersV2(
|
|
651
633
|
args: ListClustersV2CommandInput,
|
|
652
|
-
options?: __HttpHandlerOptions
|
|
634
|
+
options?: __HttpHandlerOptions,
|
|
653
635
|
): Promise<ListClustersV2CommandOutput>;
|
|
654
636
|
listClustersV2(
|
|
655
637
|
args: ListClustersV2CommandInput,
|
|
656
|
-
cb: (err: any, data?: ListClustersV2CommandOutput) => void
|
|
638
|
+
cb: (err: any, data?: ListClustersV2CommandOutput) => void,
|
|
657
639
|
): void;
|
|
658
640
|
listClustersV2(
|
|
659
641
|
args: ListClustersV2CommandInput,
|
|
660
642
|
options: __HttpHandlerOptions,
|
|
661
|
-
cb: (err: any, data?: ListClustersV2CommandOutput) => void
|
|
643
|
+
cb: (err: any, data?: ListClustersV2CommandOutput) => void,
|
|
662
644
|
): void;
|
|
663
645
|
listConfigurationRevisions(
|
|
664
646
|
args: ListConfigurationRevisionsCommandInput,
|
|
665
|
-
options?: __HttpHandlerOptions
|
|
647
|
+
options?: __HttpHandlerOptions,
|
|
666
648
|
): Promise<ListConfigurationRevisionsCommandOutput>;
|
|
667
649
|
listConfigurationRevisions(
|
|
668
650
|
args: ListConfigurationRevisionsCommandInput,
|
|
669
|
-
cb: (err: any, data?: ListConfigurationRevisionsCommandOutput) => void
|
|
651
|
+
cb: (err: any, data?: ListConfigurationRevisionsCommandOutput) => void,
|
|
670
652
|
): void;
|
|
671
653
|
listConfigurationRevisions(
|
|
672
654
|
args: ListConfigurationRevisionsCommandInput,
|
|
673
655
|
options: __HttpHandlerOptions,
|
|
674
|
-
cb: (err: any, data?: ListConfigurationRevisionsCommandOutput) => void
|
|
656
|
+
cb: (err: any, data?: ListConfigurationRevisionsCommandOutput) => void,
|
|
675
657
|
): void;
|
|
676
658
|
listConfigurations(): Promise<ListConfigurationsCommandOutput>;
|
|
677
659
|
listConfigurations(
|
|
678
660
|
args: ListConfigurationsCommandInput,
|
|
679
|
-
options?: __HttpHandlerOptions
|
|
661
|
+
options?: __HttpHandlerOptions,
|
|
680
662
|
): Promise<ListConfigurationsCommandOutput>;
|
|
681
663
|
listConfigurations(
|
|
682
664
|
args: ListConfigurationsCommandInput,
|
|
683
|
-
cb: (err: any, data?: ListConfigurationsCommandOutput) => void
|
|
665
|
+
cb: (err: any, data?: ListConfigurationsCommandOutput) => void,
|
|
684
666
|
): void;
|
|
685
667
|
listConfigurations(
|
|
686
668
|
args: ListConfigurationsCommandInput,
|
|
687
669
|
options: __HttpHandlerOptions,
|
|
688
|
-
cb: (err: any, data?: ListConfigurationsCommandOutput) => void
|
|
670
|
+
cb: (err: any, data?: ListConfigurationsCommandOutput) => void,
|
|
689
671
|
): void;
|
|
690
672
|
listKafkaVersions(): Promise<ListKafkaVersionsCommandOutput>;
|
|
691
673
|
listKafkaVersions(
|
|
692
674
|
args: ListKafkaVersionsCommandInput,
|
|
693
|
-
options?: __HttpHandlerOptions
|
|
675
|
+
options?: __HttpHandlerOptions,
|
|
694
676
|
): Promise<ListKafkaVersionsCommandOutput>;
|
|
695
677
|
listKafkaVersions(
|
|
696
678
|
args: ListKafkaVersionsCommandInput,
|
|
697
|
-
cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void
|
|
679
|
+
cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void,
|
|
698
680
|
): void;
|
|
699
681
|
listKafkaVersions(
|
|
700
682
|
args: ListKafkaVersionsCommandInput,
|
|
701
683
|
options: __HttpHandlerOptions,
|
|
702
|
-
cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void
|
|
684
|
+
cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void,
|
|
703
685
|
): void;
|
|
704
686
|
listNodes(
|
|
705
687
|
args: ListNodesCommandInput,
|
|
706
|
-
options?: __HttpHandlerOptions
|
|
688
|
+
options?: __HttpHandlerOptions,
|
|
707
689
|
): Promise<ListNodesCommandOutput>;
|
|
708
690
|
listNodes(
|
|
709
691
|
args: ListNodesCommandInput,
|
|
710
|
-
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
692
|
+
cb: (err: any, data?: ListNodesCommandOutput) => void,
|
|
711
693
|
): void;
|
|
712
694
|
listNodes(
|
|
713
695
|
args: ListNodesCommandInput,
|
|
714
696
|
options: __HttpHandlerOptions,
|
|
715
|
-
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
697
|
+
cb: (err: any, data?: ListNodesCommandOutput) => void,
|
|
716
698
|
): void;
|
|
717
699
|
listReplicators(): Promise<ListReplicatorsCommandOutput>;
|
|
718
700
|
listReplicators(
|
|
719
701
|
args: ListReplicatorsCommandInput,
|
|
720
|
-
options?: __HttpHandlerOptions
|
|
702
|
+
options?: __HttpHandlerOptions,
|
|
721
703
|
): Promise<ListReplicatorsCommandOutput>;
|
|
722
704
|
listReplicators(
|
|
723
705
|
args: ListReplicatorsCommandInput,
|
|
724
|
-
cb: (err: any, data?: ListReplicatorsCommandOutput) => void
|
|
706
|
+
cb: (err: any, data?: ListReplicatorsCommandOutput) => void,
|
|
725
707
|
): void;
|
|
726
708
|
listReplicators(
|
|
727
709
|
args: ListReplicatorsCommandInput,
|
|
728
710
|
options: __HttpHandlerOptions,
|
|
729
|
-
cb: (err: any, data?: ListReplicatorsCommandOutput) => void
|
|
711
|
+
cb: (err: any, data?: ListReplicatorsCommandOutput) => void,
|
|
730
712
|
): void;
|
|
731
713
|
listScramSecrets(
|
|
732
714
|
args: ListScramSecretsCommandInput,
|
|
733
|
-
options?: __HttpHandlerOptions
|
|
715
|
+
options?: __HttpHandlerOptions,
|
|
734
716
|
): Promise<ListScramSecretsCommandOutput>;
|
|
735
717
|
listScramSecrets(
|
|
736
718
|
args: ListScramSecretsCommandInput,
|
|
737
|
-
cb: (err: any, data?: ListScramSecretsCommandOutput) => void
|
|
719
|
+
cb: (err: any, data?: ListScramSecretsCommandOutput) => void,
|
|
738
720
|
): void;
|
|
739
721
|
listScramSecrets(
|
|
740
722
|
args: ListScramSecretsCommandInput,
|
|
741
723
|
options: __HttpHandlerOptions,
|
|
742
|
-
cb: (err: any, data?: ListScramSecretsCommandOutput) => void
|
|
724
|
+
cb: (err: any, data?: ListScramSecretsCommandOutput) => void,
|
|
743
725
|
): void;
|
|
744
726
|
listTagsForResource(
|
|
745
727
|
args: ListTagsForResourceCommandInput,
|
|
746
|
-
options?: __HttpHandlerOptions
|
|
728
|
+
options?: __HttpHandlerOptions,
|
|
747
729
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
748
730
|
listTagsForResource(
|
|
749
731
|
args: ListTagsForResourceCommandInput,
|
|
750
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
732
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
751
733
|
): void;
|
|
752
734
|
listTagsForResource(
|
|
753
735
|
args: ListTagsForResourceCommandInput,
|
|
754
736
|
options: __HttpHandlerOptions,
|
|
755
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
756
738
|
): void;
|
|
757
739
|
listTopics(
|
|
758
740
|
args: ListTopicsCommandInput,
|
|
759
|
-
options?: __HttpHandlerOptions
|
|
741
|
+
options?: __HttpHandlerOptions,
|
|
760
742
|
): Promise<ListTopicsCommandOutput>;
|
|
761
743
|
listTopics(
|
|
762
744
|
args: ListTopicsCommandInput,
|
|
763
|
-
cb: (err: any, data?: ListTopicsCommandOutput) => void
|
|
745
|
+
cb: (err: any, data?: ListTopicsCommandOutput) => void,
|
|
764
746
|
): void;
|
|
765
747
|
listTopics(
|
|
766
748
|
args: ListTopicsCommandInput,
|
|
767
749
|
options: __HttpHandlerOptions,
|
|
768
|
-
cb: (err: any, data?: ListTopicsCommandOutput) => void
|
|
750
|
+
cb: (err: any, data?: ListTopicsCommandOutput) => void,
|
|
769
751
|
): void;
|
|
770
752
|
listVpcConnections(): Promise<ListVpcConnectionsCommandOutput>;
|
|
771
753
|
listVpcConnections(
|
|
772
754
|
args: ListVpcConnectionsCommandInput,
|
|
773
|
-
options?: __HttpHandlerOptions
|
|
755
|
+
options?: __HttpHandlerOptions,
|
|
774
756
|
): Promise<ListVpcConnectionsCommandOutput>;
|
|
775
757
|
listVpcConnections(
|
|
776
758
|
args: ListVpcConnectionsCommandInput,
|
|
777
|
-
cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void
|
|
759
|
+
cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void,
|
|
778
760
|
): void;
|
|
779
761
|
listVpcConnections(
|
|
780
762
|
args: ListVpcConnectionsCommandInput,
|
|
781
763
|
options: __HttpHandlerOptions,
|
|
782
|
-
cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void
|
|
764
|
+
cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void,
|
|
783
765
|
): void;
|
|
784
766
|
putClusterPolicy(
|
|
785
767
|
args: PutClusterPolicyCommandInput,
|
|
786
|
-
options?: __HttpHandlerOptions
|
|
768
|
+
options?: __HttpHandlerOptions,
|
|
787
769
|
): Promise<PutClusterPolicyCommandOutput>;
|
|
788
770
|
putClusterPolicy(
|
|
789
771
|
args: PutClusterPolicyCommandInput,
|
|
790
|
-
cb: (err: any, data?: PutClusterPolicyCommandOutput) => void
|
|
772
|
+
cb: (err: any, data?: PutClusterPolicyCommandOutput) => void,
|
|
791
773
|
): void;
|
|
792
774
|
putClusterPolicy(
|
|
793
775
|
args: PutClusterPolicyCommandInput,
|
|
794
776
|
options: __HttpHandlerOptions,
|
|
795
|
-
cb: (err: any, data?: PutClusterPolicyCommandOutput) => void
|
|
777
|
+
cb: (err: any, data?: PutClusterPolicyCommandOutput) => void,
|
|
796
778
|
): void;
|
|
797
779
|
rebootBroker(
|
|
798
780
|
args: RebootBrokerCommandInput,
|
|
799
|
-
options?: __HttpHandlerOptions
|
|
781
|
+
options?: __HttpHandlerOptions,
|
|
800
782
|
): Promise<RebootBrokerCommandOutput>;
|
|
801
783
|
rebootBroker(
|
|
802
784
|
args: RebootBrokerCommandInput,
|
|
803
|
-
cb: (err: any, data?: RebootBrokerCommandOutput) => void
|
|
785
|
+
cb: (err: any, data?: RebootBrokerCommandOutput) => void,
|
|
804
786
|
): void;
|
|
805
787
|
rebootBroker(
|
|
806
788
|
args: RebootBrokerCommandInput,
|
|
807
789
|
options: __HttpHandlerOptions,
|
|
808
|
-
cb: (err: any, data?: RebootBrokerCommandOutput) => void
|
|
790
|
+
cb: (err: any, data?: RebootBrokerCommandOutput) => void,
|
|
809
791
|
): void;
|
|
810
792
|
rejectClientVpcConnection(
|
|
811
793
|
args: RejectClientVpcConnectionCommandInput,
|
|
812
|
-
options?: __HttpHandlerOptions
|
|
794
|
+
options?: __HttpHandlerOptions,
|
|
813
795
|
): Promise<RejectClientVpcConnectionCommandOutput>;
|
|
814
796
|
rejectClientVpcConnection(
|
|
815
797
|
args: RejectClientVpcConnectionCommandInput,
|
|
816
|
-
cb: (err: any, data?: RejectClientVpcConnectionCommandOutput) => void
|
|
798
|
+
cb: (err: any, data?: RejectClientVpcConnectionCommandOutput) => void,
|
|
817
799
|
): void;
|
|
818
800
|
rejectClientVpcConnection(
|
|
819
801
|
args: RejectClientVpcConnectionCommandInput,
|
|
820
802
|
options: __HttpHandlerOptions,
|
|
821
|
-
cb: (err: any, data?: RejectClientVpcConnectionCommandOutput) => void
|
|
803
|
+
cb: (err: any, data?: RejectClientVpcConnectionCommandOutput) => void,
|
|
822
804
|
): void;
|
|
823
805
|
tagResource(
|
|
824
806
|
args: TagResourceCommandInput,
|
|
825
|
-
options?: __HttpHandlerOptions
|
|
807
|
+
options?: __HttpHandlerOptions,
|
|
826
808
|
): Promise<TagResourceCommandOutput>;
|
|
827
809
|
tagResource(
|
|
828
810
|
args: TagResourceCommandInput,
|
|
829
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
811
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
830
812
|
): void;
|
|
831
813
|
tagResource(
|
|
832
814
|
args: TagResourceCommandInput,
|
|
833
815
|
options: __HttpHandlerOptions,
|
|
834
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
816
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
835
817
|
): void;
|
|
836
818
|
untagResource(
|
|
837
819
|
args: UntagResourceCommandInput,
|
|
838
|
-
options?: __HttpHandlerOptions
|
|
820
|
+
options?: __HttpHandlerOptions,
|
|
839
821
|
): Promise<UntagResourceCommandOutput>;
|
|
840
822
|
untagResource(
|
|
841
823
|
args: UntagResourceCommandInput,
|
|
842
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
824
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
843
825
|
): void;
|
|
844
826
|
untagResource(
|
|
845
827
|
args: UntagResourceCommandInput,
|
|
846
828
|
options: __HttpHandlerOptions,
|
|
847
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
829
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
848
830
|
): void;
|
|
849
831
|
updateBrokerCount(
|
|
850
832
|
args: UpdateBrokerCountCommandInput,
|
|
851
|
-
options?: __HttpHandlerOptions
|
|
833
|
+
options?: __HttpHandlerOptions,
|
|
852
834
|
): Promise<UpdateBrokerCountCommandOutput>;
|
|
853
835
|
updateBrokerCount(
|
|
854
836
|
args: UpdateBrokerCountCommandInput,
|
|
855
|
-
cb: (err: any, data?: UpdateBrokerCountCommandOutput) => void
|
|
837
|
+
cb: (err: any, data?: UpdateBrokerCountCommandOutput) => void,
|
|
856
838
|
): void;
|
|
857
839
|
updateBrokerCount(
|
|
858
840
|
args: UpdateBrokerCountCommandInput,
|
|
859
841
|
options: __HttpHandlerOptions,
|
|
860
|
-
cb: (err: any, data?: UpdateBrokerCountCommandOutput) => void
|
|
842
|
+
cb: (err: any, data?: UpdateBrokerCountCommandOutput) => void,
|
|
861
843
|
): void;
|
|
862
844
|
updateBrokerStorage(
|
|
863
845
|
args: UpdateBrokerStorageCommandInput,
|
|
864
|
-
options?: __HttpHandlerOptions
|
|
846
|
+
options?: __HttpHandlerOptions,
|
|
865
847
|
): Promise<UpdateBrokerStorageCommandOutput>;
|
|
866
848
|
updateBrokerStorage(
|
|
867
849
|
args: UpdateBrokerStorageCommandInput,
|
|
868
|
-
cb: (err: any, data?: UpdateBrokerStorageCommandOutput) => void
|
|
850
|
+
cb: (err: any, data?: UpdateBrokerStorageCommandOutput) => void,
|
|
869
851
|
): void;
|
|
870
852
|
updateBrokerStorage(
|
|
871
853
|
args: UpdateBrokerStorageCommandInput,
|
|
872
854
|
options: __HttpHandlerOptions,
|
|
873
|
-
cb: (err: any, data?: UpdateBrokerStorageCommandOutput) => void
|
|
855
|
+
cb: (err: any, data?: UpdateBrokerStorageCommandOutput) => void,
|
|
874
856
|
): void;
|
|
875
857
|
updateBrokerType(
|
|
876
858
|
args: UpdateBrokerTypeCommandInput,
|
|
877
|
-
options?: __HttpHandlerOptions
|
|
859
|
+
options?: __HttpHandlerOptions,
|
|
878
860
|
): Promise<UpdateBrokerTypeCommandOutput>;
|
|
879
861
|
updateBrokerType(
|
|
880
862
|
args: UpdateBrokerTypeCommandInput,
|
|
881
|
-
cb: (err: any, data?: UpdateBrokerTypeCommandOutput) => void
|
|
863
|
+
cb: (err: any, data?: UpdateBrokerTypeCommandOutput) => void,
|
|
882
864
|
): void;
|
|
883
865
|
updateBrokerType(
|
|
884
866
|
args: UpdateBrokerTypeCommandInput,
|
|
885
867
|
options: __HttpHandlerOptions,
|
|
886
|
-
cb: (err: any, data?: UpdateBrokerTypeCommandOutput) => void
|
|
868
|
+
cb: (err: any, data?: UpdateBrokerTypeCommandOutput) => void,
|
|
887
869
|
): void;
|
|
888
870
|
updateClusterConfiguration(
|
|
889
871
|
args: UpdateClusterConfigurationCommandInput,
|
|
890
|
-
options?: __HttpHandlerOptions
|
|
872
|
+
options?: __HttpHandlerOptions,
|
|
891
873
|
): Promise<UpdateClusterConfigurationCommandOutput>;
|
|
892
874
|
updateClusterConfiguration(
|
|
893
875
|
args: UpdateClusterConfigurationCommandInput,
|
|
894
|
-
cb: (err: any, data?: UpdateClusterConfigurationCommandOutput) => void
|
|
876
|
+
cb: (err: any, data?: UpdateClusterConfigurationCommandOutput) => void,
|
|
895
877
|
): void;
|
|
896
878
|
updateClusterConfiguration(
|
|
897
879
|
args: UpdateClusterConfigurationCommandInput,
|
|
898
880
|
options: __HttpHandlerOptions,
|
|
899
|
-
cb: (err: any, data?: UpdateClusterConfigurationCommandOutput) => void
|
|
881
|
+
cb: (err: any, data?: UpdateClusterConfigurationCommandOutput) => void,
|
|
900
882
|
): void;
|
|
901
883
|
updateClusterKafkaVersion(
|
|
902
884
|
args: UpdateClusterKafkaVersionCommandInput,
|
|
903
|
-
options?: __HttpHandlerOptions
|
|
885
|
+
options?: __HttpHandlerOptions,
|
|
904
886
|
): Promise<UpdateClusterKafkaVersionCommandOutput>;
|
|
905
887
|
updateClusterKafkaVersion(
|
|
906
888
|
args: UpdateClusterKafkaVersionCommandInput,
|
|
907
|
-
cb: (err: any, data?: UpdateClusterKafkaVersionCommandOutput) => void
|
|
889
|
+
cb: (err: any, data?: UpdateClusterKafkaVersionCommandOutput) => void,
|
|
908
890
|
): void;
|
|
909
891
|
updateClusterKafkaVersion(
|
|
910
892
|
args: UpdateClusterKafkaVersionCommandInput,
|
|
911
893
|
options: __HttpHandlerOptions,
|
|
912
|
-
cb: (err: any, data?: UpdateClusterKafkaVersionCommandOutput) => void
|
|
894
|
+
cb: (err: any, data?: UpdateClusterKafkaVersionCommandOutput) => void,
|
|
913
895
|
): void;
|
|
914
896
|
updateConfiguration(
|
|
915
897
|
args: UpdateConfigurationCommandInput,
|
|
916
|
-
options?: __HttpHandlerOptions
|
|
898
|
+
options?: __HttpHandlerOptions,
|
|
917
899
|
): Promise<UpdateConfigurationCommandOutput>;
|
|
918
900
|
updateConfiguration(
|
|
919
901
|
args: UpdateConfigurationCommandInput,
|
|
920
|
-
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
|
|
902
|
+
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void,
|
|
921
903
|
): void;
|
|
922
904
|
updateConfiguration(
|
|
923
905
|
args: UpdateConfigurationCommandInput,
|
|
924
906
|
options: __HttpHandlerOptions,
|
|
925
|
-
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
|
|
907
|
+
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void,
|
|
926
908
|
): void;
|
|
927
909
|
updateConnectivity(
|
|
928
910
|
args: UpdateConnectivityCommandInput,
|
|
929
|
-
options?: __HttpHandlerOptions
|
|
911
|
+
options?: __HttpHandlerOptions,
|
|
930
912
|
): Promise<UpdateConnectivityCommandOutput>;
|
|
931
913
|
updateConnectivity(
|
|
932
914
|
args: UpdateConnectivityCommandInput,
|
|
933
|
-
cb: (err: any, data?: UpdateConnectivityCommandOutput) => void
|
|
915
|
+
cb: (err: any, data?: UpdateConnectivityCommandOutput) => void,
|
|
934
916
|
): void;
|
|
935
917
|
updateConnectivity(
|
|
936
918
|
args: UpdateConnectivityCommandInput,
|
|
937
919
|
options: __HttpHandlerOptions,
|
|
938
|
-
cb: (err: any, data?: UpdateConnectivityCommandOutput) => void
|
|
920
|
+
cb: (err: any, data?: UpdateConnectivityCommandOutput) => void,
|
|
939
921
|
): void;
|
|
940
922
|
updateMonitoring(
|
|
941
923
|
args: UpdateMonitoringCommandInput,
|
|
942
|
-
options?: __HttpHandlerOptions
|
|
924
|
+
options?: __HttpHandlerOptions,
|
|
943
925
|
): Promise<UpdateMonitoringCommandOutput>;
|
|
944
926
|
updateMonitoring(
|
|
945
927
|
args: UpdateMonitoringCommandInput,
|
|
946
|
-
cb: (err: any, data?: UpdateMonitoringCommandOutput) => void
|
|
928
|
+
cb: (err: any, data?: UpdateMonitoringCommandOutput) => void,
|
|
947
929
|
): void;
|
|
948
930
|
updateMonitoring(
|
|
949
931
|
args: UpdateMonitoringCommandInput,
|
|
950
932
|
options: __HttpHandlerOptions,
|
|
951
|
-
cb: (err: any, data?: UpdateMonitoringCommandOutput) => void
|
|
933
|
+
cb: (err: any, data?: UpdateMonitoringCommandOutput) => void,
|
|
952
934
|
): void;
|
|
953
935
|
updateRebalancing(
|
|
954
936
|
args: UpdateRebalancingCommandInput,
|
|
955
|
-
options?: __HttpHandlerOptions
|
|
937
|
+
options?: __HttpHandlerOptions,
|
|
956
938
|
): Promise<UpdateRebalancingCommandOutput>;
|
|
957
939
|
updateRebalancing(
|
|
958
940
|
args: UpdateRebalancingCommandInput,
|
|
959
|
-
cb: (err: any, data?: UpdateRebalancingCommandOutput) => void
|
|
941
|
+
cb: (err: any, data?: UpdateRebalancingCommandOutput) => void,
|
|
960
942
|
): void;
|
|
961
943
|
updateRebalancing(
|
|
962
944
|
args: UpdateRebalancingCommandInput,
|
|
963
945
|
options: __HttpHandlerOptions,
|
|
964
|
-
cb: (err: any, data?: UpdateRebalancingCommandOutput) => void
|
|
946
|
+
cb: (err: any, data?: UpdateRebalancingCommandOutput) => void,
|
|
965
947
|
): void;
|
|
966
948
|
updateReplicationInfo(
|
|
967
949
|
args: UpdateReplicationInfoCommandInput,
|
|
968
|
-
options?: __HttpHandlerOptions
|
|
950
|
+
options?: __HttpHandlerOptions,
|
|
969
951
|
): Promise<UpdateReplicationInfoCommandOutput>;
|
|
970
952
|
updateReplicationInfo(
|
|
971
953
|
args: UpdateReplicationInfoCommandInput,
|
|
972
|
-
cb: (err: any, data?: UpdateReplicationInfoCommandOutput) => void
|
|
954
|
+
cb: (err: any, data?: UpdateReplicationInfoCommandOutput) => void,
|
|
973
955
|
): void;
|
|
974
956
|
updateReplicationInfo(
|
|
975
957
|
args: UpdateReplicationInfoCommandInput,
|
|
976
958
|
options: __HttpHandlerOptions,
|
|
977
|
-
cb: (err: any, data?: UpdateReplicationInfoCommandOutput) => void
|
|
959
|
+
cb: (err: any, data?: UpdateReplicationInfoCommandOutput) => void,
|
|
978
960
|
): void;
|
|
979
961
|
updateSecurity(
|
|
980
962
|
args: UpdateSecurityCommandInput,
|
|
981
|
-
options?: __HttpHandlerOptions
|
|
963
|
+
options?: __HttpHandlerOptions,
|
|
982
964
|
): Promise<UpdateSecurityCommandOutput>;
|
|
983
965
|
updateSecurity(
|
|
984
966
|
args: UpdateSecurityCommandInput,
|
|
985
|
-
cb: (err: any, data?: UpdateSecurityCommandOutput) => void
|
|
967
|
+
cb: (err: any, data?: UpdateSecurityCommandOutput) => void,
|
|
986
968
|
): void;
|
|
987
969
|
updateSecurity(
|
|
988
970
|
args: UpdateSecurityCommandInput,
|
|
989
971
|
options: __HttpHandlerOptions,
|
|
990
|
-
cb: (err: any, data?: UpdateSecurityCommandOutput) => void
|
|
972
|
+
cb: (err: any, data?: UpdateSecurityCommandOutput) => void,
|
|
991
973
|
): void;
|
|
992
974
|
updateStorage(
|
|
993
975
|
args: UpdateStorageCommandInput,
|
|
994
|
-
options?: __HttpHandlerOptions
|
|
976
|
+
options?: __HttpHandlerOptions,
|
|
995
977
|
): Promise<UpdateStorageCommandOutput>;
|
|
996
978
|
updateStorage(
|
|
997
979
|
args: UpdateStorageCommandInput,
|
|
998
|
-
cb: (err: any, data?: UpdateStorageCommandOutput) => void
|
|
980
|
+
cb: (err: any, data?: UpdateStorageCommandOutput) => void,
|
|
999
981
|
): void;
|
|
1000
982
|
updateStorage(
|
|
1001
983
|
args: UpdateStorageCommandInput,
|
|
1002
984
|
options: __HttpHandlerOptions,
|
|
1003
|
-
cb: (err: any, data?: UpdateStorageCommandOutput) => void
|
|
985
|
+
cb: (err: any, data?: UpdateStorageCommandOutput) => void,
|
|
1004
986
|
): void;
|
|
1005
987
|
updateTopic(
|
|
1006
988
|
args: UpdateTopicCommandInput,
|
|
1007
|
-
options?: __HttpHandlerOptions
|
|
989
|
+
options?: __HttpHandlerOptions,
|
|
1008
990
|
): Promise<UpdateTopicCommandOutput>;
|
|
1009
991
|
updateTopic(
|
|
1010
992
|
args: UpdateTopicCommandInput,
|
|
1011
|
-
cb: (err: any, data?: UpdateTopicCommandOutput) => void
|
|
993
|
+
cb: (err: any, data?: UpdateTopicCommandOutput) => void,
|
|
1012
994
|
): void;
|
|
1013
995
|
updateTopic(
|
|
1014
996
|
args: UpdateTopicCommandInput,
|
|
1015
997
|
options: __HttpHandlerOptions,
|
|
1016
|
-
cb: (err: any, data?: UpdateTopicCommandOutput) => void
|
|
998
|
+
cb: (err: any, data?: UpdateTopicCommandOutput) => void,
|
|
1017
999
|
): void;
|
|
1018
1000
|
paginateDescribeTopicPartitions(
|
|
1019
1001
|
args: DescribeTopicPartitionsCommandInput,
|
|
1020
1002
|
paginationConfig?: Pick<
|
|
1021
1003
|
PaginationConfiguration,
|
|
1022
1004
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1023
|
-
|
|
1005
|
+
>,
|
|
1024
1006
|
): Paginator<DescribeTopicPartitionsCommandOutput>;
|
|
1025
1007
|
paginateListClientVpcConnections(
|
|
1026
1008
|
args: ListClientVpcConnectionsCommandInput,
|
|
1027
1009
|
paginationConfig?: Pick<
|
|
1028
1010
|
PaginationConfiguration,
|
|
1029
1011
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1030
|
-
|
|
1012
|
+
>,
|
|
1031
1013
|
): Paginator<ListClientVpcConnectionsCommandOutput>;
|
|
1032
1014
|
paginateListClusterOperations(
|
|
1033
1015
|
args: ListClusterOperationsCommandInput,
|
|
1034
1016
|
paginationConfig?: Pick<
|
|
1035
1017
|
PaginationConfiguration,
|
|
1036
1018
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1037
|
-
|
|
1019
|
+
>,
|
|
1038
1020
|
): Paginator<ListClusterOperationsCommandOutput>;
|
|
1039
1021
|
paginateListClusterOperationsV2(
|
|
1040
1022
|
args: ListClusterOperationsV2CommandInput,
|
|
1041
1023
|
paginationConfig?: Pick<
|
|
1042
1024
|
PaginationConfiguration,
|
|
1043
1025
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1044
|
-
|
|
1026
|
+
>,
|
|
1045
1027
|
): Paginator<ListClusterOperationsV2CommandOutput>;
|
|
1046
1028
|
paginateListClusters(
|
|
1047
1029
|
args?: ListClustersCommandInput,
|
|
1048
1030
|
paginationConfig?: Pick<
|
|
1049
1031
|
PaginationConfiguration,
|
|
1050
1032
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1051
|
-
|
|
1033
|
+
>,
|
|
1052
1034
|
): Paginator<ListClustersCommandOutput>;
|
|
1053
1035
|
paginateListClustersV2(
|
|
1054
1036
|
args?: ListClustersV2CommandInput,
|
|
1055
1037
|
paginationConfig?: Pick<
|
|
1056
1038
|
PaginationConfiguration,
|
|
1057
1039
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1058
|
-
|
|
1040
|
+
>,
|
|
1059
1041
|
): Paginator<ListClustersV2CommandOutput>;
|
|
1060
1042
|
paginateListConfigurationRevisions(
|
|
1061
1043
|
args: ListConfigurationRevisionsCommandInput,
|
|
1062
1044
|
paginationConfig?: Pick<
|
|
1063
1045
|
PaginationConfiguration,
|
|
1064
1046
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1065
|
-
|
|
1047
|
+
>,
|
|
1066
1048
|
): Paginator<ListConfigurationRevisionsCommandOutput>;
|
|
1067
1049
|
paginateListConfigurations(
|
|
1068
1050
|
args?: ListConfigurationsCommandInput,
|
|
1069
1051
|
paginationConfig?: Pick<
|
|
1070
1052
|
PaginationConfiguration,
|
|
1071
1053
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1072
|
-
|
|
1054
|
+
>,
|
|
1073
1055
|
): Paginator<ListConfigurationsCommandOutput>;
|
|
1074
1056
|
paginateListKafkaVersions(
|
|
1075
1057
|
args?: ListKafkaVersionsCommandInput,
|
|
1076
1058
|
paginationConfig?: Pick<
|
|
1077
1059
|
PaginationConfiguration,
|
|
1078
1060
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1079
|
-
|
|
1061
|
+
>,
|
|
1080
1062
|
): Paginator<ListKafkaVersionsCommandOutput>;
|
|
1081
1063
|
paginateListNodes(
|
|
1082
1064
|
args: ListNodesCommandInput,
|
|
1083
1065
|
paginationConfig?: Pick<
|
|
1084
1066
|
PaginationConfiguration,
|
|
1085
1067
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1086
|
-
|
|
1068
|
+
>,
|
|
1087
1069
|
): Paginator<ListNodesCommandOutput>;
|
|
1088
1070
|
paginateListReplicators(
|
|
1089
1071
|
args?: ListReplicatorsCommandInput,
|
|
1090
1072
|
paginationConfig?: Pick<
|
|
1091
1073
|
PaginationConfiguration,
|
|
1092
1074
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1093
|
-
|
|
1075
|
+
>,
|
|
1094
1076
|
): Paginator<ListReplicatorsCommandOutput>;
|
|
1095
1077
|
paginateListScramSecrets(
|
|
1096
1078
|
args: ListScramSecretsCommandInput,
|
|
1097
1079
|
paginationConfig?: Pick<
|
|
1098
1080
|
PaginationConfiguration,
|
|
1099
1081
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1100
|
-
|
|
1082
|
+
>,
|
|
1101
1083
|
): Paginator<ListScramSecretsCommandOutput>;
|
|
1102
1084
|
paginateListTopics(
|
|
1103
1085
|
args: ListTopicsCommandInput,
|
|
1104
1086
|
paginationConfig?: Pick<
|
|
1105
1087
|
PaginationConfiguration,
|
|
1106
1088
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1107
|
-
|
|
1089
|
+
>,
|
|
1108
1090
|
): Paginator<ListTopicsCommandOutput>;
|
|
1109
1091
|
paginateListVpcConnections(
|
|
1110
1092
|
args?: ListVpcConnectionsCommandInput,
|
|
1111
1093
|
paginationConfig?: Pick<
|
|
1112
1094
|
PaginationConfiguration,
|
|
1113
1095
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1114
|
-
|
|
1096
|
+
>,
|
|
1115
1097
|
): Paginator<ListVpcConnectionsCommandOutput>;
|
|
1116
1098
|
}
|
|
1117
1099
|
export declare class Kafka extends KafkaClient implements Kafka {}
|