@aws-sdk/client-kafka 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/BatchAssociateScramSecretCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterV2Command.js +2 -2
- package/dist-cjs/commands/CreateConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterOperationCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterV2Command.js +2 -2
- package/dist-cjs/commands/DescribeConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +2 -2
- package/dist-cjs/commands/GetBootstrapBrokersCommand.js +2 -2
- package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListClusterOperationsCommand.js +2 -2
- package/dist-cjs/commands/ListClustersCommand.js +2 -2
- package/dist-cjs/commands/ListClustersV2Command.js +2 -2
- package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListKafkaVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListNodesCommand.js +2 -2
- package/dist-cjs/commands/ListScramSecretsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RebootBrokerCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateBrokerCountCommand.js +2 -2
- package/dist-cjs/commands/UpdateBrokerStorageCommand.js +2 -2
- package/dist-cjs/commands/UpdateBrokerTypeCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectivityCommand.js +2 -2
- package/dist-cjs/commands/UpdateMonitoringCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityCommand.js +2 -2
- package/dist-cjs/models/models_0.js +491 -735
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +3 -3
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateClusterV2Command.js +3 -3
- package/dist-es/commands/CreateConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteClusterCommand.js +3 -3
- package/dist-es/commands/DeleteConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeClusterCommand.js +3 -3
- package/dist-es/commands/DescribeClusterOperationCommand.js +3 -3
- package/dist-es/commands/DescribeClusterV2Command.js +3 -3
- package/dist-es/commands/DescribeConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +3 -3
- package/dist-es/commands/GetBootstrapBrokersCommand.js +3 -3
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +3 -3
- package/dist-es/commands/ListClusterOperationsCommand.js +3 -3
- package/dist-es/commands/ListClustersCommand.js +3 -3
- package/dist-es/commands/ListClustersV2Command.js +3 -3
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +3 -3
- package/dist-es/commands/ListConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListKafkaVersionsCommand.js +3 -3
- package/dist-es/commands/ListNodesCommand.js +3 -3
- package/dist-es/commands/ListScramSecretsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RebootBrokerCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBrokerCountCommand.js +3 -3
- package/dist-es/commands/UpdateBrokerStorageCommand.js +3 -3
- package/dist-es/commands/UpdateBrokerTypeCommand.js +3 -3
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateConnectivityCommand.js +3 -3
- package/dist-es/commands/UpdateMonitoringCommand.js +3 -3
- package/dist-es/commands/UpdateSecurityCommand.js +3 -3
- package/dist-es/models/models_0.js +122 -488
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +488 -732
- package/dist-types/ts3.4/models/models_0.d.ts +244 -488
- package/package.json +9 -9
|
@@ -13,12 +13,6 @@ export interface ProvisionedThroughput {
|
|
|
13
13
|
*/
|
|
14
14
|
VolumeThroughput?: number;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace ProvisionedThroughput {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
const filterSensitiveLog: (obj: ProvisionedThroughput) => any;
|
|
21
|
-
}
|
|
22
16
|
/**
|
|
23
17
|
* <p>Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.</p>
|
|
24
18
|
*/
|
|
@@ -36,12 +30,6 @@ export interface BrokerEBSVolumeInfo {
|
|
|
36
30
|
*/
|
|
37
31
|
VolumeSizeGB?: number;
|
|
38
32
|
}
|
|
39
|
-
export declare namespace BrokerEBSVolumeInfo {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
const filterSensitiveLog: (obj: BrokerEBSVolumeInfo) => any;
|
|
44
|
-
}
|
|
45
33
|
export declare enum ClusterType {
|
|
46
34
|
PROVISIONED = "PROVISIONED",
|
|
47
35
|
SERVERLESS = "SERVERLESS"
|
|
@@ -58,12 +46,6 @@ export interface PublicAccess {
|
|
|
58
46
|
*/
|
|
59
47
|
Type?: string;
|
|
60
48
|
}
|
|
61
|
-
export declare namespace PublicAccess {
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
const filterSensitiveLog: (obj: PublicAccess) => any;
|
|
66
|
-
}
|
|
67
49
|
/**
|
|
68
50
|
* <p>Information about the broker access configuration.</p>
|
|
69
51
|
*/
|
|
@@ -73,12 +55,6 @@ export interface ConnectivityInfo {
|
|
|
73
55
|
*/
|
|
74
56
|
PublicAccess?: PublicAccess;
|
|
75
57
|
}
|
|
76
|
-
export declare namespace ConnectivityInfo {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
const filterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
81
|
-
}
|
|
82
58
|
/**
|
|
83
59
|
* <p>Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.</p>
|
|
84
60
|
*/
|
|
@@ -92,12 +68,6 @@ export interface EBSStorageInfo {
|
|
|
92
68
|
*/
|
|
93
69
|
VolumeSize?: number;
|
|
94
70
|
}
|
|
95
|
-
export declare namespace EBSStorageInfo {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
const filterSensitiveLog: (obj: EBSStorageInfo) => any;
|
|
100
|
-
}
|
|
101
71
|
/**
|
|
102
72
|
* <p>Contains information about storage volumes attached to MSK broker nodes.</p>
|
|
103
73
|
*/
|
|
@@ -107,12 +77,6 @@ export interface StorageInfo {
|
|
|
107
77
|
*/
|
|
108
78
|
EbsStorageInfo?: EBSStorageInfo;
|
|
109
79
|
}
|
|
110
|
-
export declare namespace StorageInfo {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: StorageInfo) => any;
|
|
115
|
-
}
|
|
116
80
|
/**
|
|
117
81
|
* <p>Describes the setup to be used for Apache Kafka broker nodes in the cluster.</p>
|
|
118
82
|
*/
|
|
@@ -144,12 +108,6 @@ export interface BrokerNodeGroupInfo {
|
|
|
144
108
|
*/
|
|
145
109
|
ConnectivityInfo?: ConnectivityInfo;
|
|
146
110
|
}
|
|
147
|
-
export declare namespace BrokerNodeGroupInfo {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
const filterSensitiveLog: (obj: BrokerNodeGroupInfo) => any;
|
|
152
|
-
}
|
|
153
111
|
/**
|
|
154
112
|
* <p>Details for IAM access control.</p>
|
|
155
113
|
*/
|
|
@@ -159,12 +117,6 @@ export interface Iam {
|
|
|
159
117
|
*/
|
|
160
118
|
Enabled?: boolean;
|
|
161
119
|
}
|
|
162
|
-
export declare namespace Iam {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
const filterSensitiveLog: (obj: Iam) => any;
|
|
167
|
-
}
|
|
168
120
|
/**
|
|
169
121
|
* <p>Details for SASL/SCRAM client authentication.</p>
|
|
170
122
|
*/
|
|
@@ -174,12 +126,6 @@ export interface Scram {
|
|
|
174
126
|
*/
|
|
175
127
|
Enabled?: boolean;
|
|
176
128
|
}
|
|
177
|
-
export declare namespace Scram {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
const filterSensitiveLog: (obj: Scram) => any;
|
|
182
|
-
}
|
|
183
129
|
/**
|
|
184
130
|
* <p>Details for client authentication using SASL.</p>
|
|
185
131
|
*/
|
|
@@ -193,12 +139,6 @@ export interface Sasl {
|
|
|
193
139
|
*/
|
|
194
140
|
Iam?: Iam;
|
|
195
141
|
}
|
|
196
|
-
export declare namespace Sasl {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
const filterSensitiveLog: (obj: Sasl) => any;
|
|
201
|
-
}
|
|
202
142
|
/**
|
|
203
143
|
* <p>Details for client authentication using TLS.</p>
|
|
204
144
|
*/
|
|
@@ -212,24 +152,12 @@ export interface Tls {
|
|
|
212
152
|
*/
|
|
213
153
|
Enabled?: boolean;
|
|
214
154
|
}
|
|
215
|
-
export declare namespace Tls {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
const filterSensitiveLog: (obj: Tls) => any;
|
|
220
|
-
}
|
|
221
155
|
export interface Unauthenticated {
|
|
222
156
|
/**
|
|
223
157
|
* <p>Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.</p>
|
|
224
158
|
*/
|
|
225
159
|
Enabled?: boolean;
|
|
226
160
|
}
|
|
227
|
-
export declare namespace Unauthenticated {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
const filterSensitiveLog: (obj: Unauthenticated) => any;
|
|
232
|
-
}
|
|
233
161
|
/**
|
|
234
162
|
* <p>Includes all client authentication information.</p>
|
|
235
163
|
*/
|
|
@@ -247,12 +175,6 @@ export interface ClientAuthentication {
|
|
|
247
175
|
*/
|
|
248
176
|
Unauthenticated?: Unauthenticated;
|
|
249
177
|
}
|
|
250
|
-
export declare namespace ClientAuthentication {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
const filterSensitiveLog: (obj: ClientAuthentication) => any;
|
|
255
|
-
}
|
|
256
178
|
/**
|
|
257
179
|
* <p>Information about the current software installed on the cluster.</p>
|
|
258
180
|
*/
|
|
@@ -270,12 +192,6 @@ export interface BrokerSoftwareInfo {
|
|
|
270
192
|
*/
|
|
271
193
|
KafkaVersion?: string;
|
|
272
194
|
}
|
|
273
|
-
export declare namespace BrokerSoftwareInfo {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
const filterSensitiveLog: (obj: BrokerSoftwareInfo) => any;
|
|
278
|
-
}
|
|
279
195
|
/**
|
|
280
196
|
* <p>The data-volume encryption details.</p>
|
|
281
197
|
*/
|
|
@@ -285,12 +201,6 @@ export interface EncryptionAtRest {
|
|
|
285
201
|
*/
|
|
286
202
|
DataVolumeKMSKeyId: string | undefined;
|
|
287
203
|
}
|
|
288
|
-
export declare namespace EncryptionAtRest {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
|
-
const filterSensitiveLog: (obj: EncryptionAtRest) => any;
|
|
293
|
-
}
|
|
294
204
|
export declare enum ClientBroker {
|
|
295
205
|
PLAINTEXT = "PLAINTEXT",
|
|
296
206
|
TLS = "TLS",
|
|
@@ -317,12 +227,6 @@ export interface EncryptionInTransit {
|
|
|
317
227
|
*/
|
|
318
228
|
InCluster?: boolean;
|
|
319
229
|
}
|
|
320
|
-
export declare namespace EncryptionInTransit {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
|
-
const filterSensitiveLog: (obj: EncryptionInTransit) => any;
|
|
325
|
-
}
|
|
326
230
|
/**
|
|
327
231
|
* <p>Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.</p>
|
|
328
232
|
*/
|
|
@@ -336,12 +240,6 @@ export interface EncryptionInfo {
|
|
|
336
240
|
*/
|
|
337
241
|
EncryptionInTransit?: EncryptionInTransit;
|
|
338
242
|
}
|
|
339
|
-
export declare namespace EncryptionInfo {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
|
-
const filterSensitiveLog: (obj: EncryptionInfo) => any;
|
|
344
|
-
}
|
|
345
243
|
export declare enum EnhancedMonitoring {
|
|
346
244
|
DEFAULT = "DEFAULT",
|
|
347
245
|
PER_BROKER = "PER_BROKER",
|
|
@@ -352,53 +250,23 @@ export interface CloudWatchLogs {
|
|
|
352
250
|
Enabled: boolean | undefined;
|
|
353
251
|
LogGroup?: string;
|
|
354
252
|
}
|
|
355
|
-
export declare namespace CloudWatchLogs {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
const filterSensitiveLog: (obj: CloudWatchLogs) => any;
|
|
360
|
-
}
|
|
361
253
|
export interface Firehose {
|
|
362
254
|
DeliveryStream?: string;
|
|
363
255
|
Enabled: boolean | undefined;
|
|
364
256
|
}
|
|
365
|
-
export declare namespace Firehose {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
const filterSensitiveLog: (obj: Firehose) => any;
|
|
370
|
-
}
|
|
371
257
|
export interface S3 {
|
|
372
258
|
Bucket?: string;
|
|
373
259
|
Enabled: boolean | undefined;
|
|
374
260
|
Prefix?: string;
|
|
375
261
|
}
|
|
376
|
-
export declare namespace S3 {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
const filterSensitiveLog: (obj: S3) => any;
|
|
381
|
-
}
|
|
382
262
|
export interface BrokerLogs {
|
|
383
263
|
CloudWatchLogs?: CloudWatchLogs;
|
|
384
264
|
Firehose?: Firehose;
|
|
385
265
|
S3?: S3;
|
|
386
266
|
}
|
|
387
|
-
export declare namespace BrokerLogs {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
|
-
const filterSensitiveLog: (obj: BrokerLogs) => any;
|
|
392
|
-
}
|
|
393
267
|
export interface LoggingInfo {
|
|
394
268
|
BrokerLogs: BrokerLogs | undefined;
|
|
395
269
|
}
|
|
396
|
-
export declare namespace LoggingInfo {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
|
-
const filterSensitiveLog: (obj: LoggingInfo) => any;
|
|
401
|
-
}
|
|
402
270
|
/**
|
|
403
271
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
404
272
|
*/
|
|
@@ -408,12 +276,6 @@ export interface JmxExporterInfo {
|
|
|
408
276
|
*/
|
|
409
277
|
EnabledInBroker: boolean | undefined;
|
|
410
278
|
}
|
|
411
|
-
export declare namespace JmxExporterInfo {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
|
-
const filterSensitiveLog: (obj: JmxExporterInfo) => any;
|
|
416
|
-
}
|
|
417
279
|
/**
|
|
418
280
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
419
281
|
*/
|
|
@@ -423,12 +285,6 @@ export interface NodeExporterInfo {
|
|
|
423
285
|
*/
|
|
424
286
|
EnabledInBroker: boolean | undefined;
|
|
425
287
|
}
|
|
426
|
-
export declare namespace NodeExporterInfo {
|
|
427
|
-
/**
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
|
-
const filterSensitiveLog: (obj: NodeExporterInfo) => any;
|
|
431
|
-
}
|
|
432
288
|
/**
|
|
433
289
|
* <p>Prometheus settings.</p>
|
|
434
290
|
*/
|
|
@@ -442,12 +298,6 @@ export interface PrometheusInfo {
|
|
|
442
298
|
*/
|
|
443
299
|
NodeExporter?: NodeExporterInfo;
|
|
444
300
|
}
|
|
445
|
-
export declare namespace PrometheusInfo {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
|
-
const filterSensitiveLog: (obj: PrometheusInfo) => any;
|
|
450
|
-
}
|
|
451
301
|
/**
|
|
452
302
|
* <p>JMX and Node monitoring for the MSK cluster.</p>
|
|
453
303
|
*/
|
|
@@ -457,12 +307,6 @@ export interface OpenMonitoringInfo {
|
|
|
457
307
|
*/
|
|
458
308
|
Prometheus: PrometheusInfo | undefined;
|
|
459
309
|
}
|
|
460
|
-
export declare namespace OpenMonitoringInfo {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
|
-
const filterSensitiveLog: (obj: OpenMonitoringInfo) => any;
|
|
465
|
-
}
|
|
466
310
|
/**
|
|
467
311
|
* <p>Provisioned cluster.</p>
|
|
468
312
|
*/
|
|
@@ -508,12 +352,6 @@ export interface Provisioned {
|
|
|
508
352
|
*/
|
|
509
353
|
ZookeeperConnectStringTls?: string;
|
|
510
354
|
}
|
|
511
|
-
export declare namespace Provisioned {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
const filterSensitiveLog: (obj: Provisioned) => any;
|
|
516
|
-
}
|
|
517
355
|
/**
|
|
518
356
|
* <p>Details for client authentication using SASL.</p>
|
|
519
357
|
*/
|
|
@@ -523,12 +361,6 @@ export interface ServerlessSasl {
|
|
|
523
361
|
*/
|
|
524
362
|
Iam?: Iam;
|
|
525
363
|
}
|
|
526
|
-
export declare namespace ServerlessSasl {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: ServerlessSasl) => any;
|
|
531
|
-
}
|
|
532
364
|
/**
|
|
533
365
|
* <p>Includes all client authentication information.</p>
|
|
534
366
|
*/
|
|
@@ -538,12 +370,6 @@ export interface ServerlessClientAuthentication {
|
|
|
538
370
|
*/
|
|
539
371
|
Sasl?: ServerlessSasl;
|
|
540
372
|
}
|
|
541
|
-
export declare namespace ServerlessClientAuthentication {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
|
-
const filterSensitiveLog: (obj: ServerlessClientAuthentication) => any;
|
|
546
|
-
}
|
|
547
373
|
/**
|
|
548
374
|
* <p>The configuration of the Amazon VPCs for the cluster.</p>
|
|
549
375
|
*/
|
|
@@ -557,12 +383,6 @@ export interface VpcConfig {
|
|
|
557
383
|
*/
|
|
558
384
|
SecurityGroupIds?: string[];
|
|
559
385
|
}
|
|
560
|
-
export declare namespace VpcConfig {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
565
|
-
}
|
|
566
386
|
/**
|
|
567
387
|
* <p>Serverless cluster.</p>
|
|
568
388
|
*/
|
|
@@ -576,12 +396,6 @@ export interface Serverless {
|
|
|
576
396
|
*/
|
|
577
397
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
578
398
|
}
|
|
579
|
-
export declare namespace Serverless {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
|
-
const filterSensitiveLog: (obj: Serverless) => any;
|
|
584
|
-
}
|
|
585
399
|
export declare enum ClusterState {
|
|
586
400
|
ACTIVE = "ACTIVE",
|
|
587
401
|
CREATING = "CREATING",
|
|
@@ -596,12 +410,6 @@ export interface StateInfo {
|
|
|
596
410
|
Code?: string;
|
|
597
411
|
Message?: string;
|
|
598
412
|
}
|
|
599
|
-
export declare namespace StateInfo {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
|
-
const filterSensitiveLog: (obj: StateInfo) => any;
|
|
604
|
-
}
|
|
605
413
|
/**
|
|
606
414
|
* <p>Returns information about a cluster.</p>
|
|
607
415
|
*/
|
|
@@ -651,12 +459,6 @@ export interface Cluster {
|
|
|
651
459
|
*/
|
|
652
460
|
Serverless?: Serverless;
|
|
653
461
|
}
|
|
654
|
-
export declare namespace Cluster {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
|
-
const filterSensitiveLog: (obj: Cluster) => any;
|
|
659
|
-
}
|
|
660
462
|
/**
|
|
661
463
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
662
464
|
*/
|
|
@@ -666,12 +468,6 @@ export interface JmxExporter {
|
|
|
666
468
|
*/
|
|
667
469
|
EnabledInBroker: boolean | undefined;
|
|
668
470
|
}
|
|
669
|
-
export declare namespace JmxExporter {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
const filterSensitiveLog: (obj: JmxExporter) => any;
|
|
674
|
-
}
|
|
675
471
|
/**
|
|
676
472
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
677
473
|
*/
|
|
@@ -681,12 +477,6 @@ export interface NodeExporter {
|
|
|
681
477
|
*/
|
|
682
478
|
EnabledInBroker: boolean | undefined;
|
|
683
479
|
}
|
|
684
|
-
export declare namespace NodeExporter {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
|
-
const filterSensitiveLog: (obj: NodeExporter) => any;
|
|
689
|
-
}
|
|
690
480
|
/**
|
|
691
481
|
* <p>Prometheus settings.</p>
|
|
692
482
|
*/
|
|
@@ -700,12 +490,6 @@ export interface Prometheus {
|
|
|
700
490
|
*/
|
|
701
491
|
NodeExporter?: NodeExporter;
|
|
702
492
|
}
|
|
703
|
-
export declare namespace Prometheus {
|
|
704
|
-
/**
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
707
|
-
const filterSensitiveLog: (obj: Prometheus) => any;
|
|
708
|
-
}
|
|
709
493
|
/**
|
|
710
494
|
* <p>JMX and Node monitoring for the MSK cluster.</p>
|
|
711
495
|
*/
|
|
@@ -715,12 +499,6 @@ export interface OpenMonitoring {
|
|
|
715
499
|
*/
|
|
716
500
|
Prometheus: Prometheus | undefined;
|
|
717
501
|
}
|
|
718
|
-
export declare namespace OpenMonitoring {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
const filterSensitiveLog: (obj: OpenMonitoring) => any;
|
|
723
|
-
}
|
|
724
502
|
/**
|
|
725
503
|
* <p>Returns information about a cluster.</p>
|
|
726
504
|
*/
|
|
@@ -792,12 +570,6 @@ export interface ClusterInfo {
|
|
|
792
570
|
*/
|
|
793
571
|
ZookeeperConnectStringTls?: string;
|
|
794
572
|
}
|
|
795
|
-
export declare namespace ClusterInfo {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
const filterSensitiveLog: (obj: ClusterInfo) => any;
|
|
800
|
-
}
|
|
801
573
|
/**
|
|
802
574
|
* <p>Returns information about an error state of the cluster.</p>
|
|
803
575
|
*/
|
|
@@ -811,12 +583,6 @@ export interface ErrorInfo {
|
|
|
811
583
|
*/
|
|
812
584
|
ErrorString?: string;
|
|
813
585
|
}
|
|
814
|
-
export declare namespace ErrorInfo {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
const filterSensitiveLog: (obj: ErrorInfo) => any;
|
|
819
|
-
}
|
|
820
586
|
/**
|
|
821
587
|
* <p>State information about the operation step.</p>
|
|
822
588
|
*/
|
|
@@ -826,12 +592,6 @@ export interface ClusterOperationStepInfo {
|
|
|
826
592
|
*/
|
|
827
593
|
StepStatus?: string;
|
|
828
594
|
}
|
|
829
|
-
export declare namespace ClusterOperationStepInfo {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
|
-
const filterSensitiveLog: (obj: ClusterOperationStepInfo) => any;
|
|
834
|
-
}
|
|
835
595
|
/**
|
|
836
596
|
* <p>Step taken during a cluster operation.</p>
|
|
837
597
|
*/
|
|
@@ -845,12 +605,6 @@ export interface ClusterOperationStep {
|
|
|
845
605
|
*/
|
|
846
606
|
StepName?: string;
|
|
847
607
|
}
|
|
848
|
-
export declare namespace ClusterOperationStep {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
|
-
const filterSensitiveLog: (obj: ClusterOperationStep) => any;
|
|
853
|
-
}
|
|
854
608
|
/**
|
|
855
609
|
* <p>Specifies the configuration to use for the brokers.</p>
|
|
856
610
|
*/
|
|
@@ -864,12 +618,6 @@ export interface ConfigurationInfo {
|
|
|
864
618
|
*/
|
|
865
619
|
Revision: number | undefined;
|
|
866
620
|
}
|
|
867
|
-
export declare namespace ConfigurationInfo {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
|
-
const filterSensitiveLog: (obj: ConfigurationInfo) => any;
|
|
872
|
-
}
|
|
873
621
|
/**
|
|
874
622
|
* <p>Information about cluster attributes that can be updated via update APIs.</p>
|
|
875
623
|
*/
|
|
@@ -919,12 +667,6 @@ export interface MutableClusterInfo {
|
|
|
919
667
|
*/
|
|
920
668
|
ConnectivityInfo?: ConnectivityInfo;
|
|
921
669
|
}
|
|
922
|
-
export declare namespace MutableClusterInfo {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
const filterSensitiveLog: (obj: MutableClusterInfo) => any;
|
|
927
|
-
}
|
|
928
670
|
/**
|
|
929
671
|
* <p>Returns information about a cluster operation.</p>
|
|
930
672
|
*/
|
|
@@ -974,12 +716,6 @@ export interface ClusterOperationInfo {
|
|
|
974
716
|
*/
|
|
975
717
|
TargetClusterInfo?: MutableClusterInfo;
|
|
976
718
|
}
|
|
977
|
-
export declare namespace ClusterOperationInfo {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
|
-
const filterSensitiveLog: (obj: ClusterOperationInfo) => any;
|
|
982
|
-
}
|
|
983
719
|
/**
|
|
984
720
|
* <p>Contains source Apache Kafka versions and compatible target Apache Kafka versions.</p>
|
|
985
721
|
*/
|
|
@@ -993,12 +729,6 @@ export interface CompatibleKafkaVersion {
|
|
|
993
729
|
*/
|
|
994
730
|
TargetVersions?: string[];
|
|
995
731
|
}
|
|
996
|
-
export declare namespace CompatibleKafkaVersion {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
const filterSensitiveLog: (obj: CompatibleKafkaVersion) => any;
|
|
1001
|
-
}
|
|
1002
732
|
/**
|
|
1003
733
|
* <p>Describes a configuration revision.</p>
|
|
1004
734
|
*/
|
|
@@ -1016,12 +746,6 @@ export interface ConfigurationRevision {
|
|
|
1016
746
|
*/
|
|
1017
747
|
Revision: number | undefined;
|
|
1018
748
|
}
|
|
1019
|
-
export declare namespace ConfigurationRevision {
|
|
1020
|
-
/**
|
|
1021
|
-
* @internal
|
|
1022
|
-
*/
|
|
1023
|
-
const filterSensitiveLog: (obj: ConfigurationRevision) => any;
|
|
1024
|
-
}
|
|
1025
749
|
export declare enum ConfigurationState {
|
|
1026
750
|
ACTIVE = "ACTIVE",
|
|
1027
751
|
DELETE_FAILED = "DELETE_FAILED",
|
|
@@ -1060,12 +784,6 @@ export interface Configuration {
|
|
|
1060
784
|
*/
|
|
1061
785
|
State: ConfigurationState | string | undefined;
|
|
1062
786
|
}
|
|
1063
|
-
export declare namespace Configuration {
|
|
1064
|
-
/**
|
|
1065
|
-
* @internal
|
|
1066
|
-
*/
|
|
1067
|
-
const filterSensitiveLog: (obj: Configuration) => any;
|
|
1068
|
-
}
|
|
1069
787
|
export declare enum KafkaVersionStatus {
|
|
1070
788
|
ACTIVE = "ACTIVE",
|
|
1071
789
|
DEPRECATED = "DEPRECATED"
|
|
@@ -1074,12 +792,6 @@ export interface KafkaVersion {
|
|
|
1074
792
|
Version?: string;
|
|
1075
793
|
Status?: KafkaVersionStatus | string;
|
|
1076
794
|
}
|
|
1077
|
-
export declare namespace KafkaVersion {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
|
-
const filterSensitiveLog: (obj: KafkaVersion) => any;
|
|
1082
|
-
}
|
|
1083
795
|
/**
|
|
1084
796
|
* <p>BrokerNodeInfo</p>
|
|
1085
797
|
*/
|
|
@@ -1109,12 +821,6 @@ export interface BrokerNodeInfo {
|
|
|
1109
821
|
*/
|
|
1110
822
|
Endpoints?: string[];
|
|
1111
823
|
}
|
|
1112
|
-
export declare namespace BrokerNodeInfo {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
const filterSensitiveLog: (obj: BrokerNodeInfo) => any;
|
|
1117
|
-
}
|
|
1118
824
|
export declare enum NodeType {
|
|
1119
825
|
BROKER = "BROKER"
|
|
1120
826
|
}
|
|
@@ -1143,12 +849,6 @@ export interface ZookeeperNodeInfo {
|
|
|
1143
849
|
*/
|
|
1144
850
|
ZookeeperVersion?: string;
|
|
1145
851
|
}
|
|
1146
|
-
export declare namespace ZookeeperNodeInfo {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
const filterSensitiveLog: (obj: ZookeeperNodeInfo) => any;
|
|
1151
|
-
}
|
|
1152
852
|
/**
|
|
1153
853
|
* <p>The node information object.</p>
|
|
1154
854
|
*/
|
|
@@ -1178,12 +878,6 @@ export interface NodeInfo {
|
|
|
1178
878
|
*/
|
|
1179
879
|
ZookeeperNodeInfo?: ZookeeperNodeInfo;
|
|
1180
880
|
}
|
|
1181
|
-
export declare namespace NodeInfo {
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
|
-
const filterSensitiveLog: (obj: NodeInfo) => any;
|
|
1186
|
-
}
|
|
1187
881
|
/**
|
|
1188
882
|
* <p>Error info for scram secret associate/disassociate failure.</p>
|
|
1189
883
|
*/
|
|
@@ -1201,12 +895,6 @@ export interface UnprocessedScramSecret {
|
|
|
1201
895
|
*/
|
|
1202
896
|
SecretArn?: string;
|
|
1203
897
|
}
|
|
1204
|
-
export declare namespace UnprocessedScramSecret {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
|
-
const filterSensitiveLog: (obj: UnprocessedScramSecret) => any;
|
|
1209
|
-
}
|
|
1210
898
|
/**
|
|
1211
899
|
* <p>Returns information about an error.</p>
|
|
1212
900
|
*/
|
|
@@ -1239,12 +927,6 @@ export interface BatchAssociateScramSecretRequest {
|
|
|
1239
927
|
*/
|
|
1240
928
|
SecretArnList: string[] | undefined;
|
|
1241
929
|
}
|
|
1242
|
-
export declare namespace BatchAssociateScramSecretRequest {
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
|
-
const filterSensitiveLog: (obj: BatchAssociateScramSecretRequest) => any;
|
|
1247
|
-
}
|
|
1248
930
|
export interface BatchAssociateScramSecretResponse {
|
|
1249
931
|
/**
|
|
1250
932
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1255,12 +937,6 @@ export interface BatchAssociateScramSecretResponse {
|
|
|
1255
937
|
*/
|
|
1256
938
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
1257
939
|
}
|
|
1258
|
-
export declare namespace BatchAssociateScramSecretResponse {
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
const filterSensitiveLog: (obj: BatchAssociateScramSecretResponse) => any;
|
|
1263
|
-
}
|
|
1264
940
|
/**
|
|
1265
941
|
* <p>Returns information about an error.</p>
|
|
1266
942
|
*/
|
|
@@ -1388,12 +1064,6 @@ export interface BatchDisassociateScramSecretRequest {
|
|
|
1388
1064
|
*/
|
|
1389
1065
|
SecretArnList: string[] | undefined;
|
|
1390
1066
|
}
|
|
1391
|
-
export declare namespace BatchDisassociateScramSecretRequest {
|
|
1392
|
-
/**
|
|
1393
|
-
* @internal
|
|
1394
|
-
*/
|
|
1395
|
-
const filterSensitiveLog: (obj: BatchDisassociateScramSecretRequest) => any;
|
|
1396
|
-
}
|
|
1397
1067
|
export interface BatchDisassociateScramSecretResponse {
|
|
1398
1068
|
/**
|
|
1399
1069
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1404,12 +1074,6 @@ export interface BatchDisassociateScramSecretResponse {
|
|
|
1404
1074
|
*/
|
|
1405
1075
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
1406
1076
|
}
|
|
1407
|
-
export declare namespace BatchDisassociateScramSecretResponse {
|
|
1408
|
-
/**
|
|
1409
|
-
* @internal
|
|
1410
|
-
*/
|
|
1411
|
-
const filterSensitiveLog: (obj: BatchDisassociateScramSecretResponse) => any;
|
|
1412
|
-
}
|
|
1413
1077
|
/**
|
|
1414
1078
|
* <p>Returns information about an error.</p>
|
|
1415
1079
|
*/
|
|
@@ -1472,12 +1136,6 @@ export interface CreateClusterRequest {
|
|
|
1472
1136
|
*/
|
|
1473
1137
|
Tags?: Record<string, string>;
|
|
1474
1138
|
}
|
|
1475
|
-
export declare namespace CreateClusterRequest {
|
|
1476
|
-
/**
|
|
1477
|
-
* @internal
|
|
1478
|
-
*/
|
|
1479
|
-
const filterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
1480
|
-
}
|
|
1481
1139
|
export interface CreateClusterResponse {
|
|
1482
1140
|
/**
|
|
1483
1141
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1492,12 +1150,6 @@ export interface CreateClusterResponse {
|
|
|
1492
1150
|
*/
|
|
1493
1151
|
State?: ClusterState | string;
|
|
1494
1152
|
}
|
|
1495
|
-
export declare namespace CreateClusterResponse {
|
|
1496
|
-
/**
|
|
1497
|
-
* @internal
|
|
1498
|
-
*/
|
|
1499
|
-
const filterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
1500
|
-
}
|
|
1501
1153
|
/**
|
|
1502
1154
|
* <p>Provisioned cluster request.</p>
|
|
1503
1155
|
*/
|
|
@@ -1539,12 +1191,6 @@ export interface ProvisionedRequest {
|
|
|
1539
1191
|
*/
|
|
1540
1192
|
NumberOfBrokerNodes: number | undefined;
|
|
1541
1193
|
}
|
|
1542
|
-
export declare namespace ProvisionedRequest {
|
|
1543
|
-
/**
|
|
1544
|
-
* @internal
|
|
1545
|
-
*/
|
|
1546
|
-
const filterSensitiveLog: (obj: ProvisionedRequest) => any;
|
|
1547
|
-
}
|
|
1548
1194
|
/**
|
|
1549
1195
|
* <p>Serverless cluster request.</p>
|
|
1550
1196
|
*/
|
|
@@ -1558,12 +1204,6 @@ export interface ServerlessRequest {
|
|
|
1558
1204
|
*/
|
|
1559
1205
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
1560
1206
|
}
|
|
1561
|
-
export declare namespace ServerlessRequest {
|
|
1562
|
-
/**
|
|
1563
|
-
* @internal
|
|
1564
|
-
*/
|
|
1565
|
-
const filterSensitiveLog: (obj: ServerlessRequest) => any;
|
|
1566
|
-
}
|
|
1567
1207
|
export interface CreateClusterV2Request {
|
|
1568
1208
|
/**
|
|
1569
1209
|
* <p>The name of the cluster.</p>
|
|
@@ -1582,12 +1222,6 @@ export interface CreateClusterV2Request {
|
|
|
1582
1222
|
*/
|
|
1583
1223
|
Serverless?: ServerlessRequest;
|
|
1584
1224
|
}
|
|
1585
|
-
export declare namespace CreateClusterV2Request {
|
|
1586
|
-
/**
|
|
1587
|
-
* @internal
|
|
1588
|
-
*/
|
|
1589
|
-
const filterSensitiveLog: (obj: CreateClusterV2Request) => any;
|
|
1590
|
-
}
|
|
1591
1225
|
export interface CreateClusterV2Response {
|
|
1592
1226
|
/**
|
|
1593
1227
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1606,12 +1240,6 @@ export interface CreateClusterV2Response {
|
|
|
1606
1240
|
*/
|
|
1607
1241
|
ClusterType?: ClusterType | string;
|
|
1608
1242
|
}
|
|
1609
|
-
export declare namespace CreateClusterV2Response {
|
|
1610
|
-
/**
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
1613
|
-
const filterSensitiveLog: (obj: CreateClusterV2Response) => any;
|
|
1614
|
-
}
|
|
1615
1243
|
export interface CreateConfigurationRequest {
|
|
1616
1244
|
/**
|
|
1617
1245
|
* <p>The description of the configuration.</p>
|
|
@@ -1631,12 +1259,6 @@ export interface CreateConfigurationRequest {
|
|
|
1631
1259
|
*/
|
|
1632
1260
|
ServerProperties: Uint8Array | undefined;
|
|
1633
1261
|
}
|
|
1634
|
-
export declare namespace CreateConfigurationRequest {
|
|
1635
|
-
/**
|
|
1636
|
-
* @internal
|
|
1637
|
-
*/
|
|
1638
|
-
const filterSensitiveLog: (obj: CreateConfigurationRequest) => any;
|
|
1639
|
-
}
|
|
1640
1262
|
export interface CreateConfigurationResponse {
|
|
1641
1263
|
/**
|
|
1642
1264
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1659,12 +1281,6 @@ export interface CreateConfigurationResponse {
|
|
|
1659
1281
|
*/
|
|
1660
1282
|
State?: ConfigurationState | string;
|
|
1661
1283
|
}
|
|
1662
|
-
export declare namespace CreateConfigurationResponse {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
const filterSensitiveLog: (obj: CreateConfigurationResponse) => any;
|
|
1667
|
-
}
|
|
1668
1284
|
export interface DeleteClusterRequest {
|
|
1669
1285
|
/**
|
|
1670
1286
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1675,12 +1291,6 @@ export interface DeleteClusterRequest {
|
|
|
1675
1291
|
*/
|
|
1676
1292
|
CurrentVersion?: string;
|
|
1677
1293
|
}
|
|
1678
|
-
export declare namespace DeleteClusterRequest {
|
|
1679
|
-
/**
|
|
1680
|
-
* @internal
|
|
1681
|
-
*/
|
|
1682
|
-
const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
1683
|
-
}
|
|
1684
1294
|
export interface DeleteClusterResponse {
|
|
1685
1295
|
/**
|
|
1686
1296
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1691,24 +1301,12 @@ export interface DeleteClusterResponse {
|
|
|
1691
1301
|
*/
|
|
1692
1302
|
State?: ClusterState | string;
|
|
1693
1303
|
}
|
|
1694
|
-
export declare namespace DeleteClusterResponse {
|
|
1695
|
-
/**
|
|
1696
|
-
* @internal
|
|
1697
|
-
*/
|
|
1698
|
-
const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
1699
|
-
}
|
|
1700
1304
|
export interface DeleteConfigurationRequest {
|
|
1701
1305
|
/**
|
|
1702
1306
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
|
|
1703
1307
|
*/
|
|
1704
1308
|
Arn: string | undefined;
|
|
1705
1309
|
}
|
|
1706
|
-
export declare namespace DeleteConfigurationRequest {
|
|
1707
|
-
/**
|
|
1708
|
-
* @internal
|
|
1709
|
-
*/
|
|
1710
|
-
const filterSensitiveLog: (obj: DeleteConfigurationRequest) => any;
|
|
1711
|
-
}
|
|
1712
1310
|
export interface DeleteConfigurationResponse {
|
|
1713
1311
|
/**
|
|
1714
1312
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
|
|
@@ -1719,96 +1317,48 @@ export interface DeleteConfigurationResponse {
|
|
|
1719
1317
|
*/
|
|
1720
1318
|
State?: ConfigurationState | string;
|
|
1721
1319
|
}
|
|
1722
|
-
export declare namespace DeleteConfigurationResponse {
|
|
1723
|
-
/**
|
|
1724
|
-
* @internal
|
|
1725
|
-
*/
|
|
1726
|
-
const filterSensitiveLog: (obj: DeleteConfigurationResponse) => any;
|
|
1727
|
-
}
|
|
1728
1320
|
export interface DescribeClusterRequest {
|
|
1729
1321
|
/**
|
|
1730
1322
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
1731
1323
|
*/
|
|
1732
1324
|
ClusterArn: string | undefined;
|
|
1733
1325
|
}
|
|
1734
|
-
export declare namespace DescribeClusterRequest {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
1739
|
-
}
|
|
1740
1326
|
export interface DescribeClusterResponse {
|
|
1741
1327
|
/**
|
|
1742
1328
|
* <p>The cluster information.</p>
|
|
1743
1329
|
*/
|
|
1744
1330
|
ClusterInfo?: ClusterInfo;
|
|
1745
1331
|
}
|
|
1746
|
-
export declare namespace DescribeClusterResponse {
|
|
1747
|
-
/**
|
|
1748
|
-
* @internal
|
|
1749
|
-
*/
|
|
1750
|
-
const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
1751
|
-
}
|
|
1752
1332
|
export interface DescribeClusterOperationRequest {
|
|
1753
1333
|
/**
|
|
1754
1334
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the MSK cluster operation.</p>
|
|
1755
1335
|
*/
|
|
1756
1336
|
ClusterOperationArn: string | undefined;
|
|
1757
1337
|
}
|
|
1758
|
-
export declare namespace DescribeClusterOperationRequest {
|
|
1759
|
-
/**
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
1762
|
-
const filterSensitiveLog: (obj: DescribeClusterOperationRequest) => any;
|
|
1763
|
-
}
|
|
1764
1338
|
export interface DescribeClusterOperationResponse {
|
|
1765
1339
|
/**
|
|
1766
1340
|
* <p>Cluster operation information</p>
|
|
1767
1341
|
*/
|
|
1768
1342
|
ClusterOperationInfo?: ClusterOperationInfo;
|
|
1769
1343
|
}
|
|
1770
|
-
export declare namespace DescribeClusterOperationResponse {
|
|
1771
|
-
/**
|
|
1772
|
-
* @internal
|
|
1773
|
-
*/
|
|
1774
|
-
const filterSensitiveLog: (obj: DescribeClusterOperationResponse) => any;
|
|
1775
|
-
}
|
|
1776
1344
|
export interface DescribeClusterV2Request {
|
|
1777
1345
|
/**
|
|
1778
1346
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
1779
1347
|
*/
|
|
1780
1348
|
ClusterArn: string | undefined;
|
|
1781
1349
|
}
|
|
1782
|
-
export declare namespace DescribeClusterV2Request {
|
|
1783
|
-
/**
|
|
1784
|
-
* @internal
|
|
1785
|
-
*/
|
|
1786
|
-
const filterSensitiveLog: (obj: DescribeClusterV2Request) => any;
|
|
1787
|
-
}
|
|
1788
1350
|
export interface DescribeClusterV2Response {
|
|
1789
1351
|
/**
|
|
1790
1352
|
* <p>The cluster information.</p>
|
|
1791
1353
|
*/
|
|
1792
1354
|
ClusterInfo?: Cluster;
|
|
1793
1355
|
}
|
|
1794
|
-
export declare namespace DescribeClusterV2Response {
|
|
1795
|
-
/**
|
|
1796
|
-
* @internal
|
|
1797
|
-
*/
|
|
1798
|
-
const filterSensitiveLog: (obj: DescribeClusterV2Response) => any;
|
|
1799
|
-
}
|
|
1800
1356
|
export interface DescribeConfigurationRequest {
|
|
1801
1357
|
/**
|
|
1802
1358
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
1803
1359
|
*/
|
|
1804
1360
|
Arn: string | undefined;
|
|
1805
1361
|
}
|
|
1806
|
-
export declare namespace DescribeConfigurationRequest {
|
|
1807
|
-
/**
|
|
1808
|
-
* @internal
|
|
1809
|
-
*/
|
|
1810
|
-
const filterSensitiveLog: (obj: DescribeConfigurationRequest) => any;
|
|
1811
|
-
}
|
|
1812
1362
|
export interface DescribeConfigurationResponse {
|
|
1813
1363
|
/**
|
|
1814
1364
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1839,12 +1389,6 @@ export interface DescribeConfigurationResponse {
|
|
|
1839
1389
|
*/
|
|
1840
1390
|
State?: ConfigurationState | string;
|
|
1841
1391
|
}
|
|
1842
|
-
export declare namespace DescribeConfigurationResponse {
|
|
1843
|
-
/**
|
|
1844
|
-
* @internal
|
|
1845
|
-
*/
|
|
1846
|
-
const filterSensitiveLog: (obj: DescribeConfigurationResponse) => any;
|
|
1847
|
-
}
|
|
1848
1392
|
export interface DescribeConfigurationRevisionRequest {
|
|
1849
1393
|
/**
|
|
1850
1394
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
@@ -1855,12 +1399,6 @@ export interface DescribeConfigurationRevisionRequest {
|
|
|
1855
1399
|
*/
|
|
1856
1400
|
Revision: number | undefined;
|
|
1857
1401
|
}
|
|
1858
|
-
export declare namespace DescribeConfigurationRevisionRequest {
|
|
1859
|
-
/**
|
|
1860
|
-
* @internal
|
|
1861
|
-
*/
|
|
1862
|
-
const filterSensitiveLog: (obj: DescribeConfigurationRevisionRequest) => any;
|
|
1863
|
-
}
|
|
1864
1402
|
export interface DescribeConfigurationRevisionResponse {
|
|
1865
1403
|
/**
|
|
1866
1404
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1884,24 +1422,12 @@ export interface DescribeConfigurationRevisionResponse {
|
|
|
1884
1422
|
*/
|
|
1885
1423
|
ServerProperties?: Uint8Array;
|
|
1886
1424
|
}
|
|
1887
|
-
export declare namespace DescribeConfigurationRevisionResponse {
|
|
1888
|
-
/**
|
|
1889
|
-
* @internal
|
|
1890
|
-
*/
|
|
1891
|
-
const filterSensitiveLog: (obj: DescribeConfigurationRevisionResponse) => any;
|
|
1892
|
-
}
|
|
1893
1425
|
export interface GetBootstrapBrokersRequest {
|
|
1894
1426
|
/**
|
|
1895
1427
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
1896
1428
|
*/
|
|
1897
1429
|
ClusterArn: string | undefined;
|
|
1898
1430
|
}
|
|
1899
|
-
export declare namespace GetBootstrapBrokersRequest {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
const filterSensitiveLog: (obj: GetBootstrapBrokersRequest) => any;
|
|
1904
|
-
}
|
|
1905
1431
|
export interface GetBootstrapBrokersResponse {
|
|
1906
1432
|
/**
|
|
1907
1433
|
* <p>A string containing one or more hostname:port pairs.</p>
|
|
@@ -1932,36 +1458,18 @@ export interface GetBootstrapBrokersResponse {
|
|
|
1932
1458
|
*/
|
|
1933
1459
|
BootstrapBrokerStringPublicSaslIam?: string;
|
|
1934
1460
|
}
|
|
1935
|
-
export declare namespace GetBootstrapBrokersResponse {
|
|
1936
|
-
/**
|
|
1937
|
-
* @internal
|
|
1938
|
-
*/
|
|
1939
|
-
const filterSensitiveLog: (obj: GetBootstrapBrokersResponse) => any;
|
|
1940
|
-
}
|
|
1941
1461
|
export interface GetCompatibleKafkaVersionsRequest {
|
|
1942
1462
|
/**
|
|
1943
1463
|
* <p>The Amazon Resource Name (ARN) of the cluster check.</p>
|
|
1944
1464
|
*/
|
|
1945
1465
|
ClusterArn?: string;
|
|
1946
1466
|
}
|
|
1947
|
-
export declare namespace GetCompatibleKafkaVersionsRequest {
|
|
1948
|
-
/**
|
|
1949
|
-
* @internal
|
|
1950
|
-
*/
|
|
1951
|
-
const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsRequest) => any;
|
|
1952
|
-
}
|
|
1953
1467
|
export interface GetCompatibleKafkaVersionsResponse {
|
|
1954
1468
|
/**
|
|
1955
1469
|
* <p>A list of CompatibleKafkaVersion objects.</p>
|
|
1956
1470
|
*/
|
|
1957
1471
|
CompatibleKafkaVersions?: CompatibleKafkaVersion[];
|
|
1958
1472
|
}
|
|
1959
|
-
export declare namespace GetCompatibleKafkaVersionsResponse {
|
|
1960
|
-
/**
|
|
1961
|
-
* @internal
|
|
1962
|
-
*/
|
|
1963
|
-
const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsResponse) => any;
|
|
1964
|
-
}
|
|
1965
1473
|
export interface ListClusterOperationsRequest {
|
|
1966
1474
|
/**
|
|
1967
1475
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1977,12 +1485,6 @@ export interface ListClusterOperationsRequest {
|
|
|
1977
1485
|
*/
|
|
1978
1486
|
NextToken?: string;
|
|
1979
1487
|
}
|
|
1980
|
-
export declare namespace ListClusterOperationsRequest {
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
|
-
const filterSensitiveLog: (obj: ListClusterOperationsRequest) => any;
|
|
1985
|
-
}
|
|
1986
1488
|
export interface ListClusterOperationsResponse {
|
|
1987
1489
|
/**
|
|
1988
1490
|
* <p>An array of cluster operation information objects.</p>
|
|
@@ -1993,12 +1495,6 @@ export interface ListClusterOperationsResponse {
|
|
|
1993
1495
|
*/
|
|
1994
1496
|
NextToken?: string;
|
|
1995
1497
|
}
|
|
1996
|
-
export declare namespace ListClusterOperationsResponse {
|
|
1997
|
-
/**
|
|
1998
|
-
* @internal
|
|
1999
|
-
*/
|
|
2000
|
-
const filterSensitiveLog: (obj: ListClusterOperationsResponse) => any;
|
|
2001
|
-
}
|
|
2002
1498
|
export interface ListClustersRequest {
|
|
2003
1499
|
/**
|
|
2004
1500
|
* <p>Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.</p>
|
|
@@ -2014,12 +1510,6 @@ export interface ListClustersRequest {
|
|
|
2014
1510
|
*/
|
|
2015
1511
|
NextToken?: string;
|
|
2016
1512
|
}
|
|
2017
|
-
export declare namespace ListClustersRequest {
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
const filterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
2022
|
-
}
|
|
2023
1513
|
export interface ListClustersResponse {
|
|
2024
1514
|
/**
|
|
2025
1515
|
* <p>Information on each of the MSK clusters in the response.</p>
|
|
@@ -2031,12 +1521,6 @@ export interface ListClustersResponse {
|
|
|
2031
1521
|
*/
|
|
2032
1522
|
NextToken?: string;
|
|
2033
1523
|
}
|
|
2034
|
-
export declare namespace ListClustersResponse {
|
|
2035
|
-
/**
|
|
2036
|
-
* @internal
|
|
2037
|
-
*/
|
|
2038
|
-
const filterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
2039
|
-
}
|
|
2040
1524
|
export interface ListClustersV2Request {
|
|
2041
1525
|
/**
|
|
2042
1526
|
* <p>Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.</p>
|
|
@@ -2056,12 +1540,6 @@ export interface ListClustersV2Request {
|
|
|
2056
1540
|
*/
|
|
2057
1541
|
NextToken?: string;
|
|
2058
1542
|
}
|
|
2059
|
-
export declare namespace ListClustersV2Request {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
const filterSensitiveLog: (obj: ListClustersV2Request) => any;
|
|
2064
|
-
}
|
|
2065
1543
|
export interface ListClustersV2Response {
|
|
2066
1544
|
/**
|
|
2067
1545
|
* <p>Information on each of the MSK clusters in the response.</p>
|
|
@@ -2073,12 +1551,6 @@ export interface ListClustersV2Response {
|
|
|
2073
1551
|
*/
|
|
2074
1552
|
NextToken?: string;
|
|
2075
1553
|
}
|
|
2076
|
-
export declare namespace ListClustersV2Response {
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
const filterSensitiveLog: (obj: ListClustersV2Response) => any;
|
|
2081
|
-
}
|
|
2082
1554
|
export interface ListConfigurationRevisionsRequest {
|
|
2083
1555
|
/**
|
|
2084
1556
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
@@ -2094,12 +1566,6 @@ export interface ListConfigurationRevisionsRequest {
|
|
|
2094
1566
|
*/
|
|
2095
1567
|
NextToken?: string;
|
|
2096
1568
|
}
|
|
2097
|
-
export declare namespace ListConfigurationRevisionsRequest {
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
const filterSensitiveLog: (obj: ListConfigurationRevisionsRequest) => any;
|
|
2102
|
-
}
|
|
2103
1569
|
export interface ListConfigurationRevisionsResponse {
|
|
2104
1570
|
/**
|
|
2105
1571
|
* <p>Paginated results marker.</p>
|
|
@@ -2110,12 +1576,6 @@ export interface ListConfigurationRevisionsResponse {
|
|
|
2110
1576
|
*/
|
|
2111
1577
|
Revisions?: ConfigurationRevision[];
|
|
2112
1578
|
}
|
|
2113
|
-
export declare namespace ListConfigurationRevisionsResponse {
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
const filterSensitiveLog: (obj: ListConfigurationRevisionsResponse) => any;
|
|
2118
|
-
}
|
|
2119
1579
|
export interface ListConfigurationsRequest {
|
|
2120
1580
|
/**
|
|
2121
1581
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
@@ -2127,12 +1587,6 @@ export interface ListConfigurationsRequest {
|
|
|
2127
1587
|
*/
|
|
2128
1588
|
NextToken?: string;
|
|
2129
1589
|
}
|
|
2130
|
-
export declare namespace ListConfigurationsRequest {
|
|
2131
|
-
/**
|
|
2132
|
-
* @internal
|
|
2133
|
-
*/
|
|
2134
|
-
const filterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
2135
|
-
}
|
|
2136
1590
|
export interface ListConfigurationsResponse {
|
|
2137
1591
|
/**
|
|
2138
1592
|
* <p>An array of MSK configurations.</p>
|
|
@@ -2144,12 +1598,6 @@ export interface ListConfigurationsResponse {
|
|
|
2144
1598
|
*/
|
|
2145
1599
|
NextToken?: string;
|
|
2146
1600
|
}
|
|
2147
|
-
export declare namespace ListConfigurationsResponse {
|
|
2148
|
-
/**
|
|
2149
|
-
* @internal
|
|
2150
|
-
*/
|
|
2151
|
-
const filterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
2152
|
-
}
|
|
2153
1601
|
export interface ListKafkaVersionsRequest {
|
|
2154
1602
|
/**
|
|
2155
1603
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
@@ -2160,22 +1608,10 @@ export interface ListKafkaVersionsRequest {
|
|
|
2160
1608
|
*/
|
|
2161
1609
|
NextToken?: string;
|
|
2162
1610
|
}
|
|
2163
|
-
export declare namespace ListKafkaVersionsRequest {
|
|
2164
|
-
/**
|
|
2165
|
-
* @internal
|
|
2166
|
-
*/
|
|
2167
|
-
const filterSensitiveLog: (obj: ListKafkaVersionsRequest) => any;
|
|
2168
|
-
}
|
|
2169
1611
|
export interface ListKafkaVersionsResponse {
|
|
2170
1612
|
KafkaVersions?: KafkaVersion[];
|
|
2171
1613
|
NextToken?: string;
|
|
2172
1614
|
}
|
|
2173
|
-
export declare namespace ListKafkaVersionsResponse {
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
const filterSensitiveLog: (obj: ListKafkaVersionsResponse) => any;
|
|
2178
|
-
}
|
|
2179
1615
|
export interface ListNodesRequest {
|
|
2180
1616
|
/**
|
|
2181
1617
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -2191,12 +1627,6 @@ export interface ListNodesRequest {
|
|
|
2191
1627
|
*/
|
|
2192
1628
|
NextToken?: string;
|
|
2193
1629
|
}
|
|
2194
|
-
export declare namespace ListNodesRequest {
|
|
2195
|
-
/**
|
|
2196
|
-
* @internal
|
|
2197
|
-
*/
|
|
2198
|
-
const filterSensitiveLog: (obj: ListNodesRequest) => any;
|
|
2199
|
-
}
|
|
2200
1630
|
export interface ListNodesResponse {
|
|
2201
1631
|
/**
|
|
2202
1632
|
* <p>The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response.
|
|
@@ -2208,12 +1638,6 @@ export interface ListNodesResponse {
|
|
|
2208
1638
|
*/
|
|
2209
1639
|
NodeInfoList?: NodeInfo[];
|
|
2210
1640
|
}
|
|
2211
|
-
export declare namespace ListNodesResponse {
|
|
2212
|
-
/**
|
|
2213
|
-
* @internal
|
|
2214
|
-
*/
|
|
2215
|
-
const filterSensitiveLog: (obj: ListNodesResponse) => any;
|
|
2216
|
-
}
|
|
2217
1641
|
export interface ListScramSecretsRequest {
|
|
2218
1642
|
/**
|
|
2219
1643
|
* <p>The arn of the cluster.</p>
|
|
@@ -2228,12 +1652,6 @@ export interface ListScramSecretsRequest {
|
|
|
2228
1652
|
*/
|
|
2229
1653
|
NextToken?: string;
|
|
2230
1654
|
}
|
|
2231
|
-
export declare namespace ListScramSecretsRequest {
|
|
2232
|
-
/**
|
|
2233
|
-
* @internal
|
|
2234
|
-
*/
|
|
2235
|
-
const filterSensitiveLog: (obj: ListScramSecretsRequest) => any;
|
|
2236
|
-
}
|
|
2237
1655
|
export interface ListScramSecretsResponse {
|
|
2238
1656
|
/**
|
|
2239
1657
|
* <p>Paginated results marker.</p>
|
|
@@ -2244,36 +1662,18 @@ export interface ListScramSecretsResponse {
|
|
|
2244
1662
|
*/
|
|
2245
1663
|
SecretArnList?: string[];
|
|
2246
1664
|
}
|
|
2247
|
-
export declare namespace ListScramSecretsResponse {
|
|
2248
|
-
/**
|
|
2249
|
-
* @internal
|
|
2250
|
-
*/
|
|
2251
|
-
const filterSensitiveLog: (obj: ListScramSecretsResponse) => any;
|
|
2252
|
-
}
|
|
2253
1665
|
export interface ListTagsForResourceRequest {
|
|
2254
1666
|
/**
|
|
2255
1667
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
2256
1668
|
*/
|
|
2257
1669
|
ResourceArn: string | undefined;
|
|
2258
1670
|
}
|
|
2259
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2260
|
-
/**
|
|
2261
|
-
* @internal
|
|
2262
|
-
*/
|
|
2263
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2264
|
-
}
|
|
2265
1671
|
export interface ListTagsForResourceResponse {
|
|
2266
1672
|
/**
|
|
2267
1673
|
* <p>The key-value pair for the resource tag.</p>
|
|
2268
1674
|
*/
|
|
2269
1675
|
Tags?: Record<string, string>;
|
|
2270
1676
|
}
|
|
2271
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2272
|
-
/**
|
|
2273
|
-
* @internal
|
|
2274
|
-
*/
|
|
2275
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2276
|
-
}
|
|
2277
1677
|
/**
|
|
2278
1678
|
* Reboots a node.
|
|
2279
1679
|
*/
|
|
@@ -2287,12 +1687,6 @@ export interface RebootBrokerRequest {
|
|
|
2287
1687
|
*/
|
|
2288
1688
|
ClusterArn: string | undefined;
|
|
2289
1689
|
}
|
|
2290
|
-
export declare namespace RebootBrokerRequest {
|
|
2291
|
-
/**
|
|
2292
|
-
* @internal
|
|
2293
|
-
*/
|
|
2294
|
-
const filterSensitiveLog: (obj: RebootBrokerRequest) => any;
|
|
2295
|
-
}
|
|
2296
1690
|
export interface RebootBrokerResponse {
|
|
2297
1691
|
/**
|
|
2298
1692
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2303,12 +1697,6 @@ export interface RebootBrokerResponse {
|
|
|
2303
1697
|
*/
|
|
2304
1698
|
ClusterOperationArn?: string;
|
|
2305
1699
|
}
|
|
2306
|
-
export declare namespace RebootBrokerResponse {
|
|
2307
|
-
/**
|
|
2308
|
-
* @internal
|
|
2309
|
-
*/
|
|
2310
|
-
const filterSensitiveLog: (obj: RebootBrokerResponse) => any;
|
|
2311
|
-
}
|
|
2312
1700
|
export interface TagResourceRequest {
|
|
2313
1701
|
/**
|
|
2314
1702
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
@@ -2319,12 +1707,6 @@ export interface TagResourceRequest {
|
|
|
2319
1707
|
*/
|
|
2320
1708
|
Tags: Record<string, string> | undefined;
|
|
2321
1709
|
}
|
|
2322
|
-
export declare namespace TagResourceRequest {
|
|
2323
|
-
/**
|
|
2324
|
-
* @internal
|
|
2325
|
-
*/
|
|
2326
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2327
|
-
}
|
|
2328
1710
|
export interface UntagResourceRequest {
|
|
2329
1711
|
/**
|
|
2330
1712
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
@@ -2354,12 +1736,6 @@ export interface UntagResourceRequest {
|
|
|
2354
1736
|
*/
|
|
2355
1737
|
TagKeys: string[] | undefined;
|
|
2356
1738
|
}
|
|
2357
|
-
export declare namespace UntagResourceRequest {
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2362
|
-
}
|
|
2363
1739
|
export interface UpdateBrokerCountRequest {
|
|
2364
1740
|
/**
|
|
2365
1741
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -2374,12 +1750,6 @@ export interface UpdateBrokerCountRequest {
|
|
|
2374
1750
|
*/
|
|
2375
1751
|
TargetNumberOfBrokerNodes: number | undefined;
|
|
2376
1752
|
}
|
|
2377
|
-
export declare namespace UpdateBrokerCountRequest {
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
const filterSensitiveLog: (obj: UpdateBrokerCountRequest) => any;
|
|
2382
|
-
}
|
|
2383
1753
|
export interface UpdateBrokerCountResponse {
|
|
2384
1754
|
/**
|
|
2385
1755
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2390,12 +1760,6 @@ export interface UpdateBrokerCountResponse {
|
|
|
2390
1760
|
*/
|
|
2391
1761
|
ClusterOperationArn?: string;
|
|
2392
1762
|
}
|
|
2393
|
-
export declare namespace UpdateBrokerCountResponse {
|
|
2394
|
-
/**
|
|
2395
|
-
* @internal
|
|
2396
|
-
*/
|
|
2397
|
-
const filterSensitiveLog: (obj: UpdateBrokerCountResponse) => any;
|
|
2398
|
-
}
|
|
2399
1763
|
export interface UpdateBrokerStorageRequest {
|
|
2400
1764
|
/**
|
|
2401
1765
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -2410,12 +1774,6 @@ export interface UpdateBrokerStorageRequest {
|
|
|
2410
1774
|
*/
|
|
2411
1775
|
TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[] | undefined;
|
|
2412
1776
|
}
|
|
2413
|
-
export declare namespace UpdateBrokerStorageRequest {
|
|
2414
|
-
/**
|
|
2415
|
-
* @internal
|
|
2416
|
-
*/
|
|
2417
|
-
const filterSensitiveLog: (obj: UpdateBrokerStorageRequest) => any;
|
|
2418
|
-
}
|
|
2419
1777
|
export interface UpdateBrokerStorageResponse {
|
|
2420
1778
|
/**
|
|
2421
1779
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2426,12 +1784,6 @@ export interface UpdateBrokerStorageResponse {
|
|
|
2426
1784
|
*/
|
|
2427
1785
|
ClusterOperationArn?: string;
|
|
2428
1786
|
}
|
|
2429
|
-
export declare namespace UpdateBrokerStorageResponse {
|
|
2430
|
-
/**
|
|
2431
|
-
* @internal
|
|
2432
|
-
*/
|
|
2433
|
-
const filterSensitiveLog: (obj: UpdateBrokerStorageResponse) => any;
|
|
2434
|
-
}
|
|
2435
1787
|
export interface UpdateBrokerTypeRequest {
|
|
2436
1788
|
/**
|
|
2437
1789
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -2446,12 +1798,6 @@ export interface UpdateBrokerTypeRequest {
|
|
|
2446
1798
|
*/
|
|
2447
1799
|
TargetInstanceType: string | undefined;
|
|
2448
1800
|
}
|
|
2449
|
-
export declare namespace UpdateBrokerTypeRequest {
|
|
2450
|
-
/**
|
|
2451
|
-
* @internal
|
|
2452
|
-
*/
|
|
2453
|
-
const filterSensitiveLog: (obj: UpdateBrokerTypeRequest) => any;
|
|
2454
|
-
}
|
|
2455
1801
|
export interface UpdateBrokerTypeResponse {
|
|
2456
1802
|
/**
|
|
2457
1803
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2462,12 +1808,6 @@ export interface UpdateBrokerTypeResponse {
|
|
|
2462
1808
|
*/
|
|
2463
1809
|
ClusterOperationArn?: string;
|
|
2464
1810
|
}
|
|
2465
|
-
export declare namespace UpdateBrokerTypeResponse {
|
|
2466
|
-
/**
|
|
2467
|
-
* @internal
|
|
2468
|
-
*/
|
|
2469
|
-
const filterSensitiveLog: (obj: UpdateBrokerTypeResponse) => any;
|
|
2470
|
-
}
|
|
2471
1811
|
export interface UpdateClusterConfigurationRequest {
|
|
2472
1812
|
/**
|
|
2473
1813
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -2482,12 +1822,6 @@ export interface UpdateClusterConfigurationRequest {
|
|
|
2482
1822
|
*/
|
|
2483
1823
|
CurrentVersion: string | undefined;
|
|
2484
1824
|
}
|
|
2485
|
-
export declare namespace UpdateClusterConfigurationRequest {
|
|
2486
|
-
/**
|
|
2487
|
-
* @internal
|
|
2488
|
-
*/
|
|
2489
|
-
const filterSensitiveLog: (obj: UpdateClusterConfigurationRequest) => any;
|
|
2490
|
-
}
|
|
2491
1825
|
export interface UpdateClusterConfigurationResponse {
|
|
2492
1826
|
/**
|
|
2493
1827
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2498,12 +1832,6 @@ export interface UpdateClusterConfigurationResponse {
|
|
|
2498
1832
|
*/
|
|
2499
1833
|
ClusterOperationArn?: string;
|
|
2500
1834
|
}
|
|
2501
|
-
export declare namespace UpdateClusterConfigurationResponse {
|
|
2502
|
-
/**
|
|
2503
|
-
* @internal
|
|
2504
|
-
*/
|
|
2505
|
-
const filterSensitiveLog: (obj: UpdateClusterConfigurationResponse) => any;
|
|
2506
|
-
}
|
|
2507
1835
|
export interface UpdateClusterKafkaVersionRequest {
|
|
2508
1836
|
/**
|
|
2509
1837
|
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
@@ -2522,12 +1850,6 @@ export interface UpdateClusterKafkaVersionRequest {
|
|
|
2522
1850
|
*/
|
|
2523
1851
|
TargetKafkaVersion: string | undefined;
|
|
2524
1852
|
}
|
|
2525
|
-
export declare namespace UpdateClusterKafkaVersionRequest {
|
|
2526
|
-
/**
|
|
2527
|
-
* @internal
|
|
2528
|
-
*/
|
|
2529
|
-
const filterSensitiveLog: (obj: UpdateClusterKafkaVersionRequest) => any;
|
|
2530
|
-
}
|
|
2531
1853
|
export interface UpdateClusterKafkaVersionResponse {
|
|
2532
1854
|
/**
|
|
2533
1855
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2538,12 +1860,6 @@ export interface UpdateClusterKafkaVersionResponse {
|
|
|
2538
1860
|
*/
|
|
2539
1861
|
ClusterOperationArn?: string;
|
|
2540
1862
|
}
|
|
2541
|
-
export declare namespace UpdateClusterKafkaVersionResponse {
|
|
2542
|
-
/**
|
|
2543
|
-
* @internal
|
|
2544
|
-
*/
|
|
2545
|
-
const filterSensitiveLog: (obj: UpdateClusterKafkaVersionResponse) => any;
|
|
2546
|
-
}
|
|
2547
1863
|
export interface UpdateConfigurationRequest {
|
|
2548
1864
|
/**
|
|
2549
1865
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -2559,12 +1875,6 @@ export interface UpdateConfigurationRequest {
|
|
|
2559
1875
|
*/
|
|
2560
1876
|
ServerProperties: Uint8Array | undefined;
|
|
2561
1877
|
}
|
|
2562
|
-
export declare namespace UpdateConfigurationRequest {
|
|
2563
|
-
/**
|
|
2564
|
-
* @internal
|
|
2565
|
-
*/
|
|
2566
|
-
const filterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
|
|
2567
|
-
}
|
|
2568
1878
|
export interface UpdateConfigurationResponse {
|
|
2569
1879
|
/**
|
|
2570
1880
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -2575,12 +1885,6 @@ export interface UpdateConfigurationResponse {
|
|
|
2575
1885
|
*/
|
|
2576
1886
|
LatestRevision?: ConfigurationRevision;
|
|
2577
1887
|
}
|
|
2578
|
-
export declare namespace UpdateConfigurationResponse {
|
|
2579
|
-
/**
|
|
2580
|
-
* @internal
|
|
2581
|
-
*/
|
|
2582
|
-
const filterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
|
|
2583
|
-
}
|
|
2584
1888
|
/**
|
|
2585
1889
|
* Request body for UpdateConnectivity.
|
|
2586
1890
|
*/
|
|
@@ -2598,12 +1902,6 @@ export interface UpdateConnectivityRequest {
|
|
|
2598
1902
|
*/
|
|
2599
1903
|
CurrentVersion: string | undefined;
|
|
2600
1904
|
}
|
|
2601
|
-
export declare namespace UpdateConnectivityRequest {
|
|
2602
|
-
/**
|
|
2603
|
-
* @internal
|
|
2604
|
-
*/
|
|
2605
|
-
const filterSensitiveLog: (obj: UpdateConnectivityRequest) => any;
|
|
2606
|
-
}
|
|
2607
1905
|
export interface UpdateConnectivityResponse {
|
|
2608
1906
|
/**
|
|
2609
1907
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2614,12 +1912,6 @@ export interface UpdateConnectivityResponse {
|
|
|
2614
1912
|
*/
|
|
2615
1913
|
ClusterOperationArn?: string;
|
|
2616
1914
|
}
|
|
2617
|
-
export declare namespace UpdateConnectivityResponse {
|
|
2618
|
-
/**
|
|
2619
|
-
* @internal
|
|
2620
|
-
*/
|
|
2621
|
-
const filterSensitiveLog: (obj: UpdateConnectivityResponse) => any;
|
|
2622
|
-
}
|
|
2623
1915
|
/**
|
|
2624
1916
|
* Request body for UpdateMonitoring.
|
|
2625
1917
|
*/
|
|
@@ -2642,12 +1934,6 @@ export interface UpdateMonitoringRequest {
|
|
|
2642
1934
|
OpenMonitoring?: OpenMonitoringInfo;
|
|
2643
1935
|
LoggingInfo?: LoggingInfo;
|
|
2644
1936
|
}
|
|
2645
|
-
export declare namespace UpdateMonitoringRequest {
|
|
2646
|
-
/**
|
|
2647
|
-
* @internal
|
|
2648
|
-
*/
|
|
2649
|
-
const filterSensitiveLog: (obj: UpdateMonitoringRequest) => any;
|
|
2650
|
-
}
|
|
2651
1937
|
export interface UpdateMonitoringResponse {
|
|
2652
1938
|
/**
|
|
2653
1939
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2658,12 +1944,6 @@ export interface UpdateMonitoringResponse {
|
|
|
2658
1944
|
*/
|
|
2659
1945
|
ClusterOperationArn?: string;
|
|
2660
1946
|
}
|
|
2661
|
-
export declare namespace UpdateMonitoringResponse {
|
|
2662
|
-
/**
|
|
2663
|
-
* @internal
|
|
2664
|
-
*/
|
|
2665
|
-
const filterSensitiveLog: (obj: UpdateMonitoringResponse) => any;
|
|
2666
|
-
}
|
|
2667
1947
|
export interface UpdateSecurityRequest {
|
|
2668
1948
|
/**
|
|
2669
1949
|
* <p>Includes all client authentication related information.</p>
|
|
@@ -2682,12 +1962,6 @@ export interface UpdateSecurityRequest {
|
|
|
2682
1962
|
*/
|
|
2683
1963
|
EncryptionInfo?: EncryptionInfo;
|
|
2684
1964
|
}
|
|
2685
|
-
export declare namespace UpdateSecurityRequest {
|
|
2686
|
-
/**
|
|
2687
|
-
* @internal
|
|
2688
|
-
*/
|
|
2689
|
-
const filterSensitiveLog: (obj: UpdateSecurityRequest) => any;
|
|
2690
|
-
}
|
|
2691
1965
|
export interface UpdateSecurityResponse {
|
|
2692
1966
|
/**
|
|
2693
1967
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2698,9 +1972,491 @@ export interface UpdateSecurityResponse {
|
|
|
2698
1972
|
*/
|
|
2699
1973
|
ClusterOperationArn?: string;
|
|
2700
1974
|
}
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
1975
|
+
/**
|
|
1976
|
+
* @internal
|
|
1977
|
+
*/
|
|
1978
|
+
export declare const ProvisionedThroughputFilterSensitiveLog: (obj: ProvisionedThroughput) => any;
|
|
1979
|
+
/**
|
|
1980
|
+
* @internal
|
|
1981
|
+
*/
|
|
1982
|
+
export declare const BrokerEBSVolumeInfoFilterSensitiveLog: (obj: BrokerEBSVolumeInfo) => any;
|
|
1983
|
+
/**
|
|
1984
|
+
* @internal
|
|
1985
|
+
*/
|
|
1986
|
+
export declare const PublicAccessFilterSensitiveLog: (obj: PublicAccess) => any;
|
|
1987
|
+
/**
|
|
1988
|
+
* @internal
|
|
1989
|
+
*/
|
|
1990
|
+
export declare const ConnectivityInfoFilterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
1991
|
+
/**
|
|
1992
|
+
* @internal
|
|
1993
|
+
*/
|
|
1994
|
+
export declare const EBSStorageInfoFilterSensitiveLog: (obj: EBSStorageInfo) => any;
|
|
1995
|
+
/**
|
|
1996
|
+
* @internal
|
|
1997
|
+
*/
|
|
1998
|
+
export declare const StorageInfoFilterSensitiveLog: (obj: StorageInfo) => any;
|
|
1999
|
+
/**
|
|
2000
|
+
* @internal
|
|
2001
|
+
*/
|
|
2002
|
+
export declare const BrokerNodeGroupInfoFilterSensitiveLog: (obj: BrokerNodeGroupInfo) => any;
|
|
2003
|
+
/**
|
|
2004
|
+
* @internal
|
|
2005
|
+
*/
|
|
2006
|
+
export declare const IamFilterSensitiveLog: (obj: Iam) => any;
|
|
2007
|
+
/**
|
|
2008
|
+
* @internal
|
|
2009
|
+
*/
|
|
2010
|
+
export declare const ScramFilterSensitiveLog: (obj: Scram) => any;
|
|
2011
|
+
/**
|
|
2012
|
+
* @internal
|
|
2013
|
+
*/
|
|
2014
|
+
export declare const SaslFilterSensitiveLog: (obj: Sasl) => any;
|
|
2015
|
+
/**
|
|
2016
|
+
* @internal
|
|
2017
|
+
*/
|
|
2018
|
+
export declare const TlsFilterSensitiveLog: (obj: Tls) => any;
|
|
2019
|
+
/**
|
|
2020
|
+
* @internal
|
|
2021
|
+
*/
|
|
2022
|
+
export declare const UnauthenticatedFilterSensitiveLog: (obj: Unauthenticated) => any;
|
|
2023
|
+
/**
|
|
2024
|
+
* @internal
|
|
2025
|
+
*/
|
|
2026
|
+
export declare const ClientAuthenticationFilterSensitiveLog: (obj: ClientAuthentication) => any;
|
|
2027
|
+
/**
|
|
2028
|
+
* @internal
|
|
2029
|
+
*/
|
|
2030
|
+
export declare const BrokerSoftwareInfoFilterSensitiveLog: (obj: BrokerSoftwareInfo) => any;
|
|
2031
|
+
/**
|
|
2032
|
+
* @internal
|
|
2033
|
+
*/
|
|
2034
|
+
export declare const EncryptionAtRestFilterSensitiveLog: (obj: EncryptionAtRest) => any;
|
|
2035
|
+
/**
|
|
2036
|
+
* @internal
|
|
2037
|
+
*/
|
|
2038
|
+
export declare const EncryptionInTransitFilterSensitiveLog: (obj: EncryptionInTransit) => any;
|
|
2039
|
+
/**
|
|
2040
|
+
* @internal
|
|
2041
|
+
*/
|
|
2042
|
+
export declare const EncryptionInfoFilterSensitiveLog: (obj: EncryptionInfo) => any;
|
|
2043
|
+
/**
|
|
2044
|
+
* @internal
|
|
2045
|
+
*/
|
|
2046
|
+
export declare const CloudWatchLogsFilterSensitiveLog: (obj: CloudWatchLogs) => any;
|
|
2047
|
+
/**
|
|
2048
|
+
* @internal
|
|
2049
|
+
*/
|
|
2050
|
+
export declare const FirehoseFilterSensitiveLog: (obj: Firehose) => any;
|
|
2051
|
+
/**
|
|
2052
|
+
* @internal
|
|
2053
|
+
*/
|
|
2054
|
+
export declare const S3FilterSensitiveLog: (obj: S3) => any;
|
|
2055
|
+
/**
|
|
2056
|
+
* @internal
|
|
2057
|
+
*/
|
|
2058
|
+
export declare const BrokerLogsFilterSensitiveLog: (obj: BrokerLogs) => any;
|
|
2059
|
+
/**
|
|
2060
|
+
* @internal
|
|
2061
|
+
*/
|
|
2062
|
+
export declare const LoggingInfoFilterSensitiveLog: (obj: LoggingInfo) => any;
|
|
2063
|
+
/**
|
|
2064
|
+
* @internal
|
|
2065
|
+
*/
|
|
2066
|
+
export declare const JmxExporterInfoFilterSensitiveLog: (obj: JmxExporterInfo) => any;
|
|
2067
|
+
/**
|
|
2068
|
+
* @internal
|
|
2069
|
+
*/
|
|
2070
|
+
export declare const NodeExporterInfoFilterSensitiveLog: (obj: NodeExporterInfo) => any;
|
|
2071
|
+
/**
|
|
2072
|
+
* @internal
|
|
2073
|
+
*/
|
|
2074
|
+
export declare const PrometheusInfoFilterSensitiveLog: (obj: PrometheusInfo) => any;
|
|
2075
|
+
/**
|
|
2076
|
+
* @internal
|
|
2077
|
+
*/
|
|
2078
|
+
export declare const OpenMonitoringInfoFilterSensitiveLog: (obj: OpenMonitoringInfo) => any;
|
|
2079
|
+
/**
|
|
2080
|
+
* @internal
|
|
2081
|
+
*/
|
|
2082
|
+
export declare const ProvisionedFilterSensitiveLog: (obj: Provisioned) => any;
|
|
2083
|
+
/**
|
|
2084
|
+
* @internal
|
|
2085
|
+
*/
|
|
2086
|
+
export declare const ServerlessSaslFilterSensitiveLog: (obj: ServerlessSasl) => any;
|
|
2087
|
+
/**
|
|
2088
|
+
* @internal
|
|
2089
|
+
*/
|
|
2090
|
+
export declare const ServerlessClientAuthenticationFilterSensitiveLog: (obj: ServerlessClientAuthentication) => any;
|
|
2091
|
+
/**
|
|
2092
|
+
* @internal
|
|
2093
|
+
*/
|
|
2094
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
2095
|
+
/**
|
|
2096
|
+
* @internal
|
|
2097
|
+
*/
|
|
2098
|
+
export declare const ServerlessFilterSensitiveLog: (obj: Serverless) => any;
|
|
2099
|
+
/**
|
|
2100
|
+
* @internal
|
|
2101
|
+
*/
|
|
2102
|
+
export declare const StateInfoFilterSensitiveLog: (obj: StateInfo) => any;
|
|
2103
|
+
/**
|
|
2104
|
+
* @internal
|
|
2105
|
+
*/
|
|
2106
|
+
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
2107
|
+
/**
|
|
2108
|
+
* @internal
|
|
2109
|
+
*/
|
|
2110
|
+
export declare const JmxExporterFilterSensitiveLog: (obj: JmxExporter) => any;
|
|
2111
|
+
/**
|
|
2112
|
+
* @internal
|
|
2113
|
+
*/
|
|
2114
|
+
export declare const NodeExporterFilterSensitiveLog: (obj: NodeExporter) => any;
|
|
2115
|
+
/**
|
|
2116
|
+
* @internal
|
|
2117
|
+
*/
|
|
2118
|
+
export declare const PrometheusFilterSensitiveLog: (obj: Prometheus) => any;
|
|
2119
|
+
/**
|
|
2120
|
+
* @internal
|
|
2121
|
+
*/
|
|
2122
|
+
export declare const OpenMonitoringFilterSensitiveLog: (obj: OpenMonitoring) => any;
|
|
2123
|
+
/**
|
|
2124
|
+
* @internal
|
|
2125
|
+
*/
|
|
2126
|
+
export declare const ClusterInfoFilterSensitiveLog: (obj: ClusterInfo) => any;
|
|
2127
|
+
/**
|
|
2128
|
+
* @internal
|
|
2129
|
+
*/
|
|
2130
|
+
export declare const ErrorInfoFilterSensitiveLog: (obj: ErrorInfo) => any;
|
|
2131
|
+
/**
|
|
2132
|
+
* @internal
|
|
2133
|
+
*/
|
|
2134
|
+
export declare const ClusterOperationStepInfoFilterSensitiveLog: (obj: ClusterOperationStepInfo) => any;
|
|
2135
|
+
/**
|
|
2136
|
+
* @internal
|
|
2137
|
+
*/
|
|
2138
|
+
export declare const ClusterOperationStepFilterSensitiveLog: (obj: ClusterOperationStep) => any;
|
|
2139
|
+
/**
|
|
2140
|
+
* @internal
|
|
2141
|
+
*/
|
|
2142
|
+
export declare const ConfigurationInfoFilterSensitiveLog: (obj: ConfigurationInfo) => any;
|
|
2143
|
+
/**
|
|
2144
|
+
* @internal
|
|
2145
|
+
*/
|
|
2146
|
+
export declare const MutableClusterInfoFilterSensitiveLog: (obj: MutableClusterInfo) => any;
|
|
2147
|
+
/**
|
|
2148
|
+
* @internal
|
|
2149
|
+
*/
|
|
2150
|
+
export declare const ClusterOperationInfoFilterSensitiveLog: (obj: ClusterOperationInfo) => any;
|
|
2151
|
+
/**
|
|
2152
|
+
* @internal
|
|
2153
|
+
*/
|
|
2154
|
+
export declare const CompatibleKafkaVersionFilterSensitiveLog: (obj: CompatibleKafkaVersion) => any;
|
|
2155
|
+
/**
|
|
2156
|
+
* @internal
|
|
2157
|
+
*/
|
|
2158
|
+
export declare const ConfigurationRevisionFilterSensitiveLog: (obj: ConfigurationRevision) => any;
|
|
2159
|
+
/**
|
|
2160
|
+
* @internal
|
|
2161
|
+
*/
|
|
2162
|
+
export declare const ConfigurationFilterSensitiveLog: (obj: Configuration) => any;
|
|
2163
|
+
/**
|
|
2164
|
+
* @internal
|
|
2165
|
+
*/
|
|
2166
|
+
export declare const KafkaVersionFilterSensitiveLog: (obj: KafkaVersion) => any;
|
|
2167
|
+
/**
|
|
2168
|
+
* @internal
|
|
2169
|
+
*/
|
|
2170
|
+
export declare const BrokerNodeInfoFilterSensitiveLog: (obj: BrokerNodeInfo) => any;
|
|
2171
|
+
/**
|
|
2172
|
+
* @internal
|
|
2173
|
+
*/
|
|
2174
|
+
export declare const ZookeeperNodeInfoFilterSensitiveLog: (obj: ZookeeperNodeInfo) => any;
|
|
2175
|
+
/**
|
|
2176
|
+
* @internal
|
|
2177
|
+
*/
|
|
2178
|
+
export declare const NodeInfoFilterSensitiveLog: (obj: NodeInfo) => any;
|
|
2179
|
+
/**
|
|
2180
|
+
* @internal
|
|
2181
|
+
*/
|
|
2182
|
+
export declare const UnprocessedScramSecretFilterSensitiveLog: (obj: UnprocessedScramSecret) => any;
|
|
2183
|
+
/**
|
|
2184
|
+
* @internal
|
|
2185
|
+
*/
|
|
2186
|
+
export declare const BatchAssociateScramSecretRequestFilterSensitiveLog: (obj: BatchAssociateScramSecretRequest) => any;
|
|
2187
|
+
/**
|
|
2188
|
+
* @internal
|
|
2189
|
+
*/
|
|
2190
|
+
export declare const BatchAssociateScramSecretResponseFilterSensitiveLog: (obj: BatchAssociateScramSecretResponse) => any;
|
|
2191
|
+
/**
|
|
2192
|
+
* @internal
|
|
2193
|
+
*/
|
|
2194
|
+
export declare const BatchDisassociateScramSecretRequestFilterSensitiveLog: (obj: BatchDisassociateScramSecretRequest) => any;
|
|
2195
|
+
/**
|
|
2196
|
+
* @internal
|
|
2197
|
+
*/
|
|
2198
|
+
export declare const BatchDisassociateScramSecretResponseFilterSensitiveLog: (obj: BatchDisassociateScramSecretResponse) => any;
|
|
2199
|
+
/**
|
|
2200
|
+
* @internal
|
|
2201
|
+
*/
|
|
2202
|
+
export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
2203
|
+
/**
|
|
2204
|
+
* @internal
|
|
2205
|
+
*/
|
|
2206
|
+
export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
2207
|
+
/**
|
|
2208
|
+
* @internal
|
|
2209
|
+
*/
|
|
2210
|
+
export declare const ProvisionedRequestFilterSensitiveLog: (obj: ProvisionedRequest) => any;
|
|
2211
|
+
/**
|
|
2212
|
+
* @internal
|
|
2213
|
+
*/
|
|
2214
|
+
export declare const ServerlessRequestFilterSensitiveLog: (obj: ServerlessRequest) => any;
|
|
2215
|
+
/**
|
|
2216
|
+
* @internal
|
|
2217
|
+
*/
|
|
2218
|
+
export declare const CreateClusterV2RequestFilterSensitiveLog: (obj: CreateClusterV2Request) => any;
|
|
2219
|
+
/**
|
|
2220
|
+
* @internal
|
|
2221
|
+
*/
|
|
2222
|
+
export declare const CreateClusterV2ResponseFilterSensitiveLog: (obj: CreateClusterV2Response) => any;
|
|
2223
|
+
/**
|
|
2224
|
+
* @internal
|
|
2225
|
+
*/
|
|
2226
|
+
export declare const CreateConfigurationRequestFilterSensitiveLog: (obj: CreateConfigurationRequest) => any;
|
|
2227
|
+
/**
|
|
2228
|
+
* @internal
|
|
2229
|
+
*/
|
|
2230
|
+
export declare const CreateConfigurationResponseFilterSensitiveLog: (obj: CreateConfigurationResponse) => any;
|
|
2231
|
+
/**
|
|
2232
|
+
* @internal
|
|
2233
|
+
*/
|
|
2234
|
+
export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
2235
|
+
/**
|
|
2236
|
+
* @internal
|
|
2237
|
+
*/
|
|
2238
|
+
export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
2239
|
+
/**
|
|
2240
|
+
* @internal
|
|
2241
|
+
*/
|
|
2242
|
+
export declare const DeleteConfigurationRequestFilterSensitiveLog: (obj: DeleteConfigurationRequest) => any;
|
|
2243
|
+
/**
|
|
2244
|
+
* @internal
|
|
2245
|
+
*/
|
|
2246
|
+
export declare const DeleteConfigurationResponseFilterSensitiveLog: (obj: DeleteConfigurationResponse) => any;
|
|
2247
|
+
/**
|
|
2248
|
+
* @internal
|
|
2249
|
+
*/
|
|
2250
|
+
export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
2251
|
+
/**
|
|
2252
|
+
* @internal
|
|
2253
|
+
*/
|
|
2254
|
+
export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
2255
|
+
/**
|
|
2256
|
+
* @internal
|
|
2257
|
+
*/
|
|
2258
|
+
export declare const DescribeClusterOperationRequestFilterSensitiveLog: (obj: DescribeClusterOperationRequest) => any;
|
|
2259
|
+
/**
|
|
2260
|
+
* @internal
|
|
2261
|
+
*/
|
|
2262
|
+
export declare const DescribeClusterOperationResponseFilterSensitiveLog: (obj: DescribeClusterOperationResponse) => any;
|
|
2263
|
+
/**
|
|
2264
|
+
* @internal
|
|
2265
|
+
*/
|
|
2266
|
+
export declare const DescribeClusterV2RequestFilterSensitiveLog: (obj: DescribeClusterV2Request) => any;
|
|
2267
|
+
/**
|
|
2268
|
+
* @internal
|
|
2269
|
+
*/
|
|
2270
|
+
export declare const DescribeClusterV2ResponseFilterSensitiveLog: (obj: DescribeClusterV2Response) => any;
|
|
2271
|
+
/**
|
|
2272
|
+
* @internal
|
|
2273
|
+
*/
|
|
2274
|
+
export declare const DescribeConfigurationRequestFilterSensitiveLog: (obj: DescribeConfigurationRequest) => any;
|
|
2275
|
+
/**
|
|
2276
|
+
* @internal
|
|
2277
|
+
*/
|
|
2278
|
+
export declare const DescribeConfigurationResponseFilterSensitiveLog: (obj: DescribeConfigurationResponse) => any;
|
|
2279
|
+
/**
|
|
2280
|
+
* @internal
|
|
2281
|
+
*/
|
|
2282
|
+
export declare const DescribeConfigurationRevisionRequestFilterSensitiveLog: (obj: DescribeConfigurationRevisionRequest) => any;
|
|
2283
|
+
/**
|
|
2284
|
+
* @internal
|
|
2285
|
+
*/
|
|
2286
|
+
export declare const DescribeConfigurationRevisionResponseFilterSensitiveLog: (obj: DescribeConfigurationRevisionResponse) => any;
|
|
2287
|
+
/**
|
|
2288
|
+
* @internal
|
|
2289
|
+
*/
|
|
2290
|
+
export declare const GetBootstrapBrokersRequestFilterSensitiveLog: (obj: GetBootstrapBrokersRequest) => any;
|
|
2291
|
+
/**
|
|
2292
|
+
* @internal
|
|
2293
|
+
*/
|
|
2294
|
+
export declare const GetBootstrapBrokersResponseFilterSensitiveLog: (obj: GetBootstrapBrokersResponse) => any;
|
|
2295
|
+
/**
|
|
2296
|
+
* @internal
|
|
2297
|
+
*/
|
|
2298
|
+
export declare const GetCompatibleKafkaVersionsRequestFilterSensitiveLog: (obj: GetCompatibleKafkaVersionsRequest) => any;
|
|
2299
|
+
/**
|
|
2300
|
+
* @internal
|
|
2301
|
+
*/
|
|
2302
|
+
export declare const GetCompatibleKafkaVersionsResponseFilterSensitiveLog: (obj: GetCompatibleKafkaVersionsResponse) => any;
|
|
2303
|
+
/**
|
|
2304
|
+
* @internal
|
|
2305
|
+
*/
|
|
2306
|
+
export declare const ListClusterOperationsRequestFilterSensitiveLog: (obj: ListClusterOperationsRequest) => any;
|
|
2307
|
+
/**
|
|
2308
|
+
* @internal
|
|
2309
|
+
*/
|
|
2310
|
+
export declare const ListClusterOperationsResponseFilterSensitiveLog: (obj: ListClusterOperationsResponse) => any;
|
|
2311
|
+
/**
|
|
2312
|
+
* @internal
|
|
2313
|
+
*/
|
|
2314
|
+
export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
2315
|
+
/**
|
|
2316
|
+
* @internal
|
|
2317
|
+
*/
|
|
2318
|
+
export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
2319
|
+
/**
|
|
2320
|
+
* @internal
|
|
2321
|
+
*/
|
|
2322
|
+
export declare const ListClustersV2RequestFilterSensitiveLog: (obj: ListClustersV2Request) => any;
|
|
2323
|
+
/**
|
|
2324
|
+
* @internal
|
|
2325
|
+
*/
|
|
2326
|
+
export declare const ListClustersV2ResponseFilterSensitiveLog: (obj: ListClustersV2Response) => any;
|
|
2327
|
+
/**
|
|
2328
|
+
* @internal
|
|
2329
|
+
*/
|
|
2330
|
+
export declare const ListConfigurationRevisionsRequestFilterSensitiveLog: (obj: ListConfigurationRevisionsRequest) => any;
|
|
2331
|
+
/**
|
|
2332
|
+
* @internal
|
|
2333
|
+
*/
|
|
2334
|
+
export declare const ListConfigurationRevisionsResponseFilterSensitiveLog: (obj: ListConfigurationRevisionsResponse) => any;
|
|
2335
|
+
/**
|
|
2336
|
+
* @internal
|
|
2337
|
+
*/
|
|
2338
|
+
export declare const ListConfigurationsRequestFilterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
2339
|
+
/**
|
|
2340
|
+
* @internal
|
|
2341
|
+
*/
|
|
2342
|
+
export declare const ListConfigurationsResponseFilterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
2343
|
+
/**
|
|
2344
|
+
* @internal
|
|
2345
|
+
*/
|
|
2346
|
+
export declare const ListKafkaVersionsRequestFilterSensitiveLog: (obj: ListKafkaVersionsRequest) => any;
|
|
2347
|
+
/**
|
|
2348
|
+
* @internal
|
|
2349
|
+
*/
|
|
2350
|
+
export declare const ListKafkaVersionsResponseFilterSensitiveLog: (obj: ListKafkaVersionsResponse) => any;
|
|
2351
|
+
/**
|
|
2352
|
+
* @internal
|
|
2353
|
+
*/
|
|
2354
|
+
export declare const ListNodesRequestFilterSensitiveLog: (obj: ListNodesRequest) => any;
|
|
2355
|
+
/**
|
|
2356
|
+
* @internal
|
|
2357
|
+
*/
|
|
2358
|
+
export declare const ListNodesResponseFilterSensitiveLog: (obj: ListNodesResponse) => any;
|
|
2359
|
+
/**
|
|
2360
|
+
* @internal
|
|
2361
|
+
*/
|
|
2362
|
+
export declare const ListScramSecretsRequestFilterSensitiveLog: (obj: ListScramSecretsRequest) => any;
|
|
2363
|
+
/**
|
|
2364
|
+
* @internal
|
|
2365
|
+
*/
|
|
2366
|
+
export declare const ListScramSecretsResponseFilterSensitiveLog: (obj: ListScramSecretsResponse) => any;
|
|
2367
|
+
/**
|
|
2368
|
+
* @internal
|
|
2369
|
+
*/
|
|
2370
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2371
|
+
/**
|
|
2372
|
+
* @internal
|
|
2373
|
+
*/
|
|
2374
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2375
|
+
/**
|
|
2376
|
+
* @internal
|
|
2377
|
+
*/
|
|
2378
|
+
export declare const RebootBrokerRequestFilterSensitiveLog: (obj: RebootBrokerRequest) => any;
|
|
2379
|
+
/**
|
|
2380
|
+
* @internal
|
|
2381
|
+
*/
|
|
2382
|
+
export declare const RebootBrokerResponseFilterSensitiveLog: (obj: RebootBrokerResponse) => any;
|
|
2383
|
+
/**
|
|
2384
|
+
* @internal
|
|
2385
|
+
*/
|
|
2386
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2387
|
+
/**
|
|
2388
|
+
* @internal
|
|
2389
|
+
*/
|
|
2390
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2391
|
+
/**
|
|
2392
|
+
* @internal
|
|
2393
|
+
*/
|
|
2394
|
+
export declare const UpdateBrokerCountRequestFilterSensitiveLog: (obj: UpdateBrokerCountRequest) => any;
|
|
2395
|
+
/**
|
|
2396
|
+
* @internal
|
|
2397
|
+
*/
|
|
2398
|
+
export declare const UpdateBrokerCountResponseFilterSensitiveLog: (obj: UpdateBrokerCountResponse) => any;
|
|
2399
|
+
/**
|
|
2400
|
+
* @internal
|
|
2401
|
+
*/
|
|
2402
|
+
export declare const UpdateBrokerStorageRequestFilterSensitiveLog: (obj: UpdateBrokerStorageRequest) => any;
|
|
2403
|
+
/**
|
|
2404
|
+
* @internal
|
|
2405
|
+
*/
|
|
2406
|
+
export declare const UpdateBrokerStorageResponseFilterSensitiveLog: (obj: UpdateBrokerStorageResponse) => any;
|
|
2407
|
+
/**
|
|
2408
|
+
* @internal
|
|
2409
|
+
*/
|
|
2410
|
+
export declare const UpdateBrokerTypeRequestFilterSensitiveLog: (obj: UpdateBrokerTypeRequest) => any;
|
|
2411
|
+
/**
|
|
2412
|
+
* @internal
|
|
2413
|
+
*/
|
|
2414
|
+
export declare const UpdateBrokerTypeResponseFilterSensitiveLog: (obj: UpdateBrokerTypeResponse) => any;
|
|
2415
|
+
/**
|
|
2416
|
+
* @internal
|
|
2417
|
+
*/
|
|
2418
|
+
export declare const UpdateClusterConfigurationRequestFilterSensitiveLog: (obj: UpdateClusterConfigurationRequest) => any;
|
|
2419
|
+
/**
|
|
2420
|
+
* @internal
|
|
2421
|
+
*/
|
|
2422
|
+
export declare const UpdateClusterConfigurationResponseFilterSensitiveLog: (obj: UpdateClusterConfigurationResponse) => any;
|
|
2423
|
+
/**
|
|
2424
|
+
* @internal
|
|
2425
|
+
*/
|
|
2426
|
+
export declare const UpdateClusterKafkaVersionRequestFilterSensitiveLog: (obj: UpdateClusterKafkaVersionRequest) => any;
|
|
2427
|
+
/**
|
|
2428
|
+
* @internal
|
|
2429
|
+
*/
|
|
2430
|
+
export declare const UpdateClusterKafkaVersionResponseFilterSensitiveLog: (obj: UpdateClusterKafkaVersionResponse) => any;
|
|
2431
|
+
/**
|
|
2432
|
+
* @internal
|
|
2433
|
+
*/
|
|
2434
|
+
export declare const UpdateConfigurationRequestFilterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
|
|
2435
|
+
/**
|
|
2436
|
+
* @internal
|
|
2437
|
+
*/
|
|
2438
|
+
export declare const UpdateConfigurationResponseFilterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
|
|
2439
|
+
/**
|
|
2440
|
+
* @internal
|
|
2441
|
+
*/
|
|
2442
|
+
export declare const UpdateConnectivityRequestFilterSensitiveLog: (obj: UpdateConnectivityRequest) => any;
|
|
2443
|
+
/**
|
|
2444
|
+
* @internal
|
|
2445
|
+
*/
|
|
2446
|
+
export declare const UpdateConnectivityResponseFilterSensitiveLog: (obj: UpdateConnectivityResponse) => any;
|
|
2447
|
+
/**
|
|
2448
|
+
* @internal
|
|
2449
|
+
*/
|
|
2450
|
+
export declare const UpdateMonitoringRequestFilterSensitiveLog: (obj: UpdateMonitoringRequest) => any;
|
|
2451
|
+
/**
|
|
2452
|
+
* @internal
|
|
2453
|
+
*/
|
|
2454
|
+
export declare const UpdateMonitoringResponseFilterSensitiveLog: (obj: UpdateMonitoringResponse) => any;
|
|
2455
|
+
/**
|
|
2456
|
+
* @internal
|
|
2457
|
+
*/
|
|
2458
|
+
export declare const UpdateSecurityRequestFilterSensitiveLog: (obj: UpdateSecurityRequest) => any;
|
|
2459
|
+
/**
|
|
2460
|
+
* @internal
|
|
2461
|
+
*/
|
|
2462
|
+
export declare const UpdateSecurityResponseFilterSensitiveLog: (obj: UpdateSecurityResponse) => any;
|