@aws-sdk/client-kafka 3.296.0 → 3.298.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/dist-cjs/commands/BatchAssociateScramSecretCommand.js +2 -3
- package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterV2Command.js +2 -3
- package/dist-cjs/commands/CreateConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterOperationCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterV2Command.js +2 -3
- package/dist-cjs/commands/DescribeConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +2 -3
- package/dist-cjs/commands/GetBootstrapBrokersCommand.js +2 -3
- package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListClusterOperationsCommand.js +2 -3
- package/dist-cjs/commands/ListClustersCommand.js +2 -3
- package/dist-cjs/commands/ListClustersV2Command.js +2 -3
- package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +2 -3
- package/dist-cjs/commands/ListConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListKafkaVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListNodesCommand.js +2 -3
- package/dist-cjs/commands/ListScramSecretsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RebootBrokerCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateBrokerCountCommand.js +2 -3
- package/dist-cjs/commands/UpdateBrokerStorageCommand.js +2 -3
- package/dist-cjs/commands/UpdateBrokerTypeCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateConnectivityCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringCommand.js +2 -3
- package/dist-cjs/commands/UpdateSecurityCommand.js +2 -3
- package/dist-cjs/commands/UpdateStorageCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -499
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +2 -3
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +2 -3
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateClusterV2Command.js +2 -3
- package/dist-es/commands/CreateConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteClusterCommand.js +2 -3
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeClusterCommand.js +2 -3
- package/dist-es/commands/DescribeClusterOperationCommand.js +2 -3
- package/dist-es/commands/DescribeClusterV2Command.js +2 -3
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -3
- package/dist-es/commands/GetBootstrapBrokersCommand.js +2 -3
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +2 -3
- package/dist-es/commands/ListClusterOperationsCommand.js +2 -3
- package/dist-es/commands/ListClustersCommand.js +2 -3
- package/dist-es/commands/ListClustersV2Command.js +2 -3
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -3
- package/dist-es/commands/ListConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListKafkaVersionsCommand.js +2 -3
- package/dist-es/commands/ListNodesCommand.js +2 -3
- package/dist-es/commands/ListScramSecretsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RebootBrokerCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateBrokerCountCommand.js +2 -3
- package/dist-es/commands/UpdateBrokerStorageCommand.js +2 -3
- package/dist-es/commands/UpdateBrokerTypeCommand.js +2 -3
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +2 -3
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateConnectivityCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringCommand.js +2 -3
- package/dist-es/commands/UpdateSecurityCommand.js +2 -3
- package/dist-es/commands/UpdateStorageCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -372
- package/dist-types/Kafka.d.ts +37 -0
- package/dist-types/KafkaClient.d.ts +24 -4
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterV2Command.d.ts +16 -0
- package/dist-types/commands/CreateConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterV2Command.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +16 -0
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +16 -0
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersV2Command.d.ts +16 -0
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListScramSecretsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RebootBrokerCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStorageCommand.d.ts +16 -0
- package/dist-types/models/KafkaServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +303 -496
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersV2Paginator.d.ts +3 -0
- package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListScramSecretsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -328
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { KafkaServiceException as __BaseException } from "./KafkaServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.</p>
|
|
5
6
|
*/
|
|
6
7
|
export interface ProvisionedThroughput {
|
|
@@ -14,6 +15,7 @@ export interface ProvisionedThroughput {
|
|
|
14
15
|
VolumeThroughput?: number;
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
18
|
+
* @public
|
|
17
19
|
* <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>
|
|
18
20
|
*/
|
|
19
21
|
export interface BrokerEBSVolumeInfo {
|
|
@@ -30,14 +32,21 @@ export interface BrokerEBSVolumeInfo {
|
|
|
30
32
|
*/
|
|
31
33
|
VolumeSizeGB?: number;
|
|
32
34
|
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
33
38
|
export declare enum ClusterType {
|
|
34
39
|
PROVISIONED = "PROVISIONED",
|
|
35
40
|
SERVERLESS = "SERVERLESS"
|
|
36
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
37
45
|
export declare enum BrokerAZDistribution {
|
|
38
46
|
DEFAULT = "DEFAULT"
|
|
39
47
|
}
|
|
40
48
|
/**
|
|
49
|
+
* @public
|
|
41
50
|
* Public access control for brokers.
|
|
42
51
|
*/
|
|
43
52
|
export interface PublicAccess {
|
|
@@ -47,6 +56,7 @@ export interface PublicAccess {
|
|
|
47
56
|
Type?: string;
|
|
48
57
|
}
|
|
49
58
|
/**
|
|
59
|
+
* @public
|
|
50
60
|
* <p>Information about the broker access configuration.</p>
|
|
51
61
|
*/
|
|
52
62
|
export interface ConnectivityInfo {
|
|
@@ -56,6 +66,7 @@ export interface ConnectivityInfo {
|
|
|
56
66
|
PublicAccess?: PublicAccess;
|
|
57
67
|
}
|
|
58
68
|
/**
|
|
69
|
+
* @public
|
|
59
70
|
* <p>Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.</p>
|
|
60
71
|
*/
|
|
61
72
|
export interface EBSStorageInfo {
|
|
@@ -69,6 +80,7 @@ export interface EBSStorageInfo {
|
|
|
69
80
|
VolumeSize?: number;
|
|
70
81
|
}
|
|
71
82
|
/**
|
|
83
|
+
* @public
|
|
72
84
|
* <p>Contains information about storage volumes attached to MSK broker nodes.</p>
|
|
73
85
|
*/
|
|
74
86
|
export interface StorageInfo {
|
|
@@ -78,6 +90,7 @@ export interface StorageInfo {
|
|
|
78
90
|
EbsStorageInfo?: EBSStorageInfo;
|
|
79
91
|
}
|
|
80
92
|
/**
|
|
93
|
+
* @public
|
|
81
94
|
* <p>Describes the setup to be used for Apache Kafka broker nodes in the cluster.</p>
|
|
82
95
|
*/
|
|
83
96
|
export interface BrokerNodeGroupInfo {
|
|
@@ -109,6 +122,7 @@ export interface BrokerNodeGroupInfo {
|
|
|
109
122
|
ConnectivityInfo?: ConnectivityInfo;
|
|
110
123
|
}
|
|
111
124
|
/**
|
|
125
|
+
* @public
|
|
112
126
|
* <p>Details for IAM access control.</p>
|
|
113
127
|
*/
|
|
114
128
|
export interface Iam {
|
|
@@ -118,6 +132,7 @@ export interface Iam {
|
|
|
118
132
|
Enabled?: boolean;
|
|
119
133
|
}
|
|
120
134
|
/**
|
|
135
|
+
* @public
|
|
121
136
|
* <p>Details for SASL/SCRAM client authentication.</p>
|
|
122
137
|
*/
|
|
123
138
|
export interface Scram {
|
|
@@ -127,6 +142,7 @@ export interface Scram {
|
|
|
127
142
|
Enabled?: boolean;
|
|
128
143
|
}
|
|
129
144
|
/**
|
|
145
|
+
* @public
|
|
130
146
|
* <p>Details for client authentication using SASL.</p>
|
|
131
147
|
*/
|
|
132
148
|
export interface Sasl {
|
|
@@ -140,6 +156,7 @@ export interface Sasl {
|
|
|
140
156
|
Iam?: Iam;
|
|
141
157
|
}
|
|
142
158
|
/**
|
|
159
|
+
* @public
|
|
143
160
|
* <p>Details for client authentication using TLS.</p>
|
|
144
161
|
*/
|
|
145
162
|
export interface Tls {
|
|
@@ -152,6 +169,9 @@ export interface Tls {
|
|
|
152
169
|
*/
|
|
153
170
|
Enabled?: boolean;
|
|
154
171
|
}
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
155
175
|
export interface Unauthenticated {
|
|
156
176
|
/**
|
|
157
177
|
* <p>Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.</p>
|
|
@@ -159,6 +179,7 @@ export interface Unauthenticated {
|
|
|
159
179
|
Enabled?: boolean;
|
|
160
180
|
}
|
|
161
181
|
/**
|
|
182
|
+
* @public
|
|
162
183
|
* <p>Includes all client authentication information.</p>
|
|
163
184
|
*/
|
|
164
185
|
export interface ClientAuthentication {
|
|
@@ -176,6 +197,7 @@ export interface ClientAuthentication {
|
|
|
176
197
|
Unauthenticated?: Unauthenticated;
|
|
177
198
|
}
|
|
178
199
|
/**
|
|
200
|
+
* @public
|
|
179
201
|
* <p>Information about the current software installed on the cluster.</p>
|
|
180
202
|
*/
|
|
181
203
|
export interface BrokerSoftwareInfo {
|
|
@@ -193,6 +215,7 @@ export interface BrokerSoftwareInfo {
|
|
|
193
215
|
KafkaVersion?: string;
|
|
194
216
|
}
|
|
195
217
|
/**
|
|
218
|
+
* @public
|
|
196
219
|
* <p>The data-volume encryption details.</p>
|
|
197
220
|
*/
|
|
198
221
|
export interface EncryptionAtRest {
|
|
@@ -201,12 +224,16 @@ export interface EncryptionAtRest {
|
|
|
201
224
|
*/
|
|
202
225
|
DataVolumeKMSKeyId: string | undefined;
|
|
203
226
|
}
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
204
230
|
export declare enum ClientBroker {
|
|
205
231
|
PLAINTEXT = "PLAINTEXT",
|
|
206
232
|
TLS = "TLS",
|
|
207
233
|
TLS_PLAINTEXT = "TLS_PLAINTEXT"
|
|
208
234
|
}
|
|
209
235
|
/**
|
|
236
|
+
* @public
|
|
210
237
|
* <p>The settings for encrypting data in transit.</p>
|
|
211
238
|
*/
|
|
212
239
|
export interface EncryptionInTransit {
|
|
@@ -228,6 +255,7 @@ export interface EncryptionInTransit {
|
|
|
228
255
|
InCluster?: boolean;
|
|
229
256
|
}
|
|
230
257
|
/**
|
|
258
|
+
* @public
|
|
231
259
|
* <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>
|
|
232
260
|
*/
|
|
233
261
|
export interface EncryptionInfo {
|
|
@@ -240,34 +268,53 @@ export interface EncryptionInfo {
|
|
|
240
268
|
*/
|
|
241
269
|
EncryptionInTransit?: EncryptionInTransit;
|
|
242
270
|
}
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
243
274
|
export declare enum EnhancedMonitoring {
|
|
244
275
|
DEFAULT = "DEFAULT",
|
|
245
276
|
PER_BROKER = "PER_BROKER",
|
|
246
277
|
PER_TOPIC_PER_BROKER = "PER_TOPIC_PER_BROKER",
|
|
247
278
|
PER_TOPIC_PER_PARTITION = "PER_TOPIC_PER_PARTITION"
|
|
248
279
|
}
|
|
280
|
+
/**
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
249
283
|
export interface CloudWatchLogs {
|
|
250
284
|
Enabled: boolean | undefined;
|
|
251
285
|
LogGroup?: string;
|
|
252
286
|
}
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
253
290
|
export interface Firehose {
|
|
254
291
|
DeliveryStream?: string;
|
|
255
292
|
Enabled: boolean | undefined;
|
|
256
293
|
}
|
|
294
|
+
/**
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
257
297
|
export interface S3 {
|
|
258
298
|
Bucket?: string;
|
|
259
299
|
Enabled: boolean | undefined;
|
|
260
300
|
Prefix?: string;
|
|
261
301
|
}
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
262
305
|
export interface BrokerLogs {
|
|
263
306
|
CloudWatchLogs?: CloudWatchLogs;
|
|
264
307
|
Firehose?: Firehose;
|
|
265
308
|
S3?: S3;
|
|
266
309
|
}
|
|
310
|
+
/**
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
267
313
|
export interface LoggingInfo {
|
|
268
314
|
BrokerLogs: BrokerLogs | undefined;
|
|
269
315
|
}
|
|
270
316
|
/**
|
|
317
|
+
* @public
|
|
271
318
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
272
319
|
*/
|
|
273
320
|
export interface JmxExporterInfo {
|
|
@@ -277,6 +324,7 @@ export interface JmxExporterInfo {
|
|
|
277
324
|
EnabledInBroker: boolean | undefined;
|
|
278
325
|
}
|
|
279
326
|
/**
|
|
327
|
+
* @public
|
|
280
328
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
281
329
|
*/
|
|
282
330
|
export interface NodeExporterInfo {
|
|
@@ -286,6 +334,7 @@ export interface NodeExporterInfo {
|
|
|
286
334
|
EnabledInBroker: boolean | undefined;
|
|
287
335
|
}
|
|
288
336
|
/**
|
|
337
|
+
* @public
|
|
289
338
|
* <p>Prometheus settings.</p>
|
|
290
339
|
*/
|
|
291
340
|
export interface PrometheusInfo {
|
|
@@ -299,6 +348,7 @@ export interface PrometheusInfo {
|
|
|
299
348
|
NodeExporter?: NodeExporterInfo;
|
|
300
349
|
}
|
|
301
350
|
/**
|
|
351
|
+
* @public
|
|
302
352
|
* <p>JMX and Node monitoring for the MSK cluster.</p>
|
|
303
353
|
*/
|
|
304
354
|
export interface OpenMonitoringInfo {
|
|
@@ -307,11 +357,15 @@ export interface OpenMonitoringInfo {
|
|
|
307
357
|
*/
|
|
308
358
|
Prometheus: PrometheusInfo | undefined;
|
|
309
359
|
}
|
|
360
|
+
/**
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
310
363
|
export declare enum StorageMode {
|
|
311
364
|
LOCAL = "LOCAL",
|
|
312
365
|
TIERED = "TIERED"
|
|
313
366
|
}
|
|
314
367
|
/**
|
|
368
|
+
* @public
|
|
315
369
|
* <p>Provisioned cluster.</p>
|
|
316
370
|
*/
|
|
317
371
|
export interface Provisioned {
|
|
@@ -361,6 +415,7 @@ export interface Provisioned {
|
|
|
361
415
|
StorageMode?: StorageMode | string;
|
|
362
416
|
}
|
|
363
417
|
/**
|
|
418
|
+
* @public
|
|
364
419
|
* <p>Details for client authentication using SASL.</p>
|
|
365
420
|
*/
|
|
366
421
|
export interface ServerlessSasl {
|
|
@@ -370,6 +425,7 @@ export interface ServerlessSasl {
|
|
|
370
425
|
Iam?: Iam;
|
|
371
426
|
}
|
|
372
427
|
/**
|
|
428
|
+
* @public
|
|
373
429
|
* <p>Includes all client authentication information.</p>
|
|
374
430
|
*/
|
|
375
431
|
export interface ServerlessClientAuthentication {
|
|
@@ -379,6 +435,7 @@ export interface ServerlessClientAuthentication {
|
|
|
379
435
|
Sasl?: ServerlessSasl;
|
|
380
436
|
}
|
|
381
437
|
/**
|
|
438
|
+
* @public
|
|
382
439
|
* <p>The configuration of the Amazon VPCs for the cluster.</p>
|
|
383
440
|
*/
|
|
384
441
|
export interface VpcConfig {
|
|
@@ -392,6 +449,7 @@ export interface VpcConfig {
|
|
|
392
449
|
SecurityGroupIds?: string[];
|
|
393
450
|
}
|
|
394
451
|
/**
|
|
452
|
+
* @public
|
|
395
453
|
* <p>Serverless cluster.</p>
|
|
396
454
|
*/
|
|
397
455
|
export interface Serverless {
|
|
@@ -404,6 +462,9 @@ export interface Serverless {
|
|
|
404
462
|
*/
|
|
405
463
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
406
464
|
}
|
|
465
|
+
/**
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
407
468
|
export declare enum ClusterState {
|
|
408
469
|
ACTIVE = "ACTIVE",
|
|
409
470
|
CREATING = "CREATING",
|
|
@@ -414,11 +475,15 @@ export declare enum ClusterState {
|
|
|
414
475
|
REBOOTING_BROKER = "REBOOTING_BROKER",
|
|
415
476
|
UPDATING = "UPDATING"
|
|
416
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
417
481
|
export interface StateInfo {
|
|
418
482
|
Code?: string;
|
|
419
483
|
Message?: string;
|
|
420
484
|
}
|
|
421
485
|
/**
|
|
486
|
+
* @public
|
|
422
487
|
* <p>Returns information about a cluster.</p>
|
|
423
488
|
*/
|
|
424
489
|
export interface Cluster {
|
|
@@ -468,6 +533,7 @@ export interface Cluster {
|
|
|
468
533
|
Serverless?: Serverless;
|
|
469
534
|
}
|
|
470
535
|
/**
|
|
536
|
+
* @public
|
|
471
537
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
472
538
|
*/
|
|
473
539
|
export interface JmxExporter {
|
|
@@ -477,6 +543,7 @@ export interface JmxExporter {
|
|
|
477
543
|
EnabledInBroker: boolean | undefined;
|
|
478
544
|
}
|
|
479
545
|
/**
|
|
546
|
+
* @public
|
|
480
547
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
481
548
|
*/
|
|
482
549
|
export interface NodeExporter {
|
|
@@ -486,6 +553,7 @@ export interface NodeExporter {
|
|
|
486
553
|
EnabledInBroker: boolean | undefined;
|
|
487
554
|
}
|
|
488
555
|
/**
|
|
556
|
+
* @public
|
|
489
557
|
* <p>Prometheus settings.</p>
|
|
490
558
|
*/
|
|
491
559
|
export interface Prometheus {
|
|
@@ -499,6 +567,7 @@ export interface Prometheus {
|
|
|
499
567
|
NodeExporter?: NodeExporter;
|
|
500
568
|
}
|
|
501
569
|
/**
|
|
570
|
+
* @public
|
|
502
571
|
* <p>JMX and Node monitoring for the MSK cluster.</p>
|
|
503
572
|
*/
|
|
504
573
|
export interface OpenMonitoring {
|
|
@@ -508,6 +577,7 @@ export interface OpenMonitoring {
|
|
|
508
577
|
Prometheus: Prometheus | undefined;
|
|
509
578
|
}
|
|
510
579
|
/**
|
|
580
|
+
* @public
|
|
511
581
|
* <p>Returns information about a cluster.</p>
|
|
512
582
|
*/
|
|
513
583
|
export interface ClusterInfo {
|
|
@@ -583,6 +653,7 @@ export interface ClusterInfo {
|
|
|
583
653
|
StorageMode?: StorageMode | string;
|
|
584
654
|
}
|
|
585
655
|
/**
|
|
656
|
+
* @public
|
|
586
657
|
* <p>Returns information about an error state of the cluster.</p>
|
|
587
658
|
*/
|
|
588
659
|
export interface ErrorInfo {
|
|
@@ -596,6 +667,7 @@ export interface ErrorInfo {
|
|
|
596
667
|
ErrorString?: string;
|
|
597
668
|
}
|
|
598
669
|
/**
|
|
670
|
+
* @public
|
|
599
671
|
* <p>State information about the operation step.</p>
|
|
600
672
|
*/
|
|
601
673
|
export interface ClusterOperationStepInfo {
|
|
@@ -605,6 +677,7 @@ export interface ClusterOperationStepInfo {
|
|
|
605
677
|
StepStatus?: string;
|
|
606
678
|
}
|
|
607
679
|
/**
|
|
680
|
+
* @public
|
|
608
681
|
* <p>Step taken during a cluster operation.</p>
|
|
609
682
|
*/
|
|
610
683
|
export interface ClusterOperationStep {
|
|
@@ -618,6 +691,7 @@ export interface ClusterOperationStep {
|
|
|
618
691
|
StepName?: string;
|
|
619
692
|
}
|
|
620
693
|
/**
|
|
694
|
+
* @public
|
|
621
695
|
* <p>Specifies the configuration to use for the brokers.</p>
|
|
622
696
|
*/
|
|
623
697
|
export interface ConfigurationInfo {
|
|
@@ -631,6 +705,7 @@ export interface ConfigurationInfo {
|
|
|
631
705
|
Revision: number | undefined;
|
|
632
706
|
}
|
|
633
707
|
/**
|
|
708
|
+
* @public
|
|
634
709
|
* <p>Information about cluster attributes that can be updated via update APIs.</p>
|
|
635
710
|
*/
|
|
636
711
|
export interface MutableClusterInfo {
|
|
@@ -684,6 +759,7 @@ export interface MutableClusterInfo {
|
|
|
684
759
|
StorageMode?: StorageMode | string;
|
|
685
760
|
}
|
|
686
761
|
/**
|
|
762
|
+
* @public
|
|
687
763
|
* <p>Returns information about a cluster operation.</p>
|
|
688
764
|
*/
|
|
689
765
|
export interface ClusterOperationInfo {
|
|
@@ -733,6 +809,7 @@ export interface ClusterOperationInfo {
|
|
|
733
809
|
TargetClusterInfo?: MutableClusterInfo;
|
|
734
810
|
}
|
|
735
811
|
/**
|
|
812
|
+
* @public
|
|
736
813
|
* <p>Contains source Apache Kafka versions and compatible target Apache Kafka versions.</p>
|
|
737
814
|
*/
|
|
738
815
|
export interface CompatibleKafkaVersion {
|
|
@@ -746,6 +823,7 @@ export interface CompatibleKafkaVersion {
|
|
|
746
823
|
TargetVersions?: string[];
|
|
747
824
|
}
|
|
748
825
|
/**
|
|
826
|
+
* @public
|
|
749
827
|
* <p>Describes a configuration revision.</p>
|
|
750
828
|
*/
|
|
751
829
|
export interface ConfigurationRevision {
|
|
@@ -762,12 +840,16 @@ export interface ConfigurationRevision {
|
|
|
762
840
|
*/
|
|
763
841
|
Revision: number | undefined;
|
|
764
842
|
}
|
|
843
|
+
/**
|
|
844
|
+
* @public
|
|
845
|
+
*/
|
|
765
846
|
export declare enum ConfigurationState {
|
|
766
847
|
ACTIVE = "ACTIVE",
|
|
767
848
|
DELETE_FAILED = "DELETE_FAILED",
|
|
768
849
|
DELETING = "DELETING"
|
|
769
850
|
}
|
|
770
851
|
/**
|
|
852
|
+
* @public
|
|
771
853
|
* <p>Represents an MSK Configuration.</p>
|
|
772
854
|
*/
|
|
773
855
|
export interface Configuration {
|
|
@@ -800,15 +882,22 @@ export interface Configuration {
|
|
|
800
882
|
*/
|
|
801
883
|
State: ConfigurationState | string | undefined;
|
|
802
884
|
}
|
|
885
|
+
/**
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
803
888
|
export declare enum KafkaVersionStatus {
|
|
804
889
|
ACTIVE = "ACTIVE",
|
|
805
890
|
DEPRECATED = "DEPRECATED"
|
|
806
891
|
}
|
|
892
|
+
/**
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
807
895
|
export interface KafkaVersion {
|
|
808
896
|
Version?: string;
|
|
809
897
|
Status?: KafkaVersionStatus | string;
|
|
810
898
|
}
|
|
811
899
|
/**
|
|
900
|
+
* @public
|
|
812
901
|
* <p>BrokerNodeInfo</p>
|
|
813
902
|
*/
|
|
814
903
|
export interface BrokerNodeInfo {
|
|
@@ -837,10 +926,14 @@ export interface BrokerNodeInfo {
|
|
|
837
926
|
*/
|
|
838
927
|
Endpoints?: string[];
|
|
839
928
|
}
|
|
929
|
+
/**
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
840
932
|
export declare enum NodeType {
|
|
841
933
|
BROKER = "BROKER"
|
|
842
934
|
}
|
|
843
935
|
/**
|
|
936
|
+
* @public
|
|
844
937
|
* <p>Zookeeper node information.</p>
|
|
845
938
|
*/
|
|
846
939
|
export interface ZookeeperNodeInfo {
|
|
@@ -866,6 +959,7 @@ export interface ZookeeperNodeInfo {
|
|
|
866
959
|
ZookeeperVersion?: string;
|
|
867
960
|
}
|
|
868
961
|
/**
|
|
962
|
+
* @public
|
|
869
963
|
* <p>The node information object.</p>
|
|
870
964
|
*/
|
|
871
965
|
export interface NodeInfo {
|
|
@@ -895,6 +989,7 @@ export interface NodeInfo {
|
|
|
895
989
|
ZookeeperNodeInfo?: ZookeeperNodeInfo;
|
|
896
990
|
}
|
|
897
991
|
/**
|
|
992
|
+
* @public
|
|
898
993
|
* <p>Error info for scram secret associate/disassociate failure.</p>
|
|
899
994
|
*/
|
|
900
995
|
export interface UnprocessedScramSecret {
|
|
@@ -912,6 +1007,7 @@ export interface UnprocessedScramSecret {
|
|
|
912
1007
|
SecretArn?: string;
|
|
913
1008
|
}
|
|
914
1009
|
/**
|
|
1010
|
+
* @public
|
|
915
1011
|
* <p>Returns information about an error.</p>
|
|
916
1012
|
*/
|
|
917
1013
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -931,6 +1027,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
931
1027
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
932
1028
|
}
|
|
933
1029
|
/**
|
|
1030
|
+
* @public
|
|
934
1031
|
* <p>Associates sasl scram secrets to cluster.</p>
|
|
935
1032
|
*/
|
|
936
1033
|
export interface BatchAssociateScramSecretRequest {
|
|
@@ -943,6 +1040,9 @@ export interface BatchAssociateScramSecretRequest {
|
|
|
943
1040
|
*/
|
|
944
1041
|
SecretArnList: string[] | undefined;
|
|
945
1042
|
}
|
|
1043
|
+
/**
|
|
1044
|
+
* @public
|
|
1045
|
+
*/
|
|
946
1046
|
export interface BatchAssociateScramSecretResponse {
|
|
947
1047
|
/**
|
|
948
1048
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -954,6 +1054,7 @@ export interface BatchAssociateScramSecretResponse {
|
|
|
954
1054
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
955
1055
|
}
|
|
956
1056
|
/**
|
|
1057
|
+
* @public
|
|
957
1058
|
* <p>Returns information about an error.</p>
|
|
958
1059
|
*/
|
|
959
1060
|
export declare class ForbiddenException extends __BaseException {
|
|
@@ -973,6 +1074,7 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
973
1074
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
974
1075
|
}
|
|
975
1076
|
/**
|
|
1077
|
+
* @public
|
|
976
1078
|
* <p>Returns information about an error.</p>
|
|
977
1079
|
*/
|
|
978
1080
|
export declare class InternalServerErrorException extends __BaseException {
|
|
@@ -992,6 +1094,7 @@ export declare class InternalServerErrorException extends __BaseException {
|
|
|
992
1094
|
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
993
1095
|
}
|
|
994
1096
|
/**
|
|
1097
|
+
* @public
|
|
995
1098
|
* <p>Returns information about an error.</p>
|
|
996
1099
|
*/
|
|
997
1100
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -1011,6 +1114,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
1011
1114
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
1012
1115
|
}
|
|
1013
1116
|
/**
|
|
1117
|
+
* @public
|
|
1014
1118
|
* <p>Returns information about an error.</p>
|
|
1015
1119
|
*/
|
|
1016
1120
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
@@ -1030,6 +1134,7 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
1030
1134
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
1031
1135
|
}
|
|
1032
1136
|
/**
|
|
1137
|
+
* @public
|
|
1033
1138
|
* <p>Returns information about an error.</p>
|
|
1034
1139
|
*/
|
|
1035
1140
|
export declare class TooManyRequestsException extends __BaseException {
|
|
@@ -1049,6 +1154,7 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
1049
1154
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
1050
1155
|
}
|
|
1051
1156
|
/**
|
|
1157
|
+
* @public
|
|
1052
1158
|
* <p>Returns information about an error.</p>
|
|
1053
1159
|
*/
|
|
1054
1160
|
export declare class UnauthorizedException extends __BaseException {
|
|
@@ -1068,6 +1174,7 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
1068
1174
|
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
1069
1175
|
}
|
|
1070
1176
|
/**
|
|
1177
|
+
* @public
|
|
1071
1178
|
* <p>Disassociates sasl scram secrets to cluster.</p>
|
|
1072
1179
|
*/
|
|
1073
1180
|
export interface BatchDisassociateScramSecretRequest {
|
|
@@ -1080,6 +1187,9 @@ export interface BatchDisassociateScramSecretRequest {
|
|
|
1080
1187
|
*/
|
|
1081
1188
|
SecretArnList: string[] | undefined;
|
|
1082
1189
|
}
|
|
1190
|
+
/**
|
|
1191
|
+
* @public
|
|
1192
|
+
*/
|
|
1083
1193
|
export interface BatchDisassociateScramSecretResponse {
|
|
1084
1194
|
/**
|
|
1085
1195
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1091,6 +1201,7 @@ export interface BatchDisassociateScramSecretResponse {
|
|
|
1091
1201
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
1092
1202
|
}
|
|
1093
1203
|
/**
|
|
1204
|
+
* @public
|
|
1094
1205
|
* <p>Returns information about an error.</p>
|
|
1095
1206
|
*/
|
|
1096
1207
|
export declare class ConflictException extends __BaseException {
|
|
@@ -1109,6 +1220,9 @@ export declare class ConflictException extends __BaseException {
|
|
|
1109
1220
|
*/
|
|
1110
1221
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1111
1222
|
}
|
|
1223
|
+
/**
|
|
1224
|
+
* @public
|
|
1225
|
+
*/
|
|
1112
1226
|
export interface CreateClusterRequest {
|
|
1113
1227
|
/**
|
|
1114
1228
|
* <p>Information about the broker nodes in the cluster.</p>
|
|
@@ -1156,6 +1270,9 @@ export interface CreateClusterRequest {
|
|
|
1156
1270
|
*/
|
|
1157
1271
|
StorageMode?: StorageMode | string;
|
|
1158
1272
|
}
|
|
1273
|
+
/**
|
|
1274
|
+
* @public
|
|
1275
|
+
*/
|
|
1159
1276
|
export interface CreateClusterResponse {
|
|
1160
1277
|
/**
|
|
1161
1278
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1171,6 +1288,7 @@ export interface CreateClusterResponse {
|
|
|
1171
1288
|
State?: ClusterState | string;
|
|
1172
1289
|
}
|
|
1173
1290
|
/**
|
|
1291
|
+
* @public
|
|
1174
1292
|
* <p>Provisioned cluster request.</p>
|
|
1175
1293
|
*/
|
|
1176
1294
|
export interface ProvisionedRequest {
|
|
@@ -1216,6 +1334,7 @@ export interface ProvisionedRequest {
|
|
|
1216
1334
|
StorageMode?: StorageMode | string;
|
|
1217
1335
|
}
|
|
1218
1336
|
/**
|
|
1337
|
+
* @public
|
|
1219
1338
|
* <p>Serverless cluster request.</p>
|
|
1220
1339
|
*/
|
|
1221
1340
|
export interface ServerlessRequest {
|
|
@@ -1228,6 +1347,9 @@ export interface ServerlessRequest {
|
|
|
1228
1347
|
*/
|
|
1229
1348
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
1230
1349
|
}
|
|
1350
|
+
/**
|
|
1351
|
+
* @public
|
|
1352
|
+
*/
|
|
1231
1353
|
export interface CreateClusterV2Request {
|
|
1232
1354
|
/**
|
|
1233
1355
|
* <p>The name of the cluster.</p>
|
|
@@ -1246,6 +1368,9 @@ export interface CreateClusterV2Request {
|
|
|
1246
1368
|
*/
|
|
1247
1369
|
Serverless?: ServerlessRequest;
|
|
1248
1370
|
}
|
|
1371
|
+
/**
|
|
1372
|
+
* @public
|
|
1373
|
+
*/
|
|
1249
1374
|
export interface CreateClusterV2Response {
|
|
1250
1375
|
/**
|
|
1251
1376
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1264,6 +1389,9 @@ export interface CreateClusterV2Response {
|
|
|
1264
1389
|
*/
|
|
1265
1390
|
ClusterType?: ClusterType | string;
|
|
1266
1391
|
}
|
|
1392
|
+
/**
|
|
1393
|
+
* @public
|
|
1394
|
+
*/
|
|
1267
1395
|
export interface CreateConfigurationRequest {
|
|
1268
1396
|
/**
|
|
1269
1397
|
* <p>The description of the configuration.</p>
|
|
@@ -1283,6 +1411,9 @@ export interface CreateConfigurationRequest {
|
|
|
1283
1411
|
*/
|
|
1284
1412
|
ServerProperties: Uint8Array | undefined;
|
|
1285
1413
|
}
|
|
1414
|
+
/**
|
|
1415
|
+
* @public
|
|
1416
|
+
*/
|
|
1286
1417
|
export interface CreateConfigurationResponse {
|
|
1287
1418
|
/**
|
|
1288
1419
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1305,6 +1436,9 @@ export interface CreateConfigurationResponse {
|
|
|
1305
1436
|
*/
|
|
1306
1437
|
State?: ConfigurationState | string;
|
|
1307
1438
|
}
|
|
1439
|
+
/**
|
|
1440
|
+
* @public
|
|
1441
|
+
*/
|
|
1308
1442
|
export interface DeleteClusterRequest {
|
|
1309
1443
|
/**
|
|
1310
1444
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1315,6 +1449,9 @@ export interface DeleteClusterRequest {
|
|
|
1315
1449
|
*/
|
|
1316
1450
|
CurrentVersion?: string;
|
|
1317
1451
|
}
|
|
1452
|
+
/**
|
|
1453
|
+
* @public
|
|
1454
|
+
*/
|
|
1318
1455
|
export interface DeleteClusterResponse {
|
|
1319
1456
|
/**
|
|
1320
1457
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1325,12 +1462,18 @@ export interface DeleteClusterResponse {
|
|
|
1325
1462
|
*/
|
|
1326
1463
|
State?: ClusterState | string;
|
|
1327
1464
|
}
|
|
1465
|
+
/**
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1328
1468
|
export interface DeleteConfigurationRequest {
|
|
1329
1469
|
/**
|
|
1330
1470
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
|
|
1331
1471
|
*/
|
|
1332
1472
|
Arn: string | undefined;
|
|
1333
1473
|
}
|
|
1474
|
+
/**
|
|
1475
|
+
* @public
|
|
1476
|
+
*/
|
|
1334
1477
|
export interface DeleteConfigurationResponse {
|
|
1335
1478
|
/**
|
|
1336
1479
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
|
|
@@ -1341,48 +1484,72 @@ export interface DeleteConfigurationResponse {
|
|
|
1341
1484
|
*/
|
|
1342
1485
|
State?: ConfigurationState | string;
|
|
1343
1486
|
}
|
|
1487
|
+
/**
|
|
1488
|
+
* @public
|
|
1489
|
+
*/
|
|
1344
1490
|
export interface DescribeClusterRequest {
|
|
1345
1491
|
/**
|
|
1346
1492
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
1347
1493
|
*/
|
|
1348
1494
|
ClusterArn: string | undefined;
|
|
1349
1495
|
}
|
|
1496
|
+
/**
|
|
1497
|
+
* @public
|
|
1498
|
+
*/
|
|
1350
1499
|
export interface DescribeClusterResponse {
|
|
1351
1500
|
/**
|
|
1352
1501
|
* <p>The cluster information.</p>
|
|
1353
1502
|
*/
|
|
1354
1503
|
ClusterInfo?: ClusterInfo;
|
|
1355
1504
|
}
|
|
1505
|
+
/**
|
|
1506
|
+
* @public
|
|
1507
|
+
*/
|
|
1356
1508
|
export interface DescribeClusterOperationRequest {
|
|
1357
1509
|
/**
|
|
1358
1510
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the MSK cluster operation.</p>
|
|
1359
1511
|
*/
|
|
1360
1512
|
ClusterOperationArn: string | undefined;
|
|
1361
1513
|
}
|
|
1514
|
+
/**
|
|
1515
|
+
* @public
|
|
1516
|
+
*/
|
|
1362
1517
|
export interface DescribeClusterOperationResponse {
|
|
1363
1518
|
/**
|
|
1364
1519
|
* <p>Cluster operation information</p>
|
|
1365
1520
|
*/
|
|
1366
1521
|
ClusterOperationInfo?: ClusterOperationInfo;
|
|
1367
1522
|
}
|
|
1523
|
+
/**
|
|
1524
|
+
* @public
|
|
1525
|
+
*/
|
|
1368
1526
|
export interface DescribeClusterV2Request {
|
|
1369
1527
|
/**
|
|
1370
1528
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
1371
1529
|
*/
|
|
1372
1530
|
ClusterArn: string | undefined;
|
|
1373
1531
|
}
|
|
1532
|
+
/**
|
|
1533
|
+
* @public
|
|
1534
|
+
*/
|
|
1374
1535
|
export interface DescribeClusterV2Response {
|
|
1375
1536
|
/**
|
|
1376
1537
|
* <p>The cluster information.</p>
|
|
1377
1538
|
*/
|
|
1378
1539
|
ClusterInfo?: Cluster;
|
|
1379
1540
|
}
|
|
1541
|
+
/**
|
|
1542
|
+
* @public
|
|
1543
|
+
*/
|
|
1380
1544
|
export interface DescribeConfigurationRequest {
|
|
1381
1545
|
/**
|
|
1382
1546
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
1383
1547
|
*/
|
|
1384
1548
|
Arn: string | undefined;
|
|
1385
1549
|
}
|
|
1550
|
+
/**
|
|
1551
|
+
* @public
|
|
1552
|
+
*/
|
|
1386
1553
|
export interface DescribeConfigurationResponse {
|
|
1387
1554
|
/**
|
|
1388
1555
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1413,6 +1580,9 @@ export interface DescribeConfigurationResponse {
|
|
|
1413
1580
|
*/
|
|
1414
1581
|
State?: ConfigurationState | string;
|
|
1415
1582
|
}
|
|
1583
|
+
/**
|
|
1584
|
+
* @public
|
|
1585
|
+
*/
|
|
1416
1586
|
export interface DescribeConfigurationRevisionRequest {
|
|
1417
1587
|
/**
|
|
1418
1588
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
@@ -1423,6 +1593,9 @@ export interface DescribeConfigurationRevisionRequest {
|
|
|
1423
1593
|
*/
|
|
1424
1594
|
Revision: number | undefined;
|
|
1425
1595
|
}
|
|
1596
|
+
/**
|
|
1597
|
+
* @public
|
|
1598
|
+
*/
|
|
1426
1599
|
export interface DescribeConfigurationRevisionResponse {
|
|
1427
1600
|
/**
|
|
1428
1601
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1446,12 +1619,18 @@ export interface DescribeConfigurationRevisionResponse {
|
|
|
1446
1619
|
*/
|
|
1447
1620
|
ServerProperties?: Uint8Array;
|
|
1448
1621
|
}
|
|
1622
|
+
/**
|
|
1623
|
+
* @public
|
|
1624
|
+
*/
|
|
1449
1625
|
export interface GetBootstrapBrokersRequest {
|
|
1450
1626
|
/**
|
|
1451
1627
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
1452
1628
|
*/
|
|
1453
1629
|
ClusterArn: string | undefined;
|
|
1454
1630
|
}
|
|
1631
|
+
/**
|
|
1632
|
+
* @public
|
|
1633
|
+
*/
|
|
1455
1634
|
export interface GetBootstrapBrokersResponse {
|
|
1456
1635
|
/**
|
|
1457
1636
|
* <p>A string containing one or more hostname:port pairs.</p>
|
|
@@ -1482,18 +1661,27 @@ export interface GetBootstrapBrokersResponse {
|
|
|
1482
1661
|
*/
|
|
1483
1662
|
BootstrapBrokerStringPublicSaslIam?: string;
|
|
1484
1663
|
}
|
|
1664
|
+
/**
|
|
1665
|
+
* @public
|
|
1666
|
+
*/
|
|
1485
1667
|
export interface GetCompatibleKafkaVersionsRequest {
|
|
1486
1668
|
/**
|
|
1487
1669
|
* <p>The Amazon Resource Name (ARN) of the cluster check.</p>
|
|
1488
1670
|
*/
|
|
1489
1671
|
ClusterArn?: string;
|
|
1490
1672
|
}
|
|
1673
|
+
/**
|
|
1674
|
+
* @public
|
|
1675
|
+
*/
|
|
1491
1676
|
export interface GetCompatibleKafkaVersionsResponse {
|
|
1492
1677
|
/**
|
|
1493
1678
|
* <p>A list of CompatibleKafkaVersion objects.</p>
|
|
1494
1679
|
*/
|
|
1495
1680
|
CompatibleKafkaVersions?: CompatibleKafkaVersion[];
|
|
1496
1681
|
}
|
|
1682
|
+
/**
|
|
1683
|
+
* @public
|
|
1684
|
+
*/
|
|
1497
1685
|
export interface ListClusterOperationsRequest {
|
|
1498
1686
|
/**
|
|
1499
1687
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1509,6 +1697,9 @@ export interface ListClusterOperationsRequest {
|
|
|
1509
1697
|
*/
|
|
1510
1698
|
NextToken?: string;
|
|
1511
1699
|
}
|
|
1700
|
+
/**
|
|
1701
|
+
* @public
|
|
1702
|
+
*/
|
|
1512
1703
|
export interface ListClusterOperationsResponse {
|
|
1513
1704
|
/**
|
|
1514
1705
|
* <p>An array of cluster operation information objects.</p>
|
|
@@ -1519,6 +1710,9 @@ export interface ListClusterOperationsResponse {
|
|
|
1519
1710
|
*/
|
|
1520
1711
|
NextToken?: string;
|
|
1521
1712
|
}
|
|
1713
|
+
/**
|
|
1714
|
+
* @public
|
|
1715
|
+
*/
|
|
1522
1716
|
export interface ListClustersRequest {
|
|
1523
1717
|
/**
|
|
1524
1718
|
* <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>
|
|
@@ -1534,6 +1728,9 @@ export interface ListClustersRequest {
|
|
|
1534
1728
|
*/
|
|
1535
1729
|
NextToken?: string;
|
|
1536
1730
|
}
|
|
1731
|
+
/**
|
|
1732
|
+
* @public
|
|
1733
|
+
*/
|
|
1537
1734
|
export interface ListClustersResponse {
|
|
1538
1735
|
/**
|
|
1539
1736
|
* <p>Information on each of the MSK clusters in the response.</p>
|
|
@@ -1545,6 +1742,9 @@ export interface ListClustersResponse {
|
|
|
1545
1742
|
*/
|
|
1546
1743
|
NextToken?: string;
|
|
1547
1744
|
}
|
|
1745
|
+
/**
|
|
1746
|
+
* @public
|
|
1747
|
+
*/
|
|
1548
1748
|
export interface ListClustersV2Request {
|
|
1549
1749
|
/**
|
|
1550
1750
|
* <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>
|
|
@@ -1564,6 +1764,9 @@ export interface ListClustersV2Request {
|
|
|
1564
1764
|
*/
|
|
1565
1765
|
NextToken?: string;
|
|
1566
1766
|
}
|
|
1767
|
+
/**
|
|
1768
|
+
* @public
|
|
1769
|
+
*/
|
|
1567
1770
|
export interface ListClustersV2Response {
|
|
1568
1771
|
/**
|
|
1569
1772
|
* <p>Information on each of the MSK clusters in the response.</p>
|
|
@@ -1575,6 +1778,9 @@ export interface ListClustersV2Response {
|
|
|
1575
1778
|
*/
|
|
1576
1779
|
NextToken?: string;
|
|
1577
1780
|
}
|
|
1781
|
+
/**
|
|
1782
|
+
* @public
|
|
1783
|
+
*/
|
|
1578
1784
|
export interface ListConfigurationRevisionsRequest {
|
|
1579
1785
|
/**
|
|
1580
1786
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
@@ -1590,6 +1796,9 @@ export interface ListConfigurationRevisionsRequest {
|
|
|
1590
1796
|
*/
|
|
1591
1797
|
NextToken?: string;
|
|
1592
1798
|
}
|
|
1799
|
+
/**
|
|
1800
|
+
* @public
|
|
1801
|
+
*/
|
|
1593
1802
|
export interface ListConfigurationRevisionsResponse {
|
|
1594
1803
|
/**
|
|
1595
1804
|
* <p>Paginated results marker.</p>
|
|
@@ -1600,6 +1809,9 @@ export interface ListConfigurationRevisionsResponse {
|
|
|
1600
1809
|
*/
|
|
1601
1810
|
Revisions?: ConfigurationRevision[];
|
|
1602
1811
|
}
|
|
1812
|
+
/**
|
|
1813
|
+
* @public
|
|
1814
|
+
*/
|
|
1603
1815
|
export interface ListConfigurationsRequest {
|
|
1604
1816
|
/**
|
|
1605
1817
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
@@ -1611,6 +1823,9 @@ export interface ListConfigurationsRequest {
|
|
|
1611
1823
|
*/
|
|
1612
1824
|
NextToken?: string;
|
|
1613
1825
|
}
|
|
1826
|
+
/**
|
|
1827
|
+
* @public
|
|
1828
|
+
*/
|
|
1614
1829
|
export interface ListConfigurationsResponse {
|
|
1615
1830
|
/**
|
|
1616
1831
|
* <p>An array of MSK configurations.</p>
|
|
@@ -1622,6 +1837,9 @@ export interface ListConfigurationsResponse {
|
|
|
1622
1837
|
*/
|
|
1623
1838
|
NextToken?: string;
|
|
1624
1839
|
}
|
|
1840
|
+
/**
|
|
1841
|
+
* @public
|
|
1842
|
+
*/
|
|
1625
1843
|
export interface ListKafkaVersionsRequest {
|
|
1626
1844
|
/**
|
|
1627
1845
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
@@ -1632,10 +1850,16 @@ export interface ListKafkaVersionsRequest {
|
|
|
1632
1850
|
*/
|
|
1633
1851
|
NextToken?: string;
|
|
1634
1852
|
}
|
|
1853
|
+
/**
|
|
1854
|
+
* @public
|
|
1855
|
+
*/
|
|
1635
1856
|
export interface ListKafkaVersionsResponse {
|
|
1636
1857
|
KafkaVersions?: KafkaVersion[];
|
|
1637
1858
|
NextToken?: string;
|
|
1638
1859
|
}
|
|
1860
|
+
/**
|
|
1861
|
+
* @public
|
|
1862
|
+
*/
|
|
1639
1863
|
export interface ListNodesRequest {
|
|
1640
1864
|
/**
|
|
1641
1865
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1651,6 +1875,9 @@ export interface ListNodesRequest {
|
|
|
1651
1875
|
*/
|
|
1652
1876
|
NextToken?: string;
|
|
1653
1877
|
}
|
|
1878
|
+
/**
|
|
1879
|
+
* @public
|
|
1880
|
+
*/
|
|
1654
1881
|
export interface ListNodesResponse {
|
|
1655
1882
|
/**
|
|
1656
1883
|
* <p>The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response.
|
|
@@ -1662,6 +1889,9 @@ export interface ListNodesResponse {
|
|
|
1662
1889
|
*/
|
|
1663
1890
|
NodeInfoList?: NodeInfo[];
|
|
1664
1891
|
}
|
|
1892
|
+
/**
|
|
1893
|
+
* @public
|
|
1894
|
+
*/
|
|
1665
1895
|
export interface ListScramSecretsRequest {
|
|
1666
1896
|
/**
|
|
1667
1897
|
* <p>The arn of the cluster.</p>
|
|
@@ -1676,6 +1906,9 @@ export interface ListScramSecretsRequest {
|
|
|
1676
1906
|
*/
|
|
1677
1907
|
NextToken?: string;
|
|
1678
1908
|
}
|
|
1909
|
+
/**
|
|
1910
|
+
* @public
|
|
1911
|
+
*/
|
|
1679
1912
|
export interface ListScramSecretsResponse {
|
|
1680
1913
|
/**
|
|
1681
1914
|
* <p>Paginated results marker.</p>
|
|
@@ -1686,12 +1919,18 @@ export interface ListScramSecretsResponse {
|
|
|
1686
1919
|
*/
|
|
1687
1920
|
SecretArnList?: string[];
|
|
1688
1921
|
}
|
|
1922
|
+
/**
|
|
1923
|
+
* @public
|
|
1924
|
+
*/
|
|
1689
1925
|
export interface ListTagsForResourceRequest {
|
|
1690
1926
|
/**
|
|
1691
1927
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
1692
1928
|
*/
|
|
1693
1929
|
ResourceArn: string | undefined;
|
|
1694
1930
|
}
|
|
1931
|
+
/**
|
|
1932
|
+
* @public
|
|
1933
|
+
*/
|
|
1695
1934
|
export interface ListTagsForResourceResponse {
|
|
1696
1935
|
/**
|
|
1697
1936
|
* <p>The key-value pair for the resource tag.</p>
|
|
@@ -1699,6 +1938,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1699
1938
|
Tags?: Record<string, string>;
|
|
1700
1939
|
}
|
|
1701
1940
|
/**
|
|
1941
|
+
* @public
|
|
1702
1942
|
* Reboots a node.
|
|
1703
1943
|
*/
|
|
1704
1944
|
export interface RebootBrokerRequest {
|
|
@@ -1711,6 +1951,9 @@ export interface RebootBrokerRequest {
|
|
|
1711
1951
|
*/
|
|
1712
1952
|
ClusterArn: string | undefined;
|
|
1713
1953
|
}
|
|
1954
|
+
/**
|
|
1955
|
+
* @public
|
|
1956
|
+
*/
|
|
1714
1957
|
export interface RebootBrokerResponse {
|
|
1715
1958
|
/**
|
|
1716
1959
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1721,6 +1964,9 @@ export interface RebootBrokerResponse {
|
|
|
1721
1964
|
*/
|
|
1722
1965
|
ClusterOperationArn?: string;
|
|
1723
1966
|
}
|
|
1967
|
+
/**
|
|
1968
|
+
* @public
|
|
1969
|
+
*/
|
|
1724
1970
|
export interface TagResourceRequest {
|
|
1725
1971
|
/**
|
|
1726
1972
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
@@ -1731,6 +1977,9 @@ export interface TagResourceRequest {
|
|
|
1731
1977
|
*/
|
|
1732
1978
|
Tags: Record<string, string> | undefined;
|
|
1733
1979
|
}
|
|
1980
|
+
/**
|
|
1981
|
+
* @public
|
|
1982
|
+
*/
|
|
1734
1983
|
export interface UntagResourceRequest {
|
|
1735
1984
|
/**
|
|
1736
1985
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
@@ -1760,6 +2009,9 @@ export interface UntagResourceRequest {
|
|
|
1760
2009
|
*/
|
|
1761
2010
|
TagKeys: string[] | undefined;
|
|
1762
2011
|
}
|
|
2012
|
+
/**
|
|
2013
|
+
* @public
|
|
2014
|
+
*/
|
|
1763
2015
|
export interface UpdateBrokerCountRequest {
|
|
1764
2016
|
/**
|
|
1765
2017
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1774,6 +2026,9 @@ export interface UpdateBrokerCountRequest {
|
|
|
1774
2026
|
*/
|
|
1775
2027
|
TargetNumberOfBrokerNodes: number | undefined;
|
|
1776
2028
|
}
|
|
2029
|
+
/**
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
1777
2032
|
export interface UpdateBrokerCountResponse {
|
|
1778
2033
|
/**
|
|
1779
2034
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1784,6 +2039,9 @@ export interface UpdateBrokerCountResponse {
|
|
|
1784
2039
|
*/
|
|
1785
2040
|
ClusterOperationArn?: string;
|
|
1786
2041
|
}
|
|
2042
|
+
/**
|
|
2043
|
+
* @public
|
|
2044
|
+
*/
|
|
1787
2045
|
export interface UpdateBrokerStorageRequest {
|
|
1788
2046
|
/**
|
|
1789
2047
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1798,6 +2056,9 @@ export interface UpdateBrokerStorageRequest {
|
|
|
1798
2056
|
*/
|
|
1799
2057
|
TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[] | undefined;
|
|
1800
2058
|
}
|
|
2059
|
+
/**
|
|
2060
|
+
* @public
|
|
2061
|
+
*/
|
|
1801
2062
|
export interface UpdateBrokerStorageResponse {
|
|
1802
2063
|
/**
|
|
1803
2064
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1808,6 +2069,9 @@ export interface UpdateBrokerStorageResponse {
|
|
|
1808
2069
|
*/
|
|
1809
2070
|
ClusterOperationArn?: string;
|
|
1810
2071
|
}
|
|
2072
|
+
/**
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
1811
2075
|
export interface UpdateBrokerTypeRequest {
|
|
1812
2076
|
/**
|
|
1813
2077
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1822,6 +2086,9 @@ export interface UpdateBrokerTypeRequest {
|
|
|
1822
2086
|
*/
|
|
1823
2087
|
TargetInstanceType: string | undefined;
|
|
1824
2088
|
}
|
|
2089
|
+
/**
|
|
2090
|
+
* @public
|
|
2091
|
+
*/
|
|
1825
2092
|
export interface UpdateBrokerTypeResponse {
|
|
1826
2093
|
/**
|
|
1827
2094
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1832,6 +2099,9 @@ export interface UpdateBrokerTypeResponse {
|
|
|
1832
2099
|
*/
|
|
1833
2100
|
ClusterOperationArn?: string;
|
|
1834
2101
|
}
|
|
2102
|
+
/**
|
|
2103
|
+
* @public
|
|
2104
|
+
*/
|
|
1835
2105
|
export interface UpdateClusterConfigurationRequest {
|
|
1836
2106
|
/**
|
|
1837
2107
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
@@ -1846,6 +2116,9 @@ export interface UpdateClusterConfigurationRequest {
|
|
|
1846
2116
|
*/
|
|
1847
2117
|
CurrentVersion: string | undefined;
|
|
1848
2118
|
}
|
|
2119
|
+
/**
|
|
2120
|
+
* @public
|
|
2121
|
+
*/
|
|
1849
2122
|
export interface UpdateClusterConfigurationResponse {
|
|
1850
2123
|
/**
|
|
1851
2124
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1856,6 +2129,9 @@ export interface UpdateClusterConfigurationResponse {
|
|
|
1856
2129
|
*/
|
|
1857
2130
|
ClusterOperationArn?: string;
|
|
1858
2131
|
}
|
|
2132
|
+
/**
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
1859
2135
|
export interface UpdateClusterKafkaVersionRequest {
|
|
1860
2136
|
/**
|
|
1861
2137
|
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
@@ -1874,6 +2150,9 @@ export interface UpdateClusterKafkaVersionRequest {
|
|
|
1874
2150
|
*/
|
|
1875
2151
|
TargetKafkaVersion: string | undefined;
|
|
1876
2152
|
}
|
|
2153
|
+
/**
|
|
2154
|
+
* @public
|
|
2155
|
+
*/
|
|
1877
2156
|
export interface UpdateClusterKafkaVersionResponse {
|
|
1878
2157
|
/**
|
|
1879
2158
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1884,6 +2163,9 @@ export interface UpdateClusterKafkaVersionResponse {
|
|
|
1884
2163
|
*/
|
|
1885
2164
|
ClusterOperationArn?: string;
|
|
1886
2165
|
}
|
|
2166
|
+
/**
|
|
2167
|
+
* @public
|
|
2168
|
+
*/
|
|
1887
2169
|
export interface UpdateConfigurationRequest {
|
|
1888
2170
|
/**
|
|
1889
2171
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1899,6 +2181,9 @@ export interface UpdateConfigurationRequest {
|
|
|
1899
2181
|
*/
|
|
1900
2182
|
ServerProperties: Uint8Array | undefined;
|
|
1901
2183
|
}
|
|
2184
|
+
/**
|
|
2185
|
+
* @public
|
|
2186
|
+
*/
|
|
1902
2187
|
export interface UpdateConfigurationResponse {
|
|
1903
2188
|
/**
|
|
1904
2189
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
@@ -1910,6 +2195,7 @@ export interface UpdateConfigurationResponse {
|
|
|
1910
2195
|
LatestRevision?: ConfigurationRevision;
|
|
1911
2196
|
}
|
|
1912
2197
|
/**
|
|
2198
|
+
* @public
|
|
1913
2199
|
* Request body for UpdateConnectivity.
|
|
1914
2200
|
*/
|
|
1915
2201
|
export interface UpdateConnectivityRequest {
|
|
@@ -1926,6 +2212,9 @@ export interface UpdateConnectivityRequest {
|
|
|
1926
2212
|
*/
|
|
1927
2213
|
CurrentVersion: string | undefined;
|
|
1928
2214
|
}
|
|
2215
|
+
/**
|
|
2216
|
+
* @public
|
|
2217
|
+
*/
|
|
1929
2218
|
export interface UpdateConnectivityResponse {
|
|
1930
2219
|
/**
|
|
1931
2220
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1937,6 +2226,7 @@ export interface UpdateConnectivityResponse {
|
|
|
1937
2226
|
ClusterOperationArn?: string;
|
|
1938
2227
|
}
|
|
1939
2228
|
/**
|
|
2229
|
+
* @public
|
|
1940
2230
|
* Request body for UpdateMonitoring.
|
|
1941
2231
|
*/
|
|
1942
2232
|
export interface UpdateMonitoringRequest {
|
|
@@ -1958,6 +2248,9 @@ export interface UpdateMonitoringRequest {
|
|
|
1958
2248
|
OpenMonitoring?: OpenMonitoringInfo;
|
|
1959
2249
|
LoggingInfo?: LoggingInfo;
|
|
1960
2250
|
}
|
|
2251
|
+
/**
|
|
2252
|
+
* @public
|
|
2253
|
+
*/
|
|
1961
2254
|
export interface UpdateMonitoringResponse {
|
|
1962
2255
|
/**
|
|
1963
2256
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1968,6 +2261,9 @@ export interface UpdateMonitoringResponse {
|
|
|
1968
2261
|
*/
|
|
1969
2262
|
ClusterOperationArn?: string;
|
|
1970
2263
|
}
|
|
2264
|
+
/**
|
|
2265
|
+
* @public
|
|
2266
|
+
*/
|
|
1971
2267
|
export interface UpdateSecurityRequest {
|
|
1972
2268
|
/**
|
|
1973
2269
|
* <p>Includes all client authentication related information.</p>
|
|
@@ -1986,6 +2282,9 @@ export interface UpdateSecurityRequest {
|
|
|
1986
2282
|
*/
|
|
1987
2283
|
EncryptionInfo?: EncryptionInfo;
|
|
1988
2284
|
}
|
|
2285
|
+
/**
|
|
2286
|
+
* @public
|
|
2287
|
+
*/
|
|
1989
2288
|
export interface UpdateSecurityResponse {
|
|
1990
2289
|
/**
|
|
1991
2290
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -1997,6 +2296,7 @@ export interface UpdateSecurityResponse {
|
|
|
1997
2296
|
ClusterOperationArn?: string;
|
|
1998
2297
|
}
|
|
1999
2298
|
/**
|
|
2299
|
+
* @public
|
|
2000
2300
|
* <p>Request object for UpdateStorage api. Its used to update the storage attributes for the cluster.</p>
|
|
2001
2301
|
*/
|
|
2002
2302
|
export interface UpdateStorageRequest {
|
|
@@ -2021,6 +2321,9 @@ export interface UpdateStorageRequest {
|
|
|
2021
2321
|
*/
|
|
2022
2322
|
VolumeSizeGB?: number;
|
|
2023
2323
|
}
|
|
2324
|
+
/**
|
|
2325
|
+
* @public
|
|
2326
|
+
*/
|
|
2024
2327
|
export interface UpdateStorageResponse {
|
|
2025
2328
|
/**
|
|
2026
2329
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
@@ -2031,499 +2334,3 @@ export interface UpdateStorageResponse {
|
|
|
2031
2334
|
*/
|
|
2032
2335
|
ClusterOperationArn?: string;
|
|
2033
2336
|
}
|
|
2034
|
-
/**
|
|
2035
|
-
* @internal
|
|
2036
|
-
*/
|
|
2037
|
-
export declare const ProvisionedThroughputFilterSensitiveLog: (obj: ProvisionedThroughput) => any;
|
|
2038
|
-
/**
|
|
2039
|
-
* @internal
|
|
2040
|
-
*/
|
|
2041
|
-
export declare const BrokerEBSVolumeInfoFilterSensitiveLog: (obj: BrokerEBSVolumeInfo) => any;
|
|
2042
|
-
/**
|
|
2043
|
-
* @internal
|
|
2044
|
-
*/
|
|
2045
|
-
export declare const PublicAccessFilterSensitiveLog: (obj: PublicAccess) => any;
|
|
2046
|
-
/**
|
|
2047
|
-
* @internal
|
|
2048
|
-
*/
|
|
2049
|
-
export declare const ConnectivityInfoFilterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
2050
|
-
/**
|
|
2051
|
-
* @internal
|
|
2052
|
-
*/
|
|
2053
|
-
export declare const EBSStorageInfoFilterSensitiveLog: (obj: EBSStorageInfo) => any;
|
|
2054
|
-
/**
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
2057
|
-
export declare const StorageInfoFilterSensitiveLog: (obj: StorageInfo) => any;
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
export declare const BrokerNodeGroupInfoFilterSensitiveLog: (obj: BrokerNodeGroupInfo) => any;
|
|
2062
|
-
/**
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
2065
|
-
export declare const IamFilterSensitiveLog: (obj: Iam) => any;
|
|
2066
|
-
/**
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
2069
|
-
export declare const ScramFilterSensitiveLog: (obj: Scram) => any;
|
|
2070
|
-
/**
|
|
2071
|
-
* @internal
|
|
2072
|
-
*/
|
|
2073
|
-
export declare const SaslFilterSensitiveLog: (obj: Sasl) => any;
|
|
2074
|
-
/**
|
|
2075
|
-
* @internal
|
|
2076
|
-
*/
|
|
2077
|
-
export declare const TlsFilterSensitiveLog: (obj: Tls) => any;
|
|
2078
|
-
/**
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
2081
|
-
export declare const UnauthenticatedFilterSensitiveLog: (obj: Unauthenticated) => any;
|
|
2082
|
-
/**
|
|
2083
|
-
* @internal
|
|
2084
|
-
*/
|
|
2085
|
-
export declare const ClientAuthenticationFilterSensitiveLog: (obj: ClientAuthentication) => any;
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
export declare const BrokerSoftwareInfoFilterSensitiveLog: (obj: BrokerSoftwareInfo) => any;
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
|
-
export declare const EncryptionAtRestFilterSensitiveLog: (obj: EncryptionAtRest) => any;
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
export declare const EncryptionInTransitFilterSensitiveLog: (obj: EncryptionInTransit) => any;
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
export declare const EncryptionInfoFilterSensitiveLog: (obj: EncryptionInfo) => any;
|
|
2102
|
-
/**
|
|
2103
|
-
* @internal
|
|
2104
|
-
*/
|
|
2105
|
-
export declare const CloudWatchLogsFilterSensitiveLog: (obj: CloudWatchLogs) => any;
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
export declare const FirehoseFilterSensitiveLog: (obj: Firehose) => any;
|
|
2110
|
-
/**
|
|
2111
|
-
* @internal
|
|
2112
|
-
*/
|
|
2113
|
-
export declare const S3FilterSensitiveLog: (obj: S3) => any;
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
export declare const BrokerLogsFilterSensitiveLog: (obj: BrokerLogs) => any;
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
export declare const LoggingInfoFilterSensitiveLog: (obj: LoggingInfo) => any;
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
export declare const JmxExporterInfoFilterSensitiveLog: (obj: JmxExporterInfo) => any;
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
export declare const NodeExporterInfoFilterSensitiveLog: (obj: NodeExporterInfo) => any;
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
export declare const PrometheusInfoFilterSensitiveLog: (obj: PrometheusInfo) => any;
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
export declare const OpenMonitoringInfoFilterSensitiveLog: (obj: OpenMonitoringInfo) => any;
|
|
2138
|
-
/**
|
|
2139
|
-
* @internal
|
|
2140
|
-
*/
|
|
2141
|
-
export declare const ProvisionedFilterSensitiveLog: (obj: Provisioned) => any;
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
export declare const ServerlessSaslFilterSensitiveLog: (obj: ServerlessSasl) => any;
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
export declare const ServerlessClientAuthenticationFilterSensitiveLog: (obj: ServerlessClientAuthentication) => any;
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
export declare const ServerlessFilterSensitiveLog: (obj: Serverless) => any;
|
|
2158
|
-
/**
|
|
2159
|
-
* @internal
|
|
2160
|
-
*/
|
|
2161
|
-
export declare const StateInfoFilterSensitiveLog: (obj: StateInfo) => any;
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
2166
|
-
/**
|
|
2167
|
-
* @internal
|
|
2168
|
-
*/
|
|
2169
|
-
export declare const JmxExporterFilterSensitiveLog: (obj: JmxExporter) => any;
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
2173
|
-
export declare const NodeExporterFilterSensitiveLog: (obj: NodeExporter) => any;
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
export declare const PrometheusFilterSensitiveLog: (obj: Prometheus) => any;
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
export declare const OpenMonitoringFilterSensitiveLog: (obj: OpenMonitoring) => any;
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
export declare const ClusterInfoFilterSensitiveLog: (obj: ClusterInfo) => any;
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
export declare const ErrorInfoFilterSensitiveLog: (obj: ErrorInfo) => any;
|
|
2190
|
-
/**
|
|
2191
|
-
* @internal
|
|
2192
|
-
*/
|
|
2193
|
-
export declare const ClusterOperationStepInfoFilterSensitiveLog: (obj: ClusterOperationStepInfo) => any;
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
export declare const ClusterOperationStepFilterSensitiveLog: (obj: ClusterOperationStep) => any;
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
export declare const ConfigurationInfoFilterSensitiveLog: (obj: ConfigurationInfo) => any;
|
|
2202
|
-
/**
|
|
2203
|
-
* @internal
|
|
2204
|
-
*/
|
|
2205
|
-
export declare const MutableClusterInfoFilterSensitiveLog: (obj: MutableClusterInfo) => any;
|
|
2206
|
-
/**
|
|
2207
|
-
* @internal
|
|
2208
|
-
*/
|
|
2209
|
-
export declare const ClusterOperationInfoFilterSensitiveLog: (obj: ClusterOperationInfo) => any;
|
|
2210
|
-
/**
|
|
2211
|
-
* @internal
|
|
2212
|
-
*/
|
|
2213
|
-
export declare const CompatibleKafkaVersionFilterSensitiveLog: (obj: CompatibleKafkaVersion) => any;
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
export declare const ConfigurationRevisionFilterSensitiveLog: (obj: ConfigurationRevision) => any;
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
export declare const ConfigurationFilterSensitiveLog: (obj: Configuration) => any;
|
|
2222
|
-
/**
|
|
2223
|
-
* @internal
|
|
2224
|
-
*/
|
|
2225
|
-
export declare const KafkaVersionFilterSensitiveLog: (obj: KafkaVersion) => any;
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
export declare const BrokerNodeInfoFilterSensitiveLog: (obj: BrokerNodeInfo) => any;
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
export declare const ZookeeperNodeInfoFilterSensitiveLog: (obj: ZookeeperNodeInfo) => any;
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
export declare const NodeInfoFilterSensitiveLog: (obj: NodeInfo) => any;
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
*/
|
|
2241
|
-
export declare const UnprocessedScramSecretFilterSensitiveLog: (obj: UnprocessedScramSecret) => any;
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
export declare const BatchAssociateScramSecretRequestFilterSensitiveLog: (obj: BatchAssociateScramSecretRequest) => any;
|
|
2246
|
-
/**
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
2249
|
-
export declare const BatchAssociateScramSecretResponseFilterSensitiveLog: (obj: BatchAssociateScramSecretResponse) => any;
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
export declare const BatchDisassociateScramSecretRequestFilterSensitiveLog: (obj: BatchDisassociateScramSecretRequest) => any;
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
export declare const BatchDisassociateScramSecretResponseFilterSensitiveLog: (obj: BatchDisassociateScramSecretResponse) => any;
|
|
2258
|
-
/**
|
|
2259
|
-
* @internal
|
|
2260
|
-
*/
|
|
2261
|
-
export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
export declare const ProvisionedRequestFilterSensitiveLog: (obj: ProvisionedRequest) => any;
|
|
2270
|
-
/**
|
|
2271
|
-
* @internal
|
|
2272
|
-
*/
|
|
2273
|
-
export declare const ServerlessRequestFilterSensitiveLog: (obj: ServerlessRequest) => any;
|
|
2274
|
-
/**
|
|
2275
|
-
* @internal
|
|
2276
|
-
*/
|
|
2277
|
-
export declare const CreateClusterV2RequestFilterSensitiveLog: (obj: CreateClusterV2Request) => any;
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
export declare const CreateClusterV2ResponseFilterSensitiveLog: (obj: CreateClusterV2Response) => any;
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
export declare const CreateConfigurationRequestFilterSensitiveLog: (obj: CreateConfigurationRequest) => any;
|
|
2286
|
-
/**
|
|
2287
|
-
* @internal
|
|
2288
|
-
*/
|
|
2289
|
-
export declare const CreateConfigurationResponseFilterSensitiveLog: (obj: CreateConfigurationResponse) => any;
|
|
2290
|
-
/**
|
|
2291
|
-
* @internal
|
|
2292
|
-
*/
|
|
2293
|
-
export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
2294
|
-
/**
|
|
2295
|
-
* @internal
|
|
2296
|
-
*/
|
|
2297
|
-
export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
2298
|
-
/**
|
|
2299
|
-
* @internal
|
|
2300
|
-
*/
|
|
2301
|
-
export declare const DeleteConfigurationRequestFilterSensitiveLog: (obj: DeleteConfigurationRequest) => any;
|
|
2302
|
-
/**
|
|
2303
|
-
* @internal
|
|
2304
|
-
*/
|
|
2305
|
-
export declare const DeleteConfigurationResponseFilterSensitiveLog: (obj: DeleteConfigurationResponse) => any;
|
|
2306
|
-
/**
|
|
2307
|
-
* @internal
|
|
2308
|
-
*/
|
|
2309
|
-
export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
2310
|
-
/**
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
2313
|
-
export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
2314
|
-
/**
|
|
2315
|
-
* @internal
|
|
2316
|
-
*/
|
|
2317
|
-
export declare const DescribeClusterOperationRequestFilterSensitiveLog: (obj: DescribeClusterOperationRequest) => any;
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
export declare const DescribeClusterOperationResponseFilterSensitiveLog: (obj: DescribeClusterOperationResponse) => any;
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
export declare const DescribeClusterV2RequestFilterSensitiveLog: (obj: DescribeClusterV2Request) => any;
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
export declare const DescribeClusterV2ResponseFilterSensitiveLog: (obj: DescribeClusterV2Response) => any;
|
|
2330
|
-
/**
|
|
2331
|
-
* @internal
|
|
2332
|
-
*/
|
|
2333
|
-
export declare const DescribeConfigurationRequestFilterSensitiveLog: (obj: DescribeConfigurationRequest) => any;
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
export declare const DescribeConfigurationResponseFilterSensitiveLog: (obj: DescribeConfigurationResponse) => any;
|
|
2338
|
-
/**
|
|
2339
|
-
* @internal
|
|
2340
|
-
*/
|
|
2341
|
-
export declare const DescribeConfigurationRevisionRequestFilterSensitiveLog: (obj: DescribeConfigurationRevisionRequest) => any;
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
export declare const DescribeConfigurationRevisionResponseFilterSensitiveLog: (obj: DescribeConfigurationRevisionResponse) => any;
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
export declare const GetBootstrapBrokersRequestFilterSensitiveLog: (obj: GetBootstrapBrokersRequest) => any;
|
|
2350
|
-
/**
|
|
2351
|
-
* @internal
|
|
2352
|
-
*/
|
|
2353
|
-
export declare const GetBootstrapBrokersResponseFilterSensitiveLog: (obj: GetBootstrapBrokersResponse) => any;
|
|
2354
|
-
/**
|
|
2355
|
-
* @internal
|
|
2356
|
-
*/
|
|
2357
|
-
export declare const GetCompatibleKafkaVersionsRequestFilterSensitiveLog: (obj: GetCompatibleKafkaVersionsRequest) => any;
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
export declare const GetCompatibleKafkaVersionsResponseFilterSensitiveLog: (obj: GetCompatibleKafkaVersionsResponse) => any;
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
export declare const ListClusterOperationsRequestFilterSensitiveLog: (obj: ListClusterOperationsRequest) => any;
|
|
2366
|
-
/**
|
|
2367
|
-
* @internal
|
|
2368
|
-
*/
|
|
2369
|
-
export declare const ListClusterOperationsResponseFilterSensitiveLog: (obj: ListClusterOperationsResponse) => any;
|
|
2370
|
-
/**
|
|
2371
|
-
* @internal
|
|
2372
|
-
*/
|
|
2373
|
-
export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
export declare const ListClustersV2RequestFilterSensitiveLog: (obj: ListClustersV2Request) => any;
|
|
2382
|
-
/**
|
|
2383
|
-
* @internal
|
|
2384
|
-
*/
|
|
2385
|
-
export declare const ListClustersV2ResponseFilterSensitiveLog: (obj: ListClustersV2Response) => any;
|
|
2386
|
-
/**
|
|
2387
|
-
* @internal
|
|
2388
|
-
*/
|
|
2389
|
-
export declare const ListConfigurationRevisionsRequestFilterSensitiveLog: (obj: ListConfigurationRevisionsRequest) => any;
|
|
2390
|
-
/**
|
|
2391
|
-
* @internal
|
|
2392
|
-
*/
|
|
2393
|
-
export declare const ListConfigurationRevisionsResponseFilterSensitiveLog: (obj: ListConfigurationRevisionsResponse) => any;
|
|
2394
|
-
/**
|
|
2395
|
-
* @internal
|
|
2396
|
-
*/
|
|
2397
|
-
export declare const ListConfigurationsRequestFilterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
2398
|
-
/**
|
|
2399
|
-
* @internal
|
|
2400
|
-
*/
|
|
2401
|
-
export declare const ListConfigurationsResponseFilterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
2402
|
-
/**
|
|
2403
|
-
* @internal
|
|
2404
|
-
*/
|
|
2405
|
-
export declare const ListKafkaVersionsRequestFilterSensitiveLog: (obj: ListKafkaVersionsRequest) => any;
|
|
2406
|
-
/**
|
|
2407
|
-
* @internal
|
|
2408
|
-
*/
|
|
2409
|
-
export declare const ListKafkaVersionsResponseFilterSensitiveLog: (obj: ListKafkaVersionsResponse) => any;
|
|
2410
|
-
/**
|
|
2411
|
-
* @internal
|
|
2412
|
-
*/
|
|
2413
|
-
export declare const ListNodesRequestFilterSensitiveLog: (obj: ListNodesRequest) => any;
|
|
2414
|
-
/**
|
|
2415
|
-
* @internal
|
|
2416
|
-
*/
|
|
2417
|
-
export declare const ListNodesResponseFilterSensitiveLog: (obj: ListNodesResponse) => any;
|
|
2418
|
-
/**
|
|
2419
|
-
* @internal
|
|
2420
|
-
*/
|
|
2421
|
-
export declare const ListScramSecretsRequestFilterSensitiveLog: (obj: ListScramSecretsRequest) => any;
|
|
2422
|
-
/**
|
|
2423
|
-
* @internal
|
|
2424
|
-
*/
|
|
2425
|
-
export declare const ListScramSecretsResponseFilterSensitiveLog: (obj: ListScramSecretsResponse) => any;
|
|
2426
|
-
/**
|
|
2427
|
-
* @internal
|
|
2428
|
-
*/
|
|
2429
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2430
|
-
/**
|
|
2431
|
-
* @internal
|
|
2432
|
-
*/
|
|
2433
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
export declare const RebootBrokerRequestFilterSensitiveLog: (obj: RebootBrokerRequest) => any;
|
|
2438
|
-
/**
|
|
2439
|
-
* @internal
|
|
2440
|
-
*/
|
|
2441
|
-
export declare const RebootBrokerResponseFilterSensitiveLog: (obj: RebootBrokerResponse) => any;
|
|
2442
|
-
/**
|
|
2443
|
-
* @internal
|
|
2444
|
-
*/
|
|
2445
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2446
|
-
/**
|
|
2447
|
-
* @internal
|
|
2448
|
-
*/
|
|
2449
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2450
|
-
/**
|
|
2451
|
-
* @internal
|
|
2452
|
-
*/
|
|
2453
|
-
export declare const UpdateBrokerCountRequestFilterSensitiveLog: (obj: UpdateBrokerCountRequest) => any;
|
|
2454
|
-
/**
|
|
2455
|
-
* @internal
|
|
2456
|
-
*/
|
|
2457
|
-
export declare const UpdateBrokerCountResponseFilterSensitiveLog: (obj: UpdateBrokerCountResponse) => any;
|
|
2458
|
-
/**
|
|
2459
|
-
* @internal
|
|
2460
|
-
*/
|
|
2461
|
-
export declare const UpdateBrokerStorageRequestFilterSensitiveLog: (obj: UpdateBrokerStorageRequest) => any;
|
|
2462
|
-
/**
|
|
2463
|
-
* @internal
|
|
2464
|
-
*/
|
|
2465
|
-
export declare const UpdateBrokerStorageResponseFilterSensitiveLog: (obj: UpdateBrokerStorageResponse) => any;
|
|
2466
|
-
/**
|
|
2467
|
-
* @internal
|
|
2468
|
-
*/
|
|
2469
|
-
export declare const UpdateBrokerTypeRequestFilterSensitiveLog: (obj: UpdateBrokerTypeRequest) => any;
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
export declare const UpdateBrokerTypeResponseFilterSensitiveLog: (obj: UpdateBrokerTypeResponse) => any;
|
|
2474
|
-
/**
|
|
2475
|
-
* @internal
|
|
2476
|
-
*/
|
|
2477
|
-
export declare const UpdateClusterConfigurationRequestFilterSensitiveLog: (obj: UpdateClusterConfigurationRequest) => any;
|
|
2478
|
-
/**
|
|
2479
|
-
* @internal
|
|
2480
|
-
*/
|
|
2481
|
-
export declare const UpdateClusterConfigurationResponseFilterSensitiveLog: (obj: UpdateClusterConfigurationResponse) => any;
|
|
2482
|
-
/**
|
|
2483
|
-
* @internal
|
|
2484
|
-
*/
|
|
2485
|
-
export declare const UpdateClusterKafkaVersionRequestFilterSensitiveLog: (obj: UpdateClusterKafkaVersionRequest) => any;
|
|
2486
|
-
/**
|
|
2487
|
-
* @internal
|
|
2488
|
-
*/
|
|
2489
|
-
export declare const UpdateClusterKafkaVersionResponseFilterSensitiveLog: (obj: UpdateClusterKafkaVersionResponse) => any;
|
|
2490
|
-
/**
|
|
2491
|
-
* @internal
|
|
2492
|
-
*/
|
|
2493
|
-
export declare const UpdateConfigurationRequestFilterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
|
|
2494
|
-
/**
|
|
2495
|
-
* @internal
|
|
2496
|
-
*/
|
|
2497
|
-
export declare const UpdateConfigurationResponseFilterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
|
|
2498
|
-
/**
|
|
2499
|
-
* @internal
|
|
2500
|
-
*/
|
|
2501
|
-
export declare const UpdateConnectivityRequestFilterSensitiveLog: (obj: UpdateConnectivityRequest) => any;
|
|
2502
|
-
/**
|
|
2503
|
-
* @internal
|
|
2504
|
-
*/
|
|
2505
|
-
export declare const UpdateConnectivityResponseFilterSensitiveLog: (obj: UpdateConnectivityResponse) => any;
|
|
2506
|
-
/**
|
|
2507
|
-
* @internal
|
|
2508
|
-
*/
|
|
2509
|
-
export declare const UpdateMonitoringRequestFilterSensitiveLog: (obj: UpdateMonitoringRequest) => any;
|
|
2510
|
-
/**
|
|
2511
|
-
* @internal
|
|
2512
|
-
*/
|
|
2513
|
-
export declare const UpdateMonitoringResponseFilterSensitiveLog: (obj: UpdateMonitoringResponse) => any;
|
|
2514
|
-
/**
|
|
2515
|
-
* @internal
|
|
2516
|
-
*/
|
|
2517
|
-
export declare const UpdateSecurityRequestFilterSensitiveLog: (obj: UpdateSecurityRequest) => any;
|
|
2518
|
-
/**
|
|
2519
|
-
* @internal
|
|
2520
|
-
*/
|
|
2521
|
-
export declare const UpdateSecurityResponseFilterSensitiveLog: (obj: UpdateSecurityResponse) => any;
|
|
2522
|
-
/**
|
|
2523
|
-
* @internal
|
|
2524
|
-
*/
|
|
2525
|
-
export declare const UpdateStorageRequestFilterSensitiveLog: (obj: UpdateStorageRequest) => any;
|
|
2526
|
-
/**
|
|
2527
|
-
* @internal
|
|
2528
|
-
*/
|
|
2529
|
-
export declare const UpdateStorageResponseFilterSensitiveLog: (obj: UpdateStorageResponse) => any;
|