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