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