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