@aws-sdk/client-kafka 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Kafka.d.ts +0 -35
- package/dist-types/ts3.4/KafkaClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -421
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-kafka
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-kafka
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-kafka
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -140,7 +140,6 @@ import {
|
|
|
140
140
|
UpdateSecurityCommandOutput,
|
|
141
141
|
} from "./commands/UpdateSecurityCommand";
|
|
142
142
|
import { KafkaClient } from "./KafkaClient";
|
|
143
|
-
|
|
144
143
|
export declare class Kafka extends KafkaClient {
|
|
145
144
|
batchAssociateScramSecret(
|
|
146
145
|
args: BatchAssociateScramSecretCommandInput,
|
|
@@ -155,7 +154,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
155
154
|
options: __HttpHandlerOptions,
|
|
156
155
|
cb: (err: any, data?: BatchAssociateScramSecretCommandOutput) => void
|
|
157
156
|
): void;
|
|
158
|
-
|
|
159
157
|
batchDisassociateScramSecret(
|
|
160
158
|
args: BatchDisassociateScramSecretCommandInput,
|
|
161
159
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +167,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
169
167
|
options: __HttpHandlerOptions,
|
|
170
168
|
cb: (err: any, data?: BatchDisassociateScramSecretCommandOutput) => void
|
|
171
169
|
): void;
|
|
172
|
-
|
|
173
170
|
createCluster(
|
|
174
171
|
args: CreateClusterCommandInput,
|
|
175
172
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +180,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
183
180
|
options: __HttpHandlerOptions,
|
|
184
181
|
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
185
182
|
): void;
|
|
186
|
-
|
|
187
183
|
createClusterV2(
|
|
188
184
|
args: CreateClusterV2CommandInput,
|
|
189
185
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +193,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
197
193
|
options: __HttpHandlerOptions,
|
|
198
194
|
cb: (err: any, data?: CreateClusterV2CommandOutput) => void
|
|
199
195
|
): void;
|
|
200
|
-
|
|
201
196
|
createConfiguration(
|
|
202
197
|
args: CreateConfigurationCommandInput,
|
|
203
198
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +206,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
211
206
|
options: __HttpHandlerOptions,
|
|
212
207
|
cb: (err: any, data?: CreateConfigurationCommandOutput) => void
|
|
213
208
|
): void;
|
|
214
|
-
|
|
215
209
|
deleteCluster(
|
|
216
210
|
args: DeleteClusterCommandInput,
|
|
217
211
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +219,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
225
219
|
options: __HttpHandlerOptions,
|
|
226
220
|
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
227
221
|
): void;
|
|
228
|
-
|
|
229
222
|
deleteConfiguration(
|
|
230
223
|
args: DeleteConfigurationCommandInput,
|
|
231
224
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +232,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
239
232
|
options: __HttpHandlerOptions,
|
|
240
233
|
cb: (err: any, data?: DeleteConfigurationCommandOutput) => void
|
|
241
234
|
): void;
|
|
242
|
-
|
|
243
235
|
describeCluster(
|
|
244
236
|
args: DescribeClusterCommandInput,
|
|
245
237
|
options?: __HttpHandlerOptions
|
|
@@ -253,7 +245,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
253
245
|
options: __HttpHandlerOptions,
|
|
254
246
|
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
255
247
|
): void;
|
|
256
|
-
|
|
257
248
|
describeClusterOperation(
|
|
258
249
|
args: DescribeClusterOperationCommandInput,
|
|
259
250
|
options?: __HttpHandlerOptions
|
|
@@ -267,7 +258,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
267
258
|
options: __HttpHandlerOptions,
|
|
268
259
|
cb: (err: any, data?: DescribeClusterOperationCommandOutput) => void
|
|
269
260
|
): void;
|
|
270
|
-
|
|
271
261
|
describeClusterV2(
|
|
272
262
|
args: DescribeClusterV2CommandInput,
|
|
273
263
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +271,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
281
271
|
options: __HttpHandlerOptions,
|
|
282
272
|
cb: (err: any, data?: DescribeClusterV2CommandOutput) => void
|
|
283
273
|
): void;
|
|
284
|
-
|
|
285
274
|
describeConfiguration(
|
|
286
275
|
args: DescribeConfigurationCommandInput,
|
|
287
276
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +284,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
295
284
|
options: __HttpHandlerOptions,
|
|
296
285
|
cb: (err: any, data?: DescribeConfigurationCommandOutput) => void
|
|
297
286
|
): void;
|
|
298
|
-
|
|
299
287
|
describeConfigurationRevision(
|
|
300
288
|
args: DescribeConfigurationRevisionCommandInput,
|
|
301
289
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +297,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
309
297
|
options: __HttpHandlerOptions,
|
|
310
298
|
cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void
|
|
311
299
|
): void;
|
|
312
|
-
|
|
313
300
|
getBootstrapBrokers(
|
|
314
301
|
args: GetBootstrapBrokersCommandInput,
|
|
315
302
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +310,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
323
310
|
options: __HttpHandlerOptions,
|
|
324
311
|
cb: (err: any, data?: GetBootstrapBrokersCommandOutput) => void
|
|
325
312
|
): void;
|
|
326
|
-
|
|
327
313
|
getCompatibleKafkaVersions(
|
|
328
314
|
args: GetCompatibleKafkaVersionsCommandInput,
|
|
329
315
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +323,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
337
323
|
options: __HttpHandlerOptions,
|
|
338
324
|
cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void
|
|
339
325
|
): void;
|
|
340
|
-
|
|
341
326
|
listClusterOperations(
|
|
342
327
|
args: ListClusterOperationsCommandInput,
|
|
343
328
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +336,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
351
336
|
options: __HttpHandlerOptions,
|
|
352
337
|
cb: (err: any, data?: ListClusterOperationsCommandOutput) => void
|
|
353
338
|
): void;
|
|
354
|
-
|
|
355
339
|
listClusters(
|
|
356
340
|
args: ListClustersCommandInput,
|
|
357
341
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +349,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
365
349
|
options: __HttpHandlerOptions,
|
|
366
350
|
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
367
351
|
): void;
|
|
368
|
-
|
|
369
352
|
listClustersV2(
|
|
370
353
|
args: ListClustersV2CommandInput,
|
|
371
354
|
options?: __HttpHandlerOptions
|
|
@@ -379,7 +362,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
379
362
|
options: __HttpHandlerOptions,
|
|
380
363
|
cb: (err: any, data?: ListClustersV2CommandOutput) => void
|
|
381
364
|
): void;
|
|
382
|
-
|
|
383
365
|
listConfigurationRevisions(
|
|
384
366
|
args: ListConfigurationRevisionsCommandInput,
|
|
385
367
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +375,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
393
375
|
options: __HttpHandlerOptions,
|
|
394
376
|
cb: (err: any, data?: ListConfigurationRevisionsCommandOutput) => void
|
|
395
377
|
): void;
|
|
396
|
-
|
|
397
378
|
listConfigurations(
|
|
398
379
|
args: ListConfigurationsCommandInput,
|
|
399
380
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +388,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
407
388
|
options: __HttpHandlerOptions,
|
|
408
389
|
cb: (err: any, data?: ListConfigurationsCommandOutput) => void
|
|
409
390
|
): void;
|
|
410
|
-
|
|
411
391
|
listKafkaVersions(
|
|
412
392
|
args: ListKafkaVersionsCommandInput,
|
|
413
393
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +401,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
421
401
|
options: __HttpHandlerOptions,
|
|
422
402
|
cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void
|
|
423
403
|
): void;
|
|
424
|
-
|
|
425
404
|
listNodes(
|
|
426
405
|
args: ListNodesCommandInput,
|
|
427
406
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +414,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
435
414
|
options: __HttpHandlerOptions,
|
|
436
415
|
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
437
416
|
): void;
|
|
438
|
-
|
|
439
417
|
listScramSecrets(
|
|
440
418
|
args: ListScramSecretsCommandInput,
|
|
441
419
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +427,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
449
427
|
options: __HttpHandlerOptions,
|
|
450
428
|
cb: (err: any, data?: ListScramSecretsCommandOutput) => void
|
|
451
429
|
): void;
|
|
452
|
-
|
|
453
430
|
listTagsForResource(
|
|
454
431
|
args: ListTagsForResourceCommandInput,
|
|
455
432
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +440,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
463
440
|
options: __HttpHandlerOptions,
|
|
464
441
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
465
442
|
): void;
|
|
466
|
-
|
|
467
443
|
rebootBroker(
|
|
468
444
|
args: RebootBrokerCommandInput,
|
|
469
445
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +453,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
477
453
|
options: __HttpHandlerOptions,
|
|
478
454
|
cb: (err: any, data?: RebootBrokerCommandOutput) => void
|
|
479
455
|
): void;
|
|
480
|
-
|
|
481
456
|
tagResource(
|
|
482
457
|
args: TagResourceCommandInput,
|
|
483
458
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +466,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
491
466
|
options: __HttpHandlerOptions,
|
|
492
467
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
493
468
|
): void;
|
|
494
|
-
|
|
495
469
|
untagResource(
|
|
496
470
|
args: UntagResourceCommandInput,
|
|
497
471
|
options?: __HttpHandlerOptions
|
|
@@ -505,7 +479,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
505
479
|
options: __HttpHandlerOptions,
|
|
506
480
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
507
481
|
): void;
|
|
508
|
-
|
|
509
482
|
updateBrokerCount(
|
|
510
483
|
args: UpdateBrokerCountCommandInput,
|
|
511
484
|
options?: __HttpHandlerOptions
|
|
@@ -519,7 +492,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
519
492
|
options: __HttpHandlerOptions,
|
|
520
493
|
cb: (err: any, data?: UpdateBrokerCountCommandOutput) => void
|
|
521
494
|
): void;
|
|
522
|
-
|
|
523
495
|
updateBrokerStorage(
|
|
524
496
|
args: UpdateBrokerStorageCommandInput,
|
|
525
497
|
options?: __HttpHandlerOptions
|
|
@@ -533,7 +505,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
533
505
|
options: __HttpHandlerOptions,
|
|
534
506
|
cb: (err: any, data?: UpdateBrokerStorageCommandOutput) => void
|
|
535
507
|
): void;
|
|
536
|
-
|
|
537
508
|
updateBrokerType(
|
|
538
509
|
args: UpdateBrokerTypeCommandInput,
|
|
539
510
|
options?: __HttpHandlerOptions
|
|
@@ -547,7 +518,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
547
518
|
options: __HttpHandlerOptions,
|
|
548
519
|
cb: (err: any, data?: UpdateBrokerTypeCommandOutput) => void
|
|
549
520
|
): void;
|
|
550
|
-
|
|
551
521
|
updateClusterConfiguration(
|
|
552
522
|
args: UpdateClusterConfigurationCommandInput,
|
|
553
523
|
options?: __HttpHandlerOptions
|
|
@@ -561,7 +531,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
561
531
|
options: __HttpHandlerOptions,
|
|
562
532
|
cb: (err: any, data?: UpdateClusterConfigurationCommandOutput) => void
|
|
563
533
|
): void;
|
|
564
|
-
|
|
565
534
|
updateClusterKafkaVersion(
|
|
566
535
|
args: UpdateClusterKafkaVersionCommandInput,
|
|
567
536
|
options?: __HttpHandlerOptions
|
|
@@ -575,7 +544,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
575
544
|
options: __HttpHandlerOptions,
|
|
576
545
|
cb: (err: any, data?: UpdateClusterKafkaVersionCommandOutput) => void
|
|
577
546
|
): void;
|
|
578
|
-
|
|
579
547
|
updateConfiguration(
|
|
580
548
|
args: UpdateConfigurationCommandInput,
|
|
581
549
|
options?: __HttpHandlerOptions
|
|
@@ -589,7 +557,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
589
557
|
options: __HttpHandlerOptions,
|
|
590
558
|
cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
|
|
591
559
|
): void;
|
|
592
|
-
|
|
593
560
|
updateConnectivity(
|
|
594
561
|
args: UpdateConnectivityCommandInput,
|
|
595
562
|
options?: __HttpHandlerOptions
|
|
@@ -603,7 +570,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
603
570
|
options: __HttpHandlerOptions,
|
|
604
571
|
cb: (err: any, data?: UpdateConnectivityCommandOutput) => void
|
|
605
572
|
): void;
|
|
606
|
-
|
|
607
573
|
updateMonitoring(
|
|
608
574
|
args: UpdateMonitoringCommandInput,
|
|
609
575
|
options?: __HttpHandlerOptions
|
|
@@ -617,7 +583,6 @@ export declare class Kafka extends KafkaClient {
|
|
|
617
583
|
options: __HttpHandlerOptions,
|
|
618
584
|
cb: (err: any, data?: UpdateMonitoringCommandOutput) => void
|
|
619
585
|
): void;
|
|
620
|
-
|
|
621
586
|
updateSecurity(
|
|
622
587
|
args: UpdateSecurityCommandInput,
|
|
623
588
|
options?: __HttpHandlerOptions
|
|
@@ -257,47 +257,26 @@ export declare type ServiceOutputTypes =
|
|
|
257
257
|
export interface ClientDefaults
|
|
258
258
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
259
259
|
requestHandler?: __HttpHandler;
|
|
260
|
-
|
|
261
260
|
sha256?: __HashConstructor;
|
|
262
|
-
|
|
263
261
|
urlParser?: __UrlParser;
|
|
264
|
-
|
|
265
262
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
266
|
-
|
|
267
263
|
streamCollector?: __StreamCollector;
|
|
268
|
-
|
|
269
264
|
base64Decoder?: __Decoder;
|
|
270
|
-
|
|
271
265
|
base64Encoder?: __Encoder;
|
|
272
|
-
|
|
273
266
|
utf8Decoder?: __Decoder;
|
|
274
|
-
|
|
275
267
|
utf8Encoder?: __Encoder;
|
|
276
|
-
|
|
277
268
|
runtime?: string;
|
|
278
|
-
|
|
279
269
|
disableHostPrefix?: boolean;
|
|
280
|
-
|
|
281
270
|
maxAttempts?: number | __Provider<number>;
|
|
282
|
-
|
|
283
271
|
retryMode?: string | __Provider<string>;
|
|
284
|
-
|
|
285
272
|
logger?: __Logger;
|
|
286
|
-
|
|
287
273
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
288
|
-
|
|
289
274
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
290
|
-
|
|
291
275
|
serviceId?: string;
|
|
292
|
-
|
|
293
276
|
region?: string | __Provider<string>;
|
|
294
|
-
|
|
295
277
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
296
|
-
|
|
297
278
|
regionInfoProvider?: RegionInfoProvider;
|
|
298
|
-
|
|
299
279
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
300
|
-
|
|
301
280
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
302
281
|
}
|
|
303
282
|
declare type KafkaClientConfigType = Partial<
|
|
@@ -310,7 +289,6 @@ declare type KafkaClientConfigType = Partial<
|
|
|
310
289
|
HostHeaderInputConfig &
|
|
311
290
|
AwsAuthInputConfig &
|
|
312
291
|
UserAgentInputConfig;
|
|
313
|
-
|
|
314
292
|
export interface KafkaClientConfig extends KafkaClientConfigType {}
|
|
315
293
|
declare type KafkaClientResolvedConfigType =
|
|
316
294
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -321,10 +299,8 @@ declare type KafkaClientResolvedConfigType =
|
|
|
321
299
|
HostHeaderResolvedConfig &
|
|
322
300
|
AwsAuthResolvedConfig &
|
|
323
301
|
UserAgentResolvedConfig;
|
|
324
|
-
|
|
325
302
|
export interface KafkaClientResolvedConfig
|
|
326
303
|
extends KafkaClientResolvedConfigType {}
|
|
327
|
-
|
|
328
304
|
export declare class KafkaClient extends __Client<
|
|
329
305
|
__HttpHandlerOptions,
|
|
330
306
|
ServiceInputTypes,
|
|
@@ -333,7 +309,6 @@ export declare class KafkaClient extends __Client<
|
|
|
333
309
|
> {
|
|
334
310
|
readonly config: KafkaClientResolvedConfig;
|
|
335
311
|
constructor(configuration: KafkaClientConfig);
|
|
336
|
-
|
|
337
312
|
destroy(): void;
|
|
338
313
|
}
|
|
339
314
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface BatchAssociateScramSecretCommandInput
|
|
|
19
19
|
export interface BatchAssociateScramSecretCommandOutput
|
|
20
20
|
extends BatchAssociateScramSecretResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchAssociateScramSecretCommand extends $Command<
|
|
24
23
|
BatchAssociateScramSecretCommandInput,
|
|
25
24
|
BatchAssociateScramSecretCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchAssociateScramSecretCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchAssociateScramSecretCommandInput;
|
|
29
28
|
constructor(input: BatchAssociateScramSecretCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchDisassociateScramSecretCommandInput
|
|
|
19
19
|
export interface BatchDisassociateScramSecretCommandOutput
|
|
20
20
|
extends BatchDisassociateScramSecretResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchDisassociateScramSecretCommand extends $Command<
|
|
24
23
|
BatchDisassociateScramSecretCommandInput,
|
|
25
24
|
BatchDisassociateScramSecretCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchDisassociateScramSecretCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchDisassociateScramSecretCommandInput;
|
|
29
28
|
constructor(input: BatchDisassociateScramSecretCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
|
18
18
|
export interface CreateClusterCommandOutput
|
|
19
19
|
extends CreateClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateClusterCommand extends $Command<
|
|
23
22
|
CreateClusterCommandInput,
|
|
24
23
|
CreateClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateClusterCommandInput;
|
|
28
27
|
constructor(input: CreateClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateClusterV2CommandInput extends CreateClusterV2Request {}
|
|
|
18
18
|
export interface CreateClusterV2CommandOutput
|
|
19
19
|
extends CreateClusterV2Response,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateClusterV2Command extends $Command<
|
|
23
22
|
CreateClusterV2CommandInput,
|
|
24
23
|
CreateClusterV2CommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateClusterV2Command extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateClusterV2CommandInput;
|
|
28
27
|
constructor(input: CreateClusterV2CommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateConfigurationCommandInput
|
|
|
19
19
|
export interface CreateConfigurationCommandOutput
|
|
20
20
|
extends CreateConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateConfigurationCommand extends $Command<
|
|
24
23
|
CreateConfigurationCommandInput,
|
|
25
24
|
CreateConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
|
18
18
|
export interface DeleteClusterCommandOutput
|
|
19
19
|
extends DeleteClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteClusterCommand extends $Command<
|
|
23
22
|
DeleteClusterCommandInput,
|
|
24
23
|
DeleteClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteClusterCommandInput;
|
|
28
27
|
constructor(input: DeleteClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteConfigurationCommandOutput
|
|
20
20
|
extends DeleteConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteConfigurationCommand extends $Command<
|
|
24
23
|
DeleteConfigurationCommandInput,
|
|
25
24
|
DeleteConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
|
18
18
|
export interface DescribeClusterCommandOutput
|
|
19
19
|
extends DescribeClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeClusterCommand extends $Command<
|
|
23
22
|
DescribeClusterCommandInput,
|
|
24
23
|
DescribeClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeClusterCommandInput;
|
|
28
27
|
constructor(input: DescribeClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeClusterOperationCommandInput
|
|
|
19
19
|
export interface DescribeClusterOperationCommandOutput
|
|
20
20
|
extends DescribeClusterOperationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeClusterOperationCommand extends $Command<
|
|
24
23
|
DescribeClusterOperationCommandInput,
|
|
25
24
|
DescribeClusterOperationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeClusterOperationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeClusterOperationCommandInput;
|
|
29
28
|
constructor(input: DescribeClusterOperationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeClusterV2CommandInput
|
|
|
19
19
|
export interface DescribeClusterV2CommandOutput
|
|
20
20
|
extends DescribeClusterV2Response,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeClusterV2Command extends $Command<
|
|
24
23
|
DescribeClusterV2CommandInput,
|
|
25
24
|
DescribeClusterV2CommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeClusterV2Command extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeClusterV2CommandInput;
|
|
29
28
|
constructor(input: DescribeClusterV2CommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeConfigurationCommandInput
|
|
|
19
19
|
export interface DescribeConfigurationCommandOutput
|
|
20
20
|
extends DescribeConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeConfigurationCommand extends $Command<
|
|
24
23
|
DescribeConfigurationCommandInput,
|
|
25
24
|
DescribeConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeConfigurationCommandInput;
|
|
29
28
|
constructor(input: DescribeConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeConfigurationRevisionCommandInput
|
|
|
19
19
|
export interface DescribeConfigurationRevisionCommandOutput
|
|
20
20
|
extends DescribeConfigurationRevisionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeConfigurationRevisionCommand extends $Command<
|
|
24
23
|
DescribeConfigurationRevisionCommandInput,
|
|
25
24
|
DescribeConfigurationRevisionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeConfigurationRevisionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeConfigurationRevisionCommandInput;
|
|
29
28
|
constructor(input: DescribeConfigurationRevisionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBootstrapBrokersCommandInput
|
|
|
19
19
|
export interface GetBootstrapBrokersCommandOutput
|
|
20
20
|
extends GetBootstrapBrokersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBootstrapBrokersCommand extends $Command<
|
|
24
23
|
GetBootstrapBrokersCommandInput,
|
|
25
24
|
GetBootstrapBrokersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBootstrapBrokersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBootstrapBrokersCommandInput;
|
|
29
28
|
constructor(input: GetBootstrapBrokersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCompatibleKafkaVersionsCommandInput
|
|
|
19
19
|
export interface GetCompatibleKafkaVersionsCommandOutput
|
|
20
20
|
extends GetCompatibleKafkaVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCompatibleKafkaVersionsCommand extends $Command<
|
|
24
23
|
GetCompatibleKafkaVersionsCommandInput,
|
|
25
24
|
GetCompatibleKafkaVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCompatibleKafkaVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCompatibleKafkaVersionsCommandInput;
|
|
29
28
|
constructor(input: GetCompatibleKafkaVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListClusterOperationsCommandInput
|
|
|
19
19
|
export interface ListClusterOperationsCommandOutput
|
|
20
20
|
extends ListClusterOperationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListClusterOperationsCommand extends $Command<
|
|
24
23
|
ListClusterOperationsCommandInput,
|
|
25
24
|
ListClusterOperationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListClusterOperationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListClusterOperationsCommandInput;
|
|
29
28
|
constructor(input: ListClusterOperationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
|
15
15
|
export interface ListClustersCommandOutput
|
|
16
16
|
extends ListClustersResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListClustersCommand extends $Command<
|
|
20
19
|
ListClustersCommandInput,
|
|
21
20
|
ListClustersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListClustersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListClustersCommandInput;
|
|
25
24
|
constructor(input: ListClustersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KafkaClientResolvedConfig,
|