@aws-sdk/client-kafka 3.168.0 → 3.170.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/ts3.4/Kafka.d.ts +634 -180
- package/dist-types/ts3.4/KafkaClient.d.ts +339 -108
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1446 -1350
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1350 +1,1446 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { KafkaServiceException as __BaseException } from "./KafkaServiceException";
|
|
3
|
-
|
|
4
|
-
export interface ProvisionedThroughput {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
export interface
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
export
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
export interface
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
}
|
|
601
|
-
export interface
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
}
|
|
677
|
-
export interface
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
}
|
|
731
|
-
export interface
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
}
|
|
745
|
-
export interface
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
}
|
|
785
|
-
export interface
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
}
|
|
831
|
-
export interface
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
}
|
|
859
|
-
export interface
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
}
|
|
943
|
-
export interface
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
export interface
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
export
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
export
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
export
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
export
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
export
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
export
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
export declare const
|
|
1109
|
-
|
|
1110
|
-
export declare const
|
|
1111
|
-
|
|
1112
|
-
export declare const
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
export declare const
|
|
1117
|
-
|
|
1118
|
-
export declare const
|
|
1119
|
-
|
|
1120
|
-
export declare const
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
export declare const
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
export declare const
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
export declare const
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
export declare const
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
export declare const
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
export declare const
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
export declare const
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
export declare const
|
|
1153
|
-
|
|
1154
|
-
export declare const
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
export declare const
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
export declare const
|
|
1163
|
-
|
|
1164
|
-
export declare const
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
export declare const
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
export declare const
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
export declare const
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
export declare const
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
export declare const
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
export declare const
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
export declare const
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
export declare const
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
export declare const
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
export declare const
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
export declare const
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
export declare const
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
export declare const
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
export declare const
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
export declare const
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
export declare const
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
export declare const
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
export declare const
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
export declare const
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
export declare const
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
export declare const
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
export declare const
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
export declare const DescribeConfigurationRequestFilterSensitiveLog: (
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
export declare const
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
export declare const
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
export declare const
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
export declare const
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
export declare const
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
export declare const
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
export declare const
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
export declare const
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
export declare const
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
export declare const
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
export declare const
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
export declare const
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
export declare const
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
export declare const
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
export declare const
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
export declare const
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
export declare const
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
export declare const
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
export declare const
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
export declare const
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
export declare const
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
export declare const
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
export declare const
|
|
1349
|
-
|
|
1350
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { KafkaServiceException as __BaseException } from "./KafkaServiceException";
|
|
3
|
+
|
|
4
|
+
export interface ProvisionedThroughput {
|
|
5
|
+
Enabled?: boolean;
|
|
6
|
+
|
|
7
|
+
VolumeThroughput?: number;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface BrokerEBSVolumeInfo {
|
|
11
|
+
KafkaBrokerNodeId: string | undefined;
|
|
12
|
+
|
|
13
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
14
|
+
|
|
15
|
+
VolumeSizeGB?: number;
|
|
16
|
+
}
|
|
17
|
+
export declare enum ClusterType {
|
|
18
|
+
PROVISIONED = "PROVISIONED",
|
|
19
|
+
SERVERLESS = "SERVERLESS",
|
|
20
|
+
}
|
|
21
|
+
export declare enum BrokerAZDistribution {
|
|
22
|
+
DEFAULT = "DEFAULT",
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface PublicAccess {
|
|
26
|
+
Type?: string;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface ConnectivityInfo {
|
|
30
|
+
PublicAccess?: PublicAccess;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface EBSStorageInfo {
|
|
34
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
35
|
+
|
|
36
|
+
VolumeSize?: number;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface StorageInfo {
|
|
40
|
+
EbsStorageInfo?: EBSStorageInfo;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface BrokerNodeGroupInfo {
|
|
44
|
+
BrokerAZDistribution?: BrokerAZDistribution | string;
|
|
45
|
+
|
|
46
|
+
ClientSubnets: string[] | undefined;
|
|
47
|
+
|
|
48
|
+
InstanceType: string | undefined;
|
|
49
|
+
|
|
50
|
+
SecurityGroups?: string[];
|
|
51
|
+
|
|
52
|
+
StorageInfo?: StorageInfo;
|
|
53
|
+
|
|
54
|
+
ConnectivityInfo?: ConnectivityInfo;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface Iam {
|
|
58
|
+
Enabled?: boolean;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export interface Scram {
|
|
62
|
+
Enabled?: boolean;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface Sasl {
|
|
66
|
+
Scram?: Scram;
|
|
67
|
+
|
|
68
|
+
Iam?: Iam;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface Tls {
|
|
72
|
+
CertificateAuthorityArnList?: string[];
|
|
73
|
+
|
|
74
|
+
Enabled?: boolean;
|
|
75
|
+
}
|
|
76
|
+
export interface Unauthenticated {
|
|
77
|
+
Enabled?: boolean;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface ClientAuthentication {
|
|
81
|
+
Sasl?: Sasl;
|
|
82
|
+
|
|
83
|
+
Tls?: Tls;
|
|
84
|
+
|
|
85
|
+
Unauthenticated?: Unauthenticated;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface BrokerSoftwareInfo {
|
|
89
|
+
ConfigurationArn?: string;
|
|
90
|
+
|
|
91
|
+
ConfigurationRevision?: number;
|
|
92
|
+
|
|
93
|
+
KafkaVersion?: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export interface EncryptionAtRest {
|
|
97
|
+
DataVolumeKMSKeyId: string | undefined;
|
|
98
|
+
}
|
|
99
|
+
export declare enum ClientBroker {
|
|
100
|
+
PLAINTEXT = "PLAINTEXT",
|
|
101
|
+
TLS = "TLS",
|
|
102
|
+
TLS_PLAINTEXT = "TLS_PLAINTEXT",
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface EncryptionInTransit {
|
|
106
|
+
ClientBroker?: ClientBroker | string;
|
|
107
|
+
|
|
108
|
+
InCluster?: boolean;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface EncryptionInfo {
|
|
112
|
+
EncryptionAtRest?: EncryptionAtRest;
|
|
113
|
+
|
|
114
|
+
EncryptionInTransit?: EncryptionInTransit;
|
|
115
|
+
}
|
|
116
|
+
export declare enum EnhancedMonitoring {
|
|
117
|
+
DEFAULT = "DEFAULT",
|
|
118
|
+
PER_BROKER = "PER_BROKER",
|
|
119
|
+
PER_TOPIC_PER_BROKER = "PER_TOPIC_PER_BROKER",
|
|
120
|
+
PER_TOPIC_PER_PARTITION = "PER_TOPIC_PER_PARTITION",
|
|
121
|
+
}
|
|
122
|
+
export interface CloudWatchLogs {
|
|
123
|
+
Enabled: boolean | undefined;
|
|
124
|
+
LogGroup?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface Firehose {
|
|
127
|
+
DeliveryStream?: string;
|
|
128
|
+
Enabled: boolean | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface S3 {
|
|
131
|
+
Bucket?: string;
|
|
132
|
+
Enabled: boolean | undefined;
|
|
133
|
+
Prefix?: string;
|
|
134
|
+
}
|
|
135
|
+
export interface BrokerLogs {
|
|
136
|
+
CloudWatchLogs?: CloudWatchLogs;
|
|
137
|
+
Firehose?: Firehose;
|
|
138
|
+
S3?: S3;
|
|
139
|
+
}
|
|
140
|
+
export interface LoggingInfo {
|
|
141
|
+
BrokerLogs: BrokerLogs | undefined;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export interface JmxExporterInfo {
|
|
145
|
+
EnabledInBroker: boolean | undefined;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface NodeExporterInfo {
|
|
149
|
+
EnabledInBroker: boolean | undefined;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export interface PrometheusInfo {
|
|
153
|
+
JmxExporter?: JmxExporterInfo;
|
|
154
|
+
|
|
155
|
+
NodeExporter?: NodeExporterInfo;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export interface OpenMonitoringInfo {
|
|
159
|
+
Prometheus: PrometheusInfo | undefined;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface Provisioned {
|
|
163
|
+
BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
|
|
164
|
+
|
|
165
|
+
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
166
|
+
|
|
167
|
+
ClientAuthentication?: ClientAuthentication;
|
|
168
|
+
|
|
169
|
+
EncryptionInfo?: EncryptionInfo;
|
|
170
|
+
|
|
171
|
+
EnhancedMonitoring?: EnhancedMonitoring | string;
|
|
172
|
+
|
|
173
|
+
OpenMonitoring?: OpenMonitoringInfo;
|
|
174
|
+
|
|
175
|
+
LoggingInfo?: LoggingInfo;
|
|
176
|
+
|
|
177
|
+
NumberOfBrokerNodes: number | undefined;
|
|
178
|
+
|
|
179
|
+
ZookeeperConnectString?: string;
|
|
180
|
+
|
|
181
|
+
ZookeeperConnectStringTls?: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface ServerlessSasl {
|
|
185
|
+
Iam?: Iam;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export interface ServerlessClientAuthentication {
|
|
189
|
+
Sasl?: ServerlessSasl;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface VpcConfig {
|
|
193
|
+
SubnetIds: string[] | undefined;
|
|
194
|
+
|
|
195
|
+
SecurityGroupIds?: string[];
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export interface Serverless {
|
|
199
|
+
VpcConfigs: VpcConfig[] | undefined;
|
|
200
|
+
|
|
201
|
+
ClientAuthentication?: ServerlessClientAuthentication;
|
|
202
|
+
}
|
|
203
|
+
export declare enum ClusterState {
|
|
204
|
+
ACTIVE = "ACTIVE",
|
|
205
|
+
CREATING = "CREATING",
|
|
206
|
+
DELETING = "DELETING",
|
|
207
|
+
FAILED = "FAILED",
|
|
208
|
+
HEALING = "HEALING",
|
|
209
|
+
MAINTENANCE = "MAINTENANCE",
|
|
210
|
+
REBOOTING_BROKER = "REBOOTING_BROKER",
|
|
211
|
+
UPDATING = "UPDATING",
|
|
212
|
+
}
|
|
213
|
+
export interface StateInfo {
|
|
214
|
+
Code?: string;
|
|
215
|
+
Message?: string;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export interface Cluster {
|
|
219
|
+
ActiveOperationArn?: string;
|
|
220
|
+
|
|
221
|
+
ClusterType?: ClusterType | string;
|
|
222
|
+
|
|
223
|
+
ClusterArn?: string;
|
|
224
|
+
|
|
225
|
+
ClusterName?: string;
|
|
226
|
+
|
|
227
|
+
CreationTime?: Date;
|
|
228
|
+
|
|
229
|
+
CurrentVersion?: string;
|
|
230
|
+
|
|
231
|
+
State?: ClusterState | string;
|
|
232
|
+
|
|
233
|
+
StateInfo?: StateInfo;
|
|
234
|
+
|
|
235
|
+
Tags?: Record<string, string>;
|
|
236
|
+
|
|
237
|
+
Provisioned?: Provisioned;
|
|
238
|
+
|
|
239
|
+
Serverless?: Serverless;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export interface JmxExporter {
|
|
243
|
+
EnabledInBroker: boolean | undefined;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export interface NodeExporter {
|
|
247
|
+
EnabledInBroker: boolean | undefined;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export interface Prometheus {
|
|
251
|
+
JmxExporter?: JmxExporter;
|
|
252
|
+
|
|
253
|
+
NodeExporter?: NodeExporter;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface OpenMonitoring {
|
|
257
|
+
Prometheus: Prometheus | undefined;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
export interface ClusterInfo {
|
|
261
|
+
ActiveOperationArn?: string;
|
|
262
|
+
|
|
263
|
+
BrokerNodeGroupInfo?: BrokerNodeGroupInfo;
|
|
264
|
+
|
|
265
|
+
ClientAuthentication?: ClientAuthentication;
|
|
266
|
+
|
|
267
|
+
ClusterArn?: string;
|
|
268
|
+
|
|
269
|
+
ClusterName?: string;
|
|
270
|
+
|
|
271
|
+
CreationTime?: Date;
|
|
272
|
+
|
|
273
|
+
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
274
|
+
|
|
275
|
+
CurrentVersion?: string;
|
|
276
|
+
|
|
277
|
+
EncryptionInfo?: EncryptionInfo;
|
|
278
|
+
|
|
279
|
+
EnhancedMonitoring?: EnhancedMonitoring | string;
|
|
280
|
+
|
|
281
|
+
OpenMonitoring?: OpenMonitoring;
|
|
282
|
+
LoggingInfo?: LoggingInfo;
|
|
283
|
+
|
|
284
|
+
NumberOfBrokerNodes?: number;
|
|
285
|
+
|
|
286
|
+
State?: ClusterState | string;
|
|
287
|
+
StateInfo?: StateInfo;
|
|
288
|
+
|
|
289
|
+
Tags?: Record<string, string>;
|
|
290
|
+
|
|
291
|
+
ZookeeperConnectString?: string;
|
|
292
|
+
|
|
293
|
+
ZookeeperConnectStringTls?: string;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface ErrorInfo {
|
|
297
|
+
ErrorCode?: string;
|
|
298
|
+
|
|
299
|
+
ErrorString?: string;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export interface ClusterOperationStepInfo {
|
|
303
|
+
StepStatus?: string;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export interface ClusterOperationStep {
|
|
307
|
+
StepInfo?: ClusterOperationStepInfo;
|
|
308
|
+
|
|
309
|
+
StepName?: string;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
export interface ConfigurationInfo {
|
|
313
|
+
Arn: string | undefined;
|
|
314
|
+
|
|
315
|
+
Revision: number | undefined;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
export interface MutableClusterInfo {
|
|
319
|
+
BrokerEBSVolumeInfo?: BrokerEBSVolumeInfo[];
|
|
320
|
+
|
|
321
|
+
ConfigurationInfo?: ConfigurationInfo;
|
|
322
|
+
|
|
323
|
+
NumberOfBrokerNodes?: number;
|
|
324
|
+
|
|
325
|
+
EnhancedMonitoring?: EnhancedMonitoring | string;
|
|
326
|
+
|
|
327
|
+
OpenMonitoring?: OpenMonitoring;
|
|
328
|
+
|
|
329
|
+
KafkaVersion?: string;
|
|
330
|
+
|
|
331
|
+
LoggingInfo?: LoggingInfo;
|
|
332
|
+
|
|
333
|
+
InstanceType?: string;
|
|
334
|
+
|
|
335
|
+
ClientAuthentication?: ClientAuthentication;
|
|
336
|
+
|
|
337
|
+
EncryptionInfo?: EncryptionInfo;
|
|
338
|
+
|
|
339
|
+
ConnectivityInfo?: ConnectivityInfo;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface ClusterOperationInfo {
|
|
343
|
+
ClientRequestId?: string;
|
|
344
|
+
|
|
345
|
+
ClusterArn?: string;
|
|
346
|
+
|
|
347
|
+
CreationTime?: Date;
|
|
348
|
+
|
|
349
|
+
EndTime?: Date;
|
|
350
|
+
|
|
351
|
+
ErrorInfo?: ErrorInfo;
|
|
352
|
+
|
|
353
|
+
OperationArn?: string;
|
|
354
|
+
|
|
355
|
+
OperationState?: string;
|
|
356
|
+
|
|
357
|
+
OperationSteps?: ClusterOperationStep[];
|
|
358
|
+
|
|
359
|
+
OperationType?: string;
|
|
360
|
+
|
|
361
|
+
SourceClusterInfo?: MutableClusterInfo;
|
|
362
|
+
|
|
363
|
+
TargetClusterInfo?: MutableClusterInfo;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface CompatibleKafkaVersion {
|
|
367
|
+
SourceVersion?: string;
|
|
368
|
+
|
|
369
|
+
TargetVersions?: string[];
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export interface ConfigurationRevision {
|
|
373
|
+
CreationTime: Date | undefined;
|
|
374
|
+
|
|
375
|
+
Description?: string;
|
|
376
|
+
|
|
377
|
+
Revision: number | undefined;
|
|
378
|
+
}
|
|
379
|
+
export declare enum ConfigurationState {
|
|
380
|
+
ACTIVE = "ACTIVE",
|
|
381
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
382
|
+
DELETING = "DELETING",
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface Configuration {
|
|
386
|
+
Arn: string | undefined;
|
|
387
|
+
|
|
388
|
+
CreationTime: Date | undefined;
|
|
389
|
+
|
|
390
|
+
Description: string | undefined;
|
|
391
|
+
|
|
392
|
+
KafkaVersions: string[] | undefined;
|
|
393
|
+
|
|
394
|
+
LatestRevision: ConfigurationRevision | undefined;
|
|
395
|
+
|
|
396
|
+
Name: string | undefined;
|
|
397
|
+
|
|
398
|
+
State: ConfigurationState | string | undefined;
|
|
399
|
+
}
|
|
400
|
+
export declare enum KafkaVersionStatus {
|
|
401
|
+
ACTIVE = "ACTIVE",
|
|
402
|
+
DEPRECATED = "DEPRECATED",
|
|
403
|
+
}
|
|
404
|
+
export interface KafkaVersion {
|
|
405
|
+
Version?: string;
|
|
406
|
+
Status?: KafkaVersionStatus | string;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export interface BrokerNodeInfo {
|
|
410
|
+
AttachedENIId?: string;
|
|
411
|
+
|
|
412
|
+
BrokerId?: number;
|
|
413
|
+
|
|
414
|
+
ClientSubnet?: string;
|
|
415
|
+
|
|
416
|
+
ClientVpcIpAddress?: string;
|
|
417
|
+
|
|
418
|
+
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
419
|
+
|
|
420
|
+
Endpoints?: string[];
|
|
421
|
+
}
|
|
422
|
+
export declare enum NodeType {
|
|
423
|
+
BROKER = "BROKER",
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export interface ZookeeperNodeInfo {
|
|
427
|
+
AttachedENIId?: string;
|
|
428
|
+
|
|
429
|
+
ClientVpcIpAddress?: string;
|
|
430
|
+
|
|
431
|
+
Endpoints?: string[];
|
|
432
|
+
|
|
433
|
+
ZookeeperId?: number;
|
|
434
|
+
|
|
435
|
+
ZookeeperVersion?: string;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export interface NodeInfo {
|
|
439
|
+
AddedToClusterTime?: string;
|
|
440
|
+
|
|
441
|
+
BrokerNodeInfo?: BrokerNodeInfo;
|
|
442
|
+
|
|
443
|
+
InstanceType?: string;
|
|
444
|
+
|
|
445
|
+
NodeARN?: string;
|
|
446
|
+
|
|
447
|
+
NodeType?: NodeType | string;
|
|
448
|
+
|
|
449
|
+
ZookeeperNodeInfo?: ZookeeperNodeInfo;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export interface UnprocessedScramSecret {
|
|
453
|
+
ErrorCode?: string;
|
|
454
|
+
|
|
455
|
+
ErrorMessage?: string;
|
|
456
|
+
|
|
457
|
+
SecretArn?: string;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
export declare class BadRequestException extends __BaseException {
|
|
461
|
+
readonly name: "BadRequestException";
|
|
462
|
+
readonly $fault: "client";
|
|
463
|
+
|
|
464
|
+
InvalidParameter?: string;
|
|
465
|
+
|
|
466
|
+
Message?: string;
|
|
467
|
+
|
|
468
|
+
constructor(
|
|
469
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
470
|
+
);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export interface BatchAssociateScramSecretRequest {
|
|
474
|
+
ClusterArn: string | undefined;
|
|
475
|
+
|
|
476
|
+
SecretArnList: string[] | undefined;
|
|
477
|
+
}
|
|
478
|
+
export interface BatchAssociateScramSecretResponse {
|
|
479
|
+
ClusterArn?: string;
|
|
480
|
+
|
|
481
|
+
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export declare class ForbiddenException extends __BaseException {
|
|
485
|
+
readonly name: "ForbiddenException";
|
|
486
|
+
readonly $fault: "client";
|
|
487
|
+
|
|
488
|
+
InvalidParameter?: string;
|
|
489
|
+
|
|
490
|
+
Message?: string;
|
|
491
|
+
|
|
492
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
496
|
+
readonly name: "InternalServerErrorException";
|
|
497
|
+
readonly $fault: "server";
|
|
498
|
+
|
|
499
|
+
InvalidParameter?: string;
|
|
500
|
+
|
|
501
|
+
Message?: string;
|
|
502
|
+
|
|
503
|
+
constructor(
|
|
504
|
+
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
505
|
+
);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
export declare class NotFoundException extends __BaseException {
|
|
509
|
+
readonly name: "NotFoundException";
|
|
510
|
+
readonly $fault: "client";
|
|
511
|
+
|
|
512
|
+
InvalidParameter?: string;
|
|
513
|
+
|
|
514
|
+
Message?: string;
|
|
515
|
+
|
|
516
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
520
|
+
readonly name: "ServiceUnavailableException";
|
|
521
|
+
readonly $fault: "server";
|
|
522
|
+
|
|
523
|
+
InvalidParameter?: string;
|
|
524
|
+
|
|
525
|
+
Message?: string;
|
|
526
|
+
|
|
527
|
+
constructor(
|
|
528
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
529
|
+
);
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
533
|
+
readonly name: "TooManyRequestsException";
|
|
534
|
+
readonly $fault: "client";
|
|
535
|
+
|
|
536
|
+
InvalidParameter?: string;
|
|
537
|
+
|
|
538
|
+
Message?: string;
|
|
539
|
+
|
|
540
|
+
constructor(
|
|
541
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
542
|
+
);
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
546
|
+
readonly name: "UnauthorizedException";
|
|
547
|
+
readonly $fault: "client";
|
|
548
|
+
|
|
549
|
+
InvalidParameter?: string;
|
|
550
|
+
|
|
551
|
+
Message?: string;
|
|
552
|
+
|
|
553
|
+
constructor(
|
|
554
|
+
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
555
|
+
);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export interface BatchDisassociateScramSecretRequest {
|
|
559
|
+
ClusterArn: string | undefined;
|
|
560
|
+
|
|
561
|
+
SecretArnList: string[] | undefined;
|
|
562
|
+
}
|
|
563
|
+
export interface BatchDisassociateScramSecretResponse {
|
|
564
|
+
ClusterArn?: string;
|
|
565
|
+
|
|
566
|
+
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export declare class ConflictException extends __BaseException {
|
|
570
|
+
readonly name: "ConflictException";
|
|
571
|
+
readonly $fault: "client";
|
|
572
|
+
|
|
573
|
+
InvalidParameter?: string;
|
|
574
|
+
|
|
575
|
+
Message?: string;
|
|
576
|
+
|
|
577
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
578
|
+
}
|
|
579
|
+
export interface CreateClusterRequest {
|
|
580
|
+
BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
|
|
581
|
+
|
|
582
|
+
ClientAuthentication?: ClientAuthentication;
|
|
583
|
+
|
|
584
|
+
ClusterName: string | undefined;
|
|
585
|
+
|
|
586
|
+
ConfigurationInfo?: ConfigurationInfo;
|
|
587
|
+
|
|
588
|
+
EncryptionInfo?: EncryptionInfo;
|
|
589
|
+
|
|
590
|
+
EnhancedMonitoring?: EnhancedMonitoring | string;
|
|
591
|
+
|
|
592
|
+
OpenMonitoring?: OpenMonitoringInfo;
|
|
593
|
+
|
|
594
|
+
KafkaVersion: string | undefined;
|
|
595
|
+
LoggingInfo?: LoggingInfo;
|
|
596
|
+
|
|
597
|
+
NumberOfBrokerNodes: number | undefined;
|
|
598
|
+
|
|
599
|
+
Tags?: Record<string, string>;
|
|
600
|
+
}
|
|
601
|
+
export interface CreateClusterResponse {
|
|
602
|
+
ClusterArn?: string;
|
|
603
|
+
|
|
604
|
+
ClusterName?: string;
|
|
605
|
+
|
|
606
|
+
State?: ClusterState | string;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export interface ProvisionedRequest {
|
|
610
|
+
BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
|
|
611
|
+
|
|
612
|
+
ClientAuthentication?: ClientAuthentication;
|
|
613
|
+
|
|
614
|
+
ConfigurationInfo?: ConfigurationInfo;
|
|
615
|
+
|
|
616
|
+
EncryptionInfo?: EncryptionInfo;
|
|
617
|
+
|
|
618
|
+
EnhancedMonitoring?: EnhancedMonitoring | string;
|
|
619
|
+
|
|
620
|
+
OpenMonitoring?: OpenMonitoringInfo;
|
|
621
|
+
|
|
622
|
+
KafkaVersion: string | undefined;
|
|
623
|
+
|
|
624
|
+
LoggingInfo?: LoggingInfo;
|
|
625
|
+
|
|
626
|
+
NumberOfBrokerNodes: number | undefined;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export interface ServerlessRequest {
|
|
630
|
+
VpcConfigs: VpcConfig[] | undefined;
|
|
631
|
+
|
|
632
|
+
ClientAuthentication?: ServerlessClientAuthentication;
|
|
633
|
+
}
|
|
634
|
+
export interface CreateClusterV2Request {
|
|
635
|
+
ClusterName: string | undefined;
|
|
636
|
+
|
|
637
|
+
Tags?: Record<string, string>;
|
|
638
|
+
|
|
639
|
+
Provisioned?: ProvisionedRequest;
|
|
640
|
+
|
|
641
|
+
Serverless?: ServerlessRequest;
|
|
642
|
+
}
|
|
643
|
+
export interface CreateClusterV2Response {
|
|
644
|
+
ClusterArn?: string;
|
|
645
|
+
|
|
646
|
+
ClusterName?: string;
|
|
647
|
+
|
|
648
|
+
State?: ClusterState | string;
|
|
649
|
+
|
|
650
|
+
ClusterType?: ClusterType | string;
|
|
651
|
+
}
|
|
652
|
+
export interface CreateConfigurationRequest {
|
|
653
|
+
Description?: string;
|
|
654
|
+
|
|
655
|
+
KafkaVersions?: string[];
|
|
656
|
+
|
|
657
|
+
Name: string | undefined;
|
|
658
|
+
|
|
659
|
+
ServerProperties: Uint8Array | undefined;
|
|
660
|
+
}
|
|
661
|
+
export interface CreateConfigurationResponse {
|
|
662
|
+
Arn?: string;
|
|
663
|
+
|
|
664
|
+
CreationTime?: Date;
|
|
665
|
+
|
|
666
|
+
LatestRevision?: ConfigurationRevision;
|
|
667
|
+
|
|
668
|
+
Name?: string;
|
|
669
|
+
|
|
670
|
+
State?: ConfigurationState | string;
|
|
671
|
+
}
|
|
672
|
+
export interface DeleteClusterRequest {
|
|
673
|
+
ClusterArn: string | undefined;
|
|
674
|
+
|
|
675
|
+
CurrentVersion?: string;
|
|
676
|
+
}
|
|
677
|
+
export interface DeleteClusterResponse {
|
|
678
|
+
ClusterArn?: string;
|
|
679
|
+
|
|
680
|
+
State?: ClusterState | string;
|
|
681
|
+
}
|
|
682
|
+
export interface DeleteConfigurationRequest {
|
|
683
|
+
Arn: string | undefined;
|
|
684
|
+
}
|
|
685
|
+
export interface DeleteConfigurationResponse {
|
|
686
|
+
Arn?: string;
|
|
687
|
+
|
|
688
|
+
State?: ConfigurationState | string;
|
|
689
|
+
}
|
|
690
|
+
export interface DescribeClusterRequest {
|
|
691
|
+
ClusterArn: string | undefined;
|
|
692
|
+
}
|
|
693
|
+
export interface DescribeClusterResponse {
|
|
694
|
+
ClusterInfo?: ClusterInfo;
|
|
695
|
+
}
|
|
696
|
+
export interface DescribeClusterOperationRequest {
|
|
697
|
+
ClusterOperationArn: string | undefined;
|
|
698
|
+
}
|
|
699
|
+
export interface DescribeClusterOperationResponse {
|
|
700
|
+
ClusterOperationInfo?: ClusterOperationInfo;
|
|
701
|
+
}
|
|
702
|
+
export interface DescribeClusterV2Request {
|
|
703
|
+
ClusterArn: string | undefined;
|
|
704
|
+
}
|
|
705
|
+
export interface DescribeClusterV2Response {
|
|
706
|
+
ClusterInfo?: Cluster;
|
|
707
|
+
}
|
|
708
|
+
export interface DescribeConfigurationRequest {
|
|
709
|
+
Arn: string | undefined;
|
|
710
|
+
}
|
|
711
|
+
export interface DescribeConfigurationResponse {
|
|
712
|
+
Arn?: string;
|
|
713
|
+
|
|
714
|
+
CreationTime?: Date;
|
|
715
|
+
|
|
716
|
+
Description?: string;
|
|
717
|
+
|
|
718
|
+
KafkaVersions?: string[];
|
|
719
|
+
|
|
720
|
+
LatestRevision?: ConfigurationRevision;
|
|
721
|
+
|
|
722
|
+
Name?: string;
|
|
723
|
+
|
|
724
|
+
State?: ConfigurationState | string;
|
|
725
|
+
}
|
|
726
|
+
export interface DescribeConfigurationRevisionRequest {
|
|
727
|
+
Arn: string | undefined;
|
|
728
|
+
|
|
729
|
+
Revision: number | undefined;
|
|
730
|
+
}
|
|
731
|
+
export interface DescribeConfigurationRevisionResponse {
|
|
732
|
+
Arn?: string;
|
|
733
|
+
|
|
734
|
+
CreationTime?: Date;
|
|
735
|
+
|
|
736
|
+
Description?: string;
|
|
737
|
+
|
|
738
|
+
Revision?: number;
|
|
739
|
+
|
|
740
|
+
ServerProperties?: Uint8Array;
|
|
741
|
+
}
|
|
742
|
+
export interface GetBootstrapBrokersRequest {
|
|
743
|
+
ClusterArn: string | undefined;
|
|
744
|
+
}
|
|
745
|
+
export interface GetBootstrapBrokersResponse {
|
|
746
|
+
BootstrapBrokerString?: string;
|
|
747
|
+
|
|
748
|
+
BootstrapBrokerStringTls?: string;
|
|
749
|
+
|
|
750
|
+
BootstrapBrokerStringSaslScram?: string;
|
|
751
|
+
|
|
752
|
+
BootstrapBrokerStringSaslIam?: string;
|
|
753
|
+
|
|
754
|
+
BootstrapBrokerStringPublicTls?: string;
|
|
755
|
+
|
|
756
|
+
BootstrapBrokerStringPublicSaslScram?: string;
|
|
757
|
+
|
|
758
|
+
BootstrapBrokerStringPublicSaslIam?: string;
|
|
759
|
+
}
|
|
760
|
+
export interface GetCompatibleKafkaVersionsRequest {
|
|
761
|
+
ClusterArn?: string;
|
|
762
|
+
}
|
|
763
|
+
export interface GetCompatibleKafkaVersionsResponse {
|
|
764
|
+
CompatibleKafkaVersions?: CompatibleKafkaVersion[];
|
|
765
|
+
}
|
|
766
|
+
export interface ListClusterOperationsRequest {
|
|
767
|
+
ClusterArn: string | undefined;
|
|
768
|
+
|
|
769
|
+
MaxResults?: number;
|
|
770
|
+
|
|
771
|
+
NextToken?: string;
|
|
772
|
+
}
|
|
773
|
+
export interface ListClusterOperationsResponse {
|
|
774
|
+
ClusterOperationInfoList?: ClusterOperationInfo[];
|
|
775
|
+
|
|
776
|
+
NextToken?: string;
|
|
777
|
+
}
|
|
778
|
+
export interface ListClustersRequest {
|
|
779
|
+
ClusterNameFilter?: string;
|
|
780
|
+
|
|
781
|
+
MaxResults?: number;
|
|
782
|
+
|
|
783
|
+
NextToken?: string;
|
|
784
|
+
}
|
|
785
|
+
export interface ListClustersResponse {
|
|
786
|
+
ClusterInfoList?: ClusterInfo[];
|
|
787
|
+
|
|
788
|
+
NextToken?: string;
|
|
789
|
+
}
|
|
790
|
+
export interface ListClustersV2Request {
|
|
791
|
+
ClusterNameFilter?: string;
|
|
792
|
+
|
|
793
|
+
ClusterTypeFilter?: string;
|
|
794
|
+
|
|
795
|
+
MaxResults?: number;
|
|
796
|
+
|
|
797
|
+
NextToken?: string;
|
|
798
|
+
}
|
|
799
|
+
export interface ListClustersV2Response {
|
|
800
|
+
ClusterInfoList?: Cluster[];
|
|
801
|
+
|
|
802
|
+
NextToken?: string;
|
|
803
|
+
}
|
|
804
|
+
export interface ListConfigurationRevisionsRequest {
|
|
805
|
+
Arn: string | undefined;
|
|
806
|
+
|
|
807
|
+
MaxResults?: number;
|
|
808
|
+
|
|
809
|
+
NextToken?: string;
|
|
810
|
+
}
|
|
811
|
+
export interface ListConfigurationRevisionsResponse {
|
|
812
|
+
NextToken?: string;
|
|
813
|
+
|
|
814
|
+
Revisions?: ConfigurationRevision[];
|
|
815
|
+
}
|
|
816
|
+
export interface ListConfigurationsRequest {
|
|
817
|
+
MaxResults?: number;
|
|
818
|
+
|
|
819
|
+
NextToken?: string;
|
|
820
|
+
}
|
|
821
|
+
export interface ListConfigurationsResponse {
|
|
822
|
+
Configurations?: Configuration[];
|
|
823
|
+
|
|
824
|
+
NextToken?: string;
|
|
825
|
+
}
|
|
826
|
+
export interface ListKafkaVersionsRequest {
|
|
827
|
+
MaxResults?: number;
|
|
828
|
+
|
|
829
|
+
NextToken?: string;
|
|
830
|
+
}
|
|
831
|
+
export interface ListKafkaVersionsResponse {
|
|
832
|
+
KafkaVersions?: KafkaVersion[];
|
|
833
|
+
NextToken?: string;
|
|
834
|
+
}
|
|
835
|
+
export interface ListNodesRequest {
|
|
836
|
+
ClusterArn: string | undefined;
|
|
837
|
+
|
|
838
|
+
MaxResults?: number;
|
|
839
|
+
|
|
840
|
+
NextToken?: string;
|
|
841
|
+
}
|
|
842
|
+
export interface ListNodesResponse {
|
|
843
|
+
NextToken?: string;
|
|
844
|
+
|
|
845
|
+
NodeInfoList?: NodeInfo[];
|
|
846
|
+
}
|
|
847
|
+
export interface ListScramSecretsRequest {
|
|
848
|
+
ClusterArn: string | undefined;
|
|
849
|
+
|
|
850
|
+
MaxResults?: number;
|
|
851
|
+
|
|
852
|
+
NextToken?: string;
|
|
853
|
+
}
|
|
854
|
+
export interface ListScramSecretsResponse {
|
|
855
|
+
NextToken?: string;
|
|
856
|
+
|
|
857
|
+
SecretArnList?: string[];
|
|
858
|
+
}
|
|
859
|
+
export interface ListTagsForResourceRequest {
|
|
860
|
+
ResourceArn: string | undefined;
|
|
861
|
+
}
|
|
862
|
+
export interface ListTagsForResourceResponse {
|
|
863
|
+
Tags?: Record<string, string>;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
export interface RebootBrokerRequest {
|
|
867
|
+
BrokerIds: string[] | undefined;
|
|
868
|
+
|
|
869
|
+
ClusterArn: string | undefined;
|
|
870
|
+
}
|
|
871
|
+
export interface RebootBrokerResponse {
|
|
872
|
+
ClusterArn?: string;
|
|
873
|
+
|
|
874
|
+
ClusterOperationArn?: string;
|
|
875
|
+
}
|
|
876
|
+
export interface TagResourceRequest {
|
|
877
|
+
ResourceArn: string | undefined;
|
|
878
|
+
|
|
879
|
+
Tags: Record<string, string> | undefined;
|
|
880
|
+
}
|
|
881
|
+
export interface UntagResourceRequest {
|
|
882
|
+
ResourceArn: string | undefined;
|
|
883
|
+
|
|
884
|
+
TagKeys: string[] | undefined;
|
|
885
|
+
}
|
|
886
|
+
export interface UpdateBrokerCountRequest {
|
|
887
|
+
ClusterArn: string | undefined;
|
|
888
|
+
|
|
889
|
+
CurrentVersion: string | undefined;
|
|
890
|
+
|
|
891
|
+
TargetNumberOfBrokerNodes: number | undefined;
|
|
892
|
+
}
|
|
893
|
+
export interface UpdateBrokerCountResponse {
|
|
894
|
+
ClusterArn?: string;
|
|
895
|
+
|
|
896
|
+
ClusterOperationArn?: string;
|
|
897
|
+
}
|
|
898
|
+
export interface UpdateBrokerStorageRequest {
|
|
899
|
+
ClusterArn: string | undefined;
|
|
900
|
+
|
|
901
|
+
CurrentVersion: string | undefined;
|
|
902
|
+
|
|
903
|
+
TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[] | undefined;
|
|
904
|
+
}
|
|
905
|
+
export interface UpdateBrokerStorageResponse {
|
|
906
|
+
ClusterArn?: string;
|
|
907
|
+
|
|
908
|
+
ClusterOperationArn?: string;
|
|
909
|
+
}
|
|
910
|
+
export interface UpdateBrokerTypeRequest {
|
|
911
|
+
ClusterArn: string | undefined;
|
|
912
|
+
|
|
913
|
+
CurrentVersion: string | undefined;
|
|
914
|
+
|
|
915
|
+
TargetInstanceType: string | undefined;
|
|
916
|
+
}
|
|
917
|
+
export interface UpdateBrokerTypeResponse {
|
|
918
|
+
ClusterArn?: string;
|
|
919
|
+
|
|
920
|
+
ClusterOperationArn?: string;
|
|
921
|
+
}
|
|
922
|
+
export interface UpdateClusterConfigurationRequest {
|
|
923
|
+
ClusterArn: string | undefined;
|
|
924
|
+
|
|
925
|
+
ConfigurationInfo: ConfigurationInfo | undefined;
|
|
926
|
+
|
|
927
|
+
CurrentVersion: string | undefined;
|
|
928
|
+
}
|
|
929
|
+
export interface UpdateClusterConfigurationResponse {
|
|
930
|
+
ClusterArn?: string;
|
|
931
|
+
|
|
932
|
+
ClusterOperationArn?: string;
|
|
933
|
+
}
|
|
934
|
+
export interface UpdateClusterKafkaVersionRequest {
|
|
935
|
+
ClusterArn: string | undefined;
|
|
936
|
+
|
|
937
|
+
ConfigurationInfo?: ConfigurationInfo;
|
|
938
|
+
|
|
939
|
+
CurrentVersion: string | undefined;
|
|
940
|
+
|
|
941
|
+
TargetKafkaVersion: string | undefined;
|
|
942
|
+
}
|
|
943
|
+
export interface UpdateClusterKafkaVersionResponse {
|
|
944
|
+
ClusterArn?: string;
|
|
945
|
+
|
|
946
|
+
ClusterOperationArn?: string;
|
|
947
|
+
}
|
|
948
|
+
export interface UpdateConfigurationRequest {
|
|
949
|
+
Arn: string | undefined;
|
|
950
|
+
|
|
951
|
+
Description?: string;
|
|
952
|
+
|
|
953
|
+
ServerProperties: Uint8Array | undefined;
|
|
954
|
+
}
|
|
955
|
+
export interface UpdateConfigurationResponse {
|
|
956
|
+
Arn?: string;
|
|
957
|
+
|
|
958
|
+
LatestRevision?: ConfigurationRevision;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
export interface UpdateConnectivityRequest {
|
|
962
|
+
ClusterArn: string | undefined;
|
|
963
|
+
|
|
964
|
+
ConnectivityInfo: ConnectivityInfo | undefined;
|
|
965
|
+
|
|
966
|
+
CurrentVersion: string | undefined;
|
|
967
|
+
}
|
|
968
|
+
export interface UpdateConnectivityResponse {
|
|
969
|
+
ClusterArn?: string;
|
|
970
|
+
|
|
971
|
+
ClusterOperationArn?: string;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export interface UpdateMonitoringRequest {
|
|
975
|
+
ClusterArn: string | undefined;
|
|
976
|
+
|
|
977
|
+
CurrentVersion: string | undefined;
|
|
978
|
+
|
|
979
|
+
EnhancedMonitoring?: EnhancedMonitoring | string;
|
|
980
|
+
|
|
981
|
+
OpenMonitoring?: OpenMonitoringInfo;
|
|
982
|
+
LoggingInfo?: LoggingInfo;
|
|
983
|
+
}
|
|
984
|
+
export interface UpdateMonitoringResponse {
|
|
985
|
+
ClusterArn?: string;
|
|
986
|
+
|
|
987
|
+
ClusterOperationArn?: string;
|
|
988
|
+
}
|
|
989
|
+
export interface UpdateSecurityRequest {
|
|
990
|
+
ClientAuthentication?: ClientAuthentication;
|
|
991
|
+
|
|
992
|
+
ClusterArn: string | undefined;
|
|
993
|
+
|
|
994
|
+
CurrentVersion: string | undefined;
|
|
995
|
+
|
|
996
|
+
EncryptionInfo?: EncryptionInfo;
|
|
997
|
+
}
|
|
998
|
+
export interface UpdateSecurityResponse {
|
|
999
|
+
ClusterArn?: string;
|
|
1000
|
+
|
|
1001
|
+
ClusterOperationArn?: string;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export declare const ProvisionedThroughputFilterSensitiveLog: (
|
|
1005
|
+
obj: ProvisionedThroughput
|
|
1006
|
+
) => any;
|
|
1007
|
+
|
|
1008
|
+
export declare const BrokerEBSVolumeInfoFilterSensitiveLog: (
|
|
1009
|
+
obj: BrokerEBSVolumeInfo
|
|
1010
|
+
) => any;
|
|
1011
|
+
|
|
1012
|
+
export declare const PublicAccessFilterSensitiveLog: (obj: PublicAccess) => any;
|
|
1013
|
+
|
|
1014
|
+
export declare const ConnectivityInfoFilterSensitiveLog: (
|
|
1015
|
+
obj: ConnectivityInfo
|
|
1016
|
+
) => any;
|
|
1017
|
+
|
|
1018
|
+
export declare const EBSStorageInfoFilterSensitiveLog: (
|
|
1019
|
+
obj: EBSStorageInfo
|
|
1020
|
+
) => any;
|
|
1021
|
+
|
|
1022
|
+
export declare const StorageInfoFilterSensitiveLog: (obj: StorageInfo) => any;
|
|
1023
|
+
|
|
1024
|
+
export declare const BrokerNodeGroupInfoFilterSensitiveLog: (
|
|
1025
|
+
obj: BrokerNodeGroupInfo
|
|
1026
|
+
) => any;
|
|
1027
|
+
|
|
1028
|
+
export declare const IamFilterSensitiveLog: (obj: Iam) => any;
|
|
1029
|
+
|
|
1030
|
+
export declare const ScramFilterSensitiveLog: (obj: Scram) => any;
|
|
1031
|
+
|
|
1032
|
+
export declare const SaslFilterSensitiveLog: (obj: Sasl) => any;
|
|
1033
|
+
|
|
1034
|
+
export declare const TlsFilterSensitiveLog: (obj: Tls) => any;
|
|
1035
|
+
|
|
1036
|
+
export declare const UnauthenticatedFilterSensitiveLog: (
|
|
1037
|
+
obj: Unauthenticated
|
|
1038
|
+
) => any;
|
|
1039
|
+
|
|
1040
|
+
export declare const ClientAuthenticationFilterSensitiveLog: (
|
|
1041
|
+
obj: ClientAuthentication
|
|
1042
|
+
) => any;
|
|
1043
|
+
|
|
1044
|
+
export declare const BrokerSoftwareInfoFilterSensitiveLog: (
|
|
1045
|
+
obj: BrokerSoftwareInfo
|
|
1046
|
+
) => any;
|
|
1047
|
+
|
|
1048
|
+
export declare const EncryptionAtRestFilterSensitiveLog: (
|
|
1049
|
+
obj: EncryptionAtRest
|
|
1050
|
+
) => any;
|
|
1051
|
+
|
|
1052
|
+
export declare const EncryptionInTransitFilterSensitiveLog: (
|
|
1053
|
+
obj: EncryptionInTransit
|
|
1054
|
+
) => any;
|
|
1055
|
+
|
|
1056
|
+
export declare const EncryptionInfoFilterSensitiveLog: (
|
|
1057
|
+
obj: EncryptionInfo
|
|
1058
|
+
) => any;
|
|
1059
|
+
|
|
1060
|
+
export declare const CloudWatchLogsFilterSensitiveLog: (
|
|
1061
|
+
obj: CloudWatchLogs
|
|
1062
|
+
) => any;
|
|
1063
|
+
|
|
1064
|
+
export declare const FirehoseFilterSensitiveLog: (obj: Firehose) => any;
|
|
1065
|
+
|
|
1066
|
+
export declare const S3FilterSensitiveLog: (obj: S3) => any;
|
|
1067
|
+
|
|
1068
|
+
export declare const BrokerLogsFilterSensitiveLog: (obj: BrokerLogs) => any;
|
|
1069
|
+
|
|
1070
|
+
export declare const LoggingInfoFilterSensitiveLog: (obj: LoggingInfo) => any;
|
|
1071
|
+
|
|
1072
|
+
export declare const JmxExporterInfoFilterSensitiveLog: (
|
|
1073
|
+
obj: JmxExporterInfo
|
|
1074
|
+
) => any;
|
|
1075
|
+
|
|
1076
|
+
export declare const NodeExporterInfoFilterSensitiveLog: (
|
|
1077
|
+
obj: NodeExporterInfo
|
|
1078
|
+
) => any;
|
|
1079
|
+
|
|
1080
|
+
export declare const PrometheusInfoFilterSensitiveLog: (
|
|
1081
|
+
obj: PrometheusInfo
|
|
1082
|
+
) => any;
|
|
1083
|
+
|
|
1084
|
+
export declare const OpenMonitoringInfoFilterSensitiveLog: (
|
|
1085
|
+
obj: OpenMonitoringInfo
|
|
1086
|
+
) => any;
|
|
1087
|
+
|
|
1088
|
+
export declare const ProvisionedFilterSensitiveLog: (obj: Provisioned) => any;
|
|
1089
|
+
|
|
1090
|
+
export declare const ServerlessSaslFilterSensitiveLog: (
|
|
1091
|
+
obj: ServerlessSasl
|
|
1092
|
+
) => any;
|
|
1093
|
+
|
|
1094
|
+
export declare const ServerlessClientAuthenticationFilterSensitiveLog: (
|
|
1095
|
+
obj: ServerlessClientAuthentication
|
|
1096
|
+
) => any;
|
|
1097
|
+
|
|
1098
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
1099
|
+
|
|
1100
|
+
export declare const ServerlessFilterSensitiveLog: (obj: Serverless) => any;
|
|
1101
|
+
|
|
1102
|
+
export declare const StateInfoFilterSensitiveLog: (obj: StateInfo) => any;
|
|
1103
|
+
|
|
1104
|
+
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
1105
|
+
|
|
1106
|
+
export declare const JmxExporterFilterSensitiveLog: (obj: JmxExporter) => any;
|
|
1107
|
+
|
|
1108
|
+
export declare const NodeExporterFilterSensitiveLog: (obj: NodeExporter) => any;
|
|
1109
|
+
|
|
1110
|
+
export declare const PrometheusFilterSensitiveLog: (obj: Prometheus) => any;
|
|
1111
|
+
|
|
1112
|
+
export declare const OpenMonitoringFilterSensitiveLog: (
|
|
1113
|
+
obj: OpenMonitoring
|
|
1114
|
+
) => any;
|
|
1115
|
+
|
|
1116
|
+
export declare const ClusterInfoFilterSensitiveLog: (obj: ClusterInfo) => any;
|
|
1117
|
+
|
|
1118
|
+
export declare const ErrorInfoFilterSensitiveLog: (obj: ErrorInfo) => any;
|
|
1119
|
+
|
|
1120
|
+
export declare const ClusterOperationStepInfoFilterSensitiveLog: (
|
|
1121
|
+
obj: ClusterOperationStepInfo
|
|
1122
|
+
) => any;
|
|
1123
|
+
|
|
1124
|
+
export declare const ClusterOperationStepFilterSensitiveLog: (
|
|
1125
|
+
obj: ClusterOperationStep
|
|
1126
|
+
) => any;
|
|
1127
|
+
|
|
1128
|
+
export declare const ConfigurationInfoFilterSensitiveLog: (
|
|
1129
|
+
obj: ConfigurationInfo
|
|
1130
|
+
) => any;
|
|
1131
|
+
|
|
1132
|
+
export declare const MutableClusterInfoFilterSensitiveLog: (
|
|
1133
|
+
obj: MutableClusterInfo
|
|
1134
|
+
) => any;
|
|
1135
|
+
|
|
1136
|
+
export declare const ClusterOperationInfoFilterSensitiveLog: (
|
|
1137
|
+
obj: ClusterOperationInfo
|
|
1138
|
+
) => any;
|
|
1139
|
+
|
|
1140
|
+
export declare const CompatibleKafkaVersionFilterSensitiveLog: (
|
|
1141
|
+
obj: CompatibleKafkaVersion
|
|
1142
|
+
) => any;
|
|
1143
|
+
|
|
1144
|
+
export declare const ConfigurationRevisionFilterSensitiveLog: (
|
|
1145
|
+
obj: ConfigurationRevision
|
|
1146
|
+
) => any;
|
|
1147
|
+
|
|
1148
|
+
export declare const ConfigurationFilterSensitiveLog: (
|
|
1149
|
+
obj: Configuration
|
|
1150
|
+
) => any;
|
|
1151
|
+
|
|
1152
|
+
export declare const KafkaVersionFilterSensitiveLog: (obj: KafkaVersion) => any;
|
|
1153
|
+
|
|
1154
|
+
export declare const BrokerNodeInfoFilterSensitiveLog: (
|
|
1155
|
+
obj: BrokerNodeInfo
|
|
1156
|
+
) => any;
|
|
1157
|
+
|
|
1158
|
+
export declare const ZookeeperNodeInfoFilterSensitiveLog: (
|
|
1159
|
+
obj: ZookeeperNodeInfo
|
|
1160
|
+
) => any;
|
|
1161
|
+
|
|
1162
|
+
export declare const NodeInfoFilterSensitiveLog: (obj: NodeInfo) => any;
|
|
1163
|
+
|
|
1164
|
+
export declare const UnprocessedScramSecretFilterSensitiveLog: (
|
|
1165
|
+
obj: UnprocessedScramSecret
|
|
1166
|
+
) => any;
|
|
1167
|
+
|
|
1168
|
+
export declare const BatchAssociateScramSecretRequestFilterSensitiveLog: (
|
|
1169
|
+
obj: BatchAssociateScramSecretRequest
|
|
1170
|
+
) => any;
|
|
1171
|
+
|
|
1172
|
+
export declare const BatchAssociateScramSecretResponseFilterSensitiveLog: (
|
|
1173
|
+
obj: BatchAssociateScramSecretResponse
|
|
1174
|
+
) => any;
|
|
1175
|
+
|
|
1176
|
+
export declare const BatchDisassociateScramSecretRequestFilterSensitiveLog: (
|
|
1177
|
+
obj: BatchDisassociateScramSecretRequest
|
|
1178
|
+
) => any;
|
|
1179
|
+
|
|
1180
|
+
export declare const BatchDisassociateScramSecretResponseFilterSensitiveLog: (
|
|
1181
|
+
obj: BatchDisassociateScramSecretResponse
|
|
1182
|
+
) => any;
|
|
1183
|
+
|
|
1184
|
+
export declare const CreateClusterRequestFilterSensitiveLog: (
|
|
1185
|
+
obj: CreateClusterRequest
|
|
1186
|
+
) => any;
|
|
1187
|
+
|
|
1188
|
+
export declare const CreateClusterResponseFilterSensitiveLog: (
|
|
1189
|
+
obj: CreateClusterResponse
|
|
1190
|
+
) => any;
|
|
1191
|
+
|
|
1192
|
+
export declare const ProvisionedRequestFilterSensitiveLog: (
|
|
1193
|
+
obj: ProvisionedRequest
|
|
1194
|
+
) => any;
|
|
1195
|
+
|
|
1196
|
+
export declare const ServerlessRequestFilterSensitiveLog: (
|
|
1197
|
+
obj: ServerlessRequest
|
|
1198
|
+
) => any;
|
|
1199
|
+
|
|
1200
|
+
export declare const CreateClusterV2RequestFilterSensitiveLog: (
|
|
1201
|
+
obj: CreateClusterV2Request
|
|
1202
|
+
) => any;
|
|
1203
|
+
|
|
1204
|
+
export declare const CreateClusterV2ResponseFilterSensitiveLog: (
|
|
1205
|
+
obj: CreateClusterV2Response
|
|
1206
|
+
) => any;
|
|
1207
|
+
|
|
1208
|
+
export declare const CreateConfigurationRequestFilterSensitiveLog: (
|
|
1209
|
+
obj: CreateConfigurationRequest
|
|
1210
|
+
) => any;
|
|
1211
|
+
|
|
1212
|
+
export declare const CreateConfigurationResponseFilterSensitiveLog: (
|
|
1213
|
+
obj: CreateConfigurationResponse
|
|
1214
|
+
) => any;
|
|
1215
|
+
|
|
1216
|
+
export declare const DeleteClusterRequestFilterSensitiveLog: (
|
|
1217
|
+
obj: DeleteClusterRequest
|
|
1218
|
+
) => any;
|
|
1219
|
+
|
|
1220
|
+
export declare const DeleteClusterResponseFilterSensitiveLog: (
|
|
1221
|
+
obj: DeleteClusterResponse
|
|
1222
|
+
) => any;
|
|
1223
|
+
|
|
1224
|
+
export declare const DeleteConfigurationRequestFilterSensitiveLog: (
|
|
1225
|
+
obj: DeleteConfigurationRequest
|
|
1226
|
+
) => any;
|
|
1227
|
+
|
|
1228
|
+
export declare const DeleteConfigurationResponseFilterSensitiveLog: (
|
|
1229
|
+
obj: DeleteConfigurationResponse
|
|
1230
|
+
) => any;
|
|
1231
|
+
|
|
1232
|
+
export declare const DescribeClusterRequestFilterSensitiveLog: (
|
|
1233
|
+
obj: DescribeClusterRequest
|
|
1234
|
+
) => any;
|
|
1235
|
+
|
|
1236
|
+
export declare const DescribeClusterResponseFilterSensitiveLog: (
|
|
1237
|
+
obj: DescribeClusterResponse
|
|
1238
|
+
) => any;
|
|
1239
|
+
|
|
1240
|
+
export declare const DescribeClusterOperationRequestFilterSensitiveLog: (
|
|
1241
|
+
obj: DescribeClusterOperationRequest
|
|
1242
|
+
) => any;
|
|
1243
|
+
|
|
1244
|
+
export declare const DescribeClusterOperationResponseFilterSensitiveLog: (
|
|
1245
|
+
obj: DescribeClusterOperationResponse
|
|
1246
|
+
) => any;
|
|
1247
|
+
|
|
1248
|
+
export declare const DescribeClusterV2RequestFilterSensitiveLog: (
|
|
1249
|
+
obj: DescribeClusterV2Request
|
|
1250
|
+
) => any;
|
|
1251
|
+
|
|
1252
|
+
export declare const DescribeClusterV2ResponseFilterSensitiveLog: (
|
|
1253
|
+
obj: DescribeClusterV2Response
|
|
1254
|
+
) => any;
|
|
1255
|
+
|
|
1256
|
+
export declare const DescribeConfigurationRequestFilterSensitiveLog: (
|
|
1257
|
+
obj: DescribeConfigurationRequest
|
|
1258
|
+
) => any;
|
|
1259
|
+
|
|
1260
|
+
export declare const DescribeConfigurationResponseFilterSensitiveLog: (
|
|
1261
|
+
obj: DescribeConfigurationResponse
|
|
1262
|
+
) => any;
|
|
1263
|
+
|
|
1264
|
+
export declare const DescribeConfigurationRevisionRequestFilterSensitiveLog: (
|
|
1265
|
+
obj: DescribeConfigurationRevisionRequest
|
|
1266
|
+
) => any;
|
|
1267
|
+
|
|
1268
|
+
export declare const DescribeConfigurationRevisionResponseFilterSensitiveLog: (
|
|
1269
|
+
obj: DescribeConfigurationRevisionResponse
|
|
1270
|
+
) => any;
|
|
1271
|
+
|
|
1272
|
+
export declare const GetBootstrapBrokersRequestFilterSensitiveLog: (
|
|
1273
|
+
obj: GetBootstrapBrokersRequest
|
|
1274
|
+
) => any;
|
|
1275
|
+
|
|
1276
|
+
export declare const GetBootstrapBrokersResponseFilterSensitiveLog: (
|
|
1277
|
+
obj: GetBootstrapBrokersResponse
|
|
1278
|
+
) => any;
|
|
1279
|
+
|
|
1280
|
+
export declare const GetCompatibleKafkaVersionsRequestFilterSensitiveLog: (
|
|
1281
|
+
obj: GetCompatibleKafkaVersionsRequest
|
|
1282
|
+
) => any;
|
|
1283
|
+
|
|
1284
|
+
export declare const GetCompatibleKafkaVersionsResponseFilterSensitiveLog: (
|
|
1285
|
+
obj: GetCompatibleKafkaVersionsResponse
|
|
1286
|
+
) => any;
|
|
1287
|
+
|
|
1288
|
+
export declare const ListClusterOperationsRequestFilterSensitiveLog: (
|
|
1289
|
+
obj: ListClusterOperationsRequest
|
|
1290
|
+
) => any;
|
|
1291
|
+
|
|
1292
|
+
export declare const ListClusterOperationsResponseFilterSensitiveLog: (
|
|
1293
|
+
obj: ListClusterOperationsResponse
|
|
1294
|
+
) => any;
|
|
1295
|
+
|
|
1296
|
+
export declare const ListClustersRequestFilterSensitiveLog: (
|
|
1297
|
+
obj: ListClustersRequest
|
|
1298
|
+
) => any;
|
|
1299
|
+
|
|
1300
|
+
export declare const ListClustersResponseFilterSensitiveLog: (
|
|
1301
|
+
obj: ListClustersResponse
|
|
1302
|
+
) => any;
|
|
1303
|
+
|
|
1304
|
+
export declare const ListClustersV2RequestFilterSensitiveLog: (
|
|
1305
|
+
obj: ListClustersV2Request
|
|
1306
|
+
) => any;
|
|
1307
|
+
|
|
1308
|
+
export declare const ListClustersV2ResponseFilterSensitiveLog: (
|
|
1309
|
+
obj: ListClustersV2Response
|
|
1310
|
+
) => any;
|
|
1311
|
+
|
|
1312
|
+
export declare const ListConfigurationRevisionsRequestFilterSensitiveLog: (
|
|
1313
|
+
obj: ListConfigurationRevisionsRequest
|
|
1314
|
+
) => any;
|
|
1315
|
+
|
|
1316
|
+
export declare const ListConfigurationRevisionsResponseFilterSensitiveLog: (
|
|
1317
|
+
obj: ListConfigurationRevisionsResponse
|
|
1318
|
+
) => any;
|
|
1319
|
+
|
|
1320
|
+
export declare const ListConfigurationsRequestFilterSensitiveLog: (
|
|
1321
|
+
obj: ListConfigurationsRequest
|
|
1322
|
+
) => any;
|
|
1323
|
+
|
|
1324
|
+
export declare const ListConfigurationsResponseFilterSensitiveLog: (
|
|
1325
|
+
obj: ListConfigurationsResponse
|
|
1326
|
+
) => any;
|
|
1327
|
+
|
|
1328
|
+
export declare const ListKafkaVersionsRequestFilterSensitiveLog: (
|
|
1329
|
+
obj: ListKafkaVersionsRequest
|
|
1330
|
+
) => any;
|
|
1331
|
+
|
|
1332
|
+
export declare const ListKafkaVersionsResponseFilterSensitiveLog: (
|
|
1333
|
+
obj: ListKafkaVersionsResponse
|
|
1334
|
+
) => any;
|
|
1335
|
+
|
|
1336
|
+
export declare const ListNodesRequestFilterSensitiveLog: (
|
|
1337
|
+
obj: ListNodesRequest
|
|
1338
|
+
) => any;
|
|
1339
|
+
|
|
1340
|
+
export declare const ListNodesResponseFilterSensitiveLog: (
|
|
1341
|
+
obj: ListNodesResponse
|
|
1342
|
+
) => any;
|
|
1343
|
+
|
|
1344
|
+
export declare const ListScramSecretsRequestFilterSensitiveLog: (
|
|
1345
|
+
obj: ListScramSecretsRequest
|
|
1346
|
+
) => any;
|
|
1347
|
+
|
|
1348
|
+
export declare const ListScramSecretsResponseFilterSensitiveLog: (
|
|
1349
|
+
obj: ListScramSecretsResponse
|
|
1350
|
+
) => any;
|
|
1351
|
+
|
|
1352
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1353
|
+
obj: ListTagsForResourceRequest
|
|
1354
|
+
) => any;
|
|
1355
|
+
|
|
1356
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1357
|
+
obj: ListTagsForResourceResponse
|
|
1358
|
+
) => any;
|
|
1359
|
+
|
|
1360
|
+
export declare const RebootBrokerRequestFilterSensitiveLog: (
|
|
1361
|
+
obj: RebootBrokerRequest
|
|
1362
|
+
) => any;
|
|
1363
|
+
|
|
1364
|
+
export declare const RebootBrokerResponseFilterSensitiveLog: (
|
|
1365
|
+
obj: RebootBrokerResponse
|
|
1366
|
+
) => any;
|
|
1367
|
+
|
|
1368
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1369
|
+
obj: TagResourceRequest
|
|
1370
|
+
) => any;
|
|
1371
|
+
|
|
1372
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1373
|
+
obj: UntagResourceRequest
|
|
1374
|
+
) => any;
|
|
1375
|
+
|
|
1376
|
+
export declare const UpdateBrokerCountRequestFilterSensitiveLog: (
|
|
1377
|
+
obj: UpdateBrokerCountRequest
|
|
1378
|
+
) => any;
|
|
1379
|
+
|
|
1380
|
+
export declare const UpdateBrokerCountResponseFilterSensitiveLog: (
|
|
1381
|
+
obj: UpdateBrokerCountResponse
|
|
1382
|
+
) => any;
|
|
1383
|
+
|
|
1384
|
+
export declare const UpdateBrokerStorageRequestFilterSensitiveLog: (
|
|
1385
|
+
obj: UpdateBrokerStorageRequest
|
|
1386
|
+
) => any;
|
|
1387
|
+
|
|
1388
|
+
export declare const UpdateBrokerStorageResponseFilterSensitiveLog: (
|
|
1389
|
+
obj: UpdateBrokerStorageResponse
|
|
1390
|
+
) => any;
|
|
1391
|
+
|
|
1392
|
+
export declare const UpdateBrokerTypeRequestFilterSensitiveLog: (
|
|
1393
|
+
obj: UpdateBrokerTypeRequest
|
|
1394
|
+
) => any;
|
|
1395
|
+
|
|
1396
|
+
export declare const UpdateBrokerTypeResponseFilterSensitiveLog: (
|
|
1397
|
+
obj: UpdateBrokerTypeResponse
|
|
1398
|
+
) => any;
|
|
1399
|
+
|
|
1400
|
+
export declare const UpdateClusterConfigurationRequestFilterSensitiveLog: (
|
|
1401
|
+
obj: UpdateClusterConfigurationRequest
|
|
1402
|
+
) => any;
|
|
1403
|
+
|
|
1404
|
+
export declare const UpdateClusterConfigurationResponseFilterSensitiveLog: (
|
|
1405
|
+
obj: UpdateClusterConfigurationResponse
|
|
1406
|
+
) => any;
|
|
1407
|
+
|
|
1408
|
+
export declare const UpdateClusterKafkaVersionRequestFilterSensitiveLog: (
|
|
1409
|
+
obj: UpdateClusterKafkaVersionRequest
|
|
1410
|
+
) => any;
|
|
1411
|
+
|
|
1412
|
+
export declare const UpdateClusterKafkaVersionResponseFilterSensitiveLog: (
|
|
1413
|
+
obj: UpdateClusterKafkaVersionResponse
|
|
1414
|
+
) => any;
|
|
1415
|
+
|
|
1416
|
+
export declare const UpdateConfigurationRequestFilterSensitiveLog: (
|
|
1417
|
+
obj: UpdateConfigurationRequest
|
|
1418
|
+
) => any;
|
|
1419
|
+
|
|
1420
|
+
export declare const UpdateConfigurationResponseFilterSensitiveLog: (
|
|
1421
|
+
obj: UpdateConfigurationResponse
|
|
1422
|
+
) => any;
|
|
1423
|
+
|
|
1424
|
+
export declare const UpdateConnectivityRequestFilterSensitiveLog: (
|
|
1425
|
+
obj: UpdateConnectivityRequest
|
|
1426
|
+
) => any;
|
|
1427
|
+
|
|
1428
|
+
export declare const UpdateConnectivityResponseFilterSensitiveLog: (
|
|
1429
|
+
obj: UpdateConnectivityResponse
|
|
1430
|
+
) => any;
|
|
1431
|
+
|
|
1432
|
+
export declare const UpdateMonitoringRequestFilterSensitiveLog: (
|
|
1433
|
+
obj: UpdateMonitoringRequest
|
|
1434
|
+
) => any;
|
|
1435
|
+
|
|
1436
|
+
export declare const UpdateMonitoringResponseFilterSensitiveLog: (
|
|
1437
|
+
obj: UpdateMonitoringResponse
|
|
1438
|
+
) => any;
|
|
1439
|
+
|
|
1440
|
+
export declare const UpdateSecurityRequestFilterSensitiveLog: (
|
|
1441
|
+
obj: UpdateSecurityRequest
|
|
1442
|
+
) => any;
|
|
1443
|
+
|
|
1444
|
+
export declare const UpdateSecurityResponseFilterSensitiveLog: (
|
|
1445
|
+
obj: UpdateSecurityResponse
|
|
1446
|
+
) => any;
|