@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
|
@@ -7,10 +7,6 @@ export interface ProvisionedThroughput {
|
|
|
7
7
|
|
|
8
8
|
VolumeThroughput?: number;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace ProvisionedThroughput {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: ProvisionedThroughput) => any;
|
|
13
|
-
}
|
|
14
10
|
|
|
15
11
|
export interface BrokerEBSVolumeInfo {
|
|
16
12
|
|
|
@@ -20,10 +16,6 @@ export interface BrokerEBSVolumeInfo {
|
|
|
20
16
|
|
|
21
17
|
VolumeSizeGB?: number;
|
|
22
18
|
}
|
|
23
|
-
export declare namespace BrokerEBSVolumeInfo {
|
|
24
|
-
|
|
25
|
-
const filterSensitiveLog: (obj: BrokerEBSVolumeInfo) => any;
|
|
26
|
-
}
|
|
27
19
|
export declare enum ClusterType {
|
|
28
20
|
PROVISIONED = "PROVISIONED",
|
|
29
21
|
SERVERLESS = "SERVERLESS"
|
|
@@ -36,19 +28,11 @@ export interface PublicAccess {
|
|
|
36
28
|
|
|
37
29
|
Type?: string;
|
|
38
30
|
}
|
|
39
|
-
export declare namespace PublicAccess {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: PublicAccess) => any;
|
|
42
|
-
}
|
|
43
31
|
|
|
44
32
|
export interface ConnectivityInfo {
|
|
45
33
|
|
|
46
34
|
PublicAccess?: PublicAccess;
|
|
47
35
|
}
|
|
48
|
-
export declare namespace ConnectivityInfo {
|
|
49
|
-
|
|
50
|
-
const filterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
51
|
-
}
|
|
52
36
|
|
|
53
37
|
export interface EBSStorageInfo {
|
|
54
38
|
|
|
@@ -56,19 +40,11 @@ export interface EBSStorageInfo {
|
|
|
56
40
|
|
|
57
41
|
VolumeSize?: number;
|
|
58
42
|
}
|
|
59
|
-
export declare namespace EBSStorageInfo {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: EBSStorageInfo) => any;
|
|
62
|
-
}
|
|
63
43
|
|
|
64
44
|
export interface StorageInfo {
|
|
65
45
|
|
|
66
46
|
EbsStorageInfo?: EBSStorageInfo;
|
|
67
47
|
}
|
|
68
|
-
export declare namespace StorageInfo {
|
|
69
|
-
|
|
70
|
-
const filterSensitiveLog: (obj: StorageInfo) => any;
|
|
71
|
-
}
|
|
72
48
|
|
|
73
49
|
export interface BrokerNodeGroupInfo {
|
|
74
50
|
|
|
@@ -84,28 +60,16 @@ export interface BrokerNodeGroupInfo {
|
|
|
84
60
|
|
|
85
61
|
ConnectivityInfo?: ConnectivityInfo;
|
|
86
62
|
}
|
|
87
|
-
export declare namespace BrokerNodeGroupInfo {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: BrokerNodeGroupInfo) => any;
|
|
90
|
-
}
|
|
91
63
|
|
|
92
64
|
export interface Iam {
|
|
93
65
|
|
|
94
66
|
Enabled?: boolean;
|
|
95
67
|
}
|
|
96
|
-
export declare namespace Iam {
|
|
97
|
-
|
|
98
|
-
const filterSensitiveLog: (obj: Iam) => any;
|
|
99
|
-
}
|
|
100
68
|
|
|
101
69
|
export interface Scram {
|
|
102
70
|
|
|
103
71
|
Enabled?: boolean;
|
|
104
72
|
}
|
|
105
|
-
export declare namespace Scram {
|
|
106
|
-
|
|
107
|
-
const filterSensitiveLog: (obj: Scram) => any;
|
|
108
|
-
}
|
|
109
73
|
|
|
110
74
|
export interface Sasl {
|
|
111
75
|
|
|
@@ -113,10 +77,6 @@ export interface Sasl {
|
|
|
113
77
|
|
|
114
78
|
Iam?: Iam;
|
|
115
79
|
}
|
|
116
|
-
export declare namespace Sasl {
|
|
117
|
-
|
|
118
|
-
const filterSensitiveLog: (obj: Sasl) => any;
|
|
119
|
-
}
|
|
120
80
|
|
|
121
81
|
export interface Tls {
|
|
122
82
|
|
|
@@ -124,18 +84,10 @@ export interface Tls {
|
|
|
124
84
|
|
|
125
85
|
Enabled?: boolean;
|
|
126
86
|
}
|
|
127
|
-
export declare namespace Tls {
|
|
128
|
-
|
|
129
|
-
const filterSensitiveLog: (obj: Tls) => any;
|
|
130
|
-
}
|
|
131
87
|
export interface Unauthenticated {
|
|
132
88
|
|
|
133
89
|
Enabled?: boolean;
|
|
134
90
|
}
|
|
135
|
-
export declare namespace Unauthenticated {
|
|
136
|
-
|
|
137
|
-
const filterSensitiveLog: (obj: Unauthenticated) => any;
|
|
138
|
-
}
|
|
139
91
|
|
|
140
92
|
export interface ClientAuthentication {
|
|
141
93
|
|
|
@@ -145,10 +97,6 @@ export interface ClientAuthentication {
|
|
|
145
97
|
|
|
146
98
|
Unauthenticated?: Unauthenticated;
|
|
147
99
|
}
|
|
148
|
-
export declare namespace ClientAuthentication {
|
|
149
|
-
|
|
150
|
-
const filterSensitiveLog: (obj: ClientAuthentication) => any;
|
|
151
|
-
}
|
|
152
100
|
|
|
153
101
|
export interface BrokerSoftwareInfo {
|
|
154
102
|
|
|
@@ -158,19 +106,11 @@ export interface BrokerSoftwareInfo {
|
|
|
158
106
|
|
|
159
107
|
KafkaVersion?: string;
|
|
160
108
|
}
|
|
161
|
-
export declare namespace BrokerSoftwareInfo {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: BrokerSoftwareInfo) => any;
|
|
164
|
-
}
|
|
165
109
|
|
|
166
110
|
export interface EncryptionAtRest {
|
|
167
111
|
|
|
168
112
|
DataVolumeKMSKeyId: string | undefined;
|
|
169
113
|
}
|
|
170
|
-
export declare namespace EncryptionAtRest {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: EncryptionAtRest) => any;
|
|
173
|
-
}
|
|
174
114
|
export declare enum ClientBroker {
|
|
175
115
|
PLAINTEXT = "PLAINTEXT",
|
|
176
116
|
TLS = "TLS",
|
|
@@ -183,10 +123,6 @@ export interface EncryptionInTransit {
|
|
|
183
123
|
|
|
184
124
|
InCluster?: boolean;
|
|
185
125
|
}
|
|
186
|
-
export declare namespace EncryptionInTransit {
|
|
187
|
-
|
|
188
|
-
const filterSensitiveLog: (obj: EncryptionInTransit) => any;
|
|
189
|
-
}
|
|
190
126
|
|
|
191
127
|
export interface EncryptionInfo {
|
|
192
128
|
|
|
@@ -194,10 +130,6 @@ export interface EncryptionInfo {
|
|
|
194
130
|
|
|
195
131
|
EncryptionInTransit?: EncryptionInTransit;
|
|
196
132
|
}
|
|
197
|
-
export declare namespace EncryptionInfo {
|
|
198
|
-
|
|
199
|
-
const filterSensitiveLog: (obj: EncryptionInfo) => any;
|
|
200
|
-
}
|
|
201
133
|
export declare enum EnhancedMonitoring {
|
|
202
134
|
DEFAULT = "DEFAULT",
|
|
203
135
|
PER_BROKER = "PER_BROKER",
|
|
@@ -208,61 +140,33 @@ export interface CloudWatchLogs {
|
|
|
208
140
|
Enabled: boolean | undefined;
|
|
209
141
|
LogGroup?: string;
|
|
210
142
|
}
|
|
211
|
-
export declare namespace CloudWatchLogs {
|
|
212
|
-
|
|
213
|
-
const filterSensitiveLog: (obj: CloudWatchLogs) => any;
|
|
214
|
-
}
|
|
215
143
|
export interface Firehose {
|
|
216
144
|
DeliveryStream?: string;
|
|
217
145
|
Enabled: boolean | undefined;
|
|
218
146
|
}
|
|
219
|
-
export declare namespace Firehose {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: Firehose) => any;
|
|
222
|
-
}
|
|
223
147
|
export interface S3 {
|
|
224
148
|
Bucket?: string;
|
|
225
149
|
Enabled: boolean | undefined;
|
|
226
150
|
Prefix?: string;
|
|
227
151
|
}
|
|
228
|
-
export declare namespace S3 {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: S3) => any;
|
|
231
|
-
}
|
|
232
152
|
export interface BrokerLogs {
|
|
233
153
|
CloudWatchLogs?: CloudWatchLogs;
|
|
234
154
|
Firehose?: Firehose;
|
|
235
155
|
S3?: S3;
|
|
236
156
|
}
|
|
237
|
-
export declare namespace BrokerLogs {
|
|
238
|
-
|
|
239
|
-
const filterSensitiveLog: (obj: BrokerLogs) => any;
|
|
240
|
-
}
|
|
241
157
|
export interface LoggingInfo {
|
|
242
158
|
BrokerLogs: BrokerLogs | undefined;
|
|
243
159
|
}
|
|
244
|
-
export declare namespace LoggingInfo {
|
|
245
|
-
|
|
246
|
-
const filterSensitiveLog: (obj: LoggingInfo) => any;
|
|
247
|
-
}
|
|
248
160
|
|
|
249
161
|
export interface JmxExporterInfo {
|
|
250
162
|
|
|
251
163
|
EnabledInBroker: boolean | undefined;
|
|
252
164
|
}
|
|
253
|
-
export declare namespace JmxExporterInfo {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: JmxExporterInfo) => any;
|
|
256
|
-
}
|
|
257
165
|
|
|
258
166
|
export interface NodeExporterInfo {
|
|
259
167
|
|
|
260
168
|
EnabledInBroker: boolean | undefined;
|
|
261
169
|
}
|
|
262
|
-
export declare namespace NodeExporterInfo {
|
|
263
|
-
|
|
264
|
-
const filterSensitiveLog: (obj: NodeExporterInfo) => any;
|
|
265
|
-
}
|
|
266
170
|
|
|
267
171
|
export interface PrometheusInfo {
|
|
268
172
|
|
|
@@ -270,19 +174,11 @@ export interface PrometheusInfo {
|
|
|
270
174
|
|
|
271
175
|
NodeExporter?: NodeExporterInfo;
|
|
272
176
|
}
|
|
273
|
-
export declare namespace PrometheusInfo {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: PrometheusInfo) => any;
|
|
276
|
-
}
|
|
277
177
|
|
|
278
178
|
export interface OpenMonitoringInfo {
|
|
279
179
|
|
|
280
180
|
Prometheus: PrometheusInfo | undefined;
|
|
281
181
|
}
|
|
282
|
-
export declare namespace OpenMonitoringInfo {
|
|
283
|
-
|
|
284
|
-
const filterSensitiveLog: (obj: OpenMonitoringInfo) => any;
|
|
285
|
-
}
|
|
286
182
|
|
|
287
183
|
export interface Provisioned {
|
|
288
184
|
|
|
@@ -306,28 +202,16 @@ export interface Provisioned {
|
|
|
306
202
|
|
|
307
203
|
ZookeeperConnectStringTls?: string;
|
|
308
204
|
}
|
|
309
|
-
export declare namespace Provisioned {
|
|
310
|
-
|
|
311
|
-
const filterSensitiveLog: (obj: Provisioned) => any;
|
|
312
|
-
}
|
|
313
205
|
|
|
314
206
|
export interface ServerlessSasl {
|
|
315
207
|
|
|
316
208
|
Iam?: Iam;
|
|
317
209
|
}
|
|
318
|
-
export declare namespace ServerlessSasl {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: ServerlessSasl) => any;
|
|
321
|
-
}
|
|
322
210
|
|
|
323
211
|
export interface ServerlessClientAuthentication {
|
|
324
212
|
|
|
325
213
|
Sasl?: ServerlessSasl;
|
|
326
214
|
}
|
|
327
|
-
export declare namespace ServerlessClientAuthentication {
|
|
328
|
-
|
|
329
|
-
const filterSensitiveLog: (obj: ServerlessClientAuthentication) => any;
|
|
330
|
-
}
|
|
331
215
|
|
|
332
216
|
export interface VpcConfig {
|
|
333
217
|
|
|
@@ -335,10 +219,6 @@ export interface VpcConfig {
|
|
|
335
219
|
|
|
336
220
|
SecurityGroupIds?: string[];
|
|
337
221
|
}
|
|
338
|
-
export declare namespace VpcConfig {
|
|
339
|
-
|
|
340
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
341
|
-
}
|
|
342
222
|
|
|
343
223
|
export interface Serverless {
|
|
344
224
|
|
|
@@ -346,10 +226,6 @@ export interface Serverless {
|
|
|
346
226
|
|
|
347
227
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
348
228
|
}
|
|
349
|
-
export declare namespace Serverless {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: Serverless) => any;
|
|
352
|
-
}
|
|
353
229
|
export declare enum ClusterState {
|
|
354
230
|
ACTIVE = "ACTIVE",
|
|
355
231
|
CREATING = "CREATING",
|
|
@@ -364,10 +240,6 @@ export interface StateInfo {
|
|
|
364
240
|
Code?: string;
|
|
365
241
|
Message?: string;
|
|
366
242
|
}
|
|
367
|
-
export declare namespace StateInfo {
|
|
368
|
-
|
|
369
|
-
const filterSensitiveLog: (obj: StateInfo) => any;
|
|
370
|
-
}
|
|
371
243
|
|
|
372
244
|
export interface Cluster {
|
|
373
245
|
|
|
@@ -393,28 +265,16 @@ export interface Cluster {
|
|
|
393
265
|
|
|
394
266
|
Serverless?: Serverless;
|
|
395
267
|
}
|
|
396
|
-
export declare namespace Cluster {
|
|
397
|
-
|
|
398
|
-
const filterSensitiveLog: (obj: Cluster) => any;
|
|
399
|
-
}
|
|
400
268
|
|
|
401
269
|
export interface JmxExporter {
|
|
402
270
|
|
|
403
271
|
EnabledInBroker: boolean | undefined;
|
|
404
272
|
}
|
|
405
|
-
export declare namespace JmxExporter {
|
|
406
|
-
|
|
407
|
-
const filterSensitiveLog: (obj: JmxExporter) => any;
|
|
408
|
-
}
|
|
409
273
|
|
|
410
274
|
export interface NodeExporter {
|
|
411
275
|
|
|
412
276
|
EnabledInBroker: boolean | undefined;
|
|
413
277
|
}
|
|
414
|
-
export declare namespace NodeExporter {
|
|
415
|
-
|
|
416
|
-
const filterSensitiveLog: (obj: NodeExporter) => any;
|
|
417
|
-
}
|
|
418
278
|
|
|
419
279
|
export interface Prometheus {
|
|
420
280
|
|
|
@@ -422,19 +282,11 @@ export interface Prometheus {
|
|
|
422
282
|
|
|
423
283
|
NodeExporter?: NodeExporter;
|
|
424
284
|
}
|
|
425
|
-
export declare namespace Prometheus {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: Prometheus) => any;
|
|
428
|
-
}
|
|
429
285
|
|
|
430
286
|
export interface OpenMonitoring {
|
|
431
287
|
|
|
432
288
|
Prometheus: Prometheus | undefined;
|
|
433
289
|
}
|
|
434
|
-
export declare namespace OpenMonitoring {
|
|
435
|
-
|
|
436
|
-
const filterSensitiveLog: (obj: OpenMonitoring) => any;
|
|
437
|
-
}
|
|
438
290
|
|
|
439
291
|
export interface ClusterInfo {
|
|
440
292
|
|
|
@@ -472,10 +324,6 @@ export interface ClusterInfo {
|
|
|
472
324
|
|
|
473
325
|
ZookeeperConnectStringTls?: string;
|
|
474
326
|
}
|
|
475
|
-
export declare namespace ClusterInfo {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: ClusterInfo) => any;
|
|
478
|
-
}
|
|
479
327
|
|
|
480
328
|
export interface ErrorInfo {
|
|
481
329
|
|
|
@@ -483,19 +331,11 @@ export interface ErrorInfo {
|
|
|
483
331
|
|
|
484
332
|
ErrorString?: string;
|
|
485
333
|
}
|
|
486
|
-
export declare namespace ErrorInfo {
|
|
487
|
-
|
|
488
|
-
const filterSensitiveLog: (obj: ErrorInfo) => any;
|
|
489
|
-
}
|
|
490
334
|
|
|
491
335
|
export interface ClusterOperationStepInfo {
|
|
492
336
|
|
|
493
337
|
StepStatus?: string;
|
|
494
338
|
}
|
|
495
|
-
export declare namespace ClusterOperationStepInfo {
|
|
496
|
-
|
|
497
|
-
const filterSensitiveLog: (obj: ClusterOperationStepInfo) => any;
|
|
498
|
-
}
|
|
499
339
|
|
|
500
340
|
export interface ClusterOperationStep {
|
|
501
341
|
|
|
@@ -503,10 +343,6 @@ export interface ClusterOperationStep {
|
|
|
503
343
|
|
|
504
344
|
StepName?: string;
|
|
505
345
|
}
|
|
506
|
-
export declare namespace ClusterOperationStep {
|
|
507
|
-
|
|
508
|
-
const filterSensitiveLog: (obj: ClusterOperationStep) => any;
|
|
509
|
-
}
|
|
510
346
|
|
|
511
347
|
export interface ConfigurationInfo {
|
|
512
348
|
|
|
@@ -514,10 +350,6 @@ export interface ConfigurationInfo {
|
|
|
514
350
|
|
|
515
351
|
Revision: number | undefined;
|
|
516
352
|
}
|
|
517
|
-
export declare namespace ConfigurationInfo {
|
|
518
|
-
|
|
519
|
-
const filterSensitiveLog: (obj: ConfigurationInfo) => any;
|
|
520
|
-
}
|
|
521
353
|
|
|
522
354
|
export interface MutableClusterInfo {
|
|
523
355
|
|
|
@@ -543,10 +375,6 @@ export interface MutableClusterInfo {
|
|
|
543
375
|
|
|
544
376
|
ConnectivityInfo?: ConnectivityInfo;
|
|
545
377
|
}
|
|
546
|
-
export declare namespace MutableClusterInfo {
|
|
547
|
-
|
|
548
|
-
const filterSensitiveLog: (obj: MutableClusterInfo) => any;
|
|
549
|
-
}
|
|
550
378
|
|
|
551
379
|
export interface ClusterOperationInfo {
|
|
552
380
|
|
|
@@ -572,10 +400,6 @@ export interface ClusterOperationInfo {
|
|
|
572
400
|
|
|
573
401
|
TargetClusterInfo?: MutableClusterInfo;
|
|
574
402
|
}
|
|
575
|
-
export declare namespace ClusterOperationInfo {
|
|
576
|
-
|
|
577
|
-
const filterSensitiveLog: (obj: ClusterOperationInfo) => any;
|
|
578
|
-
}
|
|
579
403
|
|
|
580
404
|
export interface CompatibleKafkaVersion {
|
|
581
405
|
|
|
@@ -583,10 +407,6 @@ export interface CompatibleKafkaVersion {
|
|
|
583
407
|
|
|
584
408
|
TargetVersions?: string[];
|
|
585
409
|
}
|
|
586
|
-
export declare namespace CompatibleKafkaVersion {
|
|
587
|
-
|
|
588
|
-
const filterSensitiveLog: (obj: CompatibleKafkaVersion) => any;
|
|
589
|
-
}
|
|
590
410
|
|
|
591
411
|
export interface ConfigurationRevision {
|
|
592
412
|
|
|
@@ -596,10 +416,6 @@ export interface ConfigurationRevision {
|
|
|
596
416
|
|
|
597
417
|
Revision: number | undefined;
|
|
598
418
|
}
|
|
599
|
-
export declare namespace ConfigurationRevision {
|
|
600
|
-
|
|
601
|
-
const filterSensitiveLog: (obj: ConfigurationRevision) => any;
|
|
602
|
-
}
|
|
603
419
|
export declare enum ConfigurationState {
|
|
604
420
|
ACTIVE = "ACTIVE",
|
|
605
421
|
DELETE_FAILED = "DELETE_FAILED",
|
|
@@ -622,10 +438,6 @@ export interface Configuration {
|
|
|
622
438
|
|
|
623
439
|
State: ConfigurationState | string | undefined;
|
|
624
440
|
}
|
|
625
|
-
export declare namespace Configuration {
|
|
626
|
-
|
|
627
|
-
const filterSensitiveLog: (obj: Configuration) => any;
|
|
628
|
-
}
|
|
629
441
|
export declare enum KafkaVersionStatus {
|
|
630
442
|
ACTIVE = "ACTIVE",
|
|
631
443
|
DEPRECATED = "DEPRECATED"
|
|
@@ -634,10 +446,6 @@ export interface KafkaVersion {
|
|
|
634
446
|
Version?: string;
|
|
635
447
|
Status?: KafkaVersionStatus | string;
|
|
636
448
|
}
|
|
637
|
-
export declare namespace KafkaVersion {
|
|
638
|
-
|
|
639
|
-
const filterSensitiveLog: (obj: KafkaVersion) => any;
|
|
640
|
-
}
|
|
641
449
|
|
|
642
450
|
export interface BrokerNodeInfo {
|
|
643
451
|
|
|
@@ -653,10 +461,6 @@ export interface BrokerNodeInfo {
|
|
|
653
461
|
|
|
654
462
|
Endpoints?: string[];
|
|
655
463
|
}
|
|
656
|
-
export declare namespace BrokerNodeInfo {
|
|
657
|
-
|
|
658
|
-
const filterSensitiveLog: (obj: BrokerNodeInfo) => any;
|
|
659
|
-
}
|
|
660
464
|
export declare enum NodeType {
|
|
661
465
|
BROKER = "BROKER"
|
|
662
466
|
}
|
|
@@ -673,10 +477,6 @@ export interface ZookeeperNodeInfo {
|
|
|
673
477
|
|
|
674
478
|
ZookeeperVersion?: string;
|
|
675
479
|
}
|
|
676
|
-
export declare namespace ZookeeperNodeInfo {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: ZookeeperNodeInfo) => any;
|
|
679
|
-
}
|
|
680
480
|
|
|
681
481
|
export interface NodeInfo {
|
|
682
482
|
|
|
@@ -692,10 +492,6 @@ export interface NodeInfo {
|
|
|
692
492
|
|
|
693
493
|
ZookeeperNodeInfo?: ZookeeperNodeInfo;
|
|
694
494
|
}
|
|
695
|
-
export declare namespace NodeInfo {
|
|
696
|
-
|
|
697
|
-
const filterSensitiveLog: (obj: NodeInfo) => any;
|
|
698
|
-
}
|
|
699
495
|
|
|
700
496
|
export interface UnprocessedScramSecret {
|
|
701
497
|
|
|
@@ -705,10 +501,6 @@ export interface UnprocessedScramSecret {
|
|
|
705
501
|
|
|
706
502
|
SecretArn?: string;
|
|
707
503
|
}
|
|
708
|
-
export declare namespace UnprocessedScramSecret {
|
|
709
|
-
|
|
710
|
-
const filterSensitiveLog: (obj: UnprocessedScramSecret) => any;
|
|
711
|
-
}
|
|
712
504
|
|
|
713
505
|
export declare class BadRequestException extends __BaseException {
|
|
714
506
|
readonly name: "BadRequestException";
|
|
@@ -727,20 +519,12 @@ export interface BatchAssociateScramSecretRequest {
|
|
|
727
519
|
|
|
728
520
|
SecretArnList: string[] | undefined;
|
|
729
521
|
}
|
|
730
|
-
export declare namespace BatchAssociateScramSecretRequest {
|
|
731
|
-
|
|
732
|
-
const filterSensitiveLog: (obj: BatchAssociateScramSecretRequest) => any;
|
|
733
|
-
}
|
|
734
522
|
export interface BatchAssociateScramSecretResponse {
|
|
735
523
|
|
|
736
524
|
ClusterArn?: string;
|
|
737
525
|
|
|
738
526
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
739
527
|
}
|
|
740
|
-
export declare namespace BatchAssociateScramSecretResponse {
|
|
741
|
-
|
|
742
|
-
const filterSensitiveLog: (obj: BatchAssociateScramSecretResponse) => any;
|
|
743
|
-
}
|
|
744
528
|
|
|
745
529
|
export declare class ForbiddenException extends __BaseException {
|
|
746
530
|
readonly name: "ForbiddenException";
|
|
@@ -814,20 +598,12 @@ export interface BatchDisassociateScramSecretRequest {
|
|
|
814
598
|
|
|
815
599
|
SecretArnList: string[] | undefined;
|
|
816
600
|
}
|
|
817
|
-
export declare namespace BatchDisassociateScramSecretRequest {
|
|
818
|
-
|
|
819
|
-
const filterSensitiveLog: (obj: BatchDisassociateScramSecretRequest) => any;
|
|
820
|
-
}
|
|
821
601
|
export interface BatchDisassociateScramSecretResponse {
|
|
822
602
|
|
|
823
603
|
ClusterArn?: string;
|
|
824
604
|
|
|
825
605
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
826
606
|
}
|
|
827
|
-
export declare namespace BatchDisassociateScramSecretResponse {
|
|
828
|
-
|
|
829
|
-
const filterSensitiveLog: (obj: BatchDisassociateScramSecretResponse) => any;
|
|
830
|
-
}
|
|
831
607
|
|
|
832
608
|
export declare class ConflictException extends __BaseException {
|
|
833
609
|
readonly name: "ConflictException";
|
|
@@ -862,10 +638,6 @@ export interface CreateClusterRequest {
|
|
|
862
638
|
|
|
863
639
|
Tags?: Record<string, string>;
|
|
864
640
|
}
|
|
865
|
-
export declare namespace CreateClusterRequest {
|
|
866
|
-
|
|
867
|
-
const filterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
868
|
-
}
|
|
869
641
|
export interface CreateClusterResponse {
|
|
870
642
|
|
|
871
643
|
ClusterArn?: string;
|
|
@@ -874,10 +646,6 @@ export interface CreateClusterResponse {
|
|
|
874
646
|
|
|
875
647
|
State?: ClusterState | string;
|
|
876
648
|
}
|
|
877
|
-
export declare namespace CreateClusterResponse {
|
|
878
|
-
|
|
879
|
-
const filterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
880
|
-
}
|
|
881
649
|
|
|
882
650
|
export interface ProvisionedRequest {
|
|
883
651
|
|
|
@@ -899,10 +667,6 @@ export interface ProvisionedRequest {
|
|
|
899
667
|
|
|
900
668
|
NumberOfBrokerNodes: number | undefined;
|
|
901
669
|
}
|
|
902
|
-
export declare namespace ProvisionedRequest {
|
|
903
|
-
|
|
904
|
-
const filterSensitiveLog: (obj: ProvisionedRequest) => any;
|
|
905
|
-
}
|
|
906
670
|
|
|
907
671
|
export interface ServerlessRequest {
|
|
908
672
|
|
|
@@ -910,10 +674,6 @@ export interface ServerlessRequest {
|
|
|
910
674
|
|
|
911
675
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
912
676
|
}
|
|
913
|
-
export declare namespace ServerlessRequest {
|
|
914
|
-
|
|
915
|
-
const filterSensitiveLog: (obj: ServerlessRequest) => any;
|
|
916
|
-
}
|
|
917
677
|
export interface CreateClusterV2Request {
|
|
918
678
|
|
|
919
679
|
ClusterName: string | undefined;
|
|
@@ -924,10 +684,6 @@ export interface CreateClusterV2Request {
|
|
|
924
684
|
|
|
925
685
|
Serverless?: ServerlessRequest;
|
|
926
686
|
}
|
|
927
|
-
export declare namespace CreateClusterV2Request {
|
|
928
|
-
|
|
929
|
-
const filterSensitiveLog: (obj: CreateClusterV2Request) => any;
|
|
930
|
-
}
|
|
931
687
|
export interface CreateClusterV2Response {
|
|
932
688
|
|
|
933
689
|
ClusterArn?: string;
|
|
@@ -938,10 +694,6 @@ export interface CreateClusterV2Response {
|
|
|
938
694
|
|
|
939
695
|
ClusterType?: ClusterType | string;
|
|
940
696
|
}
|
|
941
|
-
export declare namespace CreateClusterV2Response {
|
|
942
|
-
|
|
943
|
-
const filterSensitiveLog: (obj: CreateClusterV2Response) => any;
|
|
944
|
-
}
|
|
945
697
|
export interface CreateConfigurationRequest {
|
|
946
698
|
|
|
947
699
|
Description?: string;
|
|
@@ -952,10 +704,6 @@ export interface CreateConfigurationRequest {
|
|
|
952
704
|
|
|
953
705
|
ServerProperties: Uint8Array | undefined;
|
|
954
706
|
}
|
|
955
|
-
export declare namespace CreateConfigurationRequest {
|
|
956
|
-
|
|
957
|
-
const filterSensitiveLog: (obj: CreateConfigurationRequest) => any;
|
|
958
|
-
}
|
|
959
707
|
export interface CreateConfigurationResponse {
|
|
960
708
|
|
|
961
709
|
Arn?: string;
|
|
@@ -968,104 +716,56 @@ export interface CreateConfigurationResponse {
|
|
|
968
716
|
|
|
969
717
|
State?: ConfigurationState | string;
|
|
970
718
|
}
|
|
971
|
-
export declare namespace CreateConfigurationResponse {
|
|
972
|
-
|
|
973
|
-
const filterSensitiveLog: (obj: CreateConfigurationResponse) => any;
|
|
974
|
-
}
|
|
975
719
|
export interface DeleteClusterRequest {
|
|
976
720
|
|
|
977
721
|
ClusterArn: string | undefined;
|
|
978
722
|
|
|
979
723
|
CurrentVersion?: string;
|
|
980
724
|
}
|
|
981
|
-
export declare namespace DeleteClusterRequest {
|
|
982
|
-
|
|
983
|
-
const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
984
|
-
}
|
|
985
725
|
export interface DeleteClusterResponse {
|
|
986
726
|
|
|
987
727
|
ClusterArn?: string;
|
|
988
728
|
|
|
989
729
|
State?: ClusterState | string;
|
|
990
730
|
}
|
|
991
|
-
export declare namespace DeleteClusterResponse {
|
|
992
|
-
|
|
993
|
-
const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
994
|
-
}
|
|
995
731
|
export interface DeleteConfigurationRequest {
|
|
996
732
|
|
|
997
733
|
Arn: string | undefined;
|
|
998
734
|
}
|
|
999
|
-
export declare namespace DeleteConfigurationRequest {
|
|
1000
|
-
|
|
1001
|
-
const filterSensitiveLog: (obj: DeleteConfigurationRequest) => any;
|
|
1002
|
-
}
|
|
1003
735
|
export interface DeleteConfigurationResponse {
|
|
1004
736
|
|
|
1005
737
|
Arn?: string;
|
|
1006
738
|
|
|
1007
739
|
State?: ConfigurationState | string;
|
|
1008
740
|
}
|
|
1009
|
-
export declare namespace DeleteConfigurationResponse {
|
|
1010
|
-
|
|
1011
|
-
const filterSensitiveLog: (obj: DeleteConfigurationResponse) => any;
|
|
1012
|
-
}
|
|
1013
741
|
export interface DescribeClusterRequest {
|
|
1014
742
|
|
|
1015
743
|
ClusterArn: string | undefined;
|
|
1016
744
|
}
|
|
1017
|
-
export declare namespace DescribeClusterRequest {
|
|
1018
|
-
|
|
1019
|
-
const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
1020
|
-
}
|
|
1021
745
|
export interface DescribeClusterResponse {
|
|
1022
746
|
|
|
1023
747
|
ClusterInfo?: ClusterInfo;
|
|
1024
748
|
}
|
|
1025
|
-
export declare namespace DescribeClusterResponse {
|
|
1026
|
-
|
|
1027
|
-
const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
1028
|
-
}
|
|
1029
749
|
export interface DescribeClusterOperationRequest {
|
|
1030
750
|
|
|
1031
751
|
ClusterOperationArn: string | undefined;
|
|
1032
752
|
}
|
|
1033
|
-
export declare namespace DescribeClusterOperationRequest {
|
|
1034
|
-
|
|
1035
|
-
const filterSensitiveLog: (obj: DescribeClusterOperationRequest) => any;
|
|
1036
|
-
}
|
|
1037
753
|
export interface DescribeClusterOperationResponse {
|
|
1038
754
|
|
|
1039
755
|
ClusterOperationInfo?: ClusterOperationInfo;
|
|
1040
756
|
}
|
|
1041
|
-
export declare namespace DescribeClusterOperationResponse {
|
|
1042
|
-
|
|
1043
|
-
const filterSensitiveLog: (obj: DescribeClusterOperationResponse) => any;
|
|
1044
|
-
}
|
|
1045
757
|
export interface DescribeClusterV2Request {
|
|
1046
758
|
|
|
1047
759
|
ClusterArn: string | undefined;
|
|
1048
760
|
}
|
|
1049
|
-
export declare namespace DescribeClusterV2Request {
|
|
1050
|
-
|
|
1051
|
-
const filterSensitiveLog: (obj: DescribeClusterV2Request) => any;
|
|
1052
|
-
}
|
|
1053
761
|
export interface DescribeClusterV2Response {
|
|
1054
762
|
|
|
1055
763
|
ClusterInfo?: Cluster;
|
|
1056
764
|
}
|
|
1057
|
-
export declare namespace DescribeClusterV2Response {
|
|
1058
|
-
|
|
1059
|
-
const filterSensitiveLog: (obj: DescribeClusterV2Response) => any;
|
|
1060
|
-
}
|
|
1061
765
|
export interface DescribeConfigurationRequest {
|
|
1062
766
|
|
|
1063
767
|
Arn: string | undefined;
|
|
1064
768
|
}
|
|
1065
|
-
export declare namespace DescribeConfigurationRequest {
|
|
1066
|
-
|
|
1067
|
-
const filterSensitiveLog: (obj: DescribeConfigurationRequest) => any;
|
|
1068
|
-
}
|
|
1069
769
|
export interface DescribeConfigurationResponse {
|
|
1070
770
|
|
|
1071
771
|
Arn?: string;
|
|
@@ -1082,20 +782,12 @@ export interface DescribeConfigurationResponse {
|
|
|
1082
782
|
|
|
1083
783
|
State?: ConfigurationState | string;
|
|
1084
784
|
}
|
|
1085
|
-
export declare namespace DescribeConfigurationResponse {
|
|
1086
|
-
|
|
1087
|
-
const filterSensitiveLog: (obj: DescribeConfigurationResponse) => any;
|
|
1088
|
-
}
|
|
1089
785
|
export interface DescribeConfigurationRevisionRequest {
|
|
1090
786
|
|
|
1091
787
|
Arn: string | undefined;
|
|
1092
788
|
|
|
1093
789
|
Revision: number | undefined;
|
|
1094
790
|
}
|
|
1095
|
-
export declare namespace DescribeConfigurationRevisionRequest {
|
|
1096
|
-
|
|
1097
|
-
const filterSensitiveLog: (obj: DescribeConfigurationRevisionRequest) => any;
|
|
1098
|
-
}
|
|
1099
791
|
export interface DescribeConfigurationRevisionResponse {
|
|
1100
792
|
|
|
1101
793
|
Arn?: string;
|
|
@@ -1108,18 +800,10 @@ export interface DescribeConfigurationRevisionResponse {
|
|
|
1108
800
|
|
|
1109
801
|
ServerProperties?: Uint8Array;
|
|
1110
802
|
}
|
|
1111
|
-
export declare namespace DescribeConfigurationRevisionResponse {
|
|
1112
|
-
|
|
1113
|
-
const filterSensitiveLog: (obj: DescribeConfigurationRevisionResponse) => any;
|
|
1114
|
-
}
|
|
1115
803
|
export interface GetBootstrapBrokersRequest {
|
|
1116
804
|
|
|
1117
805
|
ClusterArn: string | undefined;
|
|
1118
806
|
}
|
|
1119
|
-
export declare namespace GetBootstrapBrokersRequest {
|
|
1120
|
-
|
|
1121
|
-
const filterSensitiveLog: (obj: GetBootstrapBrokersRequest) => any;
|
|
1122
|
-
}
|
|
1123
807
|
export interface GetBootstrapBrokersResponse {
|
|
1124
808
|
|
|
1125
809
|
BootstrapBrokerString?: string;
|
|
@@ -1136,26 +820,14 @@ export interface GetBootstrapBrokersResponse {
|
|
|
1136
820
|
|
|
1137
821
|
BootstrapBrokerStringPublicSaslIam?: string;
|
|
1138
822
|
}
|
|
1139
|
-
export declare namespace GetBootstrapBrokersResponse {
|
|
1140
|
-
|
|
1141
|
-
const filterSensitiveLog: (obj: GetBootstrapBrokersResponse) => any;
|
|
1142
|
-
}
|
|
1143
823
|
export interface GetCompatibleKafkaVersionsRequest {
|
|
1144
824
|
|
|
1145
825
|
ClusterArn?: string;
|
|
1146
826
|
}
|
|
1147
|
-
export declare namespace GetCompatibleKafkaVersionsRequest {
|
|
1148
|
-
|
|
1149
|
-
const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsRequest) => any;
|
|
1150
|
-
}
|
|
1151
827
|
export interface GetCompatibleKafkaVersionsResponse {
|
|
1152
828
|
|
|
1153
829
|
CompatibleKafkaVersions?: CompatibleKafkaVersion[];
|
|
1154
830
|
}
|
|
1155
|
-
export declare namespace GetCompatibleKafkaVersionsResponse {
|
|
1156
|
-
|
|
1157
|
-
const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsResponse) => any;
|
|
1158
|
-
}
|
|
1159
831
|
export interface ListClusterOperationsRequest {
|
|
1160
832
|
|
|
1161
833
|
ClusterArn: string | undefined;
|
|
@@ -1164,20 +836,12 @@ export interface ListClusterOperationsRequest {
|
|
|
1164
836
|
|
|
1165
837
|
NextToken?: string;
|
|
1166
838
|
}
|
|
1167
|
-
export declare namespace ListClusterOperationsRequest {
|
|
1168
|
-
|
|
1169
|
-
const filterSensitiveLog: (obj: ListClusterOperationsRequest) => any;
|
|
1170
|
-
}
|
|
1171
839
|
export interface ListClusterOperationsResponse {
|
|
1172
840
|
|
|
1173
841
|
ClusterOperationInfoList?: ClusterOperationInfo[];
|
|
1174
842
|
|
|
1175
843
|
NextToken?: string;
|
|
1176
844
|
}
|
|
1177
|
-
export declare namespace ListClusterOperationsResponse {
|
|
1178
|
-
|
|
1179
|
-
const filterSensitiveLog: (obj: ListClusterOperationsResponse) => any;
|
|
1180
|
-
}
|
|
1181
845
|
export interface ListClustersRequest {
|
|
1182
846
|
|
|
1183
847
|
ClusterNameFilter?: string;
|
|
@@ -1186,20 +850,12 @@ export interface ListClustersRequest {
|
|
|
1186
850
|
|
|
1187
851
|
NextToken?: string;
|
|
1188
852
|
}
|
|
1189
|
-
export declare namespace ListClustersRequest {
|
|
1190
|
-
|
|
1191
|
-
const filterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
1192
|
-
}
|
|
1193
853
|
export interface ListClustersResponse {
|
|
1194
854
|
|
|
1195
855
|
ClusterInfoList?: ClusterInfo[];
|
|
1196
856
|
|
|
1197
857
|
NextToken?: string;
|
|
1198
858
|
}
|
|
1199
|
-
export declare namespace ListClustersResponse {
|
|
1200
|
-
|
|
1201
|
-
const filterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
1202
|
-
}
|
|
1203
859
|
export interface ListClustersV2Request {
|
|
1204
860
|
|
|
1205
861
|
ClusterNameFilter?: string;
|
|
@@ -1210,20 +866,12 @@ export interface ListClustersV2Request {
|
|
|
1210
866
|
|
|
1211
867
|
NextToken?: string;
|
|
1212
868
|
}
|
|
1213
|
-
export declare namespace ListClustersV2Request {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: ListClustersV2Request) => any;
|
|
1216
|
-
}
|
|
1217
869
|
export interface ListClustersV2Response {
|
|
1218
870
|
|
|
1219
871
|
ClusterInfoList?: Cluster[];
|
|
1220
872
|
|
|
1221
873
|
NextToken?: string;
|
|
1222
874
|
}
|
|
1223
|
-
export declare namespace ListClustersV2Response {
|
|
1224
|
-
|
|
1225
|
-
const filterSensitiveLog: (obj: ListClustersV2Response) => any;
|
|
1226
|
-
}
|
|
1227
875
|
export interface ListConfigurationRevisionsRequest {
|
|
1228
876
|
|
|
1229
877
|
Arn: string | undefined;
|
|
@@ -1232,58 +880,34 @@ export interface ListConfigurationRevisionsRequest {
|
|
|
1232
880
|
|
|
1233
881
|
NextToken?: string;
|
|
1234
882
|
}
|
|
1235
|
-
export declare namespace ListConfigurationRevisionsRequest {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: ListConfigurationRevisionsRequest) => any;
|
|
1238
|
-
}
|
|
1239
883
|
export interface ListConfigurationRevisionsResponse {
|
|
1240
884
|
|
|
1241
885
|
NextToken?: string;
|
|
1242
886
|
|
|
1243
887
|
Revisions?: ConfigurationRevision[];
|
|
1244
888
|
}
|
|
1245
|
-
export declare namespace ListConfigurationRevisionsResponse {
|
|
1246
|
-
|
|
1247
|
-
const filterSensitiveLog: (obj: ListConfigurationRevisionsResponse) => any;
|
|
1248
|
-
}
|
|
1249
889
|
export interface ListConfigurationsRequest {
|
|
1250
890
|
|
|
1251
891
|
MaxResults?: number;
|
|
1252
892
|
|
|
1253
893
|
NextToken?: string;
|
|
1254
894
|
}
|
|
1255
|
-
export declare namespace ListConfigurationsRequest {
|
|
1256
|
-
|
|
1257
|
-
const filterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
1258
|
-
}
|
|
1259
895
|
export interface ListConfigurationsResponse {
|
|
1260
896
|
|
|
1261
897
|
Configurations?: Configuration[];
|
|
1262
898
|
|
|
1263
899
|
NextToken?: string;
|
|
1264
900
|
}
|
|
1265
|
-
export declare namespace ListConfigurationsResponse {
|
|
1266
|
-
|
|
1267
|
-
const filterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
1268
|
-
}
|
|
1269
901
|
export interface ListKafkaVersionsRequest {
|
|
1270
902
|
|
|
1271
903
|
MaxResults?: number;
|
|
1272
904
|
|
|
1273
905
|
NextToken?: string;
|
|
1274
906
|
}
|
|
1275
|
-
export declare namespace ListKafkaVersionsRequest {
|
|
1276
|
-
|
|
1277
|
-
const filterSensitiveLog: (obj: ListKafkaVersionsRequest) => any;
|
|
1278
|
-
}
|
|
1279
907
|
export interface ListKafkaVersionsResponse {
|
|
1280
908
|
KafkaVersions?: KafkaVersion[];
|
|
1281
909
|
NextToken?: string;
|
|
1282
910
|
}
|
|
1283
|
-
export declare namespace ListKafkaVersionsResponse {
|
|
1284
|
-
|
|
1285
|
-
const filterSensitiveLog: (obj: ListKafkaVersionsResponse) => any;
|
|
1286
|
-
}
|
|
1287
911
|
export interface ListNodesRequest {
|
|
1288
912
|
|
|
1289
913
|
ClusterArn: string | undefined;
|
|
@@ -1292,20 +916,12 @@ export interface ListNodesRequest {
|
|
|
1292
916
|
|
|
1293
917
|
NextToken?: string;
|
|
1294
918
|
}
|
|
1295
|
-
export declare namespace ListNodesRequest {
|
|
1296
|
-
|
|
1297
|
-
const filterSensitiveLog: (obj: ListNodesRequest) => any;
|
|
1298
|
-
}
|
|
1299
919
|
export interface ListNodesResponse {
|
|
1300
920
|
|
|
1301
921
|
NextToken?: string;
|
|
1302
922
|
|
|
1303
923
|
NodeInfoList?: NodeInfo[];
|
|
1304
924
|
}
|
|
1305
|
-
export declare namespace ListNodesResponse {
|
|
1306
|
-
|
|
1307
|
-
const filterSensitiveLog: (obj: ListNodesResponse) => any;
|
|
1308
|
-
}
|
|
1309
925
|
export interface ListScramSecretsRequest {
|
|
1310
926
|
|
|
1311
927
|
ClusterArn: string | undefined;
|
|
@@ -1314,36 +930,20 @@ export interface ListScramSecretsRequest {
|
|
|
1314
930
|
|
|
1315
931
|
NextToken?: string;
|
|
1316
932
|
}
|
|
1317
|
-
export declare namespace ListScramSecretsRequest {
|
|
1318
|
-
|
|
1319
|
-
const filterSensitiveLog: (obj: ListScramSecretsRequest) => any;
|
|
1320
|
-
}
|
|
1321
933
|
export interface ListScramSecretsResponse {
|
|
1322
934
|
|
|
1323
935
|
NextToken?: string;
|
|
1324
936
|
|
|
1325
937
|
SecretArnList?: string[];
|
|
1326
938
|
}
|
|
1327
|
-
export declare namespace ListScramSecretsResponse {
|
|
1328
|
-
|
|
1329
|
-
const filterSensitiveLog: (obj: ListScramSecretsResponse) => any;
|
|
1330
|
-
}
|
|
1331
939
|
export interface ListTagsForResourceRequest {
|
|
1332
940
|
|
|
1333
941
|
ResourceArn: string | undefined;
|
|
1334
942
|
}
|
|
1335
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1336
|
-
|
|
1337
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1338
|
-
}
|
|
1339
943
|
export interface ListTagsForResourceResponse {
|
|
1340
944
|
|
|
1341
945
|
Tags?: Record<string, string>;
|
|
1342
946
|
}
|
|
1343
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1344
|
-
|
|
1345
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1346
|
-
}
|
|
1347
947
|
|
|
1348
948
|
export interface RebootBrokerRequest {
|
|
1349
949
|
|
|
@@ -1351,40 +951,24 @@ export interface RebootBrokerRequest {
|
|
|
1351
951
|
|
|
1352
952
|
ClusterArn: string | undefined;
|
|
1353
953
|
}
|
|
1354
|
-
export declare namespace RebootBrokerRequest {
|
|
1355
|
-
|
|
1356
|
-
const filterSensitiveLog: (obj: RebootBrokerRequest) => any;
|
|
1357
|
-
}
|
|
1358
954
|
export interface RebootBrokerResponse {
|
|
1359
955
|
|
|
1360
956
|
ClusterArn?: string;
|
|
1361
957
|
|
|
1362
958
|
ClusterOperationArn?: string;
|
|
1363
959
|
}
|
|
1364
|
-
export declare namespace RebootBrokerResponse {
|
|
1365
|
-
|
|
1366
|
-
const filterSensitiveLog: (obj: RebootBrokerResponse) => any;
|
|
1367
|
-
}
|
|
1368
960
|
export interface TagResourceRequest {
|
|
1369
961
|
|
|
1370
962
|
ResourceArn: string | undefined;
|
|
1371
963
|
|
|
1372
964
|
Tags: Record<string, string> | undefined;
|
|
1373
965
|
}
|
|
1374
|
-
export declare namespace TagResourceRequest {
|
|
1375
|
-
|
|
1376
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1377
|
-
}
|
|
1378
966
|
export interface UntagResourceRequest {
|
|
1379
967
|
|
|
1380
968
|
ResourceArn: string | undefined;
|
|
1381
969
|
|
|
1382
970
|
TagKeys: string[] | undefined;
|
|
1383
971
|
}
|
|
1384
|
-
export declare namespace UntagResourceRequest {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1387
|
-
}
|
|
1388
972
|
export interface UpdateBrokerCountRequest {
|
|
1389
973
|
|
|
1390
974
|
ClusterArn: string | undefined;
|
|
@@ -1393,20 +977,12 @@ export interface UpdateBrokerCountRequest {
|
|
|
1393
977
|
|
|
1394
978
|
TargetNumberOfBrokerNodes: number | undefined;
|
|
1395
979
|
}
|
|
1396
|
-
export declare namespace UpdateBrokerCountRequest {
|
|
1397
|
-
|
|
1398
|
-
const filterSensitiveLog: (obj: UpdateBrokerCountRequest) => any;
|
|
1399
|
-
}
|
|
1400
980
|
export interface UpdateBrokerCountResponse {
|
|
1401
981
|
|
|
1402
982
|
ClusterArn?: string;
|
|
1403
983
|
|
|
1404
984
|
ClusterOperationArn?: string;
|
|
1405
985
|
}
|
|
1406
|
-
export declare namespace UpdateBrokerCountResponse {
|
|
1407
|
-
|
|
1408
|
-
const filterSensitiveLog: (obj: UpdateBrokerCountResponse) => any;
|
|
1409
|
-
}
|
|
1410
986
|
export interface UpdateBrokerStorageRequest {
|
|
1411
987
|
|
|
1412
988
|
ClusterArn: string | undefined;
|
|
@@ -1415,20 +991,12 @@ export interface UpdateBrokerStorageRequest {
|
|
|
1415
991
|
|
|
1416
992
|
TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[] | undefined;
|
|
1417
993
|
}
|
|
1418
|
-
export declare namespace UpdateBrokerStorageRequest {
|
|
1419
|
-
|
|
1420
|
-
const filterSensitiveLog: (obj: UpdateBrokerStorageRequest) => any;
|
|
1421
|
-
}
|
|
1422
994
|
export interface UpdateBrokerStorageResponse {
|
|
1423
995
|
|
|
1424
996
|
ClusterArn?: string;
|
|
1425
997
|
|
|
1426
998
|
ClusterOperationArn?: string;
|
|
1427
999
|
}
|
|
1428
|
-
export declare namespace UpdateBrokerStorageResponse {
|
|
1429
|
-
|
|
1430
|
-
const filterSensitiveLog: (obj: UpdateBrokerStorageResponse) => any;
|
|
1431
|
-
}
|
|
1432
1000
|
export interface UpdateBrokerTypeRequest {
|
|
1433
1001
|
|
|
1434
1002
|
ClusterArn: string | undefined;
|
|
@@ -1437,20 +1005,12 @@ export interface UpdateBrokerTypeRequest {
|
|
|
1437
1005
|
|
|
1438
1006
|
TargetInstanceType: string | undefined;
|
|
1439
1007
|
}
|
|
1440
|
-
export declare namespace UpdateBrokerTypeRequest {
|
|
1441
|
-
|
|
1442
|
-
const filterSensitiveLog: (obj: UpdateBrokerTypeRequest) => any;
|
|
1443
|
-
}
|
|
1444
1008
|
export interface UpdateBrokerTypeResponse {
|
|
1445
1009
|
|
|
1446
1010
|
ClusterArn?: string;
|
|
1447
1011
|
|
|
1448
1012
|
ClusterOperationArn?: string;
|
|
1449
1013
|
}
|
|
1450
|
-
export declare namespace UpdateBrokerTypeResponse {
|
|
1451
|
-
|
|
1452
|
-
const filterSensitiveLog: (obj: UpdateBrokerTypeResponse) => any;
|
|
1453
|
-
}
|
|
1454
1014
|
export interface UpdateClusterConfigurationRequest {
|
|
1455
1015
|
|
|
1456
1016
|
ClusterArn: string | undefined;
|
|
@@ -1459,20 +1019,12 @@ export interface UpdateClusterConfigurationRequest {
|
|
|
1459
1019
|
|
|
1460
1020
|
CurrentVersion: string | undefined;
|
|
1461
1021
|
}
|
|
1462
|
-
export declare namespace UpdateClusterConfigurationRequest {
|
|
1463
|
-
|
|
1464
|
-
const filterSensitiveLog: (obj: UpdateClusterConfigurationRequest) => any;
|
|
1465
|
-
}
|
|
1466
1022
|
export interface UpdateClusterConfigurationResponse {
|
|
1467
1023
|
|
|
1468
1024
|
ClusterArn?: string;
|
|
1469
1025
|
|
|
1470
1026
|
ClusterOperationArn?: string;
|
|
1471
1027
|
}
|
|
1472
|
-
export declare namespace UpdateClusterConfigurationResponse {
|
|
1473
|
-
|
|
1474
|
-
const filterSensitiveLog: (obj: UpdateClusterConfigurationResponse) => any;
|
|
1475
|
-
}
|
|
1476
1028
|
export interface UpdateClusterKafkaVersionRequest {
|
|
1477
1029
|
|
|
1478
1030
|
ClusterArn: string | undefined;
|
|
@@ -1483,20 +1035,12 @@ export interface UpdateClusterKafkaVersionRequest {
|
|
|
1483
1035
|
|
|
1484
1036
|
TargetKafkaVersion: string | undefined;
|
|
1485
1037
|
}
|
|
1486
|
-
export declare namespace UpdateClusterKafkaVersionRequest {
|
|
1487
|
-
|
|
1488
|
-
const filterSensitiveLog: (obj: UpdateClusterKafkaVersionRequest) => any;
|
|
1489
|
-
}
|
|
1490
1038
|
export interface UpdateClusterKafkaVersionResponse {
|
|
1491
1039
|
|
|
1492
1040
|
ClusterArn?: string;
|
|
1493
1041
|
|
|
1494
1042
|
ClusterOperationArn?: string;
|
|
1495
1043
|
}
|
|
1496
|
-
export declare namespace UpdateClusterKafkaVersionResponse {
|
|
1497
|
-
|
|
1498
|
-
const filterSensitiveLog: (obj: UpdateClusterKafkaVersionResponse) => any;
|
|
1499
|
-
}
|
|
1500
1044
|
export interface UpdateConfigurationRequest {
|
|
1501
1045
|
|
|
1502
1046
|
Arn: string | undefined;
|
|
@@ -1505,20 +1049,12 @@ export interface UpdateConfigurationRequest {
|
|
|
1505
1049
|
|
|
1506
1050
|
ServerProperties: Uint8Array | undefined;
|
|
1507
1051
|
}
|
|
1508
|
-
export declare namespace UpdateConfigurationRequest {
|
|
1509
|
-
|
|
1510
|
-
const filterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
|
|
1511
|
-
}
|
|
1512
1052
|
export interface UpdateConfigurationResponse {
|
|
1513
1053
|
|
|
1514
1054
|
Arn?: string;
|
|
1515
1055
|
|
|
1516
1056
|
LatestRevision?: ConfigurationRevision;
|
|
1517
1057
|
}
|
|
1518
|
-
export declare namespace UpdateConfigurationResponse {
|
|
1519
|
-
|
|
1520
|
-
const filterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
|
|
1521
|
-
}
|
|
1522
1058
|
|
|
1523
1059
|
export interface UpdateConnectivityRequest {
|
|
1524
1060
|
|
|
@@ -1528,20 +1064,12 @@ export interface UpdateConnectivityRequest {
|
|
|
1528
1064
|
|
|
1529
1065
|
CurrentVersion: string | undefined;
|
|
1530
1066
|
}
|
|
1531
|
-
export declare namespace UpdateConnectivityRequest {
|
|
1532
|
-
|
|
1533
|
-
const filterSensitiveLog: (obj: UpdateConnectivityRequest) => any;
|
|
1534
|
-
}
|
|
1535
1067
|
export interface UpdateConnectivityResponse {
|
|
1536
1068
|
|
|
1537
1069
|
ClusterArn?: string;
|
|
1538
1070
|
|
|
1539
1071
|
ClusterOperationArn?: string;
|
|
1540
1072
|
}
|
|
1541
|
-
export declare namespace UpdateConnectivityResponse {
|
|
1542
|
-
|
|
1543
|
-
const filterSensitiveLog: (obj: UpdateConnectivityResponse) => any;
|
|
1544
|
-
}
|
|
1545
1073
|
|
|
1546
1074
|
export interface UpdateMonitoringRequest {
|
|
1547
1075
|
|
|
@@ -1554,20 +1082,12 @@ export interface UpdateMonitoringRequest {
|
|
|
1554
1082
|
OpenMonitoring?: OpenMonitoringInfo;
|
|
1555
1083
|
LoggingInfo?: LoggingInfo;
|
|
1556
1084
|
}
|
|
1557
|
-
export declare namespace UpdateMonitoringRequest {
|
|
1558
|
-
|
|
1559
|
-
const filterSensitiveLog: (obj: UpdateMonitoringRequest) => any;
|
|
1560
|
-
}
|
|
1561
1085
|
export interface UpdateMonitoringResponse {
|
|
1562
1086
|
|
|
1563
1087
|
ClusterArn?: string;
|
|
1564
1088
|
|
|
1565
1089
|
ClusterOperationArn?: string;
|
|
1566
1090
|
}
|
|
1567
|
-
export declare namespace UpdateMonitoringResponse {
|
|
1568
|
-
|
|
1569
|
-
const filterSensitiveLog: (obj: UpdateMonitoringResponse) => any;
|
|
1570
|
-
}
|
|
1571
1091
|
export interface UpdateSecurityRequest {
|
|
1572
1092
|
|
|
1573
1093
|
ClientAuthentication?: ClientAuthentication;
|
|
@@ -1578,17 +1098,253 @@ export interface UpdateSecurityRequest {
|
|
|
1578
1098
|
|
|
1579
1099
|
EncryptionInfo?: EncryptionInfo;
|
|
1580
1100
|
}
|
|
1581
|
-
export declare namespace UpdateSecurityRequest {
|
|
1582
|
-
|
|
1583
|
-
const filterSensitiveLog: (obj: UpdateSecurityRequest) => any;
|
|
1584
|
-
}
|
|
1585
1101
|
export interface UpdateSecurityResponse {
|
|
1586
1102
|
|
|
1587
1103
|
ClusterArn?: string;
|
|
1588
1104
|
|
|
1589
1105
|
ClusterOperationArn?: string;
|
|
1590
1106
|
}
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
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;
|