@aws-sdk/client-kafka 3.532.0 → 3.535.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-types/Kafka.d.ts +8 -1
- package/dist-types/KafkaClient.d.ts +1 -1
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +2 -1
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterV2Command.d.ts +2 -1
- package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/CreateReplicatorCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +2 -1
- package/dist-types/commands/DescribeClusterV2Command.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -2
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +2 -1
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersV2Command.d.ts +2 -1
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListReplicatorsCommand.d.ts +2 -1
- package/dist-types/commands/ListScramSecretsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +2 -1
- package/dist-types/commands/RebootBrokerCommand.d.ts +2 -1
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStorageCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +655 -655
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Kafka.d.ts +7 -0
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { KafkaServiceException as __BaseException } from "./KafkaServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export interface ProvisionedThroughput {
|
|
8
8
|
/**
|
|
9
|
-
* @public
|
|
10
9
|
* <p>Provisioned throughput is enabled or not.</p>
|
|
10
|
+
* @public
|
|
11
11
|
*/
|
|
12
12
|
Enabled?: boolean;
|
|
13
13
|
/**
|
|
14
|
-
* @public
|
|
15
14
|
* <p>Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.</p>
|
|
15
|
+
* @public
|
|
16
16
|
*/
|
|
17
17
|
VolumeThroughput?: number;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* @public
|
|
21
20
|
* <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>
|
|
21
|
+
* @public
|
|
22
22
|
*/
|
|
23
23
|
export interface BrokerEBSVolumeInfo {
|
|
24
24
|
/**
|
|
25
|
-
* @public
|
|
26
25
|
* <p>The ID of the broker to update.</p>
|
|
26
|
+
* @public
|
|
27
27
|
*/
|
|
28
28
|
KafkaBrokerNodeId: string | undefined;
|
|
29
29
|
/**
|
|
30
|
-
* @public
|
|
31
30
|
* <p>EBS volume provisioned throughput information.</p>
|
|
31
|
+
* @public
|
|
32
32
|
*/
|
|
33
33
|
ProvisionedThroughput?: ProvisionedThroughput;
|
|
34
34
|
/**
|
|
35
|
-
* @public
|
|
36
35
|
* <p>Size of the EBS volume to update.</p>
|
|
36
|
+
* @public
|
|
37
37
|
*/
|
|
38
38
|
VolumeSizeGB?: number;
|
|
39
39
|
}
|
|
@@ -56,33 +56,33 @@ export declare const VpcConnectionState: {
|
|
|
56
56
|
*/
|
|
57
57
|
export type VpcConnectionState = (typeof VpcConnectionState)[keyof typeof VpcConnectionState];
|
|
58
58
|
/**
|
|
59
|
-
* @public
|
|
60
59
|
* <p>The client VPC connection object.</p>
|
|
60
|
+
* @public
|
|
61
61
|
*/
|
|
62
62
|
export interface ClientVpcConnection {
|
|
63
63
|
/**
|
|
64
|
-
* @public
|
|
65
64
|
* <p>Information about the auth scheme of Vpc Connection.</p>
|
|
65
|
+
* @public
|
|
66
66
|
*/
|
|
67
67
|
Authentication?: string;
|
|
68
68
|
/**
|
|
69
|
-
* @public
|
|
70
69
|
* <p>Creation time of the Vpc Connection.</p>
|
|
70
|
+
* @public
|
|
71
71
|
*/
|
|
72
72
|
CreationTime?: Date;
|
|
73
73
|
/**
|
|
74
|
-
* @public
|
|
75
74
|
* <p>State of the Vpc Connection.</p>
|
|
75
|
+
* @public
|
|
76
76
|
*/
|
|
77
77
|
State?: VpcConnectionState;
|
|
78
78
|
/**
|
|
79
|
-
* @public
|
|
80
79
|
* <p>The ARN that identifies the Vpc Connection.</p>
|
|
80
|
+
* @public
|
|
81
81
|
*/
|
|
82
82
|
VpcConnectionArn: string | undefined;
|
|
83
83
|
/**
|
|
84
|
-
* @public
|
|
85
84
|
* <p>The Owner of the Vpc Connection.</p>
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
Owner?: string;
|
|
88
88
|
}
|
|
@@ -110,229 +110,229 @@ export declare const BrokerAZDistribution: {
|
|
|
110
110
|
*/
|
|
111
111
|
export type BrokerAZDistribution = (typeof BrokerAZDistribution)[keyof typeof BrokerAZDistribution];
|
|
112
112
|
/**
|
|
113
|
-
* @public
|
|
114
113
|
* Public access control for brokers.
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
export interface PublicAccess {
|
|
117
117
|
/**
|
|
118
|
-
* @public
|
|
119
118
|
* <p>The value DISABLED indicates that public access is turned off. SERVICE_PROVIDED_EIPS indicates that public access is turned on.</p>
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
Type?: string;
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
|
-
* @public
|
|
125
124
|
* <p>Details for IAM access control for VPC connectivity.</p>
|
|
125
|
+
* @public
|
|
126
126
|
*/
|
|
127
127
|
export interface VpcConnectivityIam {
|
|
128
128
|
/**
|
|
129
|
-
* @public
|
|
130
129
|
* <p>SASL/IAM authentication is on or off for VPC connectivity.</p>
|
|
130
|
+
* @public
|
|
131
131
|
*/
|
|
132
132
|
Enabled?: boolean;
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
|
-
* @public
|
|
136
135
|
* <p>Details for SASL/SCRAM client authentication for VPC connectivity.</p>
|
|
136
|
+
* @public
|
|
137
137
|
*/
|
|
138
138
|
export interface VpcConnectivityScram {
|
|
139
139
|
/**
|
|
140
|
-
* @public
|
|
141
140
|
* <p>SASL/SCRAM authentication is on or off for VPC connectivity.</p>
|
|
141
|
+
* @public
|
|
142
142
|
*/
|
|
143
143
|
Enabled?: boolean;
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
|
-
* @public
|
|
147
146
|
* <p>Details for SASL client authentication for VPC connectivity.</p>
|
|
147
|
+
* @public
|
|
148
148
|
*/
|
|
149
149
|
export interface VpcConnectivitySasl {
|
|
150
150
|
/**
|
|
151
|
-
* @public
|
|
152
151
|
* <p>Details for SASL/SCRAM client authentication for VPC connectivity.</p>
|
|
152
|
+
* @public
|
|
153
153
|
*/
|
|
154
154
|
Scram?: VpcConnectivityScram;
|
|
155
155
|
/**
|
|
156
|
-
* @public
|
|
157
156
|
* <p>Details for SASL/IAM client authentication for VPC connectivity.</p>
|
|
157
|
+
* @public
|
|
158
158
|
*/
|
|
159
159
|
Iam?: VpcConnectivityIam;
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
|
-
* @public
|
|
163
162
|
* <p>Details for TLS client authentication for VPC connectivity.</p>
|
|
163
|
+
* @public
|
|
164
164
|
*/
|
|
165
165
|
export interface VpcConnectivityTls {
|
|
166
166
|
/**
|
|
167
|
-
* @public
|
|
168
167
|
* <p>TLS authentication is on or off for VPC connectivity.</p>
|
|
168
|
+
* @public
|
|
169
169
|
*/
|
|
170
170
|
Enabled?: boolean;
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
|
-
* @public
|
|
174
173
|
* <p>Includes all client authentication information for VPC connectivity.</p>
|
|
174
|
+
* @public
|
|
175
175
|
*/
|
|
176
176
|
export interface VpcConnectivityClientAuthentication {
|
|
177
177
|
/**
|
|
178
|
-
* @public
|
|
179
178
|
* <p>SASL authentication type details for VPC connectivity.</p>
|
|
179
|
+
* @public
|
|
180
180
|
*/
|
|
181
181
|
Sasl?: VpcConnectivitySasl;
|
|
182
182
|
/**
|
|
183
|
-
* @public
|
|
184
183
|
* <p>TLS authentication type details for VPC connectivity.</p>
|
|
184
|
+
* @public
|
|
185
185
|
*/
|
|
186
186
|
Tls?: VpcConnectivityTls;
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
|
-
* @public
|
|
190
189
|
* VPC connectivity access control for brokers.
|
|
190
|
+
* @public
|
|
191
191
|
*/
|
|
192
192
|
export interface VpcConnectivity {
|
|
193
193
|
/**
|
|
194
|
-
* @public
|
|
195
194
|
* <p>Includes all client authentication information for VPC connectivity.</p>
|
|
195
|
+
* @public
|
|
196
196
|
*/
|
|
197
197
|
ClientAuthentication?: VpcConnectivityClientAuthentication;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
|
-
* @public
|
|
201
200
|
* <p>Information about the broker access configuration.</p>
|
|
201
|
+
* @public
|
|
202
202
|
*/
|
|
203
203
|
export interface ConnectivityInfo {
|
|
204
204
|
/**
|
|
205
|
-
* @public
|
|
206
205
|
* <p>Public access control for brokers.</p>
|
|
206
|
+
* @public
|
|
207
207
|
*/
|
|
208
208
|
PublicAccess?: PublicAccess;
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p>VPC connectivity access control for brokers.</p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
VpcConnectivity?: VpcConnectivity;
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
|
-
* @public
|
|
217
216
|
* <p>Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.</p>
|
|
217
|
+
* @public
|
|
218
218
|
*/
|
|
219
219
|
export interface EBSStorageInfo {
|
|
220
220
|
/**
|
|
221
|
-
* @public
|
|
222
221
|
* <p>EBS volume provisioned throughput information.</p>
|
|
222
|
+
* @public
|
|
223
223
|
*/
|
|
224
224
|
ProvisionedThroughput?: ProvisionedThroughput;
|
|
225
225
|
/**
|
|
226
|
-
* @public
|
|
227
226
|
* <p>The size in GiB of the EBS volume for the data drive on each broker node.</p>
|
|
227
|
+
* @public
|
|
228
228
|
*/
|
|
229
229
|
VolumeSize?: number;
|
|
230
230
|
}
|
|
231
231
|
/**
|
|
232
|
-
* @public
|
|
233
232
|
* <p>Contains information about storage volumes attached to MSK broker nodes.</p>
|
|
233
|
+
* @public
|
|
234
234
|
*/
|
|
235
235
|
export interface StorageInfo {
|
|
236
236
|
/**
|
|
237
|
-
* @public
|
|
238
237
|
* <p>EBS volume information.</p>
|
|
238
|
+
* @public
|
|
239
239
|
*/
|
|
240
240
|
EbsStorageInfo?: EBSStorageInfo;
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
|
-
* @public
|
|
244
243
|
* <p>Describes the setup to be used for Apache Kafka broker nodes in the cluster.</p>
|
|
244
|
+
* @public
|
|
245
245
|
*/
|
|
246
246
|
export interface BrokerNodeGroupInfo {
|
|
247
247
|
/**
|
|
248
|
-
* @public
|
|
249
248
|
* <p>The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.</p>
|
|
250
249
|
* <p>Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.</p>
|
|
250
|
+
* @public
|
|
251
251
|
*/
|
|
252
252
|
BrokerAZDistribution?: BrokerAZDistribution;
|
|
253
253
|
/**
|
|
254
|
-
* @public
|
|
255
254
|
* <p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.</p>
|
|
255
|
+
* @public
|
|
256
256
|
*/
|
|
257
257
|
ClientSubnets: string[] | undefined;
|
|
258
258
|
/**
|
|
259
|
-
* @public
|
|
260
259
|
* <p>The type of Amazon EC2 instances to use for Apache Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge,
|
|
261
260
|
* kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.</p>
|
|
261
|
+
* @public
|
|
262
262
|
*/
|
|
263
263
|
InstanceType: string | undefined;
|
|
264
264
|
/**
|
|
265
|
-
* @public
|
|
266
265
|
* <p>The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.</p>
|
|
266
|
+
* @public
|
|
267
267
|
*/
|
|
268
268
|
SecurityGroups?: string[];
|
|
269
269
|
/**
|
|
270
|
-
* @public
|
|
271
270
|
* <p>Contains information about storage volumes attached to MSK broker nodes.</p>
|
|
271
|
+
* @public
|
|
272
272
|
*/
|
|
273
273
|
StorageInfo?: StorageInfo;
|
|
274
274
|
/**
|
|
275
|
-
* @public
|
|
276
275
|
* <p>Information about the broker access configuration.</p>
|
|
276
|
+
* @public
|
|
277
277
|
*/
|
|
278
278
|
ConnectivityInfo?: ConnectivityInfo;
|
|
279
279
|
/**
|
|
280
|
-
* @public
|
|
281
280
|
* <p>The list of zoneIds for the cluster in the virtual private cloud (VPC).</p>
|
|
281
|
+
* @public
|
|
282
282
|
*/
|
|
283
283
|
ZoneIds?: string[];
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
|
-
* @public
|
|
287
286
|
* <p>Details for IAM access control.</p>
|
|
287
|
+
* @public
|
|
288
288
|
*/
|
|
289
289
|
export interface Iam {
|
|
290
290
|
/**
|
|
291
|
-
* @public
|
|
292
291
|
* <p>Indicates whether IAM access control is enabled.</p>
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
Enabled?: boolean;
|
|
295
295
|
}
|
|
296
296
|
/**
|
|
297
|
-
* @public
|
|
298
297
|
* <p>Details for SASL/SCRAM client authentication.</p>
|
|
298
|
+
* @public
|
|
299
299
|
*/
|
|
300
300
|
export interface Scram {
|
|
301
301
|
/**
|
|
302
|
-
* @public
|
|
303
302
|
* <p>SASL/SCRAM authentication is enabled or not.</p>
|
|
303
|
+
* @public
|
|
304
304
|
*/
|
|
305
305
|
Enabled?: boolean;
|
|
306
306
|
}
|
|
307
307
|
/**
|
|
308
|
-
* @public
|
|
309
308
|
* <p>Details for client authentication using SASL.</p>
|
|
309
|
+
* @public
|
|
310
310
|
*/
|
|
311
311
|
export interface Sasl {
|
|
312
312
|
/**
|
|
313
|
-
* @public
|
|
314
313
|
* <p>Details for SASL/SCRAM client authentication.</p>
|
|
314
|
+
* @public
|
|
315
315
|
*/
|
|
316
316
|
Scram?: Scram;
|
|
317
317
|
/**
|
|
318
|
-
* @public
|
|
319
318
|
* <p>Indicates whether IAM access control is enabled.</p>
|
|
319
|
+
* @public
|
|
320
320
|
*/
|
|
321
321
|
Iam?: Iam;
|
|
322
322
|
}
|
|
323
323
|
/**
|
|
324
|
-
* @public
|
|
325
324
|
* <p>Details for client authentication using TLS.</p>
|
|
325
|
+
* @public
|
|
326
326
|
*/
|
|
327
327
|
export interface Tls {
|
|
328
328
|
/**
|
|
329
|
-
* @public
|
|
330
329
|
* <p>List of ACM Certificate Authority ARNs.</p>
|
|
330
|
+
* @public
|
|
331
331
|
*/
|
|
332
332
|
CertificateAuthorityArnList?: string[];
|
|
333
333
|
/**
|
|
334
|
-
* @public
|
|
335
334
|
* <p>Specifies whether you want to turn on or turn off TLS authentication.</p>
|
|
335
|
+
* @public
|
|
336
336
|
*/
|
|
337
337
|
Enabled?: boolean;
|
|
338
338
|
}
|
|
@@ -341,50 +341,50 @@ export interface Tls {
|
|
|
341
341
|
*/
|
|
342
342
|
export interface Unauthenticated {
|
|
343
343
|
/**
|
|
344
|
-
* @public
|
|
345
344
|
* <p>Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.</p>
|
|
345
|
+
* @public
|
|
346
346
|
*/
|
|
347
347
|
Enabled?: boolean;
|
|
348
348
|
}
|
|
349
349
|
/**
|
|
350
|
-
* @public
|
|
351
350
|
* <p>Includes all client authentication information.</p>
|
|
351
|
+
* @public
|
|
352
352
|
*/
|
|
353
353
|
export interface ClientAuthentication {
|
|
354
354
|
/**
|
|
355
|
-
* @public
|
|
356
355
|
* <p>Details for ClientAuthentication using SASL.</p>
|
|
356
|
+
* @public
|
|
357
357
|
*/
|
|
358
358
|
Sasl?: Sasl;
|
|
359
359
|
/**
|
|
360
|
-
* @public
|
|
361
360
|
* <p>Details for ClientAuthentication using TLS.</p>
|
|
361
|
+
* @public
|
|
362
362
|
*/
|
|
363
363
|
Tls?: Tls;
|
|
364
364
|
/**
|
|
365
|
-
* @public
|
|
366
365
|
* <p>Contains information about unauthenticated traffic to the cluster.</p>
|
|
366
|
+
* @public
|
|
367
367
|
*/
|
|
368
368
|
Unauthenticated?: Unauthenticated;
|
|
369
369
|
}
|
|
370
370
|
/**
|
|
371
|
-
* @public
|
|
372
371
|
* <p>Information about the current software installed on the cluster.</p>
|
|
372
|
+
* @public
|
|
373
373
|
*/
|
|
374
374
|
export interface BrokerSoftwareInfo {
|
|
375
375
|
/**
|
|
376
|
-
* @public
|
|
377
376
|
* <p>The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.</p>
|
|
377
|
+
* @public
|
|
378
378
|
*/
|
|
379
379
|
ConfigurationArn?: string;
|
|
380
380
|
/**
|
|
381
|
-
* @public
|
|
382
381
|
* <p>The revision of the configuration to use. This field isn't visible in this preview release.</p>
|
|
382
|
+
* @public
|
|
383
383
|
*/
|
|
384
384
|
ConfigurationRevision?: number;
|
|
385
385
|
/**
|
|
386
|
-
* @public
|
|
387
386
|
* <p>The version of Apache Kafka.</p>
|
|
387
|
+
* @public
|
|
388
388
|
*/
|
|
389
389
|
KafkaVersion?: string;
|
|
390
390
|
}
|
|
@@ -402,13 +402,13 @@ export declare const CustomerActionStatus: {
|
|
|
402
402
|
*/
|
|
403
403
|
export type CustomerActionStatus = (typeof CustomerActionStatus)[keyof typeof CustomerActionStatus];
|
|
404
404
|
/**
|
|
405
|
-
* @public
|
|
406
405
|
* <p>The data-volume encryption details.</p>
|
|
406
|
+
* @public
|
|
407
407
|
*/
|
|
408
408
|
export interface EncryptionAtRest {
|
|
409
409
|
/**
|
|
410
|
-
* @public
|
|
411
410
|
* <p>The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.</p>
|
|
411
|
+
* @public
|
|
412
412
|
*/
|
|
413
413
|
DataVolumeKMSKeyId: string | undefined;
|
|
414
414
|
}
|
|
@@ -426,12 +426,11 @@ export declare const ClientBroker: {
|
|
|
426
426
|
*/
|
|
427
427
|
export type ClientBroker = (typeof ClientBroker)[keyof typeof ClientBroker];
|
|
428
428
|
/**
|
|
429
|
-
* @public
|
|
430
429
|
* <p>The settings for encrypting data in transit.</p>
|
|
430
|
+
* @public
|
|
431
431
|
*/
|
|
432
432
|
export interface EncryptionInTransit {
|
|
433
433
|
/**
|
|
434
|
-
* @public
|
|
435
434
|
* <p>Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.</p>
|
|
436
435
|
* <p>
|
|
437
436
|
* TLS means that client-broker communication is enabled with TLS only.</p>
|
|
@@ -440,28 +439,29 @@ export interface EncryptionInTransit {
|
|
|
440
439
|
* <p>
|
|
441
440
|
* PLAINTEXT means that client-broker communication is enabled in plaintext only.</p>
|
|
442
441
|
* <p>The default value is TLS_PLAINTEXT.</p>
|
|
442
|
+
* @public
|
|
443
443
|
*/
|
|
444
444
|
ClientBroker?: ClientBroker;
|
|
445
445
|
/**
|
|
446
|
-
* @public
|
|
447
446
|
* <p>When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext.</p>
|
|
448
447
|
* <p>The default value is true.</p>
|
|
448
|
+
* @public
|
|
449
449
|
*/
|
|
450
450
|
InCluster?: boolean;
|
|
451
451
|
}
|
|
452
452
|
/**
|
|
453
|
-
* @public
|
|
454
453
|
* <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>
|
|
454
|
+
* @public
|
|
455
455
|
*/
|
|
456
456
|
export interface EncryptionInfo {
|
|
457
457
|
/**
|
|
458
|
-
* @public
|
|
459
458
|
* <p>The data-volume encryption details.</p>
|
|
459
|
+
* @public
|
|
460
460
|
*/
|
|
461
461
|
EncryptionAtRest?: EncryptionAtRest;
|
|
462
462
|
/**
|
|
463
|
-
* @public
|
|
464
463
|
* <p>The details for encryption in transit.</p>
|
|
464
|
+
* @public
|
|
465
465
|
*/
|
|
466
466
|
EncryptionInTransit?: EncryptionInTransit;
|
|
467
467
|
}
|
|
@@ -516,51 +516,51 @@ export interface LoggingInfo {
|
|
|
516
516
|
BrokerLogs: BrokerLogs | undefined;
|
|
517
517
|
}
|
|
518
518
|
/**
|
|
519
|
-
* @public
|
|
520
519
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
520
|
+
* @public
|
|
521
521
|
*/
|
|
522
522
|
export interface JmxExporterInfo {
|
|
523
523
|
/**
|
|
524
|
-
* @public
|
|
525
524
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
525
|
+
* @public
|
|
526
526
|
*/
|
|
527
527
|
EnabledInBroker: boolean | undefined;
|
|
528
528
|
}
|
|
529
529
|
/**
|
|
530
|
-
* @public
|
|
531
530
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
531
|
+
* @public
|
|
532
532
|
*/
|
|
533
533
|
export interface NodeExporterInfo {
|
|
534
534
|
/**
|
|
535
|
-
* @public
|
|
536
535
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
536
|
+
* @public
|
|
537
537
|
*/
|
|
538
538
|
EnabledInBroker: boolean | undefined;
|
|
539
539
|
}
|
|
540
540
|
/**
|
|
541
|
-
* @public
|
|
542
541
|
* <p>Prometheus settings.</p>
|
|
542
|
+
* @public
|
|
543
543
|
*/
|
|
544
544
|
export interface PrometheusInfo {
|
|
545
545
|
/**
|
|
546
|
-
* @public
|
|
547
546
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
547
|
+
* @public
|
|
548
548
|
*/
|
|
549
549
|
JmxExporter?: JmxExporterInfo;
|
|
550
550
|
/**
|
|
551
|
-
* @public
|
|
552
551
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
552
|
+
* @public
|
|
553
553
|
*/
|
|
554
554
|
NodeExporter?: NodeExporterInfo;
|
|
555
555
|
}
|
|
556
556
|
/**
|
|
557
|
-
* @public
|
|
558
557
|
* <p>JMX and Node monitoring for the MSK cluster.</p>
|
|
558
|
+
* @public
|
|
559
559
|
*/
|
|
560
560
|
export interface OpenMonitoringInfo {
|
|
561
561
|
/**
|
|
562
|
-
* @public
|
|
563
562
|
* <p>Prometheus settings.</p>
|
|
563
|
+
* @public
|
|
564
564
|
*/
|
|
565
565
|
Prometheus: PrometheusInfo | undefined;
|
|
566
566
|
}
|
|
@@ -577,122 +577,122 @@ export declare const StorageMode: {
|
|
|
577
577
|
*/
|
|
578
578
|
export type StorageMode = (typeof StorageMode)[keyof typeof StorageMode];
|
|
579
579
|
/**
|
|
580
|
-
* @public
|
|
581
580
|
* <p>Provisioned cluster.</p>
|
|
581
|
+
* @public
|
|
582
582
|
*/
|
|
583
583
|
export interface Provisioned {
|
|
584
584
|
/**
|
|
585
|
-
* @public
|
|
586
585
|
* <p>Information about the brokers.</p>
|
|
586
|
+
* @public
|
|
587
587
|
*/
|
|
588
588
|
BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
|
|
589
589
|
/**
|
|
590
|
-
* @public
|
|
591
590
|
* <p>Information about the Apache Kafka version deployed on the brokers.</p>
|
|
591
|
+
* @public
|
|
592
592
|
*/
|
|
593
593
|
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
594
594
|
/**
|
|
595
|
-
* @public
|
|
596
595
|
* <p>Includes all client authentication information.</p>
|
|
596
|
+
* @public
|
|
597
597
|
*/
|
|
598
598
|
ClientAuthentication?: ClientAuthentication;
|
|
599
599
|
/**
|
|
600
|
-
* @public
|
|
601
600
|
* <p>Includes all encryption-related information.</p>
|
|
601
|
+
* @public
|
|
602
602
|
*/
|
|
603
603
|
EncryptionInfo?: EncryptionInfo;
|
|
604
604
|
/**
|
|
605
|
-
* @public
|
|
606
605
|
* <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>
|
|
606
|
+
* @public
|
|
607
607
|
*/
|
|
608
608
|
EnhancedMonitoring?: EnhancedMonitoring;
|
|
609
609
|
/**
|
|
610
|
-
* @public
|
|
611
610
|
* <p>The settings for open monitoring.</p>
|
|
611
|
+
* @public
|
|
612
612
|
*/
|
|
613
613
|
OpenMonitoring?: OpenMonitoringInfo;
|
|
614
614
|
/**
|
|
615
|
-
* @public
|
|
616
615
|
* <p>Log delivery information for the cluster.</p>
|
|
616
|
+
* @public
|
|
617
617
|
*/
|
|
618
618
|
LoggingInfo?: LoggingInfo;
|
|
619
619
|
/**
|
|
620
|
-
* @public
|
|
621
620
|
* <p>The number of broker nodes in the cluster.</p>
|
|
621
|
+
* @public
|
|
622
622
|
*/
|
|
623
623
|
NumberOfBrokerNodes: number | undefined;
|
|
624
624
|
/**
|
|
625
|
-
* @public
|
|
626
625
|
* <p>The connection string to use to connect to the Apache ZooKeeper cluster.</p>
|
|
626
|
+
* @public
|
|
627
627
|
*/
|
|
628
628
|
ZookeeperConnectString?: string;
|
|
629
629
|
/**
|
|
630
|
-
* @public
|
|
631
630
|
* <p>The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.</p>
|
|
631
|
+
* @public
|
|
632
632
|
*/
|
|
633
633
|
ZookeeperConnectStringTls?: string;
|
|
634
634
|
/**
|
|
635
|
-
* @public
|
|
636
635
|
* <p>This controls storage mode for supported storage tiers.</p>
|
|
636
|
+
* @public
|
|
637
637
|
*/
|
|
638
638
|
StorageMode?: StorageMode;
|
|
639
639
|
/**
|
|
640
|
-
* @public
|
|
641
640
|
* <p>Determines if there is an action required from the customer.</p>
|
|
641
|
+
* @public
|
|
642
642
|
*/
|
|
643
643
|
CustomerActionStatus?: CustomerActionStatus;
|
|
644
644
|
}
|
|
645
645
|
/**
|
|
646
|
-
* @public
|
|
647
646
|
* <p>Details for client authentication using SASL.</p>
|
|
647
|
+
* @public
|
|
648
648
|
*/
|
|
649
649
|
export interface ServerlessSasl {
|
|
650
650
|
/**
|
|
651
|
-
* @public
|
|
652
651
|
* <p>Indicates whether IAM access control is enabled.</p>
|
|
652
|
+
* @public
|
|
653
653
|
*/
|
|
654
654
|
Iam?: Iam;
|
|
655
655
|
}
|
|
656
656
|
/**
|
|
657
|
-
* @public
|
|
658
657
|
* <p>Includes all client authentication information.</p>
|
|
658
|
+
* @public
|
|
659
659
|
*/
|
|
660
660
|
export interface ServerlessClientAuthentication {
|
|
661
661
|
/**
|
|
662
|
-
* @public
|
|
663
662
|
* <p>Details for ClientAuthentication using SASL.</p>
|
|
663
|
+
* @public
|
|
664
664
|
*/
|
|
665
665
|
Sasl?: ServerlessSasl;
|
|
666
666
|
}
|
|
667
667
|
/**
|
|
668
|
-
* @public
|
|
669
668
|
* <p>The configuration of the Amazon VPCs for the cluster.</p>
|
|
669
|
+
* @public
|
|
670
670
|
*/
|
|
671
671
|
export interface VpcConfig {
|
|
672
672
|
/**
|
|
673
|
-
* @public
|
|
674
673
|
* <p>The IDs of the subnets associated with the cluster.</p>
|
|
674
|
+
* @public
|
|
675
675
|
*/
|
|
676
676
|
SubnetIds: string[] | undefined;
|
|
677
677
|
/**
|
|
678
|
-
* @public
|
|
679
678
|
* <p>The IDs of the security groups associated with the cluster.</p>
|
|
679
|
+
* @public
|
|
680
680
|
*/
|
|
681
681
|
SecurityGroupIds?: string[];
|
|
682
682
|
}
|
|
683
683
|
/**
|
|
684
|
-
* @public
|
|
685
684
|
* <p>Serverless cluster.</p>
|
|
685
|
+
* @public
|
|
686
686
|
*/
|
|
687
687
|
export interface Serverless {
|
|
688
688
|
/**
|
|
689
|
-
* @public
|
|
690
689
|
* <p>The configuration of the Amazon VPCs for the cluster.</p>
|
|
690
|
+
* @public
|
|
691
691
|
*/
|
|
692
692
|
VpcConfigs: VpcConfig[] | undefined;
|
|
693
693
|
/**
|
|
694
|
-
* @public
|
|
695
694
|
* <p>Includes all client authentication information.</p>
|
|
695
|
+
* @public
|
|
696
696
|
*/
|
|
697
697
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
698
698
|
}
|
|
@@ -722,335 +722,335 @@ export interface StateInfo {
|
|
|
722
722
|
Message?: string;
|
|
723
723
|
}
|
|
724
724
|
/**
|
|
725
|
-
* @public
|
|
726
725
|
* <p>Returns information about a cluster.</p>
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
export interface Cluster {
|
|
729
729
|
/**
|
|
730
|
-
* @public
|
|
731
730
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies a cluster operation.</p>
|
|
731
|
+
* @public
|
|
732
732
|
*/
|
|
733
733
|
ActiveOperationArn?: string;
|
|
734
734
|
/**
|
|
735
|
-
* @public
|
|
736
735
|
* <p>Cluster Type.</p>
|
|
736
|
+
* @public
|
|
737
737
|
*/
|
|
738
738
|
ClusterType?: ClusterType;
|
|
739
739
|
/**
|
|
740
|
-
* @public
|
|
741
740
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
741
|
+
* @public
|
|
742
742
|
*/
|
|
743
743
|
ClusterArn?: string;
|
|
744
744
|
/**
|
|
745
|
-
* @public
|
|
746
745
|
* <p>The name of the cluster.</p>
|
|
746
|
+
* @public
|
|
747
747
|
*/
|
|
748
748
|
ClusterName?: string;
|
|
749
749
|
/**
|
|
750
|
-
* @public
|
|
751
750
|
* <p>The time when the cluster was created.</p>
|
|
751
|
+
* @public
|
|
752
752
|
*/
|
|
753
753
|
CreationTime?: Date;
|
|
754
754
|
/**
|
|
755
|
-
* @public
|
|
756
755
|
* <p>The current version of the MSK cluster.</p>
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
CurrentVersion?: string;
|
|
759
759
|
/**
|
|
760
|
-
* @public
|
|
761
760
|
* <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
|
|
761
|
+
* @public
|
|
762
762
|
*/
|
|
763
763
|
State?: ClusterState;
|
|
764
764
|
/**
|
|
765
|
-
* @public
|
|
766
765
|
* <p>State Info for the Amazon MSK cluster.</p>
|
|
766
|
+
* @public
|
|
767
767
|
*/
|
|
768
768
|
StateInfo?: StateInfo;
|
|
769
769
|
/**
|
|
770
|
-
* @public
|
|
771
770
|
* <p>Tags attached to the cluster.</p>
|
|
771
|
+
* @public
|
|
772
772
|
*/
|
|
773
773
|
Tags?: Record<string, string>;
|
|
774
774
|
/**
|
|
775
|
-
* @public
|
|
776
775
|
* <p>Information about the provisioned cluster.</p>
|
|
776
|
+
* @public
|
|
777
777
|
*/
|
|
778
778
|
Provisioned?: Provisioned;
|
|
779
779
|
/**
|
|
780
|
-
* @public
|
|
781
780
|
* <p>Information about the serverless cluster.</p>
|
|
781
|
+
* @public
|
|
782
782
|
*/
|
|
783
783
|
Serverless?: Serverless;
|
|
784
784
|
}
|
|
785
785
|
/**
|
|
786
|
-
* @public
|
|
787
786
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
787
|
+
* @public
|
|
788
788
|
*/
|
|
789
789
|
export interface JmxExporter {
|
|
790
790
|
/**
|
|
791
|
-
* @public
|
|
792
791
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
792
|
+
* @public
|
|
793
793
|
*/
|
|
794
794
|
EnabledInBroker: boolean | undefined;
|
|
795
795
|
}
|
|
796
796
|
/**
|
|
797
|
-
* @public
|
|
798
797
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
798
|
+
* @public
|
|
799
799
|
*/
|
|
800
800
|
export interface NodeExporter {
|
|
801
801
|
/**
|
|
802
|
-
* @public
|
|
803
802
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
803
|
+
* @public
|
|
804
804
|
*/
|
|
805
805
|
EnabledInBroker: boolean | undefined;
|
|
806
806
|
}
|
|
807
807
|
/**
|
|
808
|
-
* @public
|
|
809
808
|
* <p>Prometheus settings.</p>
|
|
809
|
+
* @public
|
|
810
810
|
*/
|
|
811
811
|
export interface Prometheus {
|
|
812
812
|
/**
|
|
813
|
-
* @public
|
|
814
813
|
* <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>
|
|
814
|
+
* @public
|
|
815
815
|
*/
|
|
816
816
|
JmxExporter?: JmxExporter;
|
|
817
817
|
/**
|
|
818
|
-
* @public
|
|
819
818
|
* <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>
|
|
819
|
+
* @public
|
|
820
820
|
*/
|
|
821
821
|
NodeExporter?: NodeExporter;
|
|
822
822
|
}
|
|
823
823
|
/**
|
|
824
|
-
* @public
|
|
825
824
|
* <p>JMX and Node monitoring for the MSK cluster.</p>
|
|
825
|
+
* @public
|
|
826
826
|
*/
|
|
827
827
|
export interface OpenMonitoring {
|
|
828
828
|
/**
|
|
829
|
-
* @public
|
|
830
829
|
* <p>Prometheus settings.</p>
|
|
830
|
+
* @public
|
|
831
831
|
*/
|
|
832
832
|
Prometheus: Prometheus | undefined;
|
|
833
833
|
}
|
|
834
834
|
/**
|
|
835
|
-
* @public
|
|
836
835
|
* <p>Returns information about a cluster.</p>
|
|
836
|
+
* @public
|
|
837
837
|
*/
|
|
838
838
|
export interface ClusterInfo {
|
|
839
839
|
/**
|
|
840
|
-
* @public
|
|
841
840
|
* <p>Arn of active cluster operation.</p>
|
|
841
|
+
* @public
|
|
842
842
|
*/
|
|
843
843
|
ActiveOperationArn?: string;
|
|
844
844
|
/**
|
|
845
|
-
* @public
|
|
846
845
|
* <p>Information about the broker nodes.</p>
|
|
846
|
+
* @public
|
|
847
847
|
*/
|
|
848
848
|
BrokerNodeGroupInfo?: BrokerNodeGroupInfo;
|
|
849
849
|
/**
|
|
850
|
-
* @public
|
|
851
850
|
* <p>Includes all client authentication information.</p>
|
|
851
|
+
* @public
|
|
852
852
|
*/
|
|
853
853
|
ClientAuthentication?: ClientAuthentication;
|
|
854
854
|
/**
|
|
855
|
-
* @public
|
|
856
855
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
856
|
+
* @public
|
|
857
857
|
*/
|
|
858
858
|
ClusterArn?: string;
|
|
859
859
|
/**
|
|
860
|
-
* @public
|
|
861
860
|
* <p>The name of the cluster.</p>
|
|
861
|
+
* @public
|
|
862
862
|
*/
|
|
863
863
|
ClusterName?: string;
|
|
864
864
|
/**
|
|
865
|
-
* @public
|
|
866
865
|
* <p>The time when the cluster was created.</p>
|
|
866
|
+
* @public
|
|
867
867
|
*/
|
|
868
868
|
CreationTime?: Date;
|
|
869
869
|
/**
|
|
870
|
-
* @public
|
|
871
870
|
* <p>Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.</p>
|
|
871
|
+
* @public
|
|
872
872
|
*/
|
|
873
873
|
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
874
874
|
/**
|
|
875
|
-
* @public
|
|
876
875
|
* <p>The current version of the MSK cluster.</p>
|
|
876
|
+
* @public
|
|
877
877
|
*/
|
|
878
878
|
CurrentVersion?: string;
|
|
879
879
|
/**
|
|
880
|
-
* @public
|
|
881
880
|
* <p>Includes all encryption-related information.</p>
|
|
881
|
+
* @public
|
|
882
882
|
*/
|
|
883
883
|
EncryptionInfo?: EncryptionInfo;
|
|
884
884
|
/**
|
|
885
|
-
* @public
|
|
886
885
|
* <p>Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see <a href="https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html">Monitoring</a>.</p>
|
|
886
|
+
* @public
|
|
887
887
|
*/
|
|
888
888
|
EnhancedMonitoring?: EnhancedMonitoring;
|
|
889
889
|
/**
|
|
890
|
-
* @public
|
|
891
890
|
* <p>Settings for open monitoring using Prometheus.</p>
|
|
891
|
+
* @public
|
|
892
892
|
*/
|
|
893
893
|
OpenMonitoring?: OpenMonitoring;
|
|
894
894
|
LoggingInfo?: LoggingInfo;
|
|
895
895
|
/**
|
|
896
|
-
* @public
|
|
897
896
|
* <p>The number of broker nodes in the cluster.</p>
|
|
897
|
+
* @public
|
|
898
898
|
*/
|
|
899
899
|
NumberOfBrokerNodes?: number;
|
|
900
900
|
/**
|
|
901
|
-
* @public
|
|
902
901
|
* <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
|
|
902
|
+
* @public
|
|
903
903
|
*/
|
|
904
904
|
State?: ClusterState;
|
|
905
905
|
StateInfo?: StateInfo;
|
|
906
906
|
/**
|
|
907
|
-
* @public
|
|
908
907
|
* <p>Tags attached to the cluster.</p>
|
|
908
|
+
* @public
|
|
909
909
|
*/
|
|
910
910
|
Tags?: Record<string, string>;
|
|
911
911
|
/**
|
|
912
|
-
* @public
|
|
913
912
|
* <p>The connection string to use to connect to the Apache ZooKeeper cluster.</p>
|
|
913
|
+
* @public
|
|
914
914
|
*/
|
|
915
915
|
ZookeeperConnectString?: string;
|
|
916
916
|
/**
|
|
917
|
-
* @public
|
|
918
917
|
* <p>The connection string to use to connect to zookeeper cluster on Tls port.</p>
|
|
918
|
+
* @public
|
|
919
919
|
*/
|
|
920
920
|
ZookeeperConnectStringTls?: string;
|
|
921
921
|
/**
|
|
922
|
-
* @public
|
|
923
922
|
* <p>This controls storage mode for supported storage tiers.</p>
|
|
923
|
+
* @public
|
|
924
924
|
*/
|
|
925
925
|
StorageMode?: StorageMode;
|
|
926
926
|
/**
|
|
927
|
-
* @public
|
|
928
927
|
* <p>Determines if there is an action required from the customer.</p>
|
|
928
|
+
* @public
|
|
929
929
|
*/
|
|
930
930
|
CustomerActionStatus?: CustomerActionStatus;
|
|
931
931
|
}
|
|
932
932
|
/**
|
|
933
|
-
* @public
|
|
934
933
|
* <p>Returns information about an error state of the cluster.</p>
|
|
934
|
+
* @public
|
|
935
935
|
*/
|
|
936
936
|
export interface ErrorInfo {
|
|
937
937
|
/**
|
|
938
|
-
* @public
|
|
939
938
|
* <p>A number describing the error programmatically.</p>
|
|
939
|
+
* @public
|
|
940
940
|
*/
|
|
941
941
|
ErrorCode?: string;
|
|
942
942
|
/**
|
|
943
|
-
* @public
|
|
944
943
|
* <p>An optional field to provide more details about the error.</p>
|
|
944
|
+
* @public
|
|
945
945
|
*/
|
|
946
946
|
ErrorString?: string;
|
|
947
947
|
}
|
|
948
948
|
/**
|
|
949
|
-
* @public
|
|
950
949
|
* <p>State information about the operation step.</p>
|
|
950
|
+
* @public
|
|
951
951
|
*/
|
|
952
952
|
export interface ClusterOperationStepInfo {
|
|
953
953
|
/**
|
|
954
|
-
* @public
|
|
955
954
|
* <p>The steps current status.</p>
|
|
955
|
+
* @public
|
|
956
956
|
*/
|
|
957
957
|
StepStatus?: string;
|
|
958
958
|
}
|
|
959
959
|
/**
|
|
960
|
-
* @public
|
|
961
960
|
* <p>Step taken during a cluster operation.</p>
|
|
961
|
+
* @public
|
|
962
962
|
*/
|
|
963
963
|
export interface ClusterOperationStep {
|
|
964
964
|
/**
|
|
965
|
-
* @public
|
|
966
965
|
* <p>Information about the step and its status.</p>
|
|
966
|
+
* @public
|
|
967
967
|
*/
|
|
968
968
|
StepInfo?: ClusterOperationStepInfo;
|
|
969
969
|
/**
|
|
970
|
-
* @public
|
|
971
970
|
* <p>The name of the step.</p>
|
|
971
|
+
* @public
|
|
972
972
|
*/
|
|
973
973
|
StepName?: string;
|
|
974
974
|
}
|
|
975
975
|
/**
|
|
976
|
-
* @public
|
|
977
976
|
* <p>Specifies the configuration to use for the brokers.</p>
|
|
977
|
+
* @public
|
|
978
978
|
*/
|
|
979
979
|
export interface ConfigurationInfo {
|
|
980
980
|
/**
|
|
981
|
-
* @public
|
|
982
981
|
* <p>ARN of the configuration to use.</p>
|
|
982
|
+
* @public
|
|
983
983
|
*/
|
|
984
984
|
Arn: string | undefined;
|
|
985
985
|
/**
|
|
986
|
-
* @public
|
|
987
986
|
* <p>The revision of the configuration to use.</p>
|
|
987
|
+
* @public
|
|
988
988
|
*/
|
|
989
989
|
Revision: number | undefined;
|
|
990
990
|
}
|
|
991
991
|
/**
|
|
992
|
-
* @public
|
|
993
992
|
* <p>Information about cluster attributes that can be updated via update APIs.</p>
|
|
993
|
+
* @public
|
|
994
994
|
*/
|
|
995
995
|
export interface MutableClusterInfo {
|
|
996
996
|
/**
|
|
997
|
-
* @public
|
|
998
997
|
* <p>Specifies the size of the EBS volume and the ID of the associated broker.</p>
|
|
998
|
+
* @public
|
|
999
999
|
*/
|
|
1000
1000
|
BrokerEBSVolumeInfo?: BrokerEBSVolumeInfo[];
|
|
1001
1001
|
/**
|
|
1002
|
-
* @public
|
|
1003
1002
|
* <p>Information about the changes in the configuration of the brokers.</p>
|
|
1003
|
+
* @public
|
|
1004
1004
|
*/
|
|
1005
1005
|
ConfigurationInfo?: ConfigurationInfo;
|
|
1006
1006
|
/**
|
|
1007
|
-
* @public
|
|
1008
1007
|
* <p>The number of broker nodes in the cluster.</p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
NumberOfBrokerNodes?: number;
|
|
1011
1011
|
/**
|
|
1012
|
-
* @public
|
|
1013
1012
|
* <p>Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.</p>
|
|
1013
|
+
* @public
|
|
1014
1014
|
*/
|
|
1015
1015
|
EnhancedMonitoring?: EnhancedMonitoring;
|
|
1016
1016
|
/**
|
|
1017
|
-
* @public
|
|
1018
1017
|
* <p>The settings for open monitoring.</p>
|
|
1018
|
+
* @public
|
|
1019
1019
|
*/
|
|
1020
1020
|
OpenMonitoring?: OpenMonitoring;
|
|
1021
1021
|
/**
|
|
1022
|
-
* @public
|
|
1023
1022
|
* <p>The Apache Kafka version.</p>
|
|
1023
|
+
* @public
|
|
1024
1024
|
*/
|
|
1025
1025
|
KafkaVersion?: string;
|
|
1026
1026
|
/**
|
|
1027
|
-
* @public
|
|
1028
1027
|
* <p>You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.</p>
|
|
1028
|
+
* @public
|
|
1029
1029
|
*/
|
|
1030
1030
|
LoggingInfo?: LoggingInfo;
|
|
1031
1031
|
/**
|
|
1032
|
-
* @public
|
|
1033
1032
|
* <p>Information about the Amazon MSK broker type.</p>
|
|
1033
|
+
* @public
|
|
1034
1034
|
*/
|
|
1035
1035
|
InstanceType?: string;
|
|
1036
1036
|
/**
|
|
1037
|
-
* @public
|
|
1038
1037
|
* <p>Includes all client authentication information.</p>
|
|
1038
|
+
* @public
|
|
1039
1039
|
*/
|
|
1040
1040
|
ClientAuthentication?: ClientAuthentication;
|
|
1041
1041
|
/**
|
|
1042
|
-
* @public
|
|
1043
1042
|
* <p>Includes all encryption-related information.</p>
|
|
1043
|
+
* @public
|
|
1044
1044
|
*/
|
|
1045
1045
|
EncryptionInfo?: EncryptionInfo;
|
|
1046
1046
|
/**
|
|
1047
|
-
* @public
|
|
1048
1047
|
* <p>Information about the broker access configuration.</p>
|
|
1048
|
+
* @public
|
|
1049
1049
|
*/
|
|
1050
1050
|
ConnectivityInfo?: ConnectivityInfo;
|
|
1051
1051
|
/**
|
|
1052
|
-
* @public
|
|
1053
1052
|
* <p>This controls storage mode for supported storage tiers.</p>
|
|
1053
|
+
* @public
|
|
1054
1054
|
*/
|
|
1055
1055
|
StorageMode?: StorageMode;
|
|
1056
1056
|
}
|
|
@@ -1067,188 +1067,188 @@ export declare const UserIdentityType: {
|
|
|
1067
1067
|
*/
|
|
1068
1068
|
export type UserIdentityType = (typeof UserIdentityType)[keyof typeof UserIdentityType];
|
|
1069
1069
|
/**
|
|
1070
|
-
* @public
|
|
1071
1070
|
* <p>Description of the requester that calls the API operation.</p>
|
|
1071
|
+
* @public
|
|
1072
1072
|
*/
|
|
1073
1073
|
export interface UserIdentity {
|
|
1074
1074
|
/**
|
|
1075
|
-
* @public
|
|
1076
1075
|
* <p>The identity type of the requester that calls the API operation.</p>
|
|
1076
|
+
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
Type?: UserIdentityType;
|
|
1079
1079
|
/**
|
|
1080
|
-
* @public
|
|
1081
1080
|
* <p>A unique identifier for the requester that calls the API operation.</p>
|
|
1081
|
+
* @public
|
|
1082
1082
|
*/
|
|
1083
1083
|
PrincipalId?: string;
|
|
1084
1084
|
}
|
|
1085
1085
|
/**
|
|
1086
|
-
* @public
|
|
1087
1086
|
* <p>Description of the VPC connection.</p>
|
|
1087
|
+
* @public
|
|
1088
1088
|
*/
|
|
1089
1089
|
export interface VpcConnectionInfo {
|
|
1090
1090
|
/**
|
|
1091
|
-
* @public
|
|
1092
1091
|
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
1092
|
+
* @public
|
|
1093
1093
|
*/
|
|
1094
1094
|
VpcConnectionArn?: string;
|
|
1095
1095
|
/**
|
|
1096
|
-
* @public
|
|
1097
1096
|
* <p>The owner of the VPC Connection.</p>
|
|
1097
|
+
* @public
|
|
1098
1098
|
*/
|
|
1099
1099
|
Owner?: string;
|
|
1100
1100
|
/**
|
|
1101
|
-
* @public
|
|
1102
1101
|
* <p>Description of the requester that calls the API operation.</p>
|
|
1102
|
+
* @public
|
|
1103
1103
|
*/
|
|
1104
1104
|
UserIdentity?: UserIdentity;
|
|
1105
1105
|
/**
|
|
1106
|
-
* @public
|
|
1107
1106
|
* <p>The time when Amazon MSK creates the VPC Connnection.</p>
|
|
1107
|
+
* @public
|
|
1108
1108
|
*/
|
|
1109
1109
|
CreationTime?: Date;
|
|
1110
1110
|
}
|
|
1111
1111
|
/**
|
|
1112
|
-
* @public
|
|
1113
1112
|
* <p>Returns information about a cluster operation.</p>
|
|
1113
|
+
* @public
|
|
1114
1114
|
*/
|
|
1115
1115
|
export interface ClusterOperationInfo {
|
|
1116
1116
|
/**
|
|
1117
|
-
* @public
|
|
1118
1117
|
* <p>The ID of the API request that triggered this operation.</p>
|
|
1118
|
+
* @public
|
|
1119
1119
|
*/
|
|
1120
1120
|
ClientRequestId?: string;
|
|
1121
1121
|
/**
|
|
1122
|
-
* @public
|
|
1123
1122
|
* <p>ARN of the cluster.</p>
|
|
1123
|
+
* @public
|
|
1124
1124
|
*/
|
|
1125
1125
|
ClusterArn?: string;
|
|
1126
1126
|
/**
|
|
1127
|
-
* @public
|
|
1128
1127
|
* <p>The time that the operation was created.</p>
|
|
1128
|
+
* @public
|
|
1129
1129
|
*/
|
|
1130
1130
|
CreationTime?: Date;
|
|
1131
1131
|
/**
|
|
1132
|
-
* @public
|
|
1133
1132
|
* <p>The time at which the operation finished.</p>
|
|
1133
|
+
* @public
|
|
1134
1134
|
*/
|
|
1135
1135
|
EndTime?: Date;
|
|
1136
1136
|
/**
|
|
1137
|
-
* @public
|
|
1138
1137
|
* <p>Describes the error if the operation fails.</p>
|
|
1138
|
+
* @public
|
|
1139
1139
|
*/
|
|
1140
1140
|
ErrorInfo?: ErrorInfo;
|
|
1141
1141
|
/**
|
|
1142
|
-
* @public
|
|
1143
1142
|
* <p>ARN of the cluster operation.</p>
|
|
1143
|
+
* @public
|
|
1144
1144
|
*/
|
|
1145
1145
|
OperationArn?: string;
|
|
1146
1146
|
/**
|
|
1147
|
-
* @public
|
|
1148
1147
|
* <p>State of the cluster operation.</p>
|
|
1148
|
+
* @public
|
|
1149
1149
|
*/
|
|
1150
1150
|
OperationState?: string;
|
|
1151
1151
|
/**
|
|
1152
|
-
* @public
|
|
1153
1152
|
* <p>Steps completed during the operation.</p>
|
|
1153
|
+
* @public
|
|
1154
1154
|
*/
|
|
1155
1155
|
OperationSteps?: ClusterOperationStep[];
|
|
1156
1156
|
/**
|
|
1157
|
-
* @public
|
|
1158
1157
|
* <p>Type of the cluster operation.</p>
|
|
1158
|
+
* @public
|
|
1159
1159
|
*/
|
|
1160
1160
|
OperationType?: string;
|
|
1161
1161
|
/**
|
|
1162
|
-
* @public
|
|
1163
1162
|
* <p>Information about cluster attributes before a cluster is updated.</p>
|
|
1163
|
+
* @public
|
|
1164
1164
|
*/
|
|
1165
1165
|
SourceClusterInfo?: MutableClusterInfo;
|
|
1166
1166
|
/**
|
|
1167
|
-
* @public
|
|
1168
1167
|
* <p>Information about cluster attributes after a cluster is updated.</p>
|
|
1168
|
+
* @public
|
|
1169
1169
|
*/
|
|
1170
1170
|
TargetClusterInfo?: MutableClusterInfo;
|
|
1171
1171
|
/**
|
|
1172
|
-
* @public
|
|
1173
1172
|
* <p>Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.</p>
|
|
1173
|
+
* @public
|
|
1174
1174
|
*/
|
|
1175
1175
|
VpcConnectionInfo?: VpcConnectionInfo;
|
|
1176
1176
|
}
|
|
1177
1177
|
/**
|
|
1178
|
-
* @public
|
|
1179
1178
|
* <p>Returns information about a cluster operation.</p>
|
|
1179
|
+
* @public
|
|
1180
1180
|
*/
|
|
1181
1181
|
export interface ClusterOperationV2Summary {
|
|
1182
1182
|
/**
|
|
1183
|
-
* @public
|
|
1184
1183
|
* <p>ARN of the cluster.</p>
|
|
1184
|
+
* @public
|
|
1185
1185
|
*/
|
|
1186
1186
|
ClusterArn?: string;
|
|
1187
1187
|
/**
|
|
1188
|
-
* @public
|
|
1189
1188
|
* <p>Type of the backend cluster.</p>
|
|
1189
|
+
* @public
|
|
1190
1190
|
*/
|
|
1191
1191
|
ClusterType?: ClusterType;
|
|
1192
1192
|
/**
|
|
1193
|
-
* @public
|
|
1194
1193
|
* <p>The time at which operation was started.</p>
|
|
1194
|
+
* @public
|
|
1195
1195
|
*/
|
|
1196
1196
|
StartTime?: Date;
|
|
1197
1197
|
/**
|
|
1198
|
-
* @public
|
|
1199
1198
|
* <p>The time at which the operation finished.</p>
|
|
1199
|
+
* @public
|
|
1200
1200
|
*/
|
|
1201
1201
|
EndTime?: Date;
|
|
1202
1202
|
/**
|
|
1203
|
-
* @public
|
|
1204
1203
|
* <p>ARN of the cluster operation.</p>
|
|
1204
|
+
* @public
|
|
1205
1205
|
*/
|
|
1206
1206
|
OperationArn?: string;
|
|
1207
1207
|
/**
|
|
1208
|
-
* @public
|
|
1209
1208
|
* <p>State of the cluster operation.</p>
|
|
1209
|
+
* @public
|
|
1210
1210
|
*/
|
|
1211
1211
|
OperationState?: string;
|
|
1212
1212
|
/**
|
|
1213
|
-
* @public
|
|
1214
1213
|
* <p>Type of the cluster operation.</p>
|
|
1214
|
+
* @public
|
|
1215
1215
|
*/
|
|
1216
1216
|
OperationType?: string;
|
|
1217
1217
|
}
|
|
1218
1218
|
/**
|
|
1219
|
-
* @public
|
|
1220
1219
|
* <p>Contains source Apache Kafka versions and compatible target Apache Kafka versions.</p>
|
|
1220
|
+
* @public
|
|
1221
1221
|
*/
|
|
1222
1222
|
export interface CompatibleKafkaVersion {
|
|
1223
1223
|
/**
|
|
1224
|
-
* @public
|
|
1225
1224
|
* <p>An Apache Kafka version.</p>
|
|
1225
|
+
* @public
|
|
1226
1226
|
*/
|
|
1227
1227
|
SourceVersion?: string;
|
|
1228
1228
|
/**
|
|
1229
|
-
* @public
|
|
1230
1229
|
* <p>A list of Apache Kafka versions.</p>
|
|
1230
|
+
* @public
|
|
1231
1231
|
*/
|
|
1232
1232
|
TargetVersions?: string[];
|
|
1233
1233
|
}
|
|
1234
1234
|
/**
|
|
1235
|
-
* @public
|
|
1236
1235
|
* <p>Describes a configuration revision.</p>
|
|
1236
|
+
* @public
|
|
1237
1237
|
*/
|
|
1238
1238
|
export interface ConfigurationRevision {
|
|
1239
1239
|
/**
|
|
1240
|
-
* @public
|
|
1241
1240
|
* <p>The time when the configuration revision was created.</p>
|
|
1241
|
+
* @public
|
|
1242
1242
|
*/
|
|
1243
1243
|
CreationTime: Date | undefined;
|
|
1244
1244
|
/**
|
|
1245
|
-
* @public
|
|
1246
1245
|
* <p>The description of the configuration revision.</p>
|
|
1246
|
+
* @public
|
|
1247
1247
|
*/
|
|
1248
1248
|
Description?: string;
|
|
1249
1249
|
/**
|
|
1250
|
-
* @public
|
|
1251
1250
|
* <p>The revision number.</p>
|
|
1251
|
+
* @public
|
|
1252
1252
|
*/
|
|
1253
1253
|
Revision: number | undefined;
|
|
1254
1254
|
}
|
|
@@ -1266,123 +1266,123 @@ export declare const ConfigurationState: {
|
|
|
1266
1266
|
*/
|
|
1267
1267
|
export type ConfigurationState = (typeof ConfigurationState)[keyof typeof ConfigurationState];
|
|
1268
1268
|
/**
|
|
1269
|
-
* @public
|
|
1270
1269
|
* <p>Represents an MSK Configuration.</p>
|
|
1270
|
+
* @public
|
|
1271
1271
|
*/
|
|
1272
1272
|
export interface Configuration {
|
|
1273
1273
|
/**
|
|
1274
|
-
* @public
|
|
1275
1274
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
1275
|
+
* @public
|
|
1276
1276
|
*/
|
|
1277
1277
|
Arn: string | undefined;
|
|
1278
1278
|
/**
|
|
1279
|
-
* @public
|
|
1280
1279
|
* <p>The time when the configuration was created.</p>
|
|
1280
|
+
* @public
|
|
1281
1281
|
*/
|
|
1282
1282
|
CreationTime: Date | undefined;
|
|
1283
1283
|
/**
|
|
1284
|
-
* @public
|
|
1285
1284
|
* <p>The description of the configuration.</p>
|
|
1285
|
+
* @public
|
|
1286
1286
|
*/
|
|
1287
1287
|
Description: string | undefined;
|
|
1288
1288
|
/**
|
|
1289
|
-
* @public
|
|
1290
1289
|
* <p>An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.</p>
|
|
1290
|
+
* @public
|
|
1291
1291
|
*/
|
|
1292
1292
|
KafkaVersions: string[] | undefined;
|
|
1293
1293
|
/**
|
|
1294
|
-
* @public
|
|
1295
1294
|
* <p>Latest revision of the configuration.</p>
|
|
1295
|
+
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
LatestRevision: ConfigurationRevision | undefined;
|
|
1298
1298
|
/**
|
|
1299
|
-
* @public
|
|
1300
1299
|
* <p>The name of the configuration.</p>
|
|
1300
|
+
* @public
|
|
1301
1301
|
*/
|
|
1302
1302
|
Name: string | undefined;
|
|
1303
1303
|
/**
|
|
1304
|
-
* @public
|
|
1305
1304
|
* <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
|
|
1305
|
+
* @public
|
|
1306
1306
|
*/
|
|
1307
1307
|
State: ConfigurationState | undefined;
|
|
1308
1308
|
}
|
|
1309
1309
|
/**
|
|
1310
|
-
* @public
|
|
1311
1310
|
* <p>Details of an Amazon MSK Cluster.</p>
|
|
1311
|
+
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
export interface AmazonMskCluster {
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* <p>The Amazon Resource Name (ARN) of an Amazon MSK cluster.</p>
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
MskClusterArn: string | undefined;
|
|
1319
1319
|
}
|
|
1320
1320
|
/**
|
|
1321
|
-
* @public
|
|
1322
1321
|
* <p>Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.</p>
|
|
1322
|
+
* @public
|
|
1323
1323
|
*/
|
|
1324
1324
|
export interface KafkaClusterClientVpcConfig {
|
|
1325
1325
|
/**
|
|
1326
|
-
* @public
|
|
1327
1326
|
* <p>The security groups to attach to the ENIs for the broker nodes.</p>
|
|
1327
|
+
* @public
|
|
1328
1328
|
*/
|
|
1329
1329
|
SecurityGroupIds?: string[];
|
|
1330
1330
|
/**
|
|
1331
|
-
* @public
|
|
1332
1331
|
* <p>The list of subnets in the client VPC to connect to.</p>
|
|
1332
|
+
* @public
|
|
1333
1333
|
*/
|
|
1334
1334
|
SubnetIds: string[] | undefined;
|
|
1335
1335
|
}
|
|
1336
1336
|
/**
|
|
1337
|
-
* @public
|
|
1338
1337
|
* <p>Information about Kafka Cluster to be used as source / target for replication.</p>
|
|
1338
|
+
* @public
|
|
1339
1339
|
*/
|
|
1340
1340
|
export interface KafkaCluster {
|
|
1341
1341
|
/**
|
|
1342
|
-
* @public
|
|
1343
1342
|
* <p>Details of an Amazon MSK Cluster.</p>
|
|
1343
|
+
* @public
|
|
1344
1344
|
*/
|
|
1345
1345
|
AmazonMskCluster: AmazonMskCluster | undefined;
|
|
1346
1346
|
/**
|
|
1347
|
-
* @public
|
|
1348
1347
|
* <p>Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.</p>
|
|
1348
|
+
* @public
|
|
1349
1349
|
*/
|
|
1350
1350
|
VpcConfig: KafkaClusterClientVpcConfig | undefined;
|
|
1351
1351
|
}
|
|
1352
1352
|
/**
|
|
1353
|
-
* @public
|
|
1354
1353
|
* <p>Information about Kafka Cluster used as source / target for replication.</p>
|
|
1354
|
+
* @public
|
|
1355
1355
|
*/
|
|
1356
1356
|
export interface KafkaClusterDescription {
|
|
1357
1357
|
/**
|
|
1358
|
-
* @public
|
|
1359
1358
|
* <p>Details of an Amazon MSK Cluster.</p>
|
|
1359
|
+
* @public
|
|
1360
1360
|
*/
|
|
1361
1361
|
AmazonMskCluster?: AmazonMskCluster;
|
|
1362
1362
|
/**
|
|
1363
|
-
* @public
|
|
1364
1363
|
* <p>The alias of the Kafka cluster. Used to prefix names of replicated topics.</p>
|
|
1364
|
+
* @public
|
|
1365
1365
|
*/
|
|
1366
1366
|
KafkaClusterAlias?: string;
|
|
1367
1367
|
/**
|
|
1368
|
-
* @public
|
|
1369
1368
|
* <p>Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.</p>
|
|
1369
|
+
* @public
|
|
1370
1370
|
*/
|
|
1371
1371
|
VpcConfig?: KafkaClusterClientVpcConfig;
|
|
1372
1372
|
}
|
|
1373
1373
|
/**
|
|
1374
|
-
* @public
|
|
1375
1374
|
* <p>Summarized information about Kafka Cluster used as source / target for replication.</p>
|
|
1375
|
+
* @public
|
|
1376
1376
|
*/
|
|
1377
1377
|
export interface KafkaClusterSummary {
|
|
1378
1378
|
/**
|
|
1379
|
-
* @public
|
|
1380
1379
|
* <p>Details of an Amazon MSK Cluster.</p>
|
|
1380
|
+
* @public
|
|
1381
1381
|
*/
|
|
1382
1382
|
AmazonMskCluster?: AmazonMskCluster;
|
|
1383
1383
|
/**
|
|
1384
|
-
* @public
|
|
1385
1384
|
* <p>The alias of the Kafka cluster. Used to prefix names of replicated topics.</p>
|
|
1385
|
+
* @public
|
|
1386
1386
|
*/
|
|
1387
1387
|
KafkaClusterAlias?: string;
|
|
1388
1388
|
}
|
|
@@ -1406,38 +1406,38 @@ export interface KafkaVersion {
|
|
|
1406
1406
|
Status?: KafkaVersionStatus;
|
|
1407
1407
|
}
|
|
1408
1408
|
/**
|
|
1409
|
-
* @public
|
|
1410
1409
|
* <p>BrokerNodeInfo</p>
|
|
1410
|
+
* @public
|
|
1411
1411
|
*/
|
|
1412
1412
|
export interface BrokerNodeInfo {
|
|
1413
1413
|
/**
|
|
1414
|
-
* @public
|
|
1415
1414
|
* <p>The attached elastic network interface of the broker.</p>
|
|
1415
|
+
* @public
|
|
1416
1416
|
*/
|
|
1417
1417
|
AttachedENIId?: string;
|
|
1418
1418
|
/**
|
|
1419
|
-
* @public
|
|
1420
1419
|
* <p>The ID of the broker.</p>
|
|
1420
|
+
* @public
|
|
1421
1421
|
*/
|
|
1422
1422
|
BrokerId?: number;
|
|
1423
1423
|
/**
|
|
1424
|
-
* @public
|
|
1425
1424
|
* <p>The client subnet to which this broker node belongs.</p>
|
|
1425
|
+
* @public
|
|
1426
1426
|
*/
|
|
1427
1427
|
ClientSubnet?: string;
|
|
1428
1428
|
/**
|
|
1429
|
-
* @public
|
|
1430
1429
|
* <p>The virtual private cloud (VPC) of the client.</p>
|
|
1430
|
+
* @public
|
|
1431
1431
|
*/
|
|
1432
1432
|
ClientVpcIpAddress?: string;
|
|
1433
1433
|
/**
|
|
1434
|
-
* @public
|
|
1435
1434
|
* <p>Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.</p>
|
|
1435
|
+
* @public
|
|
1436
1436
|
*/
|
|
1437
1437
|
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
1438
1438
|
/**
|
|
1439
|
-
* @public
|
|
1440
1439
|
* <p>Endpoints for accessing the broker.</p>
|
|
1440
|
+
* @public
|
|
1441
1441
|
*/
|
|
1442
1442
|
Endpoints?: string[];
|
|
1443
1443
|
}
|
|
@@ -1453,95 +1453,95 @@ export declare const NodeType: {
|
|
|
1453
1453
|
*/
|
|
1454
1454
|
export type NodeType = (typeof NodeType)[keyof typeof NodeType];
|
|
1455
1455
|
/**
|
|
1456
|
-
* @public
|
|
1457
1456
|
* <p>Zookeeper node information.</p>
|
|
1457
|
+
* @public
|
|
1458
1458
|
*/
|
|
1459
1459
|
export interface ZookeeperNodeInfo {
|
|
1460
1460
|
/**
|
|
1461
|
-
* @public
|
|
1462
1461
|
* <p>The attached elastic network interface of the broker.</p>
|
|
1462
|
+
* @public
|
|
1463
1463
|
*/
|
|
1464
1464
|
AttachedENIId?: string;
|
|
1465
1465
|
/**
|
|
1466
|
-
* @public
|
|
1467
1466
|
* <p>The virtual private cloud (VPC) IP address of the client.</p>
|
|
1467
|
+
* @public
|
|
1468
1468
|
*/
|
|
1469
1469
|
ClientVpcIpAddress?: string;
|
|
1470
1470
|
/**
|
|
1471
|
-
* @public
|
|
1472
1471
|
* <p>Endpoints for accessing the ZooKeeper.</p>
|
|
1472
|
+
* @public
|
|
1473
1473
|
*/
|
|
1474
1474
|
Endpoints?: string[];
|
|
1475
1475
|
/**
|
|
1476
|
-
* @public
|
|
1477
1476
|
* <p>The role-specific ID for Zookeeper.</p>
|
|
1477
|
+
* @public
|
|
1478
1478
|
*/
|
|
1479
1479
|
ZookeeperId?: number;
|
|
1480
1480
|
/**
|
|
1481
|
-
* @public
|
|
1482
1481
|
* <p>The version of Zookeeper.</p>
|
|
1482
|
+
* @public
|
|
1483
1483
|
*/
|
|
1484
1484
|
ZookeeperVersion?: string;
|
|
1485
1485
|
}
|
|
1486
1486
|
/**
|
|
1487
|
-
* @public
|
|
1488
1487
|
* <p>The node information object.</p>
|
|
1488
|
+
* @public
|
|
1489
1489
|
*/
|
|
1490
1490
|
export interface NodeInfo {
|
|
1491
1491
|
/**
|
|
1492
|
-
* @public
|
|
1493
1492
|
* <p>The start time.</p>
|
|
1493
|
+
* @public
|
|
1494
1494
|
*/
|
|
1495
1495
|
AddedToClusterTime?: string;
|
|
1496
1496
|
/**
|
|
1497
|
-
* @public
|
|
1498
1497
|
* <p>The broker node info.</p>
|
|
1498
|
+
* @public
|
|
1499
1499
|
*/
|
|
1500
1500
|
BrokerNodeInfo?: BrokerNodeInfo;
|
|
1501
1501
|
/**
|
|
1502
|
-
* @public
|
|
1503
1502
|
* <p>The instance type.</p>
|
|
1503
|
+
* @public
|
|
1504
1504
|
*/
|
|
1505
1505
|
InstanceType?: string;
|
|
1506
1506
|
/**
|
|
1507
|
-
* @public
|
|
1508
1507
|
* <p>The Amazon Resource Name (ARN) of the node.</p>
|
|
1508
|
+
* @public
|
|
1509
1509
|
*/
|
|
1510
1510
|
NodeARN?: string;
|
|
1511
1511
|
/**
|
|
1512
|
-
* @public
|
|
1513
1512
|
* <p>The node type.</p>
|
|
1513
|
+
* @public
|
|
1514
1514
|
*/
|
|
1515
1515
|
NodeType?: NodeType;
|
|
1516
1516
|
/**
|
|
1517
|
-
* @public
|
|
1518
1517
|
* <p>The ZookeeperNodeInfo.</p>
|
|
1518
|
+
* @public
|
|
1519
1519
|
*/
|
|
1520
1520
|
ZookeeperNodeInfo?: ZookeeperNodeInfo;
|
|
1521
1521
|
}
|
|
1522
1522
|
/**
|
|
1523
|
-
* @public
|
|
1524
1523
|
* <p>Details about consumer group replication.</p>
|
|
1524
|
+
* @public
|
|
1525
1525
|
*/
|
|
1526
1526
|
export interface ConsumerGroupReplication {
|
|
1527
1527
|
/**
|
|
1528
|
-
* @public
|
|
1529
1528
|
* <p>List of regular expression patterns indicating the consumer groups that should not be replicated.</p>
|
|
1529
|
+
* @public
|
|
1530
1530
|
*/
|
|
1531
1531
|
ConsumerGroupsToExclude?: string[];
|
|
1532
1532
|
/**
|
|
1533
|
-
* @public
|
|
1534
1533
|
* <p>List of regular expression patterns indicating the consumer groups to copy.</p>
|
|
1534
|
+
* @public
|
|
1535
1535
|
*/
|
|
1536
1536
|
ConsumerGroupsToReplicate: string[] | undefined;
|
|
1537
1537
|
/**
|
|
1538
|
-
* @public
|
|
1539
1538
|
* <p>Enables synchronization of consumer groups to target cluster.</p>
|
|
1539
|
+
* @public
|
|
1540
1540
|
*/
|
|
1541
1541
|
DetectAndCopyNewConsumerGroups?: boolean;
|
|
1542
1542
|
/**
|
|
1543
|
-
* @public
|
|
1544
1543
|
* <p>Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.</p>
|
|
1544
|
+
* @public
|
|
1545
1545
|
*/
|
|
1546
1546
|
SynchroniseConsumerGroupOffsets?: boolean;
|
|
1547
1547
|
}
|
|
@@ -1573,127 +1573,127 @@ export declare const ReplicationStartingPositionType: {
|
|
|
1573
1573
|
*/
|
|
1574
1574
|
export type ReplicationStartingPositionType = (typeof ReplicationStartingPositionType)[keyof typeof ReplicationStartingPositionType];
|
|
1575
1575
|
/**
|
|
1576
|
-
* @public
|
|
1577
1576
|
* <p>Configuration for specifying the position in the topics to start replicating from.</p>
|
|
1577
|
+
* @public
|
|
1578
1578
|
*/
|
|
1579
1579
|
export interface ReplicationStartingPosition {
|
|
1580
1580
|
/**
|
|
1581
|
-
* @public
|
|
1582
1581
|
* <p>The type of replication starting position.</p>
|
|
1582
|
+
* @public
|
|
1583
1583
|
*/
|
|
1584
1584
|
Type?: ReplicationStartingPositionType;
|
|
1585
1585
|
}
|
|
1586
1586
|
/**
|
|
1587
|
-
* @public
|
|
1588
1587
|
* <p>Details about topic replication.</p>
|
|
1588
|
+
* @public
|
|
1589
1589
|
*/
|
|
1590
1590
|
export interface TopicReplication {
|
|
1591
1591
|
/**
|
|
1592
|
-
* @public
|
|
1593
1592
|
* <p>Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.</p>
|
|
1593
|
+
* @public
|
|
1594
1594
|
*/
|
|
1595
1595
|
CopyAccessControlListsForTopics?: boolean;
|
|
1596
1596
|
/**
|
|
1597
|
-
* @public
|
|
1598
1597
|
* <p>Whether to periodically configure remote topics to match their corresponding upstream topics.</p>
|
|
1598
|
+
* @public
|
|
1599
1599
|
*/
|
|
1600
1600
|
CopyTopicConfigurations?: boolean;
|
|
1601
1601
|
/**
|
|
1602
|
-
* @public
|
|
1603
1602
|
* <p>Whether to periodically check for new topics and partitions.</p>
|
|
1603
|
+
* @public
|
|
1604
1604
|
*/
|
|
1605
1605
|
DetectAndCopyNewTopics?: boolean;
|
|
1606
1606
|
/**
|
|
1607
|
-
* @public
|
|
1608
1607
|
* <p>Configuration for specifying the position in the topics to start replicating from.</p>
|
|
1608
|
+
* @public
|
|
1609
1609
|
*/
|
|
1610
1610
|
StartingPosition?: ReplicationStartingPosition;
|
|
1611
1611
|
/**
|
|
1612
|
-
* @public
|
|
1613
1612
|
* <p>List of regular expression patterns indicating the topics that should not be replicated.</p>
|
|
1613
|
+
* @public
|
|
1614
1614
|
*/
|
|
1615
1615
|
TopicsToExclude?: string[];
|
|
1616
1616
|
/**
|
|
1617
|
-
* @public
|
|
1618
1617
|
* <p>List of regular expression patterns indicating the topics to copy.</p>
|
|
1618
|
+
* @public
|
|
1619
1619
|
*/
|
|
1620
1620
|
TopicsToReplicate: string[] | undefined;
|
|
1621
1621
|
}
|
|
1622
1622
|
/**
|
|
1623
|
-
* @public
|
|
1624
1623
|
* <p>Specifies configuration for replication between a source and target Kafka cluster.</p>
|
|
1624
|
+
* @public
|
|
1625
1625
|
*/
|
|
1626
1626
|
export interface ReplicationInfo {
|
|
1627
1627
|
/**
|
|
1628
|
-
* @public
|
|
1629
1628
|
* <p>Configuration relating to consumer group replication.</p>
|
|
1629
|
+
* @public
|
|
1630
1630
|
*/
|
|
1631
1631
|
ConsumerGroupReplication: ConsumerGroupReplication | undefined;
|
|
1632
1632
|
/**
|
|
1633
|
-
* @public
|
|
1634
1633
|
* <p>The ARN of the source Kafka cluster.</p>
|
|
1634
|
+
* @public
|
|
1635
1635
|
*/
|
|
1636
1636
|
SourceKafkaClusterArn: string | undefined;
|
|
1637
1637
|
/**
|
|
1638
|
-
* @public
|
|
1639
1638
|
* <p>The compression type to use when producing records to target cluster.</p>
|
|
1639
|
+
* @public
|
|
1640
1640
|
*/
|
|
1641
1641
|
TargetCompressionType: TargetCompressionType | undefined;
|
|
1642
1642
|
/**
|
|
1643
|
-
* @public
|
|
1644
1643
|
* <p>The ARN of the target Kafka cluster.</p>
|
|
1644
|
+
* @public
|
|
1645
1645
|
*/
|
|
1646
1646
|
TargetKafkaClusterArn: string | undefined;
|
|
1647
1647
|
/**
|
|
1648
|
-
* @public
|
|
1649
1648
|
* <p>Configuration relating to topic replication.</p>
|
|
1649
|
+
* @public
|
|
1650
1650
|
*/
|
|
1651
1651
|
TopicReplication: TopicReplication | undefined;
|
|
1652
1652
|
}
|
|
1653
1653
|
/**
|
|
1654
|
-
* @public
|
|
1655
1654
|
* <p>Specifies configuration for replication between a source and target Kafka cluster (sourceKafkaClusterAlias -> targetKafkaClusterAlias)</p>
|
|
1655
|
+
* @public
|
|
1656
1656
|
*/
|
|
1657
1657
|
export interface ReplicationInfoDescription {
|
|
1658
1658
|
/**
|
|
1659
|
-
* @public
|
|
1660
1659
|
* <p>Configuration relating to consumer group replication.</p>
|
|
1660
|
+
* @public
|
|
1661
1661
|
*/
|
|
1662
1662
|
ConsumerGroupReplication?: ConsumerGroupReplication;
|
|
1663
1663
|
/**
|
|
1664
|
-
* @public
|
|
1665
1664
|
* <p>The alias of the source Kafka cluster.</p>
|
|
1665
|
+
* @public
|
|
1666
1666
|
*/
|
|
1667
1667
|
SourceKafkaClusterAlias?: string;
|
|
1668
1668
|
/**
|
|
1669
|
-
* @public
|
|
1670
1669
|
* <p>The compression type to use when producing records to target cluster.</p>
|
|
1670
|
+
* @public
|
|
1671
1671
|
*/
|
|
1672
1672
|
TargetCompressionType?: TargetCompressionType;
|
|
1673
1673
|
/**
|
|
1674
|
-
* @public
|
|
1675
1674
|
* <p>The alias of the target Kafka cluster.</p>
|
|
1675
|
+
* @public
|
|
1676
1676
|
*/
|
|
1677
1677
|
TargetKafkaClusterAlias?: string;
|
|
1678
1678
|
/**
|
|
1679
|
-
* @public
|
|
1680
1679
|
* <p>Configuration relating to topic replication.</p>
|
|
1680
|
+
* @public
|
|
1681
1681
|
*/
|
|
1682
1682
|
TopicReplication?: TopicReplication;
|
|
1683
1683
|
}
|
|
1684
1684
|
/**
|
|
1685
|
-
* @public
|
|
1686
1685
|
* <p>Summarized information of replication between clusters.</p>
|
|
1686
|
+
* @public
|
|
1687
1687
|
*/
|
|
1688
1688
|
export interface ReplicationInfoSummary {
|
|
1689
1689
|
/**
|
|
1690
|
-
* @public
|
|
1691
1690
|
* <p>The alias of the source Kafka cluster.</p>
|
|
1691
|
+
* @public
|
|
1692
1692
|
*/
|
|
1693
1693
|
SourceKafkaClusterAlias?: string;
|
|
1694
1694
|
/**
|
|
1695
|
-
* @public
|
|
1696
1695
|
* <p>The alias of the target Kafka cluster.</p>
|
|
1696
|
+
* @public
|
|
1697
1697
|
*/
|
|
1698
1698
|
TargetKafkaClusterAlias?: string;
|
|
1699
1699
|
}
|
|
@@ -1713,128 +1713,128 @@ export declare const ReplicatorState: {
|
|
|
1713
1713
|
*/
|
|
1714
1714
|
export type ReplicatorState = (typeof ReplicatorState)[keyof typeof ReplicatorState];
|
|
1715
1715
|
/**
|
|
1716
|
-
* @public
|
|
1717
1716
|
* <p>Information about a replicator.</p>
|
|
1717
|
+
* @public
|
|
1718
1718
|
*/
|
|
1719
1719
|
export interface ReplicatorSummary {
|
|
1720
1720
|
/**
|
|
1721
|
-
* @public
|
|
1722
1721
|
* <p>The time the replicator was created.</p>
|
|
1722
|
+
* @public
|
|
1723
1723
|
*/
|
|
1724
1724
|
CreationTime?: Date;
|
|
1725
1725
|
/**
|
|
1726
|
-
* @public
|
|
1727
1726
|
* <p>The current version of the replicator.</p>
|
|
1727
|
+
* @public
|
|
1728
1728
|
*/
|
|
1729
1729
|
CurrentVersion?: string;
|
|
1730
1730
|
/**
|
|
1731
|
-
* @public
|
|
1732
1731
|
* <p>Whether this resource is a replicator reference.</p>
|
|
1732
|
+
* @public
|
|
1733
1733
|
*/
|
|
1734
1734
|
IsReplicatorReference?: boolean;
|
|
1735
1735
|
/**
|
|
1736
|
-
* @public
|
|
1737
1736
|
* <p>Kafka Clusters used in setting up sources / targets for replication.</p>
|
|
1737
|
+
* @public
|
|
1738
1738
|
*/
|
|
1739
1739
|
KafkaClustersSummary?: KafkaClusterSummary[];
|
|
1740
1740
|
/**
|
|
1741
|
-
* @public
|
|
1742
1741
|
* <p>A list of summarized information of replications between clusters.</p>
|
|
1742
|
+
* @public
|
|
1743
1743
|
*/
|
|
1744
1744
|
ReplicationInfoSummaryList?: ReplicationInfoSummary[];
|
|
1745
1745
|
/**
|
|
1746
|
-
* @public
|
|
1747
1746
|
* <p>The Amazon Resource Name (ARN) of the replicator.</p>
|
|
1747
|
+
* @public
|
|
1748
1748
|
*/
|
|
1749
1749
|
ReplicatorArn?: string;
|
|
1750
1750
|
/**
|
|
1751
|
-
* @public
|
|
1752
1751
|
* <p>The name of the replicator.</p>
|
|
1752
|
+
* @public
|
|
1753
1753
|
*/
|
|
1754
1754
|
ReplicatorName?: string;
|
|
1755
1755
|
/**
|
|
1756
|
-
* @public
|
|
1757
1756
|
* <p>The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.</p>
|
|
1757
|
+
* @public
|
|
1758
1758
|
*/
|
|
1759
1759
|
ReplicatorResourceArn?: string;
|
|
1760
1760
|
/**
|
|
1761
|
-
* @public
|
|
1762
1761
|
* <p>State of the replicator.</p>
|
|
1762
|
+
* @public
|
|
1763
1763
|
*/
|
|
1764
1764
|
ReplicatorState?: ReplicatorState;
|
|
1765
1765
|
}
|
|
1766
1766
|
/**
|
|
1767
|
-
* @public
|
|
1768
1767
|
* <p>Error info for scram secret associate/disassociate failure.</p>
|
|
1768
|
+
* @public
|
|
1769
1769
|
*/
|
|
1770
1770
|
export interface UnprocessedScramSecret {
|
|
1771
1771
|
/**
|
|
1772
|
-
* @public
|
|
1773
1772
|
* <p>Error code for associate/disassociate failure.</p>
|
|
1773
|
+
* @public
|
|
1774
1774
|
*/
|
|
1775
1775
|
ErrorCode?: string;
|
|
1776
1776
|
/**
|
|
1777
|
-
* @public
|
|
1778
1777
|
* <p>Error message for associate/disassociate failure.</p>
|
|
1778
|
+
* @public
|
|
1779
1779
|
*/
|
|
1780
1780
|
ErrorMessage?: string;
|
|
1781
1781
|
/**
|
|
1782
|
-
* @public
|
|
1783
1782
|
* <p>AWS Secrets Manager secret ARN.</p>
|
|
1783
|
+
* @public
|
|
1784
1784
|
*/
|
|
1785
1785
|
SecretArn?: string;
|
|
1786
1786
|
}
|
|
1787
1787
|
/**
|
|
1788
|
-
* @public
|
|
1789
1788
|
* <p>The VPC connection object.</p>
|
|
1789
|
+
* @public
|
|
1790
1790
|
*/
|
|
1791
1791
|
export interface VpcConnection {
|
|
1792
1792
|
/**
|
|
1793
|
-
* @public
|
|
1794
1793
|
* <p>The ARN that identifies the Vpc Connection.</p>
|
|
1794
|
+
* @public
|
|
1795
1795
|
*/
|
|
1796
1796
|
VpcConnectionArn: string | undefined;
|
|
1797
1797
|
/**
|
|
1798
|
-
* @public
|
|
1799
1798
|
* <p>The ARN that identifies the Cluster which the Vpc Connection belongs to.</p>
|
|
1799
|
+
* @public
|
|
1800
1800
|
*/
|
|
1801
1801
|
TargetClusterArn: string | undefined;
|
|
1802
1802
|
/**
|
|
1803
|
-
* @public
|
|
1804
1803
|
* <p>Creation time of the Vpc Connection.</p>
|
|
1804
|
+
* @public
|
|
1805
1805
|
*/
|
|
1806
1806
|
CreationTime?: Date;
|
|
1807
1807
|
/**
|
|
1808
|
-
* @public
|
|
1809
1808
|
* <p>Information about the auth scheme of Vpc Connection.</p>
|
|
1809
|
+
* @public
|
|
1810
1810
|
*/
|
|
1811
1811
|
Authentication?: string;
|
|
1812
1812
|
/**
|
|
1813
|
-
* @public
|
|
1814
1813
|
* <p>The vpcId that belongs to the Vpc Connection.</p>
|
|
1814
|
+
* @public
|
|
1815
1815
|
*/
|
|
1816
1816
|
VpcId?: string;
|
|
1817
1817
|
/**
|
|
1818
|
-
* @public
|
|
1819
1818
|
* <p>State of the Vpc Connection.</p>
|
|
1819
|
+
* @public
|
|
1820
1820
|
*/
|
|
1821
1821
|
State?: VpcConnectionState;
|
|
1822
1822
|
}
|
|
1823
1823
|
/**
|
|
1824
|
-
* @public
|
|
1825
1824
|
* <p>Returns information about an error.</p>
|
|
1825
|
+
* @public
|
|
1826
1826
|
*/
|
|
1827
1827
|
export declare class BadRequestException extends __BaseException {
|
|
1828
1828
|
readonly name: "BadRequestException";
|
|
1829
1829
|
readonly $fault: "client";
|
|
1830
1830
|
/**
|
|
1831
|
-
* @public
|
|
1832
1831
|
* <p>The parameter that caused the error.</p>
|
|
1832
|
+
* @public
|
|
1833
1833
|
*/
|
|
1834
1834
|
InvalidParameter?: string;
|
|
1835
1835
|
/**
|
|
1836
|
-
* @public
|
|
1837
1836
|
* <p>The description of the error.</p>
|
|
1837
|
+
* @public
|
|
1838
1838
|
*/
|
|
1839
1839
|
Message?: string;
|
|
1840
1840
|
/**
|
|
@@ -1843,18 +1843,18 @@ export declare class BadRequestException extends __BaseException {
|
|
|
1843
1843
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
1844
1844
|
}
|
|
1845
1845
|
/**
|
|
1846
|
-
* @public
|
|
1847
1846
|
* <p>Associates sasl scram secrets to cluster.</p>
|
|
1847
|
+
* @public
|
|
1848
1848
|
*/
|
|
1849
1849
|
export interface BatchAssociateScramSecretRequest {
|
|
1850
1850
|
/**
|
|
1851
|
-
* @public
|
|
1852
1851
|
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
1852
|
+
* @public
|
|
1853
1853
|
*/
|
|
1854
1854
|
ClusterArn: string | undefined;
|
|
1855
1855
|
/**
|
|
1856
|
-
* @public
|
|
1857
1856
|
* <p>List of AWS Secrets Manager secret ARNs.</p>
|
|
1857
|
+
* @public
|
|
1858
1858
|
*/
|
|
1859
1859
|
SecretArnList: string[] | undefined;
|
|
1860
1860
|
}
|
|
@@ -1863,31 +1863,31 @@ export interface BatchAssociateScramSecretRequest {
|
|
|
1863
1863
|
*/
|
|
1864
1864
|
export interface BatchAssociateScramSecretResponse {
|
|
1865
1865
|
/**
|
|
1866
|
-
* @public
|
|
1867
1866
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
1867
|
+
* @public
|
|
1868
1868
|
*/
|
|
1869
1869
|
ClusterArn?: string;
|
|
1870
1870
|
/**
|
|
1871
|
-
* @public
|
|
1872
1871
|
* <p>List of errors when associating secrets to cluster.</p>
|
|
1872
|
+
* @public
|
|
1873
1873
|
*/
|
|
1874
1874
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
1875
1875
|
}
|
|
1876
1876
|
/**
|
|
1877
|
-
* @public
|
|
1878
1877
|
* <p>Returns information about an error.</p>
|
|
1878
|
+
* @public
|
|
1879
1879
|
*/
|
|
1880
1880
|
export declare class ForbiddenException extends __BaseException {
|
|
1881
1881
|
readonly name: "ForbiddenException";
|
|
1882
1882
|
readonly $fault: "client";
|
|
1883
1883
|
/**
|
|
1884
|
-
* @public
|
|
1885
1884
|
* <p>The parameter that caused the error.</p>
|
|
1885
|
+
* @public
|
|
1886
1886
|
*/
|
|
1887
1887
|
InvalidParameter?: string;
|
|
1888
1888
|
/**
|
|
1889
|
-
* @public
|
|
1890
1889
|
* <p>The description of the error.</p>
|
|
1890
|
+
* @public
|
|
1891
1891
|
*/
|
|
1892
1892
|
Message?: string;
|
|
1893
1893
|
/**
|
|
@@ -1896,20 +1896,20 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
1896
1896
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
1897
1897
|
}
|
|
1898
1898
|
/**
|
|
1899
|
-
* @public
|
|
1900
1899
|
* <p>Returns information about an error.</p>
|
|
1900
|
+
* @public
|
|
1901
1901
|
*/
|
|
1902
1902
|
export declare class InternalServerErrorException extends __BaseException {
|
|
1903
1903
|
readonly name: "InternalServerErrorException";
|
|
1904
1904
|
readonly $fault: "server";
|
|
1905
1905
|
/**
|
|
1906
|
-
* @public
|
|
1907
1906
|
* <p>The parameter that caused the error.</p>
|
|
1907
|
+
* @public
|
|
1908
1908
|
*/
|
|
1909
1909
|
InvalidParameter?: string;
|
|
1910
1910
|
/**
|
|
1911
|
-
* @public
|
|
1912
1911
|
* <p>The description of the error.</p>
|
|
1912
|
+
* @public
|
|
1913
1913
|
*/
|
|
1914
1914
|
Message?: string;
|
|
1915
1915
|
/**
|
|
@@ -1918,20 +1918,20 @@ export declare class InternalServerErrorException extends __BaseException {
|
|
|
1918
1918
|
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
1919
1919
|
}
|
|
1920
1920
|
/**
|
|
1921
|
-
* @public
|
|
1922
1921
|
* <p>Returns information about an error.</p>
|
|
1922
|
+
* @public
|
|
1923
1923
|
*/
|
|
1924
1924
|
export declare class NotFoundException extends __BaseException {
|
|
1925
1925
|
readonly name: "NotFoundException";
|
|
1926
1926
|
readonly $fault: "client";
|
|
1927
1927
|
/**
|
|
1928
|
-
* @public
|
|
1929
1928
|
* <p>The parameter that caused the error.</p>
|
|
1929
|
+
* @public
|
|
1930
1930
|
*/
|
|
1931
1931
|
InvalidParameter?: string;
|
|
1932
1932
|
/**
|
|
1933
|
-
* @public
|
|
1934
1933
|
* <p>The description of the error.</p>
|
|
1934
|
+
* @public
|
|
1935
1935
|
*/
|
|
1936
1936
|
Message?: string;
|
|
1937
1937
|
/**
|
|
@@ -1940,20 +1940,20 @@ export declare class NotFoundException extends __BaseException {
|
|
|
1940
1940
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
1941
1941
|
}
|
|
1942
1942
|
/**
|
|
1943
|
-
* @public
|
|
1944
1943
|
* <p>Returns information about an error.</p>
|
|
1944
|
+
* @public
|
|
1945
1945
|
*/
|
|
1946
1946
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
1947
1947
|
readonly name: "ServiceUnavailableException";
|
|
1948
1948
|
readonly $fault: "server";
|
|
1949
1949
|
/**
|
|
1950
|
-
* @public
|
|
1951
1950
|
* <p>The parameter that caused the error.</p>
|
|
1951
|
+
* @public
|
|
1952
1952
|
*/
|
|
1953
1953
|
InvalidParameter?: string;
|
|
1954
1954
|
/**
|
|
1955
|
-
* @public
|
|
1956
1955
|
* <p>The description of the error.</p>
|
|
1956
|
+
* @public
|
|
1957
1957
|
*/
|
|
1958
1958
|
Message?: string;
|
|
1959
1959
|
/**
|
|
@@ -1962,20 +1962,20 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
1962
1962
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
1963
1963
|
}
|
|
1964
1964
|
/**
|
|
1965
|
-
* @public
|
|
1966
1965
|
* <p>Returns information about an error.</p>
|
|
1966
|
+
* @public
|
|
1967
1967
|
*/
|
|
1968
1968
|
export declare class TooManyRequestsException extends __BaseException {
|
|
1969
1969
|
readonly name: "TooManyRequestsException";
|
|
1970
1970
|
readonly $fault: "client";
|
|
1971
1971
|
/**
|
|
1972
|
-
* @public
|
|
1973
1972
|
* <p>The parameter that caused the error.</p>
|
|
1973
|
+
* @public
|
|
1974
1974
|
*/
|
|
1975
1975
|
InvalidParameter?: string;
|
|
1976
1976
|
/**
|
|
1977
|
-
* @public
|
|
1978
1977
|
* <p>The description of the error.</p>
|
|
1978
|
+
* @public
|
|
1979
1979
|
*/
|
|
1980
1980
|
Message?: string;
|
|
1981
1981
|
/**
|
|
@@ -1984,20 +1984,20 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
1984
1984
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
1985
1985
|
}
|
|
1986
1986
|
/**
|
|
1987
|
-
* @public
|
|
1988
1987
|
* <p>Returns information about an error.</p>
|
|
1988
|
+
* @public
|
|
1989
1989
|
*/
|
|
1990
1990
|
export declare class UnauthorizedException extends __BaseException {
|
|
1991
1991
|
readonly name: "UnauthorizedException";
|
|
1992
1992
|
readonly $fault: "client";
|
|
1993
1993
|
/**
|
|
1994
|
-
* @public
|
|
1995
1994
|
* <p>The parameter that caused the error.</p>
|
|
1995
|
+
* @public
|
|
1996
1996
|
*/
|
|
1997
1997
|
InvalidParameter?: string;
|
|
1998
1998
|
/**
|
|
1999
|
-
* @public
|
|
2000
1999
|
* <p>The description of the error.</p>
|
|
2000
|
+
* @public
|
|
2001
2001
|
*/
|
|
2002
2002
|
Message?: string;
|
|
2003
2003
|
/**
|
|
@@ -2006,18 +2006,18 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
2006
2006
|
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
2007
2007
|
}
|
|
2008
2008
|
/**
|
|
2009
|
-
* @public
|
|
2010
2009
|
* <p>Disassociates sasl scram secrets to cluster.</p>
|
|
2010
|
+
* @public
|
|
2011
2011
|
*/
|
|
2012
2012
|
export interface BatchDisassociateScramSecretRequest {
|
|
2013
2013
|
/**
|
|
2014
|
-
* @public
|
|
2015
2014
|
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
2015
|
+
* @public
|
|
2016
2016
|
*/
|
|
2017
2017
|
ClusterArn: string | undefined;
|
|
2018
2018
|
/**
|
|
2019
|
-
* @public
|
|
2020
2019
|
* <p>List of AWS Secrets Manager secret ARNs.</p>
|
|
2020
|
+
* @public
|
|
2021
2021
|
*/
|
|
2022
2022
|
SecretArnList: string[] | undefined;
|
|
2023
2023
|
}
|
|
@@ -2026,150 +2026,150 @@ export interface BatchDisassociateScramSecretRequest {
|
|
|
2026
2026
|
*/
|
|
2027
2027
|
export interface BatchDisassociateScramSecretResponse {
|
|
2028
2028
|
/**
|
|
2029
|
-
* @public
|
|
2030
2029
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
2030
|
+
* @public
|
|
2031
2031
|
*/
|
|
2032
2032
|
ClusterArn?: string;
|
|
2033
2033
|
/**
|
|
2034
|
-
* @public
|
|
2035
2034
|
* <p>List of errors when disassociating secrets to cluster.</p>
|
|
2035
|
+
* @public
|
|
2036
2036
|
*/
|
|
2037
2037
|
UnprocessedScramSecrets?: UnprocessedScramSecret[];
|
|
2038
2038
|
}
|
|
2039
2039
|
/**
|
|
2040
|
-
* @public
|
|
2041
2040
|
* <p>Returns information about a provisioned cluster operation.</p>
|
|
2041
|
+
* @public
|
|
2042
2042
|
*/
|
|
2043
2043
|
export interface ClusterOperationV2Provisioned {
|
|
2044
2044
|
/**
|
|
2045
|
-
* @public
|
|
2046
2045
|
* <p>Steps completed during the operation.</p>
|
|
2046
|
+
* @public
|
|
2047
2047
|
*/
|
|
2048
2048
|
OperationSteps?: ClusterOperationStep[];
|
|
2049
2049
|
/**
|
|
2050
|
-
* @public
|
|
2051
2050
|
* <p>Information about cluster attributes before a cluster is updated.</p>
|
|
2051
|
+
* @public
|
|
2052
2052
|
*/
|
|
2053
2053
|
SourceClusterInfo?: MutableClusterInfo;
|
|
2054
2054
|
/**
|
|
2055
|
-
* @public
|
|
2056
2055
|
* <p>Information about cluster attributes after a cluster is updated.</p>
|
|
2056
|
+
* @public
|
|
2057
2057
|
*/
|
|
2058
2058
|
TargetClusterInfo?: MutableClusterInfo;
|
|
2059
2059
|
/**
|
|
2060
|
-
* @public
|
|
2061
2060
|
* <p>Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.</p>
|
|
2061
|
+
* @public
|
|
2062
2062
|
*/
|
|
2063
2063
|
VpcConnectionInfo?: VpcConnectionInfo;
|
|
2064
2064
|
}
|
|
2065
2065
|
/**
|
|
2066
|
-
* @public
|
|
2067
2066
|
* Description of the VPC connection.
|
|
2067
|
+
* @public
|
|
2068
2068
|
*/
|
|
2069
2069
|
export interface VpcConnectionInfoServerless {
|
|
2070
2070
|
/**
|
|
2071
|
-
* @public
|
|
2072
2071
|
* <p>The time when Amazon MSK creates the VPC Connnection.</p>
|
|
2072
|
+
* @public
|
|
2073
2073
|
*/
|
|
2074
2074
|
CreationTime?: Date;
|
|
2075
2075
|
/**
|
|
2076
|
-
* @public
|
|
2077
2076
|
* <p>The owner of the VPC Connection.</p>
|
|
2077
|
+
* @public
|
|
2078
2078
|
*/
|
|
2079
2079
|
Owner?: string;
|
|
2080
2080
|
/**
|
|
2081
|
-
* @public
|
|
2082
2081
|
* <p>Description of the requester that calls the API operation.</p>
|
|
2082
|
+
* @public
|
|
2083
2083
|
*/
|
|
2084
2084
|
UserIdentity?: UserIdentity;
|
|
2085
2085
|
/**
|
|
2086
|
-
* @public
|
|
2087
2086
|
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
2087
|
+
* @public
|
|
2088
2088
|
*/
|
|
2089
2089
|
VpcConnectionArn?: string;
|
|
2090
2090
|
}
|
|
2091
2091
|
/**
|
|
2092
|
-
* @public
|
|
2093
2092
|
* <p>Returns information about a serverless cluster operation.</p>
|
|
2093
|
+
* @public
|
|
2094
2094
|
*/
|
|
2095
2095
|
export interface ClusterOperationV2Serverless {
|
|
2096
2096
|
/**
|
|
2097
|
-
* @public
|
|
2098
2097
|
* <p>Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.</p>
|
|
2098
|
+
* @public
|
|
2099
2099
|
*/
|
|
2100
2100
|
VpcConnectionInfo?: VpcConnectionInfoServerless;
|
|
2101
2101
|
}
|
|
2102
2102
|
/**
|
|
2103
|
-
* @public
|
|
2104
2103
|
* <p>Returns information about a cluster operation.</p>
|
|
2104
|
+
* @public
|
|
2105
2105
|
*/
|
|
2106
2106
|
export interface ClusterOperationV2 {
|
|
2107
2107
|
/**
|
|
2108
|
-
* @public
|
|
2109
2108
|
* <p>ARN of the cluster.</p>
|
|
2109
|
+
* @public
|
|
2110
2110
|
*/
|
|
2111
2111
|
ClusterArn?: string;
|
|
2112
2112
|
/**
|
|
2113
|
-
* @public
|
|
2114
2113
|
* <p>Type of the backend cluster.</p>
|
|
2114
|
+
* @public
|
|
2115
2115
|
*/
|
|
2116
2116
|
ClusterType?: ClusterType;
|
|
2117
2117
|
/**
|
|
2118
|
-
* @public
|
|
2119
2118
|
* <p>The time at which operation was started.</p>
|
|
2119
|
+
* @public
|
|
2120
2120
|
*/
|
|
2121
2121
|
StartTime?: Date;
|
|
2122
2122
|
/**
|
|
2123
|
-
* @public
|
|
2124
2123
|
* <p>The time at which the operation finished.</p>
|
|
2124
|
+
* @public
|
|
2125
2125
|
*/
|
|
2126
2126
|
EndTime?: Date;
|
|
2127
2127
|
/**
|
|
2128
|
-
* @public
|
|
2129
2128
|
* <p>If cluster operation failed from an error, it describes the error.</p>
|
|
2129
|
+
* @public
|
|
2130
2130
|
*/
|
|
2131
2131
|
ErrorInfo?: ErrorInfo;
|
|
2132
2132
|
/**
|
|
2133
|
-
* @public
|
|
2134
2133
|
* <p>ARN of the cluster operation.</p>
|
|
2134
|
+
* @public
|
|
2135
2135
|
*/
|
|
2136
2136
|
OperationArn?: string;
|
|
2137
2137
|
/**
|
|
2138
|
-
* @public
|
|
2139
2138
|
* <p>State of the cluster operation.</p>
|
|
2139
|
+
* @public
|
|
2140
2140
|
*/
|
|
2141
2141
|
OperationState?: string;
|
|
2142
2142
|
/**
|
|
2143
|
-
* @public
|
|
2144
2143
|
* <p>Type of the cluster operation.</p>
|
|
2144
|
+
* @public
|
|
2145
2145
|
*/
|
|
2146
2146
|
OperationType?: string;
|
|
2147
2147
|
/**
|
|
2148
|
-
* @public
|
|
2149
2148
|
* <p>Properties of a provisioned cluster.</p>
|
|
2149
|
+
* @public
|
|
2150
2150
|
*/
|
|
2151
2151
|
Provisioned?: ClusterOperationV2Provisioned;
|
|
2152
2152
|
/**
|
|
2153
|
-
* @public
|
|
2154
2153
|
* <p>Properties of a serverless cluster.</p>
|
|
2154
|
+
* @public
|
|
2155
2155
|
*/
|
|
2156
2156
|
Serverless?: ClusterOperationV2Serverless;
|
|
2157
2157
|
}
|
|
2158
2158
|
/**
|
|
2159
|
-
* @public
|
|
2160
2159
|
* <p>Returns information about an error.</p>
|
|
2160
|
+
* @public
|
|
2161
2161
|
*/
|
|
2162
2162
|
export declare class ConflictException extends __BaseException {
|
|
2163
2163
|
readonly name: "ConflictException";
|
|
2164
2164
|
readonly $fault: "client";
|
|
2165
2165
|
/**
|
|
2166
|
-
* @public
|
|
2167
2166
|
* <p>The parameter that caused the error.</p>
|
|
2167
|
+
* @public
|
|
2168
2168
|
*/
|
|
2169
2169
|
InvalidParameter?: string;
|
|
2170
2170
|
/**
|
|
2171
|
-
* @public
|
|
2172
2171
|
* <p>The description of the error.</p>
|
|
2172
|
+
* @public
|
|
2173
2173
|
*/
|
|
2174
2174
|
Message?: string;
|
|
2175
2175
|
/**
|
|
@@ -2178,28 +2178,28 @@ export declare class ConflictException extends __BaseException {
|
|
|
2178
2178
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
2179
2179
|
}
|
|
2180
2180
|
/**
|
|
2181
|
-
* @public
|
|
2182
2181
|
* <p>Details about consumer group replication.</p>
|
|
2182
|
+
* @public
|
|
2183
2183
|
*/
|
|
2184
2184
|
export interface ConsumerGroupReplicationUpdate {
|
|
2185
2185
|
/**
|
|
2186
|
-
* @public
|
|
2187
2186
|
* <p>List of regular expression patterns indicating the consumer groups that should not be replicated.</p>
|
|
2187
|
+
* @public
|
|
2188
2188
|
*/
|
|
2189
2189
|
ConsumerGroupsToExclude: string[] | undefined;
|
|
2190
2190
|
/**
|
|
2191
|
-
* @public
|
|
2192
2191
|
* <p>List of regular expression patterns indicating the consumer groups to copy.</p>
|
|
2192
|
+
* @public
|
|
2193
2193
|
*/
|
|
2194
2194
|
ConsumerGroupsToReplicate: string[] | undefined;
|
|
2195
2195
|
/**
|
|
2196
|
-
* @public
|
|
2197
2196
|
* <p>Enables synchronization of consumer groups to target cluster.</p>
|
|
2197
|
+
* @public
|
|
2198
2198
|
*/
|
|
2199
2199
|
DetectAndCopyNewConsumerGroups: boolean | undefined;
|
|
2200
2200
|
/**
|
|
2201
|
-
* @public
|
|
2202
2201
|
* <p>Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.</p>
|
|
2202
|
+
* @public
|
|
2203
2203
|
*/
|
|
2204
2204
|
SynchroniseConsumerGroupOffsets: boolean | undefined;
|
|
2205
2205
|
}
|
|
@@ -2208,59 +2208,59 @@ export interface ConsumerGroupReplicationUpdate {
|
|
|
2208
2208
|
*/
|
|
2209
2209
|
export interface CreateClusterRequest {
|
|
2210
2210
|
/**
|
|
2211
|
-
* @public
|
|
2212
2211
|
* <p>Information about the broker nodes in the cluster.</p>
|
|
2212
|
+
* @public
|
|
2213
2213
|
*/
|
|
2214
2214
|
BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
|
|
2215
2215
|
/**
|
|
2216
|
-
* @public
|
|
2217
2216
|
* <p>Includes all client authentication related information.</p>
|
|
2217
|
+
* @public
|
|
2218
2218
|
*/
|
|
2219
2219
|
ClientAuthentication?: ClientAuthentication;
|
|
2220
2220
|
/**
|
|
2221
|
-
* @public
|
|
2222
2221
|
* <p>The name of the cluster.</p>
|
|
2222
|
+
* @public
|
|
2223
2223
|
*/
|
|
2224
2224
|
ClusterName: string | undefined;
|
|
2225
2225
|
/**
|
|
2226
|
-
* @public
|
|
2227
2226
|
* <p>Represents the configuration that you want MSK to use for the brokers in a cluster.</p>
|
|
2227
|
+
* @public
|
|
2228
2228
|
*/
|
|
2229
2229
|
ConfigurationInfo?: ConfigurationInfo;
|
|
2230
2230
|
/**
|
|
2231
|
-
* @public
|
|
2232
2231
|
* <p>Includes all encryption-related information.</p>
|
|
2232
|
+
* @public
|
|
2233
2233
|
*/
|
|
2234
2234
|
EncryptionInfo?: EncryptionInfo;
|
|
2235
2235
|
/**
|
|
2236
|
-
* @public
|
|
2237
2236
|
* <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>
|
|
2237
|
+
* @public
|
|
2238
2238
|
*/
|
|
2239
2239
|
EnhancedMonitoring?: EnhancedMonitoring;
|
|
2240
2240
|
/**
|
|
2241
|
-
* @public
|
|
2242
2241
|
* <p>The settings for open monitoring.</p>
|
|
2242
|
+
* @public
|
|
2243
2243
|
*/
|
|
2244
2244
|
OpenMonitoring?: OpenMonitoringInfo;
|
|
2245
2245
|
/**
|
|
2246
|
-
* @public
|
|
2247
2246
|
* <p>The version of Apache Kafka.</p>
|
|
2247
|
+
* @public
|
|
2248
2248
|
*/
|
|
2249
2249
|
KafkaVersion: string | undefined;
|
|
2250
2250
|
LoggingInfo?: LoggingInfo;
|
|
2251
2251
|
/**
|
|
2252
|
-
* @public
|
|
2253
2252
|
* <p>The number of broker nodes in the cluster.</p>
|
|
2253
|
+
* @public
|
|
2254
2254
|
*/
|
|
2255
2255
|
NumberOfBrokerNodes: number | undefined;
|
|
2256
2256
|
/**
|
|
2257
|
-
* @public
|
|
2258
2257
|
* <p>Create tags when creating the cluster.</p>
|
|
2258
|
+
* @public
|
|
2259
2259
|
*/
|
|
2260
2260
|
Tags?: Record<string, string>;
|
|
2261
2261
|
/**
|
|
2262
|
-
* @public
|
|
2263
2262
|
* <p>This controls storage mode for supported storage tiers.</p>
|
|
2263
|
+
* @public
|
|
2264
2264
|
*/
|
|
2265
2265
|
StorageMode?: StorageMode;
|
|
2266
2266
|
}
|
|
@@ -2269,90 +2269,90 @@ export interface CreateClusterRequest {
|
|
|
2269
2269
|
*/
|
|
2270
2270
|
export interface CreateClusterResponse {
|
|
2271
2271
|
/**
|
|
2272
|
-
* @public
|
|
2273
2272
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
2273
|
+
* @public
|
|
2274
2274
|
*/
|
|
2275
2275
|
ClusterArn?: string;
|
|
2276
2276
|
/**
|
|
2277
|
-
* @public
|
|
2278
2277
|
* <p>The name of the MSK cluster.</p>
|
|
2278
|
+
* @public
|
|
2279
2279
|
*/
|
|
2280
2280
|
ClusterName?: string;
|
|
2281
2281
|
/**
|
|
2282
|
-
* @public
|
|
2283
2282
|
* <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
|
|
2283
|
+
* @public
|
|
2284
2284
|
*/
|
|
2285
2285
|
State?: ClusterState;
|
|
2286
2286
|
}
|
|
2287
2287
|
/**
|
|
2288
|
-
* @public
|
|
2289
2288
|
* <p>Provisioned cluster request.</p>
|
|
2289
|
+
* @public
|
|
2290
2290
|
*/
|
|
2291
2291
|
export interface ProvisionedRequest {
|
|
2292
2292
|
/**
|
|
2293
|
-
* @public
|
|
2294
2293
|
* <p>Information about the brokers.</p>
|
|
2294
|
+
* @public
|
|
2295
2295
|
*/
|
|
2296
2296
|
BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
|
|
2297
2297
|
/**
|
|
2298
|
-
* @public
|
|
2299
2298
|
* <p>Includes all client authentication information.</p>
|
|
2299
|
+
* @public
|
|
2300
2300
|
*/
|
|
2301
2301
|
ClientAuthentication?: ClientAuthentication;
|
|
2302
2302
|
/**
|
|
2303
|
-
* @public
|
|
2304
2303
|
* <p>Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.</p>
|
|
2304
|
+
* @public
|
|
2305
2305
|
*/
|
|
2306
2306
|
ConfigurationInfo?: ConfigurationInfo;
|
|
2307
2307
|
/**
|
|
2308
|
-
* @public
|
|
2309
2308
|
* <p>Includes all encryption-related information.</p>
|
|
2309
|
+
* @public
|
|
2310
2310
|
*/
|
|
2311
2311
|
EncryptionInfo?: EncryptionInfo;
|
|
2312
2312
|
/**
|
|
2313
|
-
* @public
|
|
2314
2313
|
* <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>
|
|
2314
|
+
* @public
|
|
2315
2315
|
*/
|
|
2316
2316
|
EnhancedMonitoring?: EnhancedMonitoring;
|
|
2317
2317
|
/**
|
|
2318
|
-
* @public
|
|
2319
2318
|
* <p>The settings for open monitoring.</p>
|
|
2319
|
+
* @public
|
|
2320
2320
|
*/
|
|
2321
2321
|
OpenMonitoring?: OpenMonitoringInfo;
|
|
2322
2322
|
/**
|
|
2323
|
-
* @public
|
|
2324
2323
|
* <p>The Apache Kafka version that you want for the cluster.</p>
|
|
2324
|
+
* @public
|
|
2325
2325
|
*/
|
|
2326
2326
|
KafkaVersion: string | undefined;
|
|
2327
2327
|
/**
|
|
2328
|
-
* @public
|
|
2329
2328
|
* <p>Log delivery information for the cluster.</p>
|
|
2329
|
+
* @public
|
|
2330
2330
|
*/
|
|
2331
2331
|
LoggingInfo?: LoggingInfo;
|
|
2332
2332
|
/**
|
|
2333
|
-
* @public
|
|
2334
2333
|
* <p>The number of broker nodes in the cluster.</p>
|
|
2334
|
+
* @public
|
|
2335
2335
|
*/
|
|
2336
2336
|
NumberOfBrokerNodes: number | undefined;
|
|
2337
2337
|
/**
|
|
2338
|
-
* @public
|
|
2339
2338
|
* <p>This controls storage mode for supported storage tiers.</p>
|
|
2339
|
+
* @public
|
|
2340
2340
|
*/
|
|
2341
2341
|
StorageMode?: StorageMode;
|
|
2342
2342
|
}
|
|
2343
2343
|
/**
|
|
2344
|
-
* @public
|
|
2345
2344
|
* <p>Serverless cluster request.</p>
|
|
2345
|
+
* @public
|
|
2346
2346
|
*/
|
|
2347
2347
|
export interface ServerlessRequest {
|
|
2348
2348
|
/**
|
|
2349
|
-
* @public
|
|
2350
2349
|
* <p>The configuration of the Amazon VPCs for the cluster.</p>
|
|
2350
|
+
* @public
|
|
2351
2351
|
*/
|
|
2352
2352
|
VpcConfigs: VpcConfig[] | undefined;
|
|
2353
2353
|
/**
|
|
2354
|
-
* @public
|
|
2355
2354
|
* <p>Includes all client authentication information.</p>
|
|
2355
|
+
* @public
|
|
2356
2356
|
*/
|
|
2357
2357
|
ClientAuthentication?: ServerlessClientAuthentication;
|
|
2358
2358
|
}
|
|
@@ -2361,23 +2361,23 @@ export interface ServerlessRequest {
|
|
|
2361
2361
|
*/
|
|
2362
2362
|
export interface CreateClusterV2Request {
|
|
2363
2363
|
/**
|
|
2364
|
-
* @public
|
|
2365
2364
|
* <p>The name of the cluster.</p>
|
|
2365
|
+
* @public
|
|
2366
2366
|
*/
|
|
2367
2367
|
ClusterName: string | undefined;
|
|
2368
2368
|
/**
|
|
2369
|
-
* @public
|
|
2370
2369
|
* <p>A map of tags that you want the cluster to have.</p>
|
|
2370
|
+
* @public
|
|
2371
2371
|
*/
|
|
2372
2372
|
Tags?: Record<string, string>;
|
|
2373
2373
|
/**
|
|
2374
|
-
* @public
|
|
2375
2374
|
* <p>Information about the provisioned cluster.</p>
|
|
2375
|
+
* @public
|
|
2376
2376
|
*/
|
|
2377
2377
|
Provisioned?: ProvisionedRequest;
|
|
2378
2378
|
/**
|
|
2379
|
-
* @public
|
|
2380
2379
|
* <p>Information about the serverless cluster.</p>
|
|
2380
|
+
* @public
|
|
2381
2381
|
*/
|
|
2382
2382
|
Serverless?: ServerlessRequest;
|
|
2383
2383
|
}
|
|
@@ -2386,23 +2386,23 @@ export interface CreateClusterV2Request {
|
|
|
2386
2386
|
*/
|
|
2387
2387
|
export interface CreateClusterV2Response {
|
|
2388
2388
|
/**
|
|
2389
|
-
* @public
|
|
2390
2389
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
2390
|
+
* @public
|
|
2391
2391
|
*/
|
|
2392
2392
|
ClusterArn?: string;
|
|
2393
2393
|
/**
|
|
2394
|
-
* @public
|
|
2395
2394
|
* <p>The name of the MSK cluster.</p>
|
|
2395
|
+
* @public
|
|
2396
2396
|
*/
|
|
2397
2397
|
ClusterName?: string;
|
|
2398
2398
|
/**
|
|
2399
|
-
* @public
|
|
2400
2399
|
* <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
|
|
2400
|
+
* @public
|
|
2401
2401
|
*/
|
|
2402
2402
|
State?: ClusterState;
|
|
2403
2403
|
/**
|
|
2404
|
-
* @public
|
|
2405
2404
|
* <p>The type of the cluster. The possible states are PROVISIONED or SERVERLESS.</p>
|
|
2405
|
+
* @public
|
|
2406
2406
|
*/
|
|
2407
2407
|
ClusterType?: ClusterType;
|
|
2408
2408
|
}
|
|
@@ -2411,24 +2411,24 @@ export interface CreateClusterV2Response {
|
|
|
2411
2411
|
*/
|
|
2412
2412
|
export interface CreateConfigurationRequest {
|
|
2413
2413
|
/**
|
|
2414
|
-
* @public
|
|
2415
2414
|
* <p>The description of the configuration.</p>
|
|
2415
|
+
* @public
|
|
2416
2416
|
*/
|
|
2417
2417
|
Description?: string;
|
|
2418
2418
|
/**
|
|
2419
|
-
* @public
|
|
2420
2419
|
* <p>The versions of Apache Kafka with which you can use this MSK configuration.</p>
|
|
2420
|
+
* @public
|
|
2421
2421
|
*/
|
|
2422
2422
|
KafkaVersions?: string[];
|
|
2423
2423
|
/**
|
|
2424
|
-
* @public
|
|
2425
2424
|
* <p>The name of the configuration.</p>
|
|
2425
|
+
* @public
|
|
2426
2426
|
*/
|
|
2427
2427
|
Name: string | undefined;
|
|
2428
2428
|
/**
|
|
2429
|
-
* @public
|
|
2430
2429
|
* <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded.
|
|
2431
2430
|
* When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>
|
|
2431
|
+
* @public
|
|
2432
2432
|
*/
|
|
2433
2433
|
ServerProperties: Uint8Array | undefined;
|
|
2434
2434
|
}
|
|
@@ -2437,64 +2437,64 @@ export interface CreateConfigurationRequest {
|
|
|
2437
2437
|
*/
|
|
2438
2438
|
export interface CreateConfigurationResponse {
|
|
2439
2439
|
/**
|
|
2440
|
-
* @public
|
|
2441
2440
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
2441
|
+
* @public
|
|
2442
2442
|
*/
|
|
2443
2443
|
Arn?: string;
|
|
2444
2444
|
/**
|
|
2445
|
-
* @public
|
|
2446
2445
|
* <p>The time when the configuration was created.</p>
|
|
2446
|
+
* @public
|
|
2447
2447
|
*/
|
|
2448
2448
|
CreationTime?: Date;
|
|
2449
2449
|
/**
|
|
2450
|
-
* @public
|
|
2451
2450
|
* <p>Latest revision of the configuration.</p>
|
|
2451
|
+
* @public
|
|
2452
2452
|
*/
|
|
2453
2453
|
LatestRevision?: ConfigurationRevision;
|
|
2454
2454
|
/**
|
|
2455
|
-
* @public
|
|
2456
2455
|
* <p>The name of the configuration.</p>
|
|
2456
|
+
* @public
|
|
2457
2457
|
*/
|
|
2458
2458
|
Name?: string;
|
|
2459
2459
|
/**
|
|
2460
|
-
* @public
|
|
2461
2460
|
* <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
|
|
2461
|
+
* @public
|
|
2462
2462
|
*/
|
|
2463
2463
|
State?: ConfigurationState;
|
|
2464
2464
|
}
|
|
2465
2465
|
/**
|
|
2466
|
-
* @public
|
|
2467
2466
|
* <p>Creates a replicator using the specified configuration.</p>
|
|
2467
|
+
* @public
|
|
2468
2468
|
*/
|
|
2469
2469
|
export interface CreateReplicatorRequest {
|
|
2470
2470
|
/**
|
|
2471
|
-
* @public
|
|
2472
2471
|
* <p>A summary description of the replicator.</p>
|
|
2472
|
+
* @public
|
|
2473
2473
|
*/
|
|
2474
2474
|
Description?: string;
|
|
2475
2475
|
/**
|
|
2476
|
-
* @public
|
|
2477
2476
|
* <p>Kafka Clusters to use in setting up sources / targets for replication.</p>
|
|
2477
|
+
* @public
|
|
2478
2478
|
*/
|
|
2479
2479
|
KafkaClusters: KafkaCluster[] | undefined;
|
|
2480
2480
|
/**
|
|
2481
|
-
* @public
|
|
2482
2481
|
* <p>A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.</p>
|
|
2482
|
+
* @public
|
|
2483
2483
|
*/
|
|
2484
2484
|
ReplicationInfoList: ReplicationInfo[] | undefined;
|
|
2485
2485
|
/**
|
|
2486
|
-
* @public
|
|
2487
2486
|
* <p>The name of the replicator. Alpha-numeric characters with '-' are allowed.</p>
|
|
2487
|
+
* @public
|
|
2488
2488
|
*/
|
|
2489
2489
|
ReplicatorName: string | undefined;
|
|
2490
2490
|
/**
|
|
2491
|
-
* @public
|
|
2492
2491
|
* <p>The ARN of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters)</p>
|
|
2492
|
+
* @public
|
|
2493
2493
|
*/
|
|
2494
2494
|
ServiceExecutionRoleArn: string | undefined;
|
|
2495
2495
|
/**
|
|
2496
|
-
* @public
|
|
2497
2496
|
* <p>List of tags to attach to created Replicator.</p>
|
|
2497
|
+
* @public
|
|
2498
2498
|
*/
|
|
2499
2499
|
Tags?: Record<string, string>;
|
|
2500
2500
|
}
|
|
@@ -2503,18 +2503,18 @@ export interface CreateReplicatorRequest {
|
|
|
2503
2503
|
*/
|
|
2504
2504
|
export interface CreateReplicatorResponse {
|
|
2505
2505
|
/**
|
|
2506
|
-
* @public
|
|
2507
2506
|
* <p>The Amazon Resource Name (ARN) of the replicator.</p>
|
|
2507
|
+
* @public
|
|
2508
2508
|
*/
|
|
2509
2509
|
ReplicatorArn?: string;
|
|
2510
2510
|
/**
|
|
2511
|
-
* @public
|
|
2512
2511
|
* <p>Name of the replicator provided by the customer.</p>
|
|
2512
|
+
* @public
|
|
2513
2513
|
*/
|
|
2514
2514
|
ReplicatorName?: string;
|
|
2515
2515
|
/**
|
|
2516
|
-
* @public
|
|
2517
2516
|
* <p>State of the replicator.</p>
|
|
2517
|
+
* @public
|
|
2518
2518
|
*/
|
|
2519
2519
|
ReplicatorState?: ReplicatorState;
|
|
2520
2520
|
}
|
|
@@ -2523,33 +2523,33 @@ export interface CreateReplicatorResponse {
|
|
|
2523
2523
|
*/
|
|
2524
2524
|
export interface CreateVpcConnectionRequest {
|
|
2525
2525
|
/**
|
|
2526
|
-
* @public
|
|
2527
2526
|
* <p>The cluster Amazon Resource Name (ARN) for the VPC connection.</p>
|
|
2527
|
+
* @public
|
|
2528
2528
|
*/
|
|
2529
2529
|
TargetClusterArn: string | undefined;
|
|
2530
2530
|
/**
|
|
2531
|
-
* @public
|
|
2532
2531
|
* <p>The authentication type of VPC connection.</p>
|
|
2532
|
+
* @public
|
|
2533
2533
|
*/
|
|
2534
2534
|
Authentication: string | undefined;
|
|
2535
2535
|
/**
|
|
2536
|
-
* @public
|
|
2537
2536
|
* <p>The VPC ID of VPC connection.</p>
|
|
2537
|
+
* @public
|
|
2538
2538
|
*/
|
|
2539
2539
|
VpcId: string | undefined;
|
|
2540
2540
|
/**
|
|
2541
|
-
* @public
|
|
2542
2541
|
* <p>The list of client subnets.</p>
|
|
2542
|
+
* @public
|
|
2543
2543
|
*/
|
|
2544
2544
|
ClientSubnets: string[] | undefined;
|
|
2545
2545
|
/**
|
|
2546
|
-
* @public
|
|
2547
2546
|
* <p>The list of security groups.</p>
|
|
2547
|
+
* @public
|
|
2548
2548
|
*/
|
|
2549
2549
|
SecurityGroups: string[] | undefined;
|
|
2550
2550
|
/**
|
|
2551
|
-
* @public
|
|
2552
2551
|
* <p>A map of tags for the VPC connection.</p>
|
|
2552
|
+
* @public
|
|
2553
2553
|
*/
|
|
2554
2554
|
Tags?: Record<string, string>;
|
|
2555
2555
|
}
|
|
@@ -2558,43 +2558,43 @@ export interface CreateVpcConnectionRequest {
|
|
|
2558
2558
|
*/
|
|
2559
2559
|
export interface CreateVpcConnectionResponse {
|
|
2560
2560
|
/**
|
|
2561
|
-
* @public
|
|
2562
2561
|
* <p>The VPC connection ARN.</p>
|
|
2562
|
+
* @public
|
|
2563
2563
|
*/
|
|
2564
2564
|
VpcConnectionArn?: string;
|
|
2565
2565
|
/**
|
|
2566
|
-
* @public
|
|
2567
2566
|
* <p>The State of Vpc Connection.</p>
|
|
2567
|
+
* @public
|
|
2568
2568
|
*/
|
|
2569
2569
|
State?: VpcConnectionState;
|
|
2570
2570
|
/**
|
|
2571
|
-
* @public
|
|
2572
2571
|
* <p>The authentication type of VPC connection.</p>
|
|
2572
|
+
* @public
|
|
2573
2573
|
*/
|
|
2574
2574
|
Authentication?: string;
|
|
2575
2575
|
/**
|
|
2576
|
-
* @public
|
|
2577
2576
|
* <p>The VPC ID of the VPC connection.</p>
|
|
2577
|
+
* @public
|
|
2578
2578
|
*/
|
|
2579
2579
|
VpcId?: string;
|
|
2580
2580
|
/**
|
|
2581
|
-
* @public
|
|
2582
2581
|
* <p>The list of client subnets.</p>
|
|
2582
|
+
* @public
|
|
2583
2583
|
*/
|
|
2584
2584
|
ClientSubnets?: string[];
|
|
2585
2585
|
/**
|
|
2586
|
-
* @public
|
|
2587
2586
|
* <p>The list of security groups.</p>
|
|
2587
|
+
* @public
|
|
2588
2588
|
*/
|
|
2589
2589
|
SecurityGroups?: string[];
|
|
2590
2590
|
/**
|
|
2591
|
-
* @public
|
|
2592
2591
|
* <p>The creation time of VPC connection.</p>
|
|
2592
|
+
* @public
|
|
2593
2593
|
*/
|
|
2594
2594
|
CreationTime?: Date;
|
|
2595
2595
|
/**
|
|
2596
|
-
* @public
|
|
2597
2596
|
* <p>A map of tags for the VPC connection.</p>
|
|
2597
|
+
* @public
|
|
2598
2598
|
*/
|
|
2599
2599
|
Tags?: Record<string, string>;
|
|
2600
2600
|
}
|
|
@@ -2603,13 +2603,13 @@ export interface CreateVpcConnectionResponse {
|
|
|
2603
2603
|
*/
|
|
2604
2604
|
export interface DeleteClusterRequest {
|
|
2605
2605
|
/**
|
|
2606
|
-
* @public
|
|
2607
2606
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
2607
|
+
* @public
|
|
2608
2608
|
*/
|
|
2609
2609
|
ClusterArn: string | undefined;
|
|
2610
2610
|
/**
|
|
2611
|
-
* @public
|
|
2612
2611
|
* <p>The current version of the MSK cluster.</p>
|
|
2612
|
+
* @public
|
|
2613
2613
|
*/
|
|
2614
2614
|
CurrentVersion?: string;
|
|
2615
2615
|
}
|
|
@@ -2618,13 +2618,13 @@ export interface DeleteClusterRequest {
|
|
|
2618
2618
|
*/
|
|
2619
2619
|
export interface DeleteClusterResponse {
|
|
2620
2620
|
/**
|
|
2621
|
-
* @public
|
|
2622
2621
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
2622
|
+
* @public
|
|
2623
2623
|
*/
|
|
2624
2624
|
ClusterArn?: string;
|
|
2625
2625
|
/**
|
|
2626
|
-
* @public
|
|
2627
2626
|
* <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
|
|
2627
|
+
* @public
|
|
2628
2628
|
*/
|
|
2629
2629
|
State?: ClusterState;
|
|
2630
2630
|
}
|
|
@@ -2633,8 +2633,8 @@ export interface DeleteClusterResponse {
|
|
|
2633
2633
|
*/
|
|
2634
2634
|
export interface DeleteClusterPolicyRequest {
|
|
2635
2635
|
/**
|
|
2636
|
-
* @public
|
|
2637
2636
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
2637
|
+
* @public
|
|
2638
2638
|
*/
|
|
2639
2639
|
ClusterArn: string | undefined;
|
|
2640
2640
|
}
|
|
@@ -2648,8 +2648,8 @@ export interface DeleteClusterPolicyResponse {
|
|
|
2648
2648
|
*/
|
|
2649
2649
|
export interface DeleteConfigurationRequest {
|
|
2650
2650
|
/**
|
|
2651
|
-
* @public
|
|
2652
2651
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
|
|
2652
|
+
* @public
|
|
2653
2653
|
*/
|
|
2654
2654
|
Arn: string | undefined;
|
|
2655
2655
|
}
|
|
@@ -2658,13 +2658,13 @@ export interface DeleteConfigurationRequest {
|
|
|
2658
2658
|
*/
|
|
2659
2659
|
export interface DeleteConfigurationResponse {
|
|
2660
2660
|
/**
|
|
2661
|
-
* @public
|
|
2662
2661
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
|
|
2662
|
+
* @public
|
|
2663
2663
|
*/
|
|
2664
2664
|
Arn?: string;
|
|
2665
2665
|
/**
|
|
2666
|
-
* @public
|
|
2667
2666
|
* <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
|
|
2667
|
+
* @public
|
|
2668
2668
|
*/
|
|
2669
2669
|
State?: ConfigurationState;
|
|
2670
2670
|
}
|
|
@@ -2673,13 +2673,13 @@ export interface DeleteConfigurationResponse {
|
|
|
2673
2673
|
*/
|
|
2674
2674
|
export interface DeleteReplicatorRequest {
|
|
2675
2675
|
/**
|
|
2676
|
-
* @public
|
|
2677
2676
|
* <p>The current version of the replicator.</p>
|
|
2677
|
+
* @public
|
|
2678
2678
|
*/
|
|
2679
2679
|
CurrentVersion?: string;
|
|
2680
2680
|
/**
|
|
2681
|
-
* @public
|
|
2682
2681
|
* <p>The Amazon Resource Name (ARN) of the replicator to be deleted.</p>
|
|
2682
|
+
* @public
|
|
2683
2683
|
*/
|
|
2684
2684
|
ReplicatorArn: string | undefined;
|
|
2685
2685
|
}
|
|
@@ -2688,13 +2688,13 @@ export interface DeleteReplicatorRequest {
|
|
|
2688
2688
|
*/
|
|
2689
2689
|
export interface DeleteReplicatorResponse {
|
|
2690
2690
|
/**
|
|
2691
|
-
* @public
|
|
2692
2691
|
* <p>The Amazon Resource Name (ARN) of the replicator.</p>
|
|
2692
|
+
* @public
|
|
2693
2693
|
*/
|
|
2694
2694
|
ReplicatorArn?: string;
|
|
2695
2695
|
/**
|
|
2696
|
-
* @public
|
|
2697
2696
|
* <p>The state of the replicator.</p>
|
|
2697
|
+
* @public
|
|
2698
2698
|
*/
|
|
2699
2699
|
ReplicatorState?: ReplicatorState;
|
|
2700
2700
|
}
|
|
@@ -2703,8 +2703,8 @@ export interface DeleteReplicatorResponse {
|
|
|
2703
2703
|
*/
|
|
2704
2704
|
export interface DeleteVpcConnectionRequest {
|
|
2705
2705
|
/**
|
|
2706
|
-
* @public
|
|
2707
2706
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.</p>
|
|
2707
|
+
* @public
|
|
2708
2708
|
*/
|
|
2709
2709
|
Arn: string | undefined;
|
|
2710
2710
|
}
|
|
@@ -2713,13 +2713,13 @@ export interface DeleteVpcConnectionRequest {
|
|
|
2713
2713
|
*/
|
|
2714
2714
|
export interface DeleteVpcConnectionResponse {
|
|
2715
2715
|
/**
|
|
2716
|
-
* @public
|
|
2717
2716
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.</p>
|
|
2717
|
+
* @public
|
|
2718
2718
|
*/
|
|
2719
2719
|
VpcConnectionArn?: string;
|
|
2720
2720
|
/**
|
|
2721
|
-
* @public
|
|
2722
2721
|
* <p>The state of the VPC connection.</p>
|
|
2722
|
+
* @public
|
|
2723
2723
|
*/
|
|
2724
2724
|
State?: VpcConnectionState;
|
|
2725
2725
|
}
|
|
@@ -2728,8 +2728,8 @@ export interface DeleteVpcConnectionResponse {
|
|
|
2728
2728
|
*/
|
|
2729
2729
|
export interface DescribeClusterRequest {
|
|
2730
2730
|
/**
|
|
2731
|
-
* @public
|
|
2732
2731
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
2732
|
+
* @public
|
|
2733
2733
|
*/
|
|
2734
2734
|
ClusterArn: string | undefined;
|
|
2735
2735
|
}
|
|
@@ -2738,8 +2738,8 @@ export interface DescribeClusterRequest {
|
|
|
2738
2738
|
*/
|
|
2739
2739
|
export interface DescribeClusterResponse {
|
|
2740
2740
|
/**
|
|
2741
|
-
* @public
|
|
2742
2741
|
* <p>The cluster information.</p>
|
|
2742
|
+
* @public
|
|
2743
2743
|
*/
|
|
2744
2744
|
ClusterInfo?: ClusterInfo;
|
|
2745
2745
|
}
|
|
@@ -2748,8 +2748,8 @@ export interface DescribeClusterResponse {
|
|
|
2748
2748
|
*/
|
|
2749
2749
|
export interface DescribeClusterOperationRequest {
|
|
2750
2750
|
/**
|
|
2751
|
-
* @public
|
|
2752
2751
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the MSK cluster operation.</p>
|
|
2752
|
+
* @public
|
|
2753
2753
|
*/
|
|
2754
2754
|
ClusterOperationArn: string | undefined;
|
|
2755
2755
|
}
|
|
@@ -2758,8 +2758,8 @@ export interface DescribeClusterOperationRequest {
|
|
|
2758
2758
|
*/
|
|
2759
2759
|
export interface DescribeClusterOperationResponse {
|
|
2760
2760
|
/**
|
|
2761
|
-
* @public
|
|
2762
2761
|
* <p>Cluster operation information</p>
|
|
2762
|
+
* @public
|
|
2763
2763
|
*/
|
|
2764
2764
|
ClusterOperationInfo?: ClusterOperationInfo;
|
|
2765
2765
|
}
|
|
@@ -2768,8 +2768,8 @@ export interface DescribeClusterOperationResponse {
|
|
|
2768
2768
|
*/
|
|
2769
2769
|
export interface DescribeClusterOperationV2Request {
|
|
2770
2770
|
/**
|
|
2771
|
-
* @public
|
|
2772
2771
|
* ARN of the cluster operation to describe.
|
|
2772
|
+
* @public
|
|
2773
2773
|
*/
|
|
2774
2774
|
ClusterOperationArn: string | undefined;
|
|
2775
2775
|
}
|
|
@@ -2778,8 +2778,8 @@ export interface DescribeClusterOperationV2Request {
|
|
|
2778
2778
|
*/
|
|
2779
2779
|
export interface DescribeClusterOperationV2Response {
|
|
2780
2780
|
/**
|
|
2781
|
-
* @public
|
|
2782
2781
|
* <p>Cluster operation information</p>
|
|
2782
|
+
* @public
|
|
2783
2783
|
*/
|
|
2784
2784
|
ClusterOperationInfo?: ClusterOperationV2;
|
|
2785
2785
|
}
|
|
@@ -2788,8 +2788,8 @@ export interface DescribeClusterOperationV2Response {
|
|
|
2788
2788
|
*/
|
|
2789
2789
|
export interface DescribeClusterV2Request {
|
|
2790
2790
|
/**
|
|
2791
|
-
* @public
|
|
2792
2791
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
2792
|
+
* @public
|
|
2793
2793
|
*/
|
|
2794
2794
|
ClusterArn: string | undefined;
|
|
2795
2795
|
}
|
|
@@ -2798,8 +2798,8 @@ export interface DescribeClusterV2Request {
|
|
|
2798
2798
|
*/
|
|
2799
2799
|
export interface DescribeClusterV2Response {
|
|
2800
2800
|
/**
|
|
2801
|
-
* @public
|
|
2802
2801
|
* <p>The cluster information.</p>
|
|
2802
|
+
* @public
|
|
2803
2803
|
*/
|
|
2804
2804
|
ClusterInfo?: Cluster;
|
|
2805
2805
|
}
|
|
@@ -2808,8 +2808,8 @@ export interface DescribeClusterV2Response {
|
|
|
2808
2808
|
*/
|
|
2809
2809
|
export interface DescribeConfigurationRequest {
|
|
2810
2810
|
/**
|
|
2811
|
-
* @public
|
|
2812
2811
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
2812
|
+
* @public
|
|
2813
2813
|
*/
|
|
2814
2814
|
Arn: string | undefined;
|
|
2815
2815
|
}
|
|
@@ -2818,38 +2818,38 @@ export interface DescribeConfigurationRequest {
|
|
|
2818
2818
|
*/
|
|
2819
2819
|
export interface DescribeConfigurationResponse {
|
|
2820
2820
|
/**
|
|
2821
|
-
* @public
|
|
2822
2821
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
2822
|
+
* @public
|
|
2823
2823
|
*/
|
|
2824
2824
|
Arn?: string;
|
|
2825
2825
|
/**
|
|
2826
|
-
* @public
|
|
2827
2826
|
* <p>The time when the configuration was created.</p>
|
|
2827
|
+
* @public
|
|
2828
2828
|
*/
|
|
2829
2829
|
CreationTime?: Date;
|
|
2830
2830
|
/**
|
|
2831
|
-
* @public
|
|
2832
2831
|
* <p>The description of the configuration.</p>
|
|
2832
|
+
* @public
|
|
2833
2833
|
*/
|
|
2834
2834
|
Description?: string;
|
|
2835
2835
|
/**
|
|
2836
|
-
* @public
|
|
2837
2836
|
* <p>The versions of Apache Kafka with which you can use this MSK configuration.</p>
|
|
2837
|
+
* @public
|
|
2838
2838
|
*/
|
|
2839
2839
|
KafkaVersions?: string[];
|
|
2840
2840
|
/**
|
|
2841
|
-
* @public
|
|
2842
2841
|
* <p>Latest revision of the configuration.</p>
|
|
2842
|
+
* @public
|
|
2843
2843
|
*/
|
|
2844
2844
|
LatestRevision?: ConfigurationRevision;
|
|
2845
2845
|
/**
|
|
2846
|
-
* @public
|
|
2847
2846
|
* <p>The name of the configuration.</p>
|
|
2847
|
+
* @public
|
|
2848
2848
|
*/
|
|
2849
2849
|
Name?: string;
|
|
2850
2850
|
/**
|
|
2851
|
-
* @public
|
|
2852
2851
|
* <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
|
|
2852
|
+
* @public
|
|
2853
2853
|
*/
|
|
2854
2854
|
State?: ConfigurationState;
|
|
2855
2855
|
}
|
|
@@ -2858,13 +2858,13 @@ export interface DescribeConfigurationResponse {
|
|
|
2858
2858
|
*/
|
|
2859
2859
|
export interface DescribeConfigurationRevisionRequest {
|
|
2860
2860
|
/**
|
|
2861
|
-
* @public
|
|
2862
2861
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
2862
|
+
* @public
|
|
2863
2863
|
*/
|
|
2864
2864
|
Arn: string | undefined;
|
|
2865
2865
|
/**
|
|
2866
|
-
* @public
|
|
2867
2866
|
* <p>A string that uniquely identifies a revision of an MSK configuration.</p>
|
|
2867
|
+
* @public
|
|
2868
2868
|
*/
|
|
2869
2869
|
Revision: number | undefined;
|
|
2870
2870
|
}
|
|
@@ -2873,29 +2873,29 @@ export interface DescribeConfigurationRevisionRequest {
|
|
|
2873
2873
|
*/
|
|
2874
2874
|
export interface DescribeConfigurationRevisionResponse {
|
|
2875
2875
|
/**
|
|
2876
|
-
* @public
|
|
2877
2876
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
2877
|
+
* @public
|
|
2878
2878
|
*/
|
|
2879
2879
|
Arn?: string;
|
|
2880
2880
|
/**
|
|
2881
|
-
* @public
|
|
2882
2881
|
* <p>The time when the configuration was created.</p>
|
|
2882
|
+
* @public
|
|
2883
2883
|
*/
|
|
2884
2884
|
CreationTime?: Date;
|
|
2885
2885
|
/**
|
|
2886
|
-
* @public
|
|
2887
2886
|
* <p>The description of the configuration.</p>
|
|
2887
|
+
* @public
|
|
2888
2888
|
*/
|
|
2889
2889
|
Description?: string;
|
|
2890
2890
|
/**
|
|
2891
|
-
* @public
|
|
2892
2891
|
* <p>The revision number.</p>
|
|
2892
|
+
* @public
|
|
2893
2893
|
*/
|
|
2894
2894
|
Revision?: number;
|
|
2895
2895
|
/**
|
|
2896
|
-
* @public
|
|
2897
2896
|
* <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded.
|
|
2898
2897
|
* When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>
|
|
2898
|
+
* @public
|
|
2899
2899
|
*/
|
|
2900
2900
|
ServerProperties?: Uint8Array;
|
|
2901
2901
|
}
|
|
@@ -2904,24 +2904,24 @@ export interface DescribeConfigurationRevisionResponse {
|
|
|
2904
2904
|
*/
|
|
2905
2905
|
export interface DescribeReplicatorRequest {
|
|
2906
2906
|
/**
|
|
2907
|
-
* @public
|
|
2908
2907
|
* <p>The Amazon Resource Name (ARN) of the replicator to be described.</p>
|
|
2908
|
+
* @public
|
|
2909
2909
|
*/
|
|
2910
2910
|
ReplicatorArn: string | undefined;
|
|
2911
2911
|
}
|
|
2912
2912
|
/**
|
|
2913
|
-
* @public
|
|
2914
2913
|
* Details about the state of a replicator
|
|
2914
|
+
* @public
|
|
2915
2915
|
*/
|
|
2916
2916
|
export interface ReplicationStateInfo {
|
|
2917
2917
|
/**
|
|
2918
|
-
* @public
|
|
2919
2918
|
* Code that describes the current state of the replicator.
|
|
2919
|
+
* @public
|
|
2920
2920
|
*/
|
|
2921
2921
|
Code?: string;
|
|
2922
2922
|
/**
|
|
2923
|
-
* @public
|
|
2924
2923
|
* Message that describes the state of the replicator.
|
|
2924
|
+
* @public
|
|
2925
2925
|
*/
|
|
2926
2926
|
Message?: string;
|
|
2927
2927
|
}
|
|
@@ -2930,68 +2930,68 @@ export interface ReplicationStateInfo {
|
|
|
2930
2930
|
*/
|
|
2931
2931
|
export interface DescribeReplicatorResponse {
|
|
2932
2932
|
/**
|
|
2933
|
-
* @public
|
|
2934
2933
|
* <p>The time when the replicator was created.</p>
|
|
2934
|
+
* @public
|
|
2935
2935
|
*/
|
|
2936
2936
|
CreationTime?: Date;
|
|
2937
2937
|
/**
|
|
2938
|
-
* @public
|
|
2939
2938
|
* <p>The current version number of the replicator.</p>
|
|
2939
|
+
* @public
|
|
2940
2940
|
*/
|
|
2941
2941
|
CurrentVersion?: string;
|
|
2942
2942
|
/**
|
|
2943
|
-
* @public
|
|
2944
2943
|
* <p>Whether this resource is a replicator reference.</p>
|
|
2944
|
+
* @public
|
|
2945
2945
|
*/
|
|
2946
2946
|
IsReplicatorReference?: boolean;
|
|
2947
2947
|
/**
|
|
2948
|
-
* @public
|
|
2949
2948
|
* <p>Kafka Clusters used in setting up sources / targets for replication.</p>
|
|
2949
|
+
* @public
|
|
2950
2950
|
*/
|
|
2951
2951
|
KafkaClusters?: KafkaClusterDescription[];
|
|
2952
2952
|
/**
|
|
2953
|
-
* @public
|
|
2954
2953
|
* <p>A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.</p>
|
|
2954
|
+
* @public
|
|
2955
2955
|
*/
|
|
2956
2956
|
ReplicationInfoList?: ReplicationInfoDescription[];
|
|
2957
2957
|
/**
|
|
2958
|
-
* @public
|
|
2959
2958
|
* <p>The Amazon Resource Name (ARN) of the replicator.</p>
|
|
2959
|
+
* @public
|
|
2960
2960
|
*/
|
|
2961
2961
|
ReplicatorArn?: string;
|
|
2962
2962
|
/**
|
|
2963
|
-
* @public
|
|
2964
2963
|
* <p>The description of the replicator.</p>
|
|
2964
|
+
* @public
|
|
2965
2965
|
*/
|
|
2966
2966
|
ReplicatorDescription?: string;
|
|
2967
2967
|
/**
|
|
2968
|
-
* @public
|
|
2969
2968
|
* <p>The name of the replicator.</p>
|
|
2969
|
+
* @public
|
|
2970
2970
|
*/
|
|
2971
2971
|
ReplicatorName?: string;
|
|
2972
2972
|
/**
|
|
2973
|
-
* @public
|
|
2974
2973
|
* <p>The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.</p>
|
|
2974
|
+
* @public
|
|
2975
2975
|
*/
|
|
2976
2976
|
ReplicatorResourceArn?: string;
|
|
2977
2977
|
/**
|
|
2978
|
-
* @public
|
|
2979
2978
|
* <p>State of the replicator.</p>
|
|
2979
|
+
* @public
|
|
2980
2980
|
*/
|
|
2981
2981
|
ReplicatorState?: ReplicatorState;
|
|
2982
2982
|
/**
|
|
2983
|
-
* @public
|
|
2984
2983
|
* <p>The Amazon Resource Name (ARN) of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters)</p>
|
|
2984
|
+
* @public
|
|
2985
2985
|
*/
|
|
2986
2986
|
ServiceExecutionRoleArn?: string;
|
|
2987
2987
|
/**
|
|
2988
|
-
* @public
|
|
2989
2988
|
* <p>Details about the state of the replicator.</p>
|
|
2989
|
+
* @public
|
|
2990
2990
|
*/
|
|
2991
2991
|
StateInfo?: ReplicationStateInfo;
|
|
2992
2992
|
/**
|
|
2993
|
-
* @public
|
|
2994
2993
|
* <p>List of tags attached to the Replicator.</p>
|
|
2994
|
+
* @public
|
|
2995
2995
|
*/
|
|
2996
2996
|
Tags?: Record<string, string>;
|
|
2997
2997
|
}
|
|
@@ -3000,8 +3000,8 @@ export interface DescribeReplicatorResponse {
|
|
|
3000
3000
|
*/
|
|
3001
3001
|
export interface DescribeVpcConnectionRequest {
|
|
3002
3002
|
/**
|
|
3003
|
-
* @public
|
|
3004
3003
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.</p>
|
|
3004
|
+
* @public
|
|
3005
3005
|
*/
|
|
3006
3006
|
Arn: string | undefined;
|
|
3007
3007
|
}
|
|
@@ -3010,48 +3010,48 @@ export interface DescribeVpcConnectionRequest {
|
|
|
3010
3010
|
*/
|
|
3011
3011
|
export interface DescribeVpcConnectionResponse {
|
|
3012
3012
|
/**
|
|
3013
|
-
* @public
|
|
3014
3013
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.</p>
|
|
3014
|
+
* @public
|
|
3015
3015
|
*/
|
|
3016
3016
|
VpcConnectionArn?: string;
|
|
3017
3017
|
/**
|
|
3018
|
-
* @public
|
|
3019
3018
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.</p>
|
|
3019
|
+
* @public
|
|
3020
3020
|
*/
|
|
3021
3021
|
TargetClusterArn?: string;
|
|
3022
3022
|
/**
|
|
3023
|
-
* @public
|
|
3024
3023
|
* <p>The state of VPC connection.</p>
|
|
3024
|
+
* @public
|
|
3025
3025
|
*/
|
|
3026
3026
|
State?: VpcConnectionState;
|
|
3027
3027
|
/**
|
|
3028
|
-
* @public
|
|
3029
3028
|
* <p>The authentication type of VPC connection.</p>
|
|
3029
|
+
* @public
|
|
3030
3030
|
*/
|
|
3031
3031
|
Authentication?: string;
|
|
3032
3032
|
/**
|
|
3033
|
-
* @public
|
|
3034
3033
|
* <p>The VPC Id for the VPC connection.</p>
|
|
3034
|
+
* @public
|
|
3035
3035
|
*/
|
|
3036
3036
|
VpcId?: string;
|
|
3037
3037
|
/**
|
|
3038
|
-
* @public
|
|
3039
3038
|
* <p>The list of subnets for the VPC connection.</p>
|
|
3039
|
+
* @public
|
|
3040
3040
|
*/
|
|
3041
3041
|
Subnets?: string[];
|
|
3042
3042
|
/**
|
|
3043
|
-
* @public
|
|
3044
3043
|
* <p>The list of security groups for the VPC connection.</p>
|
|
3044
|
+
* @public
|
|
3045
3045
|
*/
|
|
3046
3046
|
SecurityGroups?: string[];
|
|
3047
3047
|
/**
|
|
3048
|
-
* @public
|
|
3049
3048
|
* <p>The creation time of the VPC connection.</p>
|
|
3049
|
+
* @public
|
|
3050
3050
|
*/
|
|
3051
3051
|
CreationTime?: Date;
|
|
3052
3052
|
/**
|
|
3053
|
-
* @public
|
|
3054
3053
|
* <p>A map of tags for the VPC connection.</p>
|
|
3054
|
+
* @public
|
|
3055
3055
|
*/
|
|
3056
3056
|
Tags?: Record<string, string>;
|
|
3057
3057
|
}
|
|
@@ -3060,8 +3060,8 @@ export interface DescribeVpcConnectionResponse {
|
|
|
3060
3060
|
*/
|
|
3061
3061
|
export interface GetBootstrapBrokersRequest {
|
|
3062
3062
|
/**
|
|
3063
|
-
* @public
|
|
3064
3063
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3064
|
+
* @public
|
|
3065
3065
|
*/
|
|
3066
3066
|
ClusterArn: string | undefined;
|
|
3067
3067
|
}
|
|
@@ -3070,53 +3070,53 @@ export interface GetBootstrapBrokersRequest {
|
|
|
3070
3070
|
*/
|
|
3071
3071
|
export interface GetBootstrapBrokersResponse {
|
|
3072
3072
|
/**
|
|
3073
|
-
* @public
|
|
3074
3073
|
* <p>A string containing one or more hostname:port pairs.</p>
|
|
3074
|
+
* @public
|
|
3075
3075
|
*/
|
|
3076
3076
|
BootstrapBrokerString?: string;
|
|
3077
3077
|
/**
|
|
3078
|
-
* @public
|
|
3079
3078
|
* <p>A string containing one or more DNS names (or IP) and TLS port pairs.</p>
|
|
3079
|
+
* @public
|
|
3080
3080
|
*/
|
|
3081
3081
|
BootstrapBrokerStringTls?: string;
|
|
3082
3082
|
/**
|
|
3083
|
-
* @public
|
|
3084
3083
|
* <p>A string containing one or more DNS names (or IP) and Sasl Scram port pairs.</p>
|
|
3084
|
+
* @public
|
|
3085
3085
|
*/
|
|
3086
3086
|
BootstrapBrokerStringSaslScram?: string;
|
|
3087
3087
|
/**
|
|
3088
|
-
* @public
|
|
3089
3088
|
* <p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.</p>
|
|
3089
|
+
* @public
|
|
3090
3090
|
*/
|
|
3091
3091
|
BootstrapBrokerStringSaslIam?: string;
|
|
3092
3092
|
/**
|
|
3093
|
-
* @public
|
|
3094
3093
|
* <p>A string containing one or more DNS names (or IP) and TLS port pairs.</p>
|
|
3094
|
+
* @public
|
|
3095
3095
|
*/
|
|
3096
3096
|
BootstrapBrokerStringPublicTls?: string;
|
|
3097
3097
|
/**
|
|
3098
|
-
* @public
|
|
3099
3098
|
* <p>A string containing one or more DNS names (or IP) and Sasl Scram port pairs.</p>
|
|
3099
|
+
* @public
|
|
3100
3100
|
*/
|
|
3101
3101
|
BootstrapBrokerStringPublicSaslScram?: string;
|
|
3102
3102
|
/**
|
|
3103
|
-
* @public
|
|
3104
3103
|
* <p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.</p>
|
|
3104
|
+
* @public
|
|
3105
3105
|
*/
|
|
3106
3106
|
BootstrapBrokerStringPublicSaslIam?: string;
|
|
3107
3107
|
/**
|
|
3108
|
-
* @public
|
|
3109
3108
|
* <p>A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.</p>
|
|
3109
|
+
* @public
|
|
3110
3110
|
*/
|
|
3111
3111
|
BootstrapBrokerStringVpcConnectivityTls?: string;
|
|
3112
3112
|
/**
|
|
3113
|
-
* @public
|
|
3114
3113
|
* <p>A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.</p>
|
|
3114
|
+
* @public
|
|
3115
3115
|
*/
|
|
3116
3116
|
BootstrapBrokerStringVpcConnectivitySaslScram?: string;
|
|
3117
3117
|
/**
|
|
3118
|
-
* @public
|
|
3119
3118
|
* <p>A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.</p>
|
|
3119
|
+
* @public
|
|
3120
3120
|
*/
|
|
3121
3121
|
BootstrapBrokerStringVpcConnectivitySaslIam?: string;
|
|
3122
3122
|
}
|
|
@@ -3125,8 +3125,8 @@ export interface GetBootstrapBrokersResponse {
|
|
|
3125
3125
|
*/
|
|
3126
3126
|
export interface GetClusterPolicyRequest {
|
|
3127
3127
|
/**
|
|
3128
|
-
* @public
|
|
3129
3128
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3129
|
+
* @public
|
|
3130
3130
|
*/
|
|
3131
3131
|
ClusterArn: string | undefined;
|
|
3132
3132
|
}
|
|
@@ -3135,13 +3135,13 @@ export interface GetClusterPolicyRequest {
|
|
|
3135
3135
|
*/
|
|
3136
3136
|
export interface GetClusterPolicyResponse {
|
|
3137
3137
|
/**
|
|
3138
|
-
* @public
|
|
3139
3138
|
* <p>The version of cluster policy.</p>
|
|
3139
|
+
* @public
|
|
3140
3140
|
*/
|
|
3141
3141
|
CurrentVersion?: string;
|
|
3142
3142
|
/**
|
|
3143
|
-
* @public
|
|
3144
3143
|
* <p>The cluster policy.</p>
|
|
3144
|
+
* @public
|
|
3145
3145
|
*/
|
|
3146
3146
|
Policy?: string;
|
|
3147
3147
|
}
|
|
@@ -3150,8 +3150,8 @@ export interface GetClusterPolicyResponse {
|
|
|
3150
3150
|
*/
|
|
3151
3151
|
export interface GetCompatibleKafkaVersionsRequest {
|
|
3152
3152
|
/**
|
|
3153
|
-
* @public
|
|
3154
3153
|
* <p>The Amazon Resource Name (ARN) of the cluster check.</p>
|
|
3154
|
+
* @public
|
|
3155
3155
|
*/
|
|
3156
3156
|
ClusterArn?: string;
|
|
3157
3157
|
}
|
|
@@ -3160,8 +3160,8 @@ export interface GetCompatibleKafkaVersionsRequest {
|
|
|
3160
3160
|
*/
|
|
3161
3161
|
export interface GetCompatibleKafkaVersionsResponse {
|
|
3162
3162
|
/**
|
|
3163
|
-
* @public
|
|
3164
3163
|
* <p>A list of CompatibleKafkaVersion objects.</p>
|
|
3164
|
+
* @public
|
|
3165
3165
|
*/
|
|
3166
3166
|
CompatibleKafkaVersions?: CompatibleKafkaVersion[];
|
|
3167
3167
|
}
|
|
@@ -3170,19 +3170,19 @@ export interface GetCompatibleKafkaVersionsResponse {
|
|
|
3170
3170
|
*/
|
|
3171
3171
|
export interface ListClientVpcConnectionsRequest {
|
|
3172
3172
|
/**
|
|
3173
|
-
* @public
|
|
3174
3173
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3174
|
+
* @public
|
|
3175
3175
|
*/
|
|
3176
3176
|
ClusterArn: string | undefined;
|
|
3177
3177
|
/**
|
|
3178
|
-
* @public
|
|
3179
3178
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3179
|
+
* @public
|
|
3180
3180
|
*/
|
|
3181
3181
|
MaxResults?: number;
|
|
3182
3182
|
/**
|
|
3183
|
-
* @public
|
|
3184
3183
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3185
3184
|
* To get the next batch, provide this token in your next request.</p>
|
|
3185
|
+
* @public
|
|
3186
3186
|
*/
|
|
3187
3187
|
NextToken?: string;
|
|
3188
3188
|
}
|
|
@@ -3191,14 +3191,14 @@ export interface ListClientVpcConnectionsRequest {
|
|
|
3191
3191
|
*/
|
|
3192
3192
|
export interface ListClientVpcConnectionsResponse {
|
|
3193
3193
|
/**
|
|
3194
|
-
* @public
|
|
3195
3194
|
* <p>List of client VPC connections.</p>
|
|
3195
|
+
* @public
|
|
3196
3196
|
*/
|
|
3197
3197
|
ClientVpcConnections?: ClientVpcConnection[];
|
|
3198
3198
|
/**
|
|
3199
|
-
* @public
|
|
3200
3199
|
* <p>The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response.
|
|
3201
3200
|
* To get another batch of configurations, provide this token in your next request.</p>
|
|
3201
|
+
* @public
|
|
3202
3202
|
*/
|
|
3203
3203
|
NextToken?: string;
|
|
3204
3204
|
}
|
|
@@ -3207,19 +3207,19 @@ export interface ListClientVpcConnectionsResponse {
|
|
|
3207
3207
|
*/
|
|
3208
3208
|
export interface ListClusterOperationsRequest {
|
|
3209
3209
|
/**
|
|
3210
|
-
* @public
|
|
3211
3210
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3211
|
+
* @public
|
|
3212
3212
|
*/
|
|
3213
3213
|
ClusterArn: string | undefined;
|
|
3214
3214
|
/**
|
|
3215
|
-
* @public
|
|
3216
3215
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3216
|
+
* @public
|
|
3217
3217
|
*/
|
|
3218
3218
|
MaxResults?: number;
|
|
3219
3219
|
/**
|
|
3220
|
-
* @public
|
|
3221
3220
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3222
3221
|
* To get the next batch, provide this token in your next request.</p>
|
|
3222
|
+
* @public
|
|
3223
3223
|
*/
|
|
3224
3224
|
NextToken?: string;
|
|
3225
3225
|
}
|
|
@@ -3228,13 +3228,13 @@ export interface ListClusterOperationsRequest {
|
|
|
3228
3228
|
*/
|
|
3229
3229
|
export interface ListClusterOperationsResponse {
|
|
3230
3230
|
/**
|
|
3231
|
-
* @public
|
|
3232
3231
|
* <p>An array of cluster operation information objects.</p>
|
|
3232
|
+
* @public
|
|
3233
3233
|
*/
|
|
3234
3234
|
ClusterOperationInfoList?: ClusterOperationInfo[];
|
|
3235
3235
|
/**
|
|
3236
|
-
* @public
|
|
3237
3236
|
* <p>If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.</p>
|
|
3237
|
+
* @public
|
|
3238
3238
|
*/
|
|
3239
3239
|
NextToken?: string;
|
|
3240
3240
|
}
|
|
@@ -3243,18 +3243,18 @@ export interface ListClusterOperationsResponse {
|
|
|
3243
3243
|
*/
|
|
3244
3244
|
export interface ListClusterOperationsV2Request {
|
|
3245
3245
|
/**
|
|
3246
|
-
* @public
|
|
3247
3246
|
* The arn of the cluster whose operations are being requested.
|
|
3247
|
+
* @public
|
|
3248
3248
|
*/
|
|
3249
3249
|
ClusterArn: string | undefined;
|
|
3250
3250
|
/**
|
|
3251
|
-
* @public
|
|
3252
3251
|
* The maxResults of the query.
|
|
3252
|
+
* @public
|
|
3253
3253
|
*/
|
|
3254
3254
|
MaxResults?: number;
|
|
3255
3255
|
/**
|
|
3256
|
-
* @public
|
|
3257
3256
|
* The nextToken of the query.
|
|
3257
|
+
* @public
|
|
3258
3258
|
*/
|
|
3259
3259
|
NextToken?: string;
|
|
3260
3260
|
}
|
|
@@ -3263,13 +3263,13 @@ export interface ListClusterOperationsV2Request {
|
|
|
3263
3263
|
*/
|
|
3264
3264
|
export interface ListClusterOperationsV2Response {
|
|
3265
3265
|
/**
|
|
3266
|
-
* @public
|
|
3267
3266
|
* <p>An array of cluster operation information objects.</p>
|
|
3267
|
+
* @public
|
|
3268
3268
|
*/
|
|
3269
3269
|
ClusterOperationInfoList?: ClusterOperationV2Summary[];
|
|
3270
3270
|
/**
|
|
3271
|
-
* @public
|
|
3272
3271
|
* <p>If the response of ListClusterOperationsV2 is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListClusterOperationsV2.</p>
|
|
3272
|
+
* @public
|
|
3273
3273
|
*/
|
|
3274
3274
|
NextToken?: string;
|
|
3275
3275
|
}
|
|
@@ -3278,19 +3278,19 @@ export interface ListClusterOperationsV2Response {
|
|
|
3278
3278
|
*/
|
|
3279
3279
|
export interface ListClustersRequest {
|
|
3280
3280
|
/**
|
|
3281
|
-
* @public
|
|
3282
3281
|
* <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>
|
|
3282
|
+
* @public
|
|
3283
3283
|
*/
|
|
3284
3284
|
ClusterNameFilter?: string;
|
|
3285
3285
|
/**
|
|
3286
|
-
* @public
|
|
3287
3286
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3287
|
+
* @public
|
|
3288
3288
|
*/
|
|
3289
3289
|
MaxResults?: number;
|
|
3290
3290
|
/**
|
|
3291
|
-
* @public
|
|
3292
3291
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3293
3292
|
* To get the next batch, provide this token in your next request.</p>
|
|
3293
|
+
* @public
|
|
3294
3294
|
*/
|
|
3295
3295
|
NextToken?: string;
|
|
3296
3296
|
}
|
|
@@ -3299,14 +3299,14 @@ export interface ListClustersRequest {
|
|
|
3299
3299
|
*/
|
|
3300
3300
|
export interface ListClustersResponse {
|
|
3301
3301
|
/**
|
|
3302
|
-
* @public
|
|
3303
3302
|
* <p>Information on each of the MSK clusters in the response.</p>
|
|
3303
|
+
* @public
|
|
3304
3304
|
*/
|
|
3305
3305
|
ClusterInfoList?: ClusterInfo[];
|
|
3306
3306
|
/**
|
|
3307
|
-
* @public
|
|
3308
3307
|
* <p>The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response.
|
|
3309
3308
|
* To get another batch of clusters, provide this token in your next request.</p>
|
|
3309
|
+
* @public
|
|
3310
3310
|
*/
|
|
3311
3311
|
NextToken?: string;
|
|
3312
3312
|
}
|
|
@@ -3315,24 +3315,24 @@ export interface ListClustersResponse {
|
|
|
3315
3315
|
*/
|
|
3316
3316
|
export interface ListClustersV2Request {
|
|
3317
3317
|
/**
|
|
3318
|
-
* @public
|
|
3319
3318
|
* <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>
|
|
3319
|
+
* @public
|
|
3320
3320
|
*/
|
|
3321
3321
|
ClusterNameFilter?: string;
|
|
3322
3322
|
/**
|
|
3323
|
-
* @public
|
|
3324
3323
|
* <p>Specify either PROVISIONED or SERVERLESS.</p>
|
|
3324
|
+
* @public
|
|
3325
3325
|
*/
|
|
3326
3326
|
ClusterTypeFilter?: string;
|
|
3327
3327
|
/**
|
|
3328
|
-
* @public
|
|
3329
3328
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3329
|
+
* @public
|
|
3330
3330
|
*/
|
|
3331
3331
|
MaxResults?: number;
|
|
3332
3332
|
/**
|
|
3333
|
-
* @public
|
|
3334
3333
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3335
3334
|
* To get the next batch, provide this token in your next request.</p>
|
|
3335
|
+
* @public
|
|
3336
3336
|
*/
|
|
3337
3337
|
NextToken?: string;
|
|
3338
3338
|
}
|
|
@@ -3341,14 +3341,14 @@ export interface ListClustersV2Request {
|
|
|
3341
3341
|
*/
|
|
3342
3342
|
export interface ListClustersV2Response {
|
|
3343
3343
|
/**
|
|
3344
|
-
* @public
|
|
3345
3344
|
* <p>Information on each of the MSK clusters in the response.</p>
|
|
3345
|
+
* @public
|
|
3346
3346
|
*/
|
|
3347
3347
|
ClusterInfoList?: Cluster[];
|
|
3348
3348
|
/**
|
|
3349
|
-
* @public
|
|
3350
3349
|
* <p>The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response.
|
|
3351
3350
|
* To get another batch of clusters, provide this token in your next request.</p>
|
|
3351
|
+
* @public
|
|
3352
3352
|
*/
|
|
3353
3353
|
NextToken?: string;
|
|
3354
3354
|
}
|
|
@@ -3357,19 +3357,19 @@ export interface ListClustersV2Response {
|
|
|
3357
3357
|
*/
|
|
3358
3358
|
export interface ListConfigurationRevisionsRequest {
|
|
3359
3359
|
/**
|
|
3360
|
-
* @public
|
|
3361
3360
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
|
|
3361
|
+
* @public
|
|
3362
3362
|
*/
|
|
3363
3363
|
Arn: string | undefined;
|
|
3364
3364
|
/**
|
|
3365
|
-
* @public
|
|
3366
3365
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3366
|
+
* @public
|
|
3367
3367
|
*/
|
|
3368
3368
|
MaxResults?: number;
|
|
3369
3369
|
/**
|
|
3370
|
-
* @public
|
|
3371
3370
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3372
3371
|
* To get the next batch, provide this token in your next request.</p>
|
|
3372
|
+
* @public
|
|
3373
3373
|
*/
|
|
3374
3374
|
NextToken?: string;
|
|
3375
3375
|
}
|
|
@@ -3378,13 +3378,13 @@ export interface ListConfigurationRevisionsRequest {
|
|
|
3378
3378
|
*/
|
|
3379
3379
|
export interface ListConfigurationRevisionsResponse {
|
|
3380
3380
|
/**
|
|
3381
|
-
* @public
|
|
3382
3381
|
* <p>Paginated results marker.</p>
|
|
3382
|
+
* @public
|
|
3383
3383
|
*/
|
|
3384
3384
|
NextToken?: string;
|
|
3385
3385
|
/**
|
|
3386
|
-
* @public
|
|
3387
3386
|
* <p>List of ConfigurationRevision objects.</p>
|
|
3387
|
+
* @public
|
|
3388
3388
|
*/
|
|
3389
3389
|
Revisions?: ConfigurationRevision[];
|
|
3390
3390
|
}
|
|
@@ -3393,14 +3393,14 @@ export interface ListConfigurationRevisionsResponse {
|
|
|
3393
3393
|
*/
|
|
3394
3394
|
export interface ListConfigurationsRequest {
|
|
3395
3395
|
/**
|
|
3396
|
-
* @public
|
|
3397
3396
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3397
|
+
* @public
|
|
3398
3398
|
*/
|
|
3399
3399
|
MaxResults?: number;
|
|
3400
3400
|
/**
|
|
3401
|
-
* @public
|
|
3402
3401
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3403
3402
|
* To get the next batch, provide this token in your next request.</p>
|
|
3403
|
+
* @public
|
|
3404
3404
|
*/
|
|
3405
3405
|
NextToken?: string;
|
|
3406
3406
|
}
|
|
@@ -3409,14 +3409,14 @@ export interface ListConfigurationsRequest {
|
|
|
3409
3409
|
*/
|
|
3410
3410
|
export interface ListConfigurationsResponse {
|
|
3411
3411
|
/**
|
|
3412
|
-
* @public
|
|
3413
3412
|
* <p>An array of MSK configurations.</p>
|
|
3413
|
+
* @public
|
|
3414
3414
|
*/
|
|
3415
3415
|
Configurations?: Configuration[];
|
|
3416
3416
|
/**
|
|
3417
|
-
* @public
|
|
3418
3417
|
* <p>The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response.
|
|
3419
3418
|
* To get another batch of configurations, provide this token in your next request.</p>
|
|
3419
|
+
* @public
|
|
3420
3420
|
*/
|
|
3421
3421
|
NextToken?: string;
|
|
3422
3422
|
}
|
|
@@ -3425,13 +3425,13 @@ export interface ListConfigurationsResponse {
|
|
|
3425
3425
|
*/
|
|
3426
3426
|
export interface ListKafkaVersionsRequest {
|
|
3427
3427
|
/**
|
|
3428
|
-
* @public
|
|
3429
3428
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3429
|
+
* @public
|
|
3430
3430
|
*/
|
|
3431
3431
|
MaxResults?: number;
|
|
3432
3432
|
/**
|
|
3433
|
-
* @public
|
|
3434
3433
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.</p>
|
|
3434
|
+
* @public
|
|
3435
3435
|
*/
|
|
3436
3436
|
NextToken?: string;
|
|
3437
3437
|
}
|
|
@@ -3447,19 +3447,19 @@ export interface ListKafkaVersionsResponse {
|
|
|
3447
3447
|
*/
|
|
3448
3448
|
export interface ListNodesRequest {
|
|
3449
3449
|
/**
|
|
3450
|
-
* @public
|
|
3451
3450
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3451
|
+
* @public
|
|
3452
3452
|
*/
|
|
3453
3453
|
ClusterArn: string | undefined;
|
|
3454
3454
|
/**
|
|
3455
|
-
* @public
|
|
3456
3455
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3456
|
+
* @public
|
|
3457
3457
|
*/
|
|
3458
3458
|
MaxResults?: number;
|
|
3459
3459
|
/**
|
|
3460
|
-
* @public
|
|
3461
3460
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3462
3461
|
* To get the next batch, provide this token in your next request.</p>
|
|
3462
|
+
* @public
|
|
3463
3463
|
*/
|
|
3464
3464
|
NextToken?: string;
|
|
3465
3465
|
}
|
|
@@ -3468,14 +3468,14 @@ export interface ListNodesRequest {
|
|
|
3468
3468
|
*/
|
|
3469
3469
|
export interface ListNodesResponse {
|
|
3470
3470
|
/**
|
|
3471
|
-
* @public
|
|
3472
3471
|
* <p>The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response.
|
|
3473
3472
|
* To get another batch of nodes, provide this token in your next request.</p>
|
|
3473
|
+
* @public
|
|
3474
3474
|
*/
|
|
3475
3475
|
NextToken?: string;
|
|
3476
3476
|
/**
|
|
3477
|
-
* @public
|
|
3478
3477
|
* <p>List containing a NodeInfo object.</p>
|
|
3478
|
+
* @public
|
|
3479
3479
|
*/
|
|
3480
3480
|
NodeInfoList?: NodeInfo[];
|
|
3481
3481
|
}
|
|
@@ -3484,18 +3484,18 @@ export interface ListNodesResponse {
|
|
|
3484
3484
|
*/
|
|
3485
3485
|
export interface ListReplicatorsRequest {
|
|
3486
3486
|
/**
|
|
3487
|
-
* @public
|
|
3488
3487
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3488
|
+
* @public
|
|
3489
3489
|
*/
|
|
3490
3490
|
MaxResults?: number;
|
|
3491
3491
|
/**
|
|
3492
|
-
* @public
|
|
3493
3492
|
* <p>If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.</p>
|
|
3493
|
+
* @public
|
|
3494
3494
|
*/
|
|
3495
3495
|
NextToken?: string;
|
|
3496
3496
|
/**
|
|
3497
|
-
* @public
|
|
3498
3497
|
* <p>Returns replicators starting with given name.</p>
|
|
3498
|
+
* @public
|
|
3499
3499
|
*/
|
|
3500
3500
|
ReplicatorNameFilter?: string;
|
|
3501
3501
|
}
|
|
@@ -3504,13 +3504,13 @@ export interface ListReplicatorsRequest {
|
|
|
3504
3504
|
*/
|
|
3505
3505
|
export interface ListReplicatorsResponse {
|
|
3506
3506
|
/**
|
|
3507
|
-
* @public
|
|
3508
3507
|
* <p>If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.</p>
|
|
3508
|
+
* @public
|
|
3509
3509
|
*/
|
|
3510
3510
|
NextToken?: string;
|
|
3511
3511
|
/**
|
|
3512
|
-
* @public
|
|
3513
3512
|
* <p>List containing information of each of the replicators in the account.</p>
|
|
3513
|
+
* @public
|
|
3514
3514
|
*/
|
|
3515
3515
|
Replicators?: ReplicatorSummary[];
|
|
3516
3516
|
}
|
|
@@ -3519,18 +3519,18 @@ export interface ListReplicatorsResponse {
|
|
|
3519
3519
|
*/
|
|
3520
3520
|
export interface ListScramSecretsRequest {
|
|
3521
3521
|
/**
|
|
3522
|
-
* @public
|
|
3523
3522
|
* <p>The arn of the cluster.</p>
|
|
3523
|
+
* @public
|
|
3524
3524
|
*/
|
|
3525
3525
|
ClusterArn: string | undefined;
|
|
3526
3526
|
/**
|
|
3527
|
-
* @public
|
|
3528
3527
|
* <p>The maxResults of the query.</p>
|
|
3528
|
+
* @public
|
|
3529
3529
|
*/
|
|
3530
3530
|
MaxResults?: number;
|
|
3531
3531
|
/**
|
|
3532
|
-
* @public
|
|
3533
3532
|
* <p>The nextToken of the query.</p>
|
|
3533
|
+
* @public
|
|
3534
3534
|
*/
|
|
3535
3535
|
NextToken?: string;
|
|
3536
3536
|
}
|
|
@@ -3539,13 +3539,13 @@ export interface ListScramSecretsRequest {
|
|
|
3539
3539
|
*/
|
|
3540
3540
|
export interface ListScramSecretsResponse {
|
|
3541
3541
|
/**
|
|
3542
|
-
* @public
|
|
3543
3542
|
* <p>Paginated results marker.</p>
|
|
3543
|
+
* @public
|
|
3544
3544
|
*/
|
|
3545
3545
|
NextToken?: string;
|
|
3546
3546
|
/**
|
|
3547
|
-
* @public
|
|
3548
3547
|
* <p>The list of scram secrets associated with the cluster.</p>
|
|
3548
|
+
* @public
|
|
3549
3549
|
*/
|
|
3550
3550
|
SecretArnList?: string[];
|
|
3551
3551
|
}
|
|
@@ -3554,8 +3554,8 @@ export interface ListScramSecretsResponse {
|
|
|
3554
3554
|
*/
|
|
3555
3555
|
export interface ListTagsForResourceRequest {
|
|
3556
3556
|
/**
|
|
3557
|
-
* @public
|
|
3558
3557
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
3558
|
+
* @public
|
|
3559
3559
|
*/
|
|
3560
3560
|
ResourceArn: string | undefined;
|
|
3561
3561
|
}
|
|
@@ -3564,8 +3564,8 @@ export interface ListTagsForResourceRequest {
|
|
|
3564
3564
|
*/
|
|
3565
3565
|
export interface ListTagsForResourceResponse {
|
|
3566
3566
|
/**
|
|
3567
|
-
* @public
|
|
3568
3567
|
* <p>The key-value pair for the resource tag.</p>
|
|
3568
|
+
* @public
|
|
3569
3569
|
*/
|
|
3570
3570
|
Tags?: Record<string, string>;
|
|
3571
3571
|
}
|
|
@@ -3574,14 +3574,14 @@ export interface ListTagsForResourceResponse {
|
|
|
3574
3574
|
*/
|
|
3575
3575
|
export interface ListVpcConnectionsRequest {
|
|
3576
3576
|
/**
|
|
3577
|
-
* @public
|
|
3578
3577
|
* <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
|
|
3578
|
+
* @public
|
|
3579
3579
|
*/
|
|
3580
3580
|
MaxResults?: number;
|
|
3581
3581
|
/**
|
|
3582
|
-
* @public
|
|
3583
3582
|
* <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
3584
3583
|
* To get the next batch, provide this token in your next request.</p>
|
|
3584
|
+
* @public
|
|
3585
3585
|
*/
|
|
3586
3586
|
NextToken?: string;
|
|
3587
3587
|
}
|
|
@@ -3590,14 +3590,14 @@ export interface ListVpcConnectionsRequest {
|
|
|
3590
3590
|
*/
|
|
3591
3591
|
export interface ListVpcConnectionsResponse {
|
|
3592
3592
|
/**
|
|
3593
|
-
* @public
|
|
3594
3593
|
* <p>List of VPC connections.</p>
|
|
3594
|
+
* @public
|
|
3595
3595
|
*/
|
|
3596
3596
|
VpcConnections?: VpcConnection[];
|
|
3597
3597
|
/**
|
|
3598
|
-
* @public
|
|
3599
3598
|
* <p>The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response.
|
|
3600
3599
|
* To get another batch of configurations, provide this token in your next request.</p>
|
|
3600
|
+
* @public
|
|
3601
3601
|
*/
|
|
3602
3602
|
NextToken?: string;
|
|
3603
3603
|
}
|
|
@@ -3606,18 +3606,18 @@ export interface ListVpcConnectionsResponse {
|
|
|
3606
3606
|
*/
|
|
3607
3607
|
export interface PutClusterPolicyRequest {
|
|
3608
3608
|
/**
|
|
3609
|
-
* @public
|
|
3610
3609
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3610
|
+
* @public
|
|
3611
3611
|
*/
|
|
3612
3612
|
ClusterArn: string | undefined;
|
|
3613
3613
|
/**
|
|
3614
|
-
* @public
|
|
3615
3614
|
* <p>The policy version.</p>
|
|
3615
|
+
* @public
|
|
3616
3616
|
*/
|
|
3617
3617
|
CurrentVersion?: string;
|
|
3618
3618
|
/**
|
|
3619
|
-
* @public
|
|
3620
3619
|
* <p>The policy.</p>
|
|
3620
|
+
* @public
|
|
3621
3621
|
*/
|
|
3622
3622
|
Policy: string | undefined;
|
|
3623
3623
|
}
|
|
@@ -3626,24 +3626,24 @@ export interface PutClusterPolicyRequest {
|
|
|
3626
3626
|
*/
|
|
3627
3627
|
export interface PutClusterPolicyResponse {
|
|
3628
3628
|
/**
|
|
3629
|
-
* @public
|
|
3630
3629
|
* <p>The policy version.</p>
|
|
3630
|
+
* @public
|
|
3631
3631
|
*/
|
|
3632
3632
|
CurrentVersion?: string;
|
|
3633
3633
|
}
|
|
3634
3634
|
/**
|
|
3635
|
-
* @public
|
|
3636
3635
|
* Reboots a node.
|
|
3636
|
+
* @public
|
|
3637
3637
|
*/
|
|
3638
3638
|
export interface RebootBrokerRequest {
|
|
3639
3639
|
/**
|
|
3640
|
-
* @public
|
|
3641
3640
|
* <p>The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.</p>
|
|
3641
|
+
* @public
|
|
3642
3642
|
*/
|
|
3643
3643
|
BrokerIds: string[] | undefined;
|
|
3644
3644
|
/**
|
|
3645
|
-
* @public
|
|
3646
3645
|
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
3646
|
+
* @public
|
|
3647
3647
|
*/
|
|
3648
3648
|
ClusterArn: string | undefined;
|
|
3649
3649
|
}
|
|
@@ -3652,13 +3652,13 @@ export interface RebootBrokerRequest {
|
|
|
3652
3652
|
*/
|
|
3653
3653
|
export interface RebootBrokerResponse {
|
|
3654
3654
|
/**
|
|
3655
|
-
* @public
|
|
3656
3655
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3656
|
+
* @public
|
|
3657
3657
|
*/
|
|
3658
3658
|
ClusterArn?: string;
|
|
3659
3659
|
/**
|
|
3660
|
-
* @public
|
|
3661
3660
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
3661
|
+
* @public
|
|
3662
3662
|
*/
|
|
3663
3663
|
ClusterOperationArn?: string;
|
|
3664
3664
|
}
|
|
@@ -3667,13 +3667,13 @@ export interface RebootBrokerResponse {
|
|
|
3667
3667
|
*/
|
|
3668
3668
|
export interface RejectClientVpcConnectionRequest {
|
|
3669
3669
|
/**
|
|
3670
|
-
* @public
|
|
3671
3670
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3671
|
+
* @public
|
|
3672
3672
|
*/
|
|
3673
3673
|
ClusterArn: string | undefined;
|
|
3674
3674
|
/**
|
|
3675
|
-
* @public
|
|
3676
3675
|
* <p>The VPC connection ARN.</p>
|
|
3676
|
+
* @public
|
|
3677
3677
|
*/
|
|
3678
3678
|
VpcConnectionArn: string | undefined;
|
|
3679
3679
|
}
|
|
@@ -3687,13 +3687,13 @@ export interface RejectClientVpcConnectionResponse {
|
|
|
3687
3687
|
*/
|
|
3688
3688
|
export interface TagResourceRequest {
|
|
3689
3689
|
/**
|
|
3690
|
-
* @public
|
|
3691
3690
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
3691
|
+
* @public
|
|
3692
3692
|
*/
|
|
3693
3693
|
ResourceArn: string | undefined;
|
|
3694
3694
|
/**
|
|
3695
|
-
* @public
|
|
3696
3695
|
* <p>The key-value pair for the resource tag.</p>
|
|
3696
|
+
* @public
|
|
3697
3697
|
*/
|
|
3698
3698
|
Tags: Record<string, string> | undefined;
|
|
3699
3699
|
}
|
|
@@ -3702,12 +3702,11 @@ export interface TagResourceRequest {
|
|
|
3702
3702
|
*/
|
|
3703
3703
|
export interface UntagResourceRequest {
|
|
3704
3704
|
/**
|
|
3705
|
-
* @public
|
|
3706
3705
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
|
|
3706
|
+
* @public
|
|
3707
3707
|
*/
|
|
3708
3708
|
ResourceArn: string | undefined;
|
|
3709
3709
|
/**
|
|
3710
|
-
* @public
|
|
3711
3710
|
* <p>Tag keys must be unique for a given cluster. In addition, the following restrictions apply:</p>
|
|
3712
3711
|
* <ul>
|
|
3713
3712
|
* <li>
|
|
@@ -3728,6 +3727,7 @@ export interface UntagResourceRequest {
|
|
|
3728
3727
|
* @.</p>
|
|
3729
3728
|
* </li>
|
|
3730
3729
|
* </ul>
|
|
3730
|
+
* @public
|
|
3731
3731
|
*/
|
|
3732
3732
|
TagKeys: string[] | undefined;
|
|
3733
3733
|
}
|
|
@@ -3736,18 +3736,18 @@ export interface UntagResourceRequest {
|
|
|
3736
3736
|
*/
|
|
3737
3737
|
export interface UpdateBrokerCountRequest {
|
|
3738
3738
|
/**
|
|
3739
|
-
* @public
|
|
3740
3739
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3740
|
+
* @public
|
|
3741
3741
|
*/
|
|
3742
3742
|
ClusterArn: string | undefined;
|
|
3743
3743
|
/**
|
|
3744
|
-
* @public
|
|
3745
3744
|
* <p>The version of cluster to update from. A successful operation will then generate a new version.</p>
|
|
3745
|
+
* @public
|
|
3746
3746
|
*/
|
|
3747
3747
|
CurrentVersion: string | undefined;
|
|
3748
3748
|
/**
|
|
3749
|
-
* @public
|
|
3750
3749
|
* <p>The number of broker nodes that you want the cluster to have after this operation completes successfully.</p>
|
|
3750
|
+
* @public
|
|
3751
3751
|
*/
|
|
3752
3752
|
TargetNumberOfBrokerNodes: number | undefined;
|
|
3753
3753
|
}
|
|
@@ -3756,13 +3756,13 @@ export interface UpdateBrokerCountRequest {
|
|
|
3756
3756
|
*/
|
|
3757
3757
|
export interface UpdateBrokerCountResponse {
|
|
3758
3758
|
/**
|
|
3759
|
-
* @public
|
|
3760
3759
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3760
|
+
* @public
|
|
3761
3761
|
*/
|
|
3762
3762
|
ClusterArn?: string;
|
|
3763
3763
|
/**
|
|
3764
|
-
* @public
|
|
3765
3764
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
3765
|
+
* @public
|
|
3766
3766
|
*/
|
|
3767
3767
|
ClusterOperationArn?: string;
|
|
3768
3768
|
}
|
|
@@ -3771,18 +3771,18 @@ export interface UpdateBrokerCountResponse {
|
|
|
3771
3771
|
*/
|
|
3772
3772
|
export interface UpdateBrokerStorageRequest {
|
|
3773
3773
|
/**
|
|
3774
|
-
* @public
|
|
3775
3774
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3775
|
+
* @public
|
|
3776
3776
|
*/
|
|
3777
3777
|
ClusterArn: string | undefined;
|
|
3778
3778
|
/**
|
|
3779
|
-
* @public
|
|
3780
3779
|
* <p>The version of cluster to update from. A successful operation will then generate a new version.</p>
|
|
3780
|
+
* @public
|
|
3781
3781
|
*/
|
|
3782
3782
|
CurrentVersion: string | undefined;
|
|
3783
3783
|
/**
|
|
3784
|
-
* @public
|
|
3785
3784
|
* <p>Describes the target volume size and the ID of the broker to apply the update to.</p>
|
|
3785
|
+
* @public
|
|
3786
3786
|
*/
|
|
3787
3787
|
TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[] | undefined;
|
|
3788
3788
|
}
|
|
@@ -3791,13 +3791,13 @@ export interface UpdateBrokerStorageRequest {
|
|
|
3791
3791
|
*/
|
|
3792
3792
|
export interface UpdateBrokerStorageResponse {
|
|
3793
3793
|
/**
|
|
3794
|
-
* @public
|
|
3795
3794
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3795
|
+
* @public
|
|
3796
3796
|
*/
|
|
3797
3797
|
ClusterArn?: string;
|
|
3798
3798
|
/**
|
|
3799
|
-
* @public
|
|
3800
3799
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
3800
|
+
* @public
|
|
3801
3801
|
*/
|
|
3802
3802
|
ClusterOperationArn?: string;
|
|
3803
3803
|
}
|
|
@@ -3806,18 +3806,18 @@ export interface UpdateBrokerStorageResponse {
|
|
|
3806
3806
|
*/
|
|
3807
3807
|
export interface UpdateBrokerTypeRequest {
|
|
3808
3808
|
/**
|
|
3809
|
-
* @public
|
|
3810
3809
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3810
|
+
* @public
|
|
3811
3811
|
*/
|
|
3812
3812
|
ClusterArn: string | undefined;
|
|
3813
3813
|
/**
|
|
3814
|
-
* @public
|
|
3815
3814
|
* <p>The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.</p>
|
|
3815
|
+
* @public
|
|
3816
3816
|
*/
|
|
3817
3817
|
CurrentVersion: string | undefined;
|
|
3818
3818
|
/**
|
|
3819
|
-
* @public
|
|
3820
3819
|
* <p>The Amazon MSK broker type that you want all of the brokers in this cluster to be.</p>
|
|
3820
|
+
* @public
|
|
3821
3821
|
*/
|
|
3822
3822
|
TargetInstanceType: string | undefined;
|
|
3823
3823
|
}
|
|
@@ -3826,13 +3826,13 @@ export interface UpdateBrokerTypeRequest {
|
|
|
3826
3826
|
*/
|
|
3827
3827
|
export interface UpdateBrokerTypeResponse {
|
|
3828
3828
|
/**
|
|
3829
|
-
* @public
|
|
3830
3829
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3830
|
+
* @public
|
|
3831
3831
|
*/
|
|
3832
3832
|
ClusterArn?: string;
|
|
3833
3833
|
/**
|
|
3834
|
-
* @public
|
|
3835
3834
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
3835
|
+
* @public
|
|
3836
3836
|
*/
|
|
3837
3837
|
ClusterOperationArn?: string;
|
|
3838
3838
|
}
|
|
@@ -3841,18 +3841,18 @@ export interface UpdateBrokerTypeResponse {
|
|
|
3841
3841
|
*/
|
|
3842
3842
|
export interface UpdateClusterConfigurationRequest {
|
|
3843
3843
|
/**
|
|
3844
|
-
* @public
|
|
3845
3844
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3845
|
+
* @public
|
|
3846
3846
|
*/
|
|
3847
3847
|
ClusterArn: string | undefined;
|
|
3848
3848
|
/**
|
|
3849
|
-
* @public
|
|
3850
3849
|
* <p>Represents the configuration that you want MSK to use for the brokers in a cluster.</p>
|
|
3850
|
+
* @public
|
|
3851
3851
|
*/
|
|
3852
3852
|
ConfigurationInfo: ConfigurationInfo | undefined;
|
|
3853
3853
|
/**
|
|
3854
|
-
* @public
|
|
3855
3854
|
* <p>The version of the cluster that needs to be updated.</p>
|
|
3855
|
+
* @public
|
|
3856
3856
|
*/
|
|
3857
3857
|
CurrentVersion: string | undefined;
|
|
3858
3858
|
}
|
|
@@ -3861,13 +3861,13 @@ export interface UpdateClusterConfigurationRequest {
|
|
|
3861
3861
|
*/
|
|
3862
3862
|
export interface UpdateClusterConfigurationResponse {
|
|
3863
3863
|
/**
|
|
3864
|
-
* @public
|
|
3865
3864
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3865
|
+
* @public
|
|
3866
3866
|
*/
|
|
3867
3867
|
ClusterArn?: string;
|
|
3868
3868
|
/**
|
|
3869
|
-
* @public
|
|
3870
3869
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
3870
|
+
* @public
|
|
3871
3871
|
*/
|
|
3872
3872
|
ClusterOperationArn?: string;
|
|
3873
3873
|
}
|
|
@@ -3876,23 +3876,23 @@ export interface UpdateClusterConfigurationResponse {
|
|
|
3876
3876
|
*/
|
|
3877
3877
|
export interface UpdateClusterKafkaVersionRequest {
|
|
3878
3878
|
/**
|
|
3879
|
-
* @public
|
|
3880
3879
|
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
3880
|
+
* @public
|
|
3881
3881
|
*/
|
|
3882
3882
|
ClusterArn: string | undefined;
|
|
3883
3883
|
/**
|
|
3884
|
-
* @public
|
|
3885
3884
|
* <p>The custom configuration that should be applied on the new version of cluster.</p>
|
|
3885
|
+
* @public
|
|
3886
3886
|
*/
|
|
3887
3887
|
ConfigurationInfo?: ConfigurationInfo;
|
|
3888
3888
|
/**
|
|
3889
|
-
* @public
|
|
3890
3889
|
* <p>Current cluster version.</p>
|
|
3890
|
+
* @public
|
|
3891
3891
|
*/
|
|
3892
3892
|
CurrentVersion: string | undefined;
|
|
3893
3893
|
/**
|
|
3894
|
-
* @public
|
|
3895
3894
|
* <p>Target Kafka version.</p>
|
|
3895
|
+
* @public
|
|
3896
3896
|
*/
|
|
3897
3897
|
TargetKafkaVersion: string | undefined;
|
|
3898
3898
|
}
|
|
@@ -3901,13 +3901,13 @@ export interface UpdateClusterKafkaVersionRequest {
|
|
|
3901
3901
|
*/
|
|
3902
3902
|
export interface UpdateClusterKafkaVersionResponse {
|
|
3903
3903
|
/**
|
|
3904
|
-
* @public
|
|
3905
3904
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3905
|
+
* @public
|
|
3906
3906
|
*/
|
|
3907
3907
|
ClusterArn?: string;
|
|
3908
3908
|
/**
|
|
3909
|
-
* @public
|
|
3910
3909
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
3910
|
+
* @public
|
|
3911
3911
|
*/
|
|
3912
3912
|
ClusterOperationArn?: string;
|
|
3913
3913
|
}
|
|
@@ -3916,19 +3916,19 @@ export interface UpdateClusterKafkaVersionResponse {
|
|
|
3916
3916
|
*/
|
|
3917
3917
|
export interface UpdateConfigurationRequest {
|
|
3918
3918
|
/**
|
|
3919
|
-
* @public
|
|
3920
3919
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
3920
|
+
* @public
|
|
3921
3921
|
*/
|
|
3922
3922
|
Arn: string | undefined;
|
|
3923
3923
|
/**
|
|
3924
|
-
* @public
|
|
3925
3924
|
* <p>The description of the configuration revision.</p>
|
|
3925
|
+
* @public
|
|
3926
3926
|
*/
|
|
3927
3927
|
Description?: string;
|
|
3928
3928
|
/**
|
|
3929
|
-
* @public
|
|
3930
3929
|
* <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded.
|
|
3931
3930
|
* When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>
|
|
3931
|
+
* @public
|
|
3932
3932
|
*/
|
|
3933
3933
|
ServerProperties: Uint8Array | undefined;
|
|
3934
3934
|
}
|
|
@@ -3937,34 +3937,34 @@ export interface UpdateConfigurationRequest {
|
|
|
3937
3937
|
*/
|
|
3938
3938
|
export interface UpdateConfigurationResponse {
|
|
3939
3939
|
/**
|
|
3940
|
-
* @public
|
|
3941
3940
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
3941
|
+
* @public
|
|
3942
3942
|
*/
|
|
3943
3943
|
Arn?: string;
|
|
3944
3944
|
/**
|
|
3945
|
-
* @public
|
|
3946
3945
|
* <p>Latest revision of the configuration.</p>
|
|
3946
|
+
* @public
|
|
3947
3947
|
*/
|
|
3948
3948
|
LatestRevision?: ConfigurationRevision;
|
|
3949
3949
|
}
|
|
3950
3950
|
/**
|
|
3951
|
-
* @public
|
|
3952
3951
|
* Request body for UpdateConnectivity.
|
|
3952
|
+
* @public
|
|
3953
3953
|
*/
|
|
3954
3954
|
export interface UpdateConnectivityRequest {
|
|
3955
3955
|
/**
|
|
3956
|
-
* @public
|
|
3957
3956
|
* <p>The Amazon Resource Name (ARN) of the configuration.</p>
|
|
3957
|
+
* @public
|
|
3958
3958
|
*/
|
|
3959
3959
|
ClusterArn: string | undefined;
|
|
3960
3960
|
/**
|
|
3961
|
-
* @public
|
|
3962
3961
|
* <p>Information about the broker access configuration.</p>
|
|
3962
|
+
* @public
|
|
3963
3963
|
*/
|
|
3964
3964
|
ConnectivityInfo: ConnectivityInfo | undefined;
|
|
3965
3965
|
/**
|
|
3966
|
-
* @public
|
|
3967
3966
|
* <p>The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.</p>
|
|
3967
|
+
* @public
|
|
3968
3968
|
*/
|
|
3969
3969
|
CurrentVersion: string | undefined;
|
|
3970
3970
|
}
|
|
@@ -3973,39 +3973,39 @@ export interface UpdateConnectivityRequest {
|
|
|
3973
3973
|
*/
|
|
3974
3974
|
export interface UpdateConnectivityResponse {
|
|
3975
3975
|
/**
|
|
3976
|
-
* @public
|
|
3977
3976
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
3977
|
+
* @public
|
|
3978
3978
|
*/
|
|
3979
3979
|
ClusterArn?: string;
|
|
3980
3980
|
/**
|
|
3981
|
-
* @public
|
|
3982
3981
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
3982
|
+
* @public
|
|
3983
3983
|
*/
|
|
3984
3984
|
ClusterOperationArn?: string;
|
|
3985
3985
|
}
|
|
3986
3986
|
/**
|
|
3987
|
-
* @public
|
|
3988
3987
|
* Request body for UpdateMonitoring.
|
|
3988
|
+
* @public
|
|
3989
3989
|
*/
|
|
3990
3990
|
export interface UpdateMonitoringRequest {
|
|
3991
3991
|
/**
|
|
3992
|
-
* @public
|
|
3993
3992
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
3993
|
+
* @public
|
|
3994
3994
|
*/
|
|
3995
3995
|
ClusterArn: string | undefined;
|
|
3996
3996
|
/**
|
|
3997
|
-
* @public
|
|
3998
3997
|
* <p>The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.</p>
|
|
3998
|
+
* @public
|
|
3999
3999
|
*/
|
|
4000
4000
|
CurrentVersion: string | undefined;
|
|
4001
4001
|
/**
|
|
4002
|
-
* @public
|
|
4003
4002
|
* <p>Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.</p>
|
|
4003
|
+
* @public
|
|
4004
4004
|
*/
|
|
4005
4005
|
EnhancedMonitoring?: EnhancedMonitoring;
|
|
4006
4006
|
/**
|
|
4007
|
-
* @public
|
|
4008
4007
|
* <p>The settings for open monitoring.</p>
|
|
4008
|
+
* @public
|
|
4009
4009
|
*/
|
|
4010
4010
|
OpenMonitoring?: OpenMonitoringInfo;
|
|
4011
4011
|
LoggingInfo?: LoggingInfo;
|
|
@@ -4015,80 +4015,80 @@ export interface UpdateMonitoringRequest {
|
|
|
4015
4015
|
*/
|
|
4016
4016
|
export interface UpdateMonitoringResponse {
|
|
4017
4017
|
/**
|
|
4018
|
-
* @public
|
|
4019
4018
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
4019
|
+
* @public
|
|
4020
4020
|
*/
|
|
4021
4021
|
ClusterArn?: string;
|
|
4022
4022
|
/**
|
|
4023
|
-
* @public
|
|
4024
4023
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
4024
|
+
* @public
|
|
4025
4025
|
*/
|
|
4026
4026
|
ClusterOperationArn?: string;
|
|
4027
4027
|
}
|
|
4028
4028
|
/**
|
|
4029
|
-
* @public
|
|
4030
4029
|
* <p>Details for updating the topic replication of a replicator.</p>
|
|
4030
|
+
* @public
|
|
4031
4031
|
*/
|
|
4032
4032
|
export interface TopicReplicationUpdate {
|
|
4033
4033
|
/**
|
|
4034
|
-
* @public
|
|
4035
4034
|
* <p>Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.</p>
|
|
4035
|
+
* @public
|
|
4036
4036
|
*/
|
|
4037
4037
|
CopyAccessControlListsForTopics: boolean | undefined;
|
|
4038
4038
|
/**
|
|
4039
|
-
* @public
|
|
4040
4039
|
* <p>Whether to periodically configure remote topics to match their corresponding upstream topics.</p>
|
|
4040
|
+
* @public
|
|
4041
4041
|
*/
|
|
4042
4042
|
CopyTopicConfigurations: boolean | undefined;
|
|
4043
4043
|
/**
|
|
4044
|
-
* @public
|
|
4045
4044
|
* <p>Whether to periodically check for new topics and partitions.</p>
|
|
4045
|
+
* @public
|
|
4046
4046
|
*/
|
|
4047
4047
|
DetectAndCopyNewTopics: boolean | undefined;
|
|
4048
4048
|
/**
|
|
4049
|
-
* @public
|
|
4050
4049
|
* <p>List of regular expression patterns indicating the topics that should not be replicated.</p>
|
|
4050
|
+
* @public
|
|
4051
4051
|
*/
|
|
4052
4052
|
TopicsToExclude: string[] | undefined;
|
|
4053
4053
|
/**
|
|
4054
|
-
* @public
|
|
4055
4054
|
* <p>List of regular expression patterns indicating the topics to copy.</p>
|
|
4055
|
+
* @public
|
|
4056
4056
|
*/
|
|
4057
4057
|
TopicsToReplicate: string[] | undefined;
|
|
4058
4058
|
}
|
|
4059
4059
|
/**
|
|
4060
|
-
* @public
|
|
4061
4060
|
* <p>Update information relating to replication between a given source and target Kafka cluster.</p>
|
|
4061
|
+
* @public
|
|
4062
4062
|
*/
|
|
4063
4063
|
export interface UpdateReplicationInfoRequest {
|
|
4064
4064
|
/**
|
|
4065
|
-
* @public
|
|
4066
4065
|
* <p>Updated consumer group replication information.</p>
|
|
4066
|
+
* @public
|
|
4067
4067
|
*/
|
|
4068
4068
|
ConsumerGroupReplication?: ConsumerGroupReplicationUpdate;
|
|
4069
4069
|
/**
|
|
4070
|
-
* @public
|
|
4071
4070
|
* <p>Current replicator version.</p>
|
|
4071
|
+
* @public
|
|
4072
4072
|
*/
|
|
4073
4073
|
CurrentVersion: string | undefined;
|
|
4074
4074
|
/**
|
|
4075
|
-
* @public
|
|
4076
4075
|
* <p>The Amazon Resource Name (ARN) of the replicator to be updated.</p>
|
|
4076
|
+
* @public
|
|
4077
4077
|
*/
|
|
4078
4078
|
ReplicatorArn: string | undefined;
|
|
4079
4079
|
/**
|
|
4080
|
-
* @public
|
|
4081
4080
|
* <p>The ARN of the source Kafka cluster.</p>
|
|
4081
|
+
* @public
|
|
4082
4082
|
*/
|
|
4083
4083
|
SourceKafkaClusterArn: string | undefined;
|
|
4084
4084
|
/**
|
|
4085
|
-
* @public
|
|
4086
4085
|
* <p>The ARN of the target Kafka cluster.</p>
|
|
4086
|
+
* @public
|
|
4087
4087
|
*/
|
|
4088
4088
|
TargetKafkaClusterArn: string | undefined;
|
|
4089
4089
|
/**
|
|
4090
|
-
* @public
|
|
4091
4090
|
* <p>Updated topic replication information.</p>
|
|
4091
|
+
* @public
|
|
4092
4092
|
*/
|
|
4093
4093
|
TopicReplication?: TopicReplicationUpdate;
|
|
4094
4094
|
}
|
|
@@ -4097,13 +4097,13 @@ export interface UpdateReplicationInfoRequest {
|
|
|
4097
4097
|
*/
|
|
4098
4098
|
export interface UpdateReplicationInfoResponse {
|
|
4099
4099
|
/**
|
|
4100
|
-
* @public
|
|
4101
4100
|
* <p>The Amazon Resource Name (ARN) of the replicator.</p>
|
|
4101
|
+
* @public
|
|
4102
4102
|
*/
|
|
4103
4103
|
ReplicatorArn?: string;
|
|
4104
4104
|
/**
|
|
4105
|
-
* @public
|
|
4106
4105
|
* <p>State of the replicator.</p>
|
|
4106
|
+
* @public
|
|
4107
4107
|
*/
|
|
4108
4108
|
ReplicatorState?: ReplicatorState;
|
|
4109
4109
|
}
|
|
@@ -4112,23 +4112,23 @@ export interface UpdateReplicationInfoResponse {
|
|
|
4112
4112
|
*/
|
|
4113
4113
|
export interface UpdateSecurityRequest {
|
|
4114
4114
|
/**
|
|
4115
|
-
* @public
|
|
4116
4115
|
* <p>Includes all client authentication related information.</p>
|
|
4116
|
+
* @public
|
|
4117
4117
|
*/
|
|
4118
4118
|
ClientAuthentication?: ClientAuthentication;
|
|
4119
4119
|
/**
|
|
4120
|
-
* @public
|
|
4121
4120
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
|
|
4121
|
+
* @public
|
|
4122
4122
|
*/
|
|
4123
4123
|
ClusterArn: string | undefined;
|
|
4124
4124
|
/**
|
|
4125
|
-
* @public
|
|
4126
4125
|
* <p>The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.</p>
|
|
4126
|
+
* @public
|
|
4127
4127
|
*/
|
|
4128
4128
|
CurrentVersion: string | undefined;
|
|
4129
4129
|
/**
|
|
4130
|
-
* @public
|
|
4131
4130
|
* <p>Includes all encryption-related information.</p>
|
|
4131
|
+
* @public
|
|
4132
4132
|
*/
|
|
4133
4133
|
EncryptionInfo?: EncryptionInfo;
|
|
4134
4134
|
}
|
|
@@ -4137,44 +4137,44 @@ export interface UpdateSecurityRequest {
|
|
|
4137
4137
|
*/
|
|
4138
4138
|
export interface UpdateSecurityResponse {
|
|
4139
4139
|
/**
|
|
4140
|
-
* @public
|
|
4141
4140
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
4141
|
+
* @public
|
|
4142
4142
|
*/
|
|
4143
4143
|
ClusterArn?: string;
|
|
4144
4144
|
/**
|
|
4145
|
-
* @public
|
|
4146
4145
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
4146
|
+
* @public
|
|
4147
4147
|
*/
|
|
4148
4148
|
ClusterOperationArn?: string;
|
|
4149
4149
|
}
|
|
4150
4150
|
/**
|
|
4151
|
-
* @public
|
|
4152
4151
|
* <p>Request object for UpdateStorage api. Its used to update the storage attributes for the cluster.</p>
|
|
4152
|
+
* @public
|
|
4153
4153
|
*/
|
|
4154
4154
|
export interface UpdateStorageRequest {
|
|
4155
4155
|
/**
|
|
4156
|
-
* @public
|
|
4157
4156
|
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
4157
|
+
* @public
|
|
4158
4158
|
*/
|
|
4159
4159
|
ClusterArn: string | undefined;
|
|
4160
4160
|
/**
|
|
4161
|
-
* @public
|
|
4162
4161
|
* <p>The version of cluster to update from. A successful operation will then generate a new version.</p>
|
|
4162
|
+
* @public
|
|
4163
4163
|
*/
|
|
4164
4164
|
CurrentVersion: string | undefined;
|
|
4165
4165
|
/**
|
|
4166
|
-
* @public
|
|
4167
4166
|
* <p>EBS volume provisioned throughput information.</p>
|
|
4167
|
+
* @public
|
|
4168
4168
|
*/
|
|
4169
4169
|
ProvisionedThroughput?: ProvisionedThroughput;
|
|
4170
4170
|
/**
|
|
4171
|
-
* @public
|
|
4172
4171
|
* <p>Controls storage mode for supported storage tiers.</p>
|
|
4172
|
+
* @public
|
|
4173
4173
|
*/
|
|
4174
4174
|
StorageMode?: StorageMode;
|
|
4175
4175
|
/**
|
|
4176
|
-
* @public
|
|
4177
4176
|
* <p>size of the EBS volume to update.</p>
|
|
4177
|
+
* @public
|
|
4178
4178
|
*/
|
|
4179
4179
|
VolumeSizeGB?: number;
|
|
4180
4180
|
}
|
|
@@ -4183,13 +4183,13 @@ export interface UpdateStorageRequest {
|
|
|
4183
4183
|
*/
|
|
4184
4184
|
export interface UpdateStorageResponse {
|
|
4185
4185
|
/**
|
|
4186
|
-
* @public
|
|
4187
4186
|
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
4187
|
+
* @public
|
|
4188
4188
|
*/
|
|
4189
4189
|
ClusterArn?: string;
|
|
4190
4190
|
/**
|
|
4191
|
-
* @public
|
|
4192
4191
|
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
4192
|
+
* @public
|
|
4193
4193
|
*/
|
|
4194
4194
|
ClusterOperationArn?: string;
|
|
4195
4195
|
}
|