@aws-sdk/client-kafka 3.1098.0 → 3.1100.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/README.md +35 -0
- package/dist-cjs/index.js +535 -151
- package/dist-es/Kafka.js +10 -0
- package/dist-es/commands/CreateChannelCommand.js +4 -0
- package/dist-es/commands/DeleteChannelCommand.js +4 -0
- package/dist-es/commands/DescribeChannelCommand.js +4 -0
- package/dist-es/commands/ListChannelsCommand.js +4 -0
- package/dist-es/commands/UpdateChannelCommand.js +4 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +36 -0
- package/dist-es/schemas/schemas_0.js +432 -150
- package/dist-types/Kafka.d.ts +35 -0
- package/dist-types/KafkaClient.d.ts +7 -2
- package/dist-types/commands/CreateChannelCommand.d.ts +181 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +94 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +186 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +105 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +100 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +92 -0
- package/dist-types/models/models_0.d.ts +632 -1
- package/dist-types/schemas/schemas_0.d.ts +34 -0
- package/dist-types/ts3.4/Kafka.d.ts +85 -0
- package/dist-types/ts3.4/KafkaClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +45 -0
- package/dist-types/ts3.4/models/models_0.d.ts +157 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -0
- package/package.json +3 -3
|
@@ -3,10 +3,12 @@ const _AENII = "AttachedENIId";
|
|
|
3
3
|
const _AKC = "ApacheKafkaCluster";
|
|
4
4
|
const _AKCI = "ApacheKafkaClusterId";
|
|
5
5
|
const _AMC = "AmazonMskCluster";
|
|
6
|
+
const _AO = "AppendOnly";
|
|
6
7
|
const _AOA = "ActiveOperationArn";
|
|
7
8
|
const _ATCT = "AddedToClusterTime";
|
|
8
9
|
const _Ar = "Arn";
|
|
9
10
|
const _B = "Bucket";
|
|
11
|
+
const _BA = "BucketArn";
|
|
10
12
|
const _BASS = "BatchAssociateScramSecret";
|
|
11
13
|
const _BASSR = "BatchAssociateScramSecretRequest";
|
|
12
14
|
const _BASSRa = "BatchAssociateScramSecretResponse";
|
|
@@ -37,26 +39,31 @@ const _BNGI = "BrokerNodeGroupInfo";
|
|
|
37
39
|
const _BNI = "BrokerNodeInfo";
|
|
38
40
|
const _BRE = "BadRequestException";
|
|
39
41
|
const _BSI = "BrokerSoftwareInfo";
|
|
40
|
-
const _C = "
|
|
42
|
+
const _C = "Catalog";
|
|
41
43
|
const _CA = "ClusterArn";
|
|
42
44
|
const _CAAL = "CertificateAuthorityArnList";
|
|
43
45
|
const _CACLFT = "CopyAccessControlListsForTopics";
|
|
44
46
|
const _CAS = "CustomerActionStatus";
|
|
47
|
+
const _CAa = "CatalogArn";
|
|
48
|
+
const _CAh = "ChannelArn";
|
|
45
49
|
const _CAl = "ClientAuthentication";
|
|
46
50
|
const _CAo = "ConfigurationArn";
|
|
47
51
|
const _CB = "ClientBroker";
|
|
48
52
|
const _CBI = "CreatedBrokerIds";
|
|
49
53
|
const _CBSI = "CurrentBrokerSoftwareInfo";
|
|
50
|
-
const _CC = "
|
|
54
|
+
const _CC = "CreateChannel";
|
|
51
55
|
const _CCE = "ClusterConnectivityException";
|
|
52
|
-
const _CCR = "
|
|
53
|
-
const _CCRr = "
|
|
54
|
-
const _CCRre = "
|
|
55
|
-
const _CCRrea = "
|
|
56
|
+
const _CCR = "CreateChannelRequest";
|
|
57
|
+
const _CCRr = "CreateChannelResponse";
|
|
58
|
+
const _CCRre = "CreateClusterRequest";
|
|
59
|
+
const _CCRrea = "CreateClusterResponse";
|
|
60
|
+
const _CCRreat = "CreateConfigurationRequest";
|
|
61
|
+
const _CCRreate = "CreateConfigurationResponse";
|
|
56
62
|
const _CCV = "CreateClusterV2";
|
|
57
63
|
const _CCVR = "CreateClusterV2Request";
|
|
58
64
|
const _CCVRr = "CreateClusterV2Response";
|
|
59
|
-
const _CCr = "
|
|
65
|
+
const _CCr = "CreateCluster";
|
|
66
|
+
const _CCre = "CreateConfiguration";
|
|
60
67
|
const _CE = "ConflictException";
|
|
61
68
|
const _CGOSM = "ConsumerGroupOffsetSyncMode";
|
|
62
69
|
const _CGR = "ConsumerGroupReplication";
|
|
@@ -65,14 +72,17 @@ const _CGTE = "ConsumerGroupsToExclude";
|
|
|
65
72
|
const _CGTR = "ConsumerGroupsToReplicate";
|
|
66
73
|
const _CI = "ConnectivityInfo";
|
|
67
74
|
const _CIL = "ClusterInfoList";
|
|
75
|
+
const _CIh = "ChannelInfo";
|
|
68
76
|
const _CIl = "ClusterInfo";
|
|
69
77
|
const _CIo = "ConfigurationInfo";
|
|
70
78
|
const _CKV = "CompatibleKafkaVersion";
|
|
71
79
|
const _CKVo = "CompatibleKafkaVersions";
|
|
80
|
+
const _CLI = "ChannelLoggingInfo";
|
|
72
81
|
const _CME = "ControllerMovedException";
|
|
73
|
-
const _CN = "
|
|
82
|
+
const _CN = "ChannelName";
|
|
74
83
|
const _CNF = "ClusterNameFilter";
|
|
75
84
|
const _CNI = "ControllerNodeInfo";
|
|
85
|
+
const _CNl = "ClusterName";
|
|
76
86
|
const _COA = "ClusterOperationArn";
|
|
77
87
|
const _COI = "ClusterOperationInfo";
|
|
78
88
|
const _COIL = "ClusterOperationInfoList";
|
|
@@ -88,6 +98,7 @@ const _CRR = "CreateReplicatorRequest";
|
|
|
88
98
|
const _CRRr = "CreateReplicatorResponse";
|
|
89
99
|
const _CRr = "CreateReplicator";
|
|
90
100
|
const _CS = "ClientSubnets";
|
|
101
|
+
const _CSI = "ChannelStateInfo";
|
|
91
102
|
const _CSl = "ClientSubnet";
|
|
92
103
|
const _CT = "CreationTime";
|
|
93
104
|
const _CTC = "CopyTopicConfigurations";
|
|
@@ -95,6 +106,7 @@ const _CTF = "ClusterTypeFilter";
|
|
|
95
106
|
const _CTR = "CreateTopicRequest";
|
|
96
107
|
const _CTRr = "CreateTopicResponse";
|
|
97
108
|
const _CTl = "ClusterType";
|
|
109
|
+
const _CTo = "CompressionType";
|
|
98
110
|
const _CTr = "CreateTopic";
|
|
99
111
|
const _CV = "CurrentVersion";
|
|
100
112
|
const _CVC = "ClientVpcConnection";
|
|
@@ -104,15 +116,17 @@ const _CVCl = "ClientVpcConnections";
|
|
|
104
116
|
const _CVCr = "CreateVpcConnection";
|
|
105
117
|
const _CVIA = "ClientVpcIpAddress";
|
|
106
118
|
const _CWL = "CloudWatchLogs";
|
|
107
|
-
const
|
|
108
|
-
const
|
|
109
|
-
const
|
|
110
|
-
const
|
|
119
|
+
const _Ch = "Channels";
|
|
120
|
+
const _Cl = "Cluster";
|
|
121
|
+
const _Co = "Code";
|
|
122
|
+
const _Con = "Configuration";
|
|
123
|
+
const _Conf = "Configs";
|
|
124
|
+
const _Confi = "Configurations";
|
|
111
125
|
const _D = "Description";
|
|
112
126
|
const _DACNCG = "DetectAndCopyNewConsumerGroups";
|
|
113
127
|
const _DACNT = "DetectAndCopyNewTopics";
|
|
114
128
|
const _DBI = "DeletedBrokerIds";
|
|
115
|
-
const _DC = "
|
|
129
|
+
const _DC = "DeleteChannel";
|
|
116
130
|
const _DCO = "DescribeClusterOperation";
|
|
117
131
|
const _DCOR = "DescribeClusterOperationRequest";
|
|
118
132
|
const _DCORe = "DescribeClusterOperationResponse";
|
|
@@ -122,23 +136,32 @@ const _DCOVRe = "DescribeClusterOperationV2Response";
|
|
|
122
136
|
const _DCP = "DeleteClusterPolicy";
|
|
123
137
|
const _DCPR = "DeleteClusterPolicyRequest";
|
|
124
138
|
const _DCPRe = "DeleteClusterPolicyResponse";
|
|
125
|
-
const _DCR = "
|
|
139
|
+
const _DCR = "DeleteChannelRequest";
|
|
126
140
|
const _DCRR = "DescribeConfigurationRevisionRequest";
|
|
127
141
|
const _DCRRe = "DescribeConfigurationRevisionResponse";
|
|
128
|
-
const _DCRe = "
|
|
129
|
-
const _DCRel = "
|
|
130
|
-
const _DCRele = "
|
|
131
|
-
const
|
|
132
|
-
const
|
|
133
|
-
const
|
|
134
|
-
const
|
|
135
|
-
const
|
|
142
|
+
const _DCRe = "DeleteChannelResponse";
|
|
143
|
+
const _DCRel = "DeleteClusterRequest";
|
|
144
|
+
const _DCRele = "DeleteClusterResponse";
|
|
145
|
+
const _DCRelet = "DeleteConfigurationRequest";
|
|
146
|
+
const _DCRelete = "DeleteConfigurationResponse";
|
|
147
|
+
const _DCRes = "DescribeChannelRequest";
|
|
148
|
+
const _DCResc = "DescribeChannelResponse";
|
|
149
|
+
const _DCRescr = "DescribeClusterRequest";
|
|
150
|
+
const _DCRescri = "DescribeClusterResponse";
|
|
151
|
+
const _DCRescrib = "DescribeConfigurationRequest";
|
|
152
|
+
const _DCRescribe = "DescribeConfigurationResponse";
|
|
153
|
+
const _DCRescribeo = "DescribeConfigurationRevision";
|
|
136
154
|
const _DCV = "DescribeClusterV2";
|
|
137
155
|
const _DCVR = "DescribeClusterV2Request";
|
|
138
156
|
const _DCVRe = "DescribeClusterV2Response";
|
|
139
|
-
const _DCe = "
|
|
140
|
-
const
|
|
141
|
-
const
|
|
157
|
+
const _DCe = "DeleteCluster";
|
|
158
|
+
const _DCel = "DeleteConfiguration";
|
|
159
|
+
const _DCes = "DescribeChannel";
|
|
160
|
+
const _DCesc = "DescribeCluster";
|
|
161
|
+
const _DCescr = "DescribeConfiguration";
|
|
162
|
+
const _DDN = "DestinationDatabaseName";
|
|
163
|
+
const _DFIS = "DataFreshnessInSeconds";
|
|
164
|
+
const _DLQS = "DeadLetterQueueS3";
|
|
142
165
|
const _DR = "DeleteReplicator";
|
|
143
166
|
const _DRR = "DeleteReplicatorRequest";
|
|
144
167
|
const _DRRe = "DeleteReplicatorResponse";
|
|
@@ -146,7 +169,9 @@ const _DRRes = "DescribeReplicatorRequest";
|
|
|
146
169
|
const _DRResc = "DescribeReplicatorResponse";
|
|
147
170
|
const _DRe = "DescribeReplicator";
|
|
148
171
|
const _DS = "DeliveryStream";
|
|
149
|
-
const _DT = "
|
|
172
|
+
const _DT = "DestinationType";
|
|
173
|
+
const _DTL = "DestinationTableList";
|
|
174
|
+
const _DTN = "DestinationTableName";
|
|
150
175
|
const _DTP = "DescribeTopicPartitions";
|
|
151
176
|
const _DTPR = "DescribeTopicPartitionsRequest";
|
|
152
177
|
const _DTPRe = "DescribeTopicPartitionsResponse";
|
|
@@ -154,7 +179,9 @@ const _DTR = "DeleteTopicRequest";
|
|
|
154
179
|
const _DTRe = "DeleteTopicResponse";
|
|
155
180
|
const _DTRes = "DescribeTopicRequest";
|
|
156
181
|
const _DTResc = "DescribeTopicResponse";
|
|
157
|
-
const _DTe = "
|
|
182
|
+
const _DTe = "DestinationTable";
|
|
183
|
+
const _DTel = "DeleteTopic";
|
|
184
|
+
const _DTes = "DescribeTopic";
|
|
158
185
|
const _DVC = "DeleteVpcConnection";
|
|
159
186
|
const _DVCR = "DeleteVpcConnectionRequest";
|
|
160
187
|
const _DVCRe = "DeleteVpcConnectionResponse";
|
|
@@ -164,21 +191,27 @@ const _DVCe = "DescribeVpcConnection";
|
|
|
164
191
|
const _DVKMSKI = "DataVolumeKMSKeyId";
|
|
165
192
|
const _E = "Endpoints";
|
|
166
193
|
const _EAR = "EncryptionAtRest";
|
|
194
|
+
const _EBO = "ExpectedBucketOwner";
|
|
167
195
|
const _EBSSI = "EBSStorageInfo";
|
|
168
|
-
const _EC = "
|
|
196
|
+
const _EC = "EncryptionConfiguration";
|
|
197
|
+
const _ECr = "ErrorCode";
|
|
169
198
|
const _EI = "EncryptionInfo";
|
|
170
199
|
const _EIB = "EnabledInBroker";
|
|
171
200
|
const _EIT = "EncryptionInTransit";
|
|
172
201
|
const _EIr = "ErrorInfo";
|
|
173
202
|
const _EM = "EnhancedMonitoring";
|
|
174
203
|
const _EMr = "ErrorMessage";
|
|
204
|
+
const _EOP = "ErrorOutputPrefix";
|
|
175
205
|
const _ES = "ErrorString";
|
|
206
|
+
const _ESE = "EnableSchemaEvolution";
|
|
176
207
|
const _ESI = "EbsStorageInfo";
|
|
177
208
|
const _ET = "EndTime";
|
|
209
|
+
const _ETC = "EnableTableCreation";
|
|
178
210
|
const _ETn = "EncryptionType";
|
|
179
211
|
const _En = "Enabled";
|
|
180
212
|
const _F = "Firehose";
|
|
181
213
|
const _FE = "ForbiddenException";
|
|
214
|
+
const _GA = "GsrArn";
|
|
182
215
|
const _GBB = "GetBootstrapBrokers";
|
|
183
216
|
const _GBBR = "GetBootstrapBrokersRequest";
|
|
184
217
|
const _GBBRe = "GetBootstrapBrokersResponse";
|
|
@@ -191,6 +224,8 @@ const _GCPRe = "GetClusterPolicyResponse";
|
|
|
191
224
|
const _GSTTE = "GroupSubscribedToTopicException";
|
|
192
225
|
const _I = "Iam";
|
|
193
226
|
const _IC = "InCluster";
|
|
227
|
+
const _IDC = "IcebergDestinationConfiguration";
|
|
228
|
+
const _IDU = "IcebergDestinationUpdate";
|
|
194
229
|
const _IP = "InvalidParameter";
|
|
195
230
|
const _IRR = "IsReplicatorReference";
|
|
196
231
|
const _ISEE = "InternalServerErrorException";
|
|
@@ -210,32 +245,36 @@ const _KCS = "KafkaClusterSummary";
|
|
|
210
245
|
const _KCSSA = "KafkaClusterSaslScramAuthentication";
|
|
211
246
|
const _KCSa = "KafkaClustersSummary";
|
|
212
247
|
const _KCa = "KafkaCluster";
|
|
248
|
+
const _KKA = "KmsKeyArn";
|
|
213
249
|
const _KRE = "KafkaRequestException";
|
|
214
250
|
const _KTE = "KafkaTimeoutException";
|
|
215
251
|
const _KV = "KafkaVersion";
|
|
216
252
|
const _KVa = "KafkaVersions";
|
|
217
253
|
const _L = "Leader";
|
|
218
|
-
const _LC = "
|
|
254
|
+
const _LC = "ListChannels";
|
|
219
255
|
const _LCO = "ListClusterOperations";
|
|
220
256
|
const _LCOR = "ListClusterOperationsRequest";
|
|
221
257
|
const _LCORi = "ListClusterOperationsResponse";
|
|
222
258
|
const _LCOV = "ListClusterOperationsV2";
|
|
223
259
|
const _LCOVR = "ListClusterOperationsV2Request";
|
|
224
260
|
const _LCOVRi = "ListClusterOperationsV2Response";
|
|
225
|
-
const _LCR = "
|
|
261
|
+
const _LCR = "ListChannelsRequest";
|
|
226
262
|
const _LCRR = "ListConfigurationRevisionsRequest";
|
|
227
263
|
const _LCRRi = "ListConfigurationRevisionsResponse";
|
|
228
|
-
const _LCRi = "
|
|
229
|
-
const _LCRis = "
|
|
230
|
-
const _LCRist = "
|
|
231
|
-
const _LCRisto = "
|
|
264
|
+
const _LCRi = "ListChannelsResponse";
|
|
265
|
+
const _LCRis = "ListClustersRequest";
|
|
266
|
+
const _LCRist = "ListClustersResponse";
|
|
267
|
+
const _LCRisto = "ListConfigurationsRequest";
|
|
268
|
+
const _LCRiston = "ListConfigurationsResponse";
|
|
269
|
+
const _LCRistonf = "ListConfigurationRevisions";
|
|
232
270
|
const _LCV = "ListClustersV2";
|
|
233
271
|
const _LCVC = "ListClientVpcConnections";
|
|
234
272
|
const _LCVCR = "ListClientVpcConnectionsRequest";
|
|
235
273
|
const _LCVCRi = "ListClientVpcConnectionsResponse";
|
|
236
274
|
const _LCVR = "ListClustersV2Request";
|
|
237
275
|
const _LCVRi = "ListClustersV2Response";
|
|
238
|
-
const _LCi = "
|
|
276
|
+
const _LCi = "ListClusters";
|
|
277
|
+
const _LCis = "ListConfigurations";
|
|
239
278
|
const _LD = "LogDelivery";
|
|
240
279
|
const _LG = "LogGroup";
|
|
241
280
|
const _LI = "LoggingInfo";
|
|
@@ -281,9 +320,11 @@ const _NTe = "NextToken";
|
|
|
281
320
|
const _NTo = "NodeType";
|
|
282
321
|
const _O = "Owner";
|
|
283
322
|
const _OA = "OperationArn";
|
|
323
|
+
const _OKT = "OutputKeyTemplate";
|
|
284
324
|
const _OM = "OpenMonitoring";
|
|
285
325
|
const _OMI = "OpenMonitoringInfo";
|
|
286
326
|
const _OOSRC = "OutOfSyncReplicaCount";
|
|
327
|
+
const _OP = "OutputPrefix";
|
|
287
328
|
const _OS = "OperationState";
|
|
288
329
|
const _OSp = "OperationSteps";
|
|
289
330
|
const _OT = "OperationType";
|
|
@@ -296,6 +337,9 @@ const _PCPRu = "PutClusterPolicyResponse";
|
|
|
296
337
|
const _PI = "PrometheusInfo";
|
|
297
338
|
const _PIr = "PrincipalId";
|
|
298
339
|
const _PR = "ProvisionedRequest";
|
|
340
|
+
const _PS = "PartitionSpec";
|
|
341
|
+
const _PSa = "PartitionSource";
|
|
342
|
+
const _PSar = "PartitionStrategy";
|
|
299
343
|
const _PT = "ProvisionedThroughput";
|
|
300
344
|
const _Pa = "Partitions";
|
|
301
345
|
const _Par = "Partition";
|
|
@@ -308,6 +352,7 @@ const _RAe = "ResourceArn";
|
|
|
308
352
|
const _RB = "RebootBroker";
|
|
309
353
|
const _RBR = "RebootBrokerRequest";
|
|
310
354
|
const _RBRe = "RebootBrokerResponse";
|
|
355
|
+
const _RC = "RecordConverter";
|
|
311
356
|
const _RCC = "RootCaCertificate";
|
|
312
357
|
const _RCVC = "RejectClientVpcConnection";
|
|
313
358
|
const _RCVCR = "RejectClientVpcConnectionRequest";
|
|
@@ -329,8 +374,9 @@ const _RRA = "ReplicatorResourceArn";
|
|
|
329
374
|
const _RS = "ReplicatorState";
|
|
330
375
|
const _RSI = "ReplicationStateInfo";
|
|
331
376
|
const _RSP = "ReplicationStartingPosition";
|
|
332
|
-
const _RSe = "
|
|
333
|
-
const _RSep = "
|
|
377
|
+
const _RSe = "RecordSchema";
|
|
378
|
+
const _RSep = "ReplicatorS3";
|
|
379
|
+
const _RSepl = "ReplicatorSummary";
|
|
334
380
|
const _RTNC = "ReplicationTopicNameConfiguration";
|
|
335
381
|
const _Re = "Revision";
|
|
336
382
|
const _Rep = "Replicators";
|
|
@@ -339,10 +385,14 @@ const _Rev = "Revisions";
|
|
|
339
385
|
const _S = "S3";
|
|
340
386
|
const _SA = "SecretArn";
|
|
341
387
|
const _SAL = "SecretArnList";
|
|
388
|
+
const _SC = "StorageClass";
|
|
342
389
|
const _SCA = "ServerlessClientAuthentication";
|
|
343
390
|
const _SCGO = "SynchroniseConsumerGroupOffsets";
|
|
344
391
|
const _SCI = "SourceClusterInfo";
|
|
345
392
|
const _SCIe = "ServerlessConnectivityInfo";
|
|
393
|
+
const _SDC = "S3DestinationConfiguration";
|
|
394
|
+
const _SDU = "S3DestinationUpdate";
|
|
395
|
+
const _SE = "SchemaEvolution";
|
|
346
396
|
const _SERA = "ServiceExecutionRoleArn";
|
|
347
397
|
const _SG = "SecurityGroups";
|
|
348
398
|
const _SGI = "SecurityGroupIds";
|
|
@@ -353,29 +403,36 @@ const _SIu = "SubnetIds";
|
|
|
353
403
|
const _SKCA = "SourceKafkaClusterArn";
|
|
354
404
|
const _SKCAo = "SourceKafkaClusterAlias";
|
|
355
405
|
const _SKCI = "SourceKafkaClusterId";
|
|
406
|
+
const _SL = "SourceList";
|
|
356
407
|
const _SM = "StorageMode";
|
|
357
408
|
const _SN = "StepName";
|
|
409
|
+
const _SNo = "SourceName";
|
|
358
410
|
const _SP = "ServerProperties";
|
|
359
411
|
const _SPt = "StartingPosition";
|
|
360
412
|
const _SR = "ServerlessRequest";
|
|
361
413
|
const _SS = "StepStatus";
|
|
362
414
|
const _SSa = "SaslScram";
|
|
363
415
|
const _SSe = "ServerlessSasl";
|
|
416
|
+
const _SSt = "S3Storage";
|
|
364
417
|
const _ST = "StartTime";
|
|
365
418
|
const _SUE = "ServiceUnavailableException";
|
|
366
419
|
const _SV = "SourceVersion";
|
|
367
420
|
const _Sa = "Sasl";
|
|
368
421
|
const _Sc = "Scram";
|
|
369
422
|
const _Se = "Serverless";
|
|
370
|
-
const _St = "
|
|
371
|
-
const _Sta = "
|
|
423
|
+
const _St = "Status";
|
|
424
|
+
const _Sta = "State";
|
|
425
|
+
const _Sto = "Storage";
|
|
372
426
|
const _Su = "Subnets";
|
|
373
427
|
const _T = "Tls";
|
|
374
428
|
const _TA = "TopicArn";
|
|
375
429
|
const _TBEBSVI = "TargetBrokerEBSVolumeInfo";
|
|
430
|
+
const _TC = "TableCreation";
|
|
376
431
|
const _TCA = "TargetClusterArn";
|
|
377
432
|
const _TCI = "TargetClusterInfo";
|
|
433
|
+
const _TCL = "TopicConfigurationList";
|
|
378
434
|
const _TCT = "TargetCompressionType";
|
|
435
|
+
const _TCo = "TopicConfiguration";
|
|
379
436
|
const _TEE = "TopicExistsException";
|
|
380
437
|
const _TI = "TopicInfo";
|
|
381
438
|
const _TIT = "TargetInstanceType";
|
|
@@ -410,18 +467,21 @@ const _UBSRp = "UpdateBrokerStorageResponse";
|
|
|
410
467
|
const _UBT = "UpdateBrokerType";
|
|
411
468
|
const _UBTR = "UpdateBrokerTypeRequest";
|
|
412
469
|
const _UBTRp = "UpdateBrokerTypeResponse";
|
|
413
|
-
const _UC = "
|
|
470
|
+
const _UC = "UpdateChannel";
|
|
414
471
|
const _UCC = "UpdateClusterConfiguration";
|
|
415
472
|
const _UCCR = "UpdateClusterConfigurationRequest";
|
|
416
473
|
const _UCCRp = "UpdateClusterConfigurationResponse";
|
|
417
474
|
const _UCKV = "UpdateClusterKafkaVersion";
|
|
418
475
|
const _UCKVR = "UpdateClusterKafkaVersionRequest";
|
|
419
476
|
const _UCKVRp = "UpdateClusterKafkaVersionResponse";
|
|
420
|
-
const _UCR = "
|
|
421
|
-
const _UCRp = "
|
|
422
|
-
const _UCRpd = "
|
|
423
|
-
const _UCRpda = "
|
|
424
|
-
const
|
|
477
|
+
const _UCR = "UpdateChannelRequest";
|
|
478
|
+
const _UCRp = "UpdateChannelResponse";
|
|
479
|
+
const _UCRpd = "UpdateConfigurationRequest";
|
|
480
|
+
const _UCRpda = "UpdateConfigurationResponse";
|
|
481
|
+
const _UCRpdat = "UpdateConnectivityRequest";
|
|
482
|
+
const _UCRpdate = "UpdateConnectivityResponse";
|
|
483
|
+
const _UCp = "UpdateConfiguration";
|
|
484
|
+
const _UCpd = "UpdateConnectivity";
|
|
425
485
|
const _UE = "UnauthorizedException";
|
|
426
486
|
const _UI = "UserIdentity";
|
|
427
487
|
const _UM = "UpdateMonitoring";
|
|
@@ -457,6 +517,7 @@ const _VCIp = "VpcConnectivityIam";
|
|
|
457
517
|
const _VCS = "VpcConnectivitySasl";
|
|
458
518
|
const _VCSp = "VpcConnectivityScram";
|
|
459
519
|
const _VCT = "VpcConnectivityTls";
|
|
520
|
+
const _VCa = "ValueConverter";
|
|
460
521
|
const _VCp = "VpcConfig";
|
|
461
522
|
const _VCpc = "VpcConnections";
|
|
462
523
|
const _VCpco = "VpcConfigs";
|
|
@@ -465,6 +526,7 @@ const _VI = "VpcId";
|
|
|
465
526
|
const _VS = "VolumeSize";
|
|
466
527
|
const _VSGB = "VolumeSizeGB";
|
|
467
528
|
const _VT = "VolumeThroughput";
|
|
529
|
+
const _WL = "WarehouseLocation";
|
|
468
530
|
const _ZA = "ZookeeperAccess";
|
|
469
531
|
const _ZCS = "ZookeeperConnectString";
|
|
470
532
|
const _ZCST = "ZookeeperConnectStringTls";
|
|
@@ -477,10 +539,12 @@ const _aENII = "attachedENIId";
|
|
|
477
539
|
const _aKC = "apacheKafkaCluster";
|
|
478
540
|
const _aKCI = "apacheKafkaClusterId";
|
|
479
541
|
const _aMC = "amazonMskCluster";
|
|
542
|
+
const _aO = "appendOnly";
|
|
480
543
|
const _aOA = "activeOperationArn";
|
|
481
544
|
const _aTCT = "addedToClusterTime";
|
|
482
545
|
const _ar = "arn";
|
|
483
546
|
const _b = "bucket";
|
|
547
|
+
const _bA = "bucketArn";
|
|
484
548
|
const _bAZD = "brokerAZDistribution";
|
|
485
549
|
const _bBS = "bootstrapBrokerString";
|
|
486
550
|
const _bBSI = "bootstrapBrokerStringIpv6";
|
|
@@ -508,6 +572,8 @@ const _cA = "clusterArn";
|
|
|
508
572
|
const _cAAL = "certificateAuthorityArnList";
|
|
509
573
|
const _cACLFT = "copyAccessControlListsForTopics";
|
|
510
574
|
const _cAS = "customerActionStatus";
|
|
575
|
+
const _cAa = "catalogArn";
|
|
576
|
+
const _cAh = "channelArn";
|
|
511
577
|
const _cAl = "clientAuthentication";
|
|
512
578
|
const _cAo = "configurationArn";
|
|
513
579
|
const _cB = "clientBroker";
|
|
@@ -522,9 +588,10 @@ const _cIL = "clusterInfoList";
|
|
|
522
588
|
const _cIl = "clusterInfo";
|
|
523
589
|
const _cIo = "configurationInfo";
|
|
524
590
|
const _cKV = "compatibleKafkaVersions";
|
|
525
|
-
const _cN = "
|
|
591
|
+
const _cN = "channelName";
|
|
526
592
|
const _cNF = "clusterNameFilter";
|
|
527
593
|
const _cNI = "controllerNodeInfo";
|
|
594
|
+
const _cNl = "clusterName";
|
|
528
595
|
const _cOA = "clusterOperationArn";
|
|
529
596
|
const _cOI = "clusterOperationInfo";
|
|
530
597
|
const _cOIL = "clusterOperationInfoList";
|
|
@@ -536,40 +603,57 @@ const _cT = "creationTime";
|
|
|
536
603
|
const _cTC = "copyTopicConfigurations";
|
|
537
604
|
const _cTF = "clusterTypeFilter";
|
|
538
605
|
const _cTl = "clusterType";
|
|
606
|
+
const _cTo = "compressionType";
|
|
539
607
|
const _cV = "currentVersion";
|
|
540
608
|
const _cVC = "clientVpcConnections";
|
|
541
609
|
const _cVIA = "clientVpcIpAddress";
|
|
542
610
|
const _cWL = "cloudWatchLogs";
|
|
543
|
-
const
|
|
544
|
-
const
|
|
545
|
-
const
|
|
611
|
+
const _ca = "catalog";
|
|
612
|
+
const _ch = "channels";
|
|
613
|
+
const _co = "code";
|
|
614
|
+
const _con = "configs";
|
|
615
|
+
const _conf = "configurations";
|
|
546
616
|
const _d = "description";
|
|
547
617
|
const _dACNCG = "detectAndCopyNewConsumerGroups";
|
|
548
618
|
const _dACNT = "detectAndCopyNewTopics";
|
|
549
619
|
const _dBI = "deletedBrokerIds";
|
|
620
|
+
const _dDN = "destinationDatabaseName";
|
|
621
|
+
const _dFIS = "dataFreshnessInSeconds";
|
|
622
|
+
const _dLQS = "deadLetterQueueS3";
|
|
550
623
|
const _dS = "deliveryStream";
|
|
624
|
+
const _dT = "destinationType";
|
|
625
|
+
const _dTL = "destinationTableList";
|
|
626
|
+
const _dTN = "destinationTableName";
|
|
551
627
|
const _dVKMSKI = "dataVolumeKMSKeyId";
|
|
552
628
|
const _e = "error";
|
|
553
629
|
const _eAR = "encryptionAtRest";
|
|
554
|
-
const
|
|
630
|
+
const _eBO = "expectedBucketOwner";
|
|
631
|
+
const _eC = "encryptionConfiguration";
|
|
632
|
+
const _eCr = "errorCode";
|
|
555
633
|
const _eI = "encryptionInfo";
|
|
556
634
|
const _eIB = "enabledInBroker";
|
|
557
635
|
const _eIT = "encryptionInTransit";
|
|
558
636
|
const _eIr = "errorInfo";
|
|
559
637
|
const _eM = "enhancedMonitoring";
|
|
560
638
|
const _eMr = "errorMessage";
|
|
639
|
+
const _eOP = "errorOutputPrefix";
|
|
561
640
|
const _eS = "errorString";
|
|
641
|
+
const _eSE = "enableSchemaEvolution";
|
|
562
642
|
const _eSI = "ebsStorageInfo";
|
|
563
643
|
const _eT = "endTime";
|
|
644
|
+
const _eTC = "enableTableCreation";
|
|
564
645
|
const _eTn = "encryptionType";
|
|
565
646
|
const _en = "endpoints";
|
|
566
647
|
const _ena = "enabled";
|
|
567
648
|
const _f = "firehose";
|
|
649
|
+
const _gA = "gsrArn";
|
|
568
650
|
const _h = "http";
|
|
569
651
|
const _hE = "httpError";
|
|
570
652
|
const _hQ = "httpQuery";
|
|
571
653
|
const _i = "iam";
|
|
572
654
|
const _iC = "inCluster";
|
|
655
|
+
const _iDC = "icebergDestinationConfiguration";
|
|
656
|
+
const _iDU = "icebergDestinationUpdate";
|
|
573
657
|
const _iP = "invalidParameter";
|
|
574
658
|
const _iRR = "isReplicatorReference";
|
|
575
659
|
const _iT = "instanceType";
|
|
@@ -580,6 +664,7 @@ const _kBNI = "kafkaBrokerNodeId";
|
|
|
580
664
|
const _kC = "kafkaClusters";
|
|
581
665
|
const _kCA = "kafkaClusterAlias";
|
|
582
666
|
const _kCS = "kafkaClustersSummary";
|
|
667
|
+
const _kKA = "kmsKeyArn";
|
|
583
668
|
const _kV = "kafkaVersion";
|
|
584
669
|
const _kVa = "kafkaVersions";
|
|
585
670
|
const _l = "leader";
|
|
@@ -588,7 +673,8 @@ const _lG = "logGroup";
|
|
|
588
673
|
const _lI = "loggingInfo";
|
|
589
674
|
const _lOBEBSVI = "__listOfBrokerEBSVolumeInfo";
|
|
590
675
|
const _lOC = "__listOfCluster";
|
|
591
|
-
const _lOCI = "
|
|
676
|
+
const _lOCI = "__listOfChannelInfo";
|
|
677
|
+
const _lOCIi = "__listOfClusterInfo";
|
|
592
678
|
const _lOCKV = "__listOfCompatibleKafkaVersion";
|
|
593
679
|
const _lOCOI = "__listOfClusterOperationInfo";
|
|
594
680
|
const _lOCOS = "__listOfClusterOperationStep";
|
|
@@ -596,15 +682,18 @@ const _lOCOVS = "__listOfClusterOperationV2Summary";
|
|
|
596
682
|
const _lOCR = "__listOfConfigurationRevision";
|
|
597
683
|
const _lOCVC = "__listOfClientVpcConnection";
|
|
598
684
|
const _lOCi = "__listOfConfiguration";
|
|
685
|
+
const _lODT = "__listOfDestinationTable";
|
|
599
686
|
const _lOKC = "__listOfKafkaCluster";
|
|
600
687
|
const _lOKCD = "__listOfKafkaClusterDescription";
|
|
601
688
|
const _lOKCS = "__listOfKafkaClusterSummary";
|
|
602
689
|
const _lOKV = "__listOfKafkaVersion";
|
|
603
690
|
const _lONI = "__listOfNodeInfo";
|
|
691
|
+
const _lOPS = "__listOfPartitionSource";
|
|
604
692
|
const _lORI = "__listOfReplicationInfo";
|
|
605
693
|
const _lORID = "__listOfReplicationInfoDescription";
|
|
606
694
|
const _lORIS = "__listOfReplicationInfoSummary";
|
|
607
695
|
const _lORS = "__listOfReplicatorSummary";
|
|
696
|
+
const _lOTC = "__listOfTopicConfiguration";
|
|
608
697
|
const _lOTI = "__listOfTopicInfo";
|
|
609
698
|
const _lOTPI = "__listOfTopicPartitionInfo";
|
|
610
699
|
const _lOUSS = "__listOfUnprocessedScramSecret";
|
|
@@ -626,8 +715,10 @@ const _nTe = "nextToken";
|
|
|
626
715
|
const _nTo = "nodeType";
|
|
627
716
|
const _o = "owner";
|
|
628
717
|
const _oA = "operationArn";
|
|
718
|
+
const _oKT = "outputKeyTemplate";
|
|
629
719
|
const _oM = "openMonitoring";
|
|
630
720
|
const _oOSRC = "outOfSyncReplicaCount";
|
|
721
|
+
const _oP = "outputPrefix";
|
|
631
722
|
const _oS = "operationState";
|
|
632
723
|
const _oSp = "operationSteps";
|
|
633
724
|
const _oT = "operationType";
|
|
@@ -635,6 +726,8 @@ const _p = "provisioned";
|
|
|
635
726
|
const _pA = "publicAccess";
|
|
636
727
|
const _pC = "partitionCount";
|
|
637
728
|
const _pI = "principalId";
|
|
729
|
+
const _pS = "partitionSpec";
|
|
730
|
+
const _pSa = "partitionStrategy";
|
|
638
731
|
const _pT = "provisionedThroughput";
|
|
639
732
|
const _pa = "partitions";
|
|
640
733
|
const _par = "partition";
|
|
@@ -643,6 +736,7 @@ const _pr = "prometheus";
|
|
|
643
736
|
const _pre = "prefix";
|
|
644
737
|
const _r = "rebalancing";
|
|
645
738
|
const _rA = "replicatorArn";
|
|
739
|
+
const _rC = "recordConverter";
|
|
646
740
|
const _rCC = "rootCaCertificate";
|
|
647
741
|
const _rD = "replicatorDescription";
|
|
648
742
|
const _rF = "replicationFactor";
|
|
@@ -653,6 +747,7 @@ const _rN = "replicatorName";
|
|
|
653
747
|
const _rNF = "replicatorNameFilter";
|
|
654
748
|
const _rRA = "replicatorResourceArn";
|
|
655
749
|
const _rS = "replicatorState";
|
|
750
|
+
const _rSe = "recordSchema";
|
|
656
751
|
const _re = "revision";
|
|
657
752
|
const _rep = "replicators";
|
|
658
753
|
const _repl = "replicas";
|
|
@@ -660,8 +755,12 @@ const _rev = "revisions";
|
|
|
660
755
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kafka";
|
|
661
756
|
const _sA = "secretArn";
|
|
662
757
|
const _sAL = "secretArnList";
|
|
758
|
+
const _sC = "storageClass";
|
|
663
759
|
const _sCGO = "synchroniseConsumerGroupOffsets";
|
|
664
760
|
const _sCI = "sourceClusterInfo";
|
|
761
|
+
const _sDC = "s3DestinationConfiguration";
|
|
762
|
+
const _sDU = "s3DestinationUpdate";
|
|
763
|
+
const _sE = "schemaEvolution";
|
|
665
764
|
const _sERA = "serviceExecutionRoleArn";
|
|
666
765
|
const _sG = "securityGroups";
|
|
667
766
|
const _sGI = "securityGroupIds";
|
|
@@ -672,8 +771,10 @@ const _sIu = "subnetIds";
|
|
|
672
771
|
const _sKCA = "sourceKafkaClusterArn";
|
|
673
772
|
const _sKCAo = "sourceKafkaClusterAlias";
|
|
674
773
|
const _sKCI = "sourceKafkaClusterId";
|
|
774
|
+
const _sL = "sourceList";
|
|
675
775
|
const _sM = "storageMode";
|
|
676
776
|
const _sN = "stepName";
|
|
777
|
+
const _sNo = "sourceName";
|
|
677
778
|
const _sP = "serverProperties";
|
|
678
779
|
const _sPt = "startingPosition";
|
|
679
780
|
const _sS = "stepStatus";
|
|
@@ -685,14 +786,17 @@ const _sa = "sasl";
|
|
|
685
786
|
const _sc = "scram";
|
|
686
787
|
const _se = "server";
|
|
687
788
|
const _ser = "serverless";
|
|
688
|
-
const _st = "
|
|
689
|
-
const _sta = "
|
|
789
|
+
const _st = "status";
|
|
790
|
+
const _sta = "state";
|
|
791
|
+
const _sto = "storage";
|
|
690
792
|
const _su = "subnets";
|
|
691
793
|
const _t = "tls";
|
|
692
794
|
const _tA = "topicArn";
|
|
693
795
|
const _tBEBSVI = "targetBrokerEBSVolumeInfo";
|
|
796
|
+
const _tC = "tableCreation";
|
|
694
797
|
const _tCA = "targetClusterArn";
|
|
695
798
|
const _tCI = "targetClusterInfo";
|
|
799
|
+
const _tCL = "topicConfigurationList";
|
|
696
800
|
const _tCT = "targetCompressionType";
|
|
697
801
|
const _tIT = "targetInstanceType";
|
|
698
802
|
const _tK = "tagKeys";
|
|
@@ -718,6 +822,7 @@ const _v = "version";
|
|
|
718
822
|
const _vC = "vpcConnectivity";
|
|
719
823
|
const _vCA = "vpcConnectionArn";
|
|
720
824
|
const _vCI = "vpcConnectionInfo";
|
|
825
|
+
const _vCa = "valueConverter";
|
|
721
826
|
const _vCp = "vpcConfig";
|
|
722
827
|
const _vCpc = "vpcConnections";
|
|
723
828
|
const _vCpco = "vpcConfigs";
|
|
@@ -725,6 +830,7 @@ const _vI = "vpcId";
|
|
|
725
830
|
const _vS = "volumeSize";
|
|
726
831
|
const _vSGB = "volumeSizeGB";
|
|
727
832
|
const _vT = "volumeThroughput";
|
|
833
|
+
const _wL = "warehouseLocation";
|
|
728
834
|
const _zA = "zookeeperAccess";
|
|
729
835
|
const _zCS = "zookeeperConnectString";
|
|
730
836
|
const _zCST = "zookeeperConnectStringTls";
|
|
@@ -906,6 +1012,26 @@ export var BrokerSoftwareInfo$ = [3, n0, _BSI,
|
|
|
906
1012
|
[_CAo, _CR, _KV],
|
|
907
1013
|
[[0, { [_jN]: _cAo }], [1, { [_jN]: _cR }], [0, { [_jN]: _kV }]]
|
|
908
1014
|
];
|
|
1015
|
+
export var Catalog$ = [3, n0, _C,
|
|
1016
|
+
0,
|
|
1017
|
+
[_CAa, _WL],
|
|
1018
|
+
[[0, { [_jN]: _cAa }], [0, { [_jN]: _wL }]]
|
|
1019
|
+
];
|
|
1020
|
+
export var ChannelInfo$ = [3, n0, _CIh,
|
|
1021
|
+
0,
|
|
1022
|
+
[_CAh, _CN, _St, _CT, _DT, _COA],
|
|
1023
|
+
[[0, { [_jN]: _cAh }], [0, { [_jN]: _cN }], [0, { [_jN]: _st }], [5, { [_jN]: _cT }], [0, { [_jN]: _dT }], [0, { [_jN]: _cOA }]], 5
|
|
1024
|
+
];
|
|
1025
|
+
export var ChannelLoggingInfo$ = [3, n0, _CLI,
|
|
1026
|
+
0,
|
|
1027
|
+
[_CWL, _F, _S],
|
|
1028
|
+
[[() => CloudWatchLogs$, { [_jN]: _cWL }], [() => Firehose$, { [_jN]: _f }], [() => S3$, { [_jN]: _s_ }]]
|
|
1029
|
+
];
|
|
1030
|
+
export var ChannelStateInfo$ = [3, n0, _CSI,
|
|
1031
|
+
0,
|
|
1032
|
+
[_Co, _M],
|
|
1033
|
+
[[0, { [_jN]: _co }], [0, { [_jN]: _m }]]
|
|
1034
|
+
];
|
|
909
1035
|
export var ClientAuthentication$ = [3, n0, _CAl,
|
|
910
1036
|
0,
|
|
911
1037
|
[_Sa, _T, _U],
|
|
@@ -913,23 +1039,23 @@ export var ClientAuthentication$ = [3, n0, _CAl,
|
|
|
913
1039
|
];
|
|
914
1040
|
export var ClientVpcConnection$ = [3, n0, _CVC,
|
|
915
1041
|
0,
|
|
916
|
-
[_VCA, _A, _CT,
|
|
917
|
-
[[0, { [_jN]: _vCA }], [0, { [_jN]: _a }], [5, { [_jN]: _cT }], [0, { [_jN]:
|
|
1042
|
+
[_VCA, _A, _CT, _Sta, _O],
|
|
1043
|
+
[[0, { [_jN]: _vCA }], [0, { [_jN]: _a }], [5, { [_jN]: _cT }], [0, { [_jN]: _sta }], [0, { [_jN]: _o }]], 1
|
|
918
1044
|
];
|
|
919
1045
|
export var CloudWatchLogs$ = [3, n0, _CWL,
|
|
920
1046
|
0,
|
|
921
1047
|
[_En, _LG],
|
|
922
1048
|
[[2, { [_jN]: _ena }], [0, { [_jN]: _lG }]], 1
|
|
923
1049
|
];
|
|
924
|
-
export var Cluster$ = [3, n0,
|
|
1050
|
+
export var Cluster$ = [3, n0, _Cl,
|
|
925
1051
|
0,
|
|
926
|
-
[_AOA, _CTl, _CA,
|
|
927
|
-
[[0, { [_jN]: _aOA }], [0, { [_jN]: _cTl }], [0, { [_jN]: _cA }], [0, { [_jN]:
|
|
1052
|
+
[_AOA, _CTl, _CA, _CNl, _CT, _CV, _Sta, _SIt, _Ta, _P, _Se],
|
|
1053
|
+
[[0, { [_jN]: _aOA }], [0, { [_jN]: _cTl }], [0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [5, { [_jN]: _cT }], [0, { [_jN]: _cV }], [0, { [_jN]: _sta }], [() => StateInfo$, { [_jN]: _sIt }], [128 | 0, { [_jN]: _ta }], [() => Provisioned$, { [_jN]: _p }], [() => Serverless$, { [_jN]: _ser }]]
|
|
928
1054
|
];
|
|
929
1055
|
export var ClusterInfo$ = [3, n0, _CIl,
|
|
930
1056
|
0,
|
|
931
|
-
[_AOA, _BNGI, _R, _CAl, _CA,
|
|
932
|
-
[[0, { [_jN]: _aOA }], [() => BrokerNodeGroupInfo$, { [_jN]: _bNGI }], [() => Rebalancing$, { [_jN]: _r }], [() => ClientAuthentication$, { [_jN]: _cAl }], [0, { [_jN]: _cA }], [0, { [_jN]:
|
|
1057
|
+
[_AOA, _BNGI, _R, _CAl, _CA, _CNl, _CT, _CBSI, _CV, _EI, _EM, _OM, _LI, _NOBN, _Sta, _SIt, _Ta, _ZCS, _ZCST, _SM, _CAS],
|
|
1058
|
+
[[0, { [_jN]: _aOA }], [() => BrokerNodeGroupInfo$, { [_jN]: _bNGI }], [() => Rebalancing$, { [_jN]: _r }], [() => ClientAuthentication$, { [_jN]: _cAl }], [0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [5, { [_jN]: _cT }], [() => BrokerSoftwareInfo$, { [_jN]: _cBSI }], [0, { [_jN]: _cV }], [() => EncryptionInfo$, { [_jN]: _eI }], [0, { [_jN]: _eM }], [() => OpenMonitoring$, { [_jN]: _oM }], [() => LoggingInfo$, { [_jN]: _lI }], [1, { [_jN]: _nOBN }], [0, { [_jN]: _sta }], [() => StateInfo$, { [_jN]: _sIt }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _zCS }], [0, { [_jN]: _zCST }], [0, { [_jN]: _sM }], [0, { [_jN]: _cAS }]]
|
|
933
1059
|
];
|
|
934
1060
|
export var ClusterOperationInfo$ = [3, n0, _COI,
|
|
935
1061
|
0,
|
|
@@ -971,10 +1097,10 @@ export var CompatibleKafkaVersion$ = [3, n0, _CKV,
|
|
|
971
1097
|
[_SV, _TV],
|
|
972
1098
|
[[0, { [_jN]: _sV }], [64 | 0, { [_jN]: _tV }]]
|
|
973
1099
|
];
|
|
974
|
-
export var Configuration$ = [3, n0,
|
|
1100
|
+
export var Configuration$ = [3, n0, _Con,
|
|
975
1101
|
0,
|
|
976
|
-
[_Ar, _CT, _D, _KVa, _LR, _N,
|
|
977
|
-
[[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]:
|
|
1102
|
+
[_Ar, _CT, _D, _KVa, _LR, _N, _Sta],
|
|
1103
|
+
[[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _sta }]], 7
|
|
978
1104
|
];
|
|
979
1105
|
export var ConfigurationInfo$ = [3, n0, _CIo,
|
|
980
1106
|
0,
|
|
@@ -1006,35 +1132,45 @@ export var ControllerNodeInfo$ = [3, n0, _CNI,
|
|
|
1006
1132
|
[_E],
|
|
1007
1133
|
[[64 | 0, { [_jN]: _en }]]
|
|
1008
1134
|
];
|
|
1009
|
-
export var
|
|
1135
|
+
export var CreateChannelRequest$ = [3, n0, _CCR,
|
|
1010
1136
|
0,
|
|
1011
|
-
[
|
|
1012
|
-
[[
|
|
1137
|
+
[_CN, _CA, _TCL, _EC, _IDC, _SDC, _Ta, _LI],
|
|
1138
|
+
[[0, { [_jN]: _cN }], [0, 1], [() => __listOfTopicConfiguration, { [_jN]: _tCL }], [() => EncryptionConfiguration$, { [_jN]: _eC }], [() => IcebergDestinationConfiguration$, { [_jN]: _iDC }], [() => S3DestinationConfiguration$, { [_jN]: _sDC }], [128 | 0, { [_jN]: _ta }], [() => ChannelLoggingInfo$, { [_jN]: _lI }]], 3
|
|
1013
1139
|
];
|
|
1014
|
-
export var
|
|
1140
|
+
export var CreateChannelResponse$ = [3, n0, _CCRr,
|
|
1015
1141
|
0,
|
|
1016
|
-
[
|
|
1017
|
-
[[0, { [_jN]:
|
|
1142
|
+
[_CAh, _COA],
|
|
1143
|
+
[[0, { [_jN]: _cAh }], [0, { [_jN]: _cOA }]], 1
|
|
1144
|
+
];
|
|
1145
|
+
export var CreateClusterRequest$ = [3, n0, _CCRre,
|
|
1146
|
+
0,
|
|
1147
|
+
[_BNGI, _CNl, _KV, _NOBN, _R, _CAl, _CIo, _EI, _EM, _OM, _LI, _Ta, _SM],
|
|
1148
|
+
[[() => BrokerNodeGroupInfo$, { [_jN]: _bNGI }], [0, { [_jN]: _cNl }], [0, { [_jN]: _kV }], [1, { [_jN]: _nOBN }], [() => Rebalancing$, { [_jN]: _r }], [() => ClientAuthentication$, { [_jN]: _cAl }], [() => ConfigurationInfo$, { [_jN]: _cIo }], [() => EncryptionInfo$, { [_jN]: _eI }], [0, { [_jN]: _eM }], [() => OpenMonitoringInfo$, { [_jN]: _oM }], [() => LoggingInfo$, { [_jN]: _lI }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _sM }]], 4
|
|
1149
|
+
];
|
|
1150
|
+
export var CreateClusterResponse$ = [3, n0, _CCRrea,
|
|
1151
|
+
0,
|
|
1152
|
+
[_CA, _CNl, _Sta],
|
|
1153
|
+
[[0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [0, { [_jN]: _sta }]]
|
|
1018
1154
|
];
|
|
1019
1155
|
export var CreateClusterV2Request$ = [3, n0, _CCVR,
|
|
1020
1156
|
0,
|
|
1021
|
-
[
|
|
1022
|
-
[[0, { [_jN]:
|
|
1157
|
+
[_CNl, _Ta, _P, _Se],
|
|
1158
|
+
[[0, { [_jN]: _cNl }], [128 | 0, { [_jN]: _ta }], [() => ProvisionedRequest$, { [_jN]: _p }], [() => ServerlessRequest$, { [_jN]: _ser }]], 1
|
|
1023
1159
|
];
|
|
1024
1160
|
export var CreateClusterV2Response$ = [3, n0, _CCVRr,
|
|
1025
1161
|
0,
|
|
1026
|
-
[_CA,
|
|
1027
|
-
[[0, { [_jN]: _cA }], [0, { [_jN]:
|
|
1162
|
+
[_CA, _CNl, _Sta, _CTl],
|
|
1163
|
+
[[0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [0, { [_jN]: _sta }], [0, { [_jN]: _cTl }]]
|
|
1028
1164
|
];
|
|
1029
|
-
export var CreateConfigurationRequest$ = [3, n0,
|
|
1165
|
+
export var CreateConfigurationRequest$ = [3, n0, _CCRreat,
|
|
1030
1166
|
0,
|
|
1031
1167
|
[_N, _SP, _D, _KVa],
|
|
1032
1168
|
[[0, { [_jN]: _n }], [21, { [_jN]: _sP }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }]], 2
|
|
1033
1169
|
];
|
|
1034
|
-
export var CreateConfigurationResponse$ = [3, n0,
|
|
1170
|
+
export var CreateConfigurationResponse$ = [3, n0, _CCRreate,
|
|
1035
1171
|
0,
|
|
1036
|
-
[_Ar, _CT, _LR, _N,
|
|
1037
|
-
[[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]:
|
|
1172
|
+
[_Ar, _CT, _LR, _N, _Sta],
|
|
1173
|
+
[[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _sta }]]
|
|
1038
1174
|
];
|
|
1039
1175
|
export var CreateReplicatorRequest$ = [3, n0, _CRR,
|
|
1040
1176
|
0,
|
|
@@ -1048,13 +1184,13 @@ export var CreateReplicatorResponse$ = [3, n0, _CRRr,
|
|
|
1048
1184
|
];
|
|
1049
1185
|
export var CreateTopicRequest$ = [3, n0, _CTR,
|
|
1050
1186
|
0,
|
|
1051
|
-
[_CA, _TN, _PC, _RF,
|
|
1052
|
-
[[0, 1], [0, { [_jN]: _tN }], [1, { [_jN]: _pC }], [1, { [_jN]: _rF }], [0, { [_jN]:
|
|
1187
|
+
[_CA, _TN, _PC, _RF, _Conf],
|
|
1188
|
+
[[0, 1], [0, { [_jN]: _tN }], [1, { [_jN]: _pC }], [1, { [_jN]: _rF }], [0, { [_jN]: _con }]], 4
|
|
1053
1189
|
];
|
|
1054
1190
|
export var CreateTopicResponse$ = [3, n0, _CTRr,
|
|
1055
1191
|
0,
|
|
1056
|
-
[_TA, _TN,
|
|
1057
|
-
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]:
|
|
1192
|
+
[_TA, _TN, _St],
|
|
1193
|
+
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _st }]]
|
|
1058
1194
|
];
|
|
1059
1195
|
export var CreateVpcConnectionRequest$ = [3, n0, _CVCR,
|
|
1060
1196
|
0,
|
|
@@ -1063,8 +1199,23 @@ export var CreateVpcConnectionRequest$ = [3, n0, _CVCR,
|
|
|
1063
1199
|
];
|
|
1064
1200
|
export var CreateVpcConnectionResponse$ = [3, n0, _CVCRr,
|
|
1065
1201
|
0,
|
|
1066
|
-
[_VCA,
|
|
1067
|
-
[[0, { [_jN]: _vCA }], [0, { [_jN]:
|
|
1202
|
+
[_VCA, _Sta, _A, _VI, _CS, _SG, _CT, _Ta],
|
|
1203
|
+
[[0, { [_jN]: _vCA }], [0, { [_jN]: _sta }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [64 | 0, { [_jN]: _cS }], [64 | 0, { [_jN]: _sG }], [5, { [_jN]: _cT }], [128 | 0, { [_jN]: _ta }]]
|
|
1204
|
+
];
|
|
1205
|
+
export var DeadLetterQueueS3$ = [3, n0, _DLQS,
|
|
1206
|
+
0,
|
|
1207
|
+
[_BA, _EOP, _EBO],
|
|
1208
|
+
[[0, { [_jN]: _bA }], [0, { [_jN]: _eOP }], [0, { [_jN]: _eBO }]], 1
|
|
1209
|
+
];
|
|
1210
|
+
export var DeleteChannelRequest$ = [3, n0, _DCR,
|
|
1211
|
+
0,
|
|
1212
|
+
[_CAh, _CA],
|
|
1213
|
+
[[0, 1], [0, 1]], 2
|
|
1214
|
+
];
|
|
1215
|
+
export var DeleteChannelResponse$ = [3, n0, _DCRe,
|
|
1216
|
+
0,
|
|
1217
|
+
[_CAh, _COA],
|
|
1218
|
+
[[0, { [_jN]: _cAh }], [0, { [_jN]: _cOA }]], 1
|
|
1068
1219
|
];
|
|
1069
1220
|
export var DeleteClusterPolicyRequest$ = [3, n0, _DCPR,
|
|
1070
1221
|
0,
|
|
@@ -1076,25 +1227,25 @@ export var DeleteClusterPolicyResponse$ = [3, n0, _DCPRe,
|
|
|
1076
1227
|
[],
|
|
1077
1228
|
[]
|
|
1078
1229
|
];
|
|
1079
|
-
export var DeleteClusterRequest$ = [3, n0,
|
|
1230
|
+
export var DeleteClusterRequest$ = [3, n0, _DCRel,
|
|
1080
1231
|
0,
|
|
1081
1232
|
[_CA, _CV],
|
|
1082
1233
|
[[0, 1], [0, { [_hQ]: _cV }]], 1
|
|
1083
1234
|
];
|
|
1084
|
-
export var DeleteClusterResponse$ = [3, n0,
|
|
1235
|
+
export var DeleteClusterResponse$ = [3, n0, _DCRele,
|
|
1085
1236
|
0,
|
|
1086
|
-
[_CA,
|
|
1087
|
-
[[0, { [_jN]: _cA }], [0, { [_jN]:
|
|
1237
|
+
[_CA, _Sta],
|
|
1238
|
+
[[0, { [_jN]: _cA }], [0, { [_jN]: _sta }]]
|
|
1088
1239
|
];
|
|
1089
|
-
export var DeleteConfigurationRequest$ = [3, n0,
|
|
1240
|
+
export var DeleteConfigurationRequest$ = [3, n0, _DCRelet,
|
|
1090
1241
|
0,
|
|
1091
1242
|
[_Ar],
|
|
1092
1243
|
[[0, 1]], 1
|
|
1093
1244
|
];
|
|
1094
|
-
export var DeleteConfigurationResponse$ = [3, n0,
|
|
1245
|
+
export var DeleteConfigurationResponse$ = [3, n0, _DCRelete,
|
|
1095
1246
|
0,
|
|
1096
|
-
[_Ar,
|
|
1097
|
-
[[0, { [_jN]: _ar }], [0, { [_jN]:
|
|
1247
|
+
[_Ar, _Sta],
|
|
1248
|
+
[[0, { [_jN]: _ar }], [0, { [_jN]: _sta }]]
|
|
1098
1249
|
];
|
|
1099
1250
|
export var DeleteReplicatorRequest$ = [3, n0, _DRR,
|
|
1100
1251
|
0,
|
|
@@ -1113,8 +1264,8 @@ export var DeleteTopicRequest$ = [3, n0, _DTR,
|
|
|
1113
1264
|
];
|
|
1114
1265
|
export var DeleteTopicResponse$ = [3, n0, _DTRe,
|
|
1115
1266
|
0,
|
|
1116
|
-
[_TA, _TN,
|
|
1117
|
-
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]:
|
|
1267
|
+
[_TA, _TN, _St],
|
|
1268
|
+
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _st }]]
|
|
1118
1269
|
];
|
|
1119
1270
|
export var DeleteVpcConnectionRequest$ = [3, n0, _DVCR,
|
|
1120
1271
|
0,
|
|
@@ -1123,8 +1274,18 @@ export var DeleteVpcConnectionRequest$ = [3, n0, _DVCR,
|
|
|
1123
1274
|
];
|
|
1124
1275
|
export var DeleteVpcConnectionResponse$ = [3, n0, _DVCRe,
|
|
1125
1276
|
0,
|
|
1126
|
-
[_VCA,
|
|
1127
|
-
[[0, { [_jN]: _vCA }], [0, { [_jN]:
|
|
1277
|
+
[_VCA, _Sta],
|
|
1278
|
+
[[0, { [_jN]: _vCA }], [0, { [_jN]: _sta }]]
|
|
1279
|
+
];
|
|
1280
|
+
export var DescribeChannelRequest$ = [3, n0, _DCRes,
|
|
1281
|
+
0,
|
|
1282
|
+
[_CAh, _CA],
|
|
1283
|
+
[[0, 1], [0, 1]], 2
|
|
1284
|
+
];
|
|
1285
|
+
export var DescribeChannelResponse$ = [3, n0, _DCResc,
|
|
1286
|
+
0,
|
|
1287
|
+
[_CAh, _CN, _St, _DT, _CT, _TCL, _EC, _IDC, _SDC, _LI, _SIt, _COA, _Ta],
|
|
1288
|
+
[[0, { [_jN]: _cAh }], [0, { [_jN]: _cN }], [0, { [_jN]: _st }], [0, { [_jN]: _dT }], [5, { [_jN]: _cT }], [() => __listOfTopicConfiguration, { [_jN]: _tCL }], [() => EncryptionConfiguration$, { [_jN]: _eC }], [() => IcebergDestinationConfiguration$, { [_jN]: _iDC }], [() => S3DestinationConfiguration$, { [_jN]: _sDC }], [() => ChannelLoggingInfo$, { [_jN]: _lI }], [() => ChannelStateInfo$, { [_jN]: _sIt }], [0, { [_jN]: _cOA }], [128 | 0, { [_jN]: _ta }]], 6
|
|
1128
1289
|
];
|
|
1129
1290
|
export var DescribeClusterOperationRequest$ = [3, n0, _DCOR,
|
|
1130
1291
|
0,
|
|
@@ -1146,12 +1307,12 @@ export var DescribeClusterOperationV2Response$ = [3, n0, _DCOVRe,
|
|
|
1146
1307
|
[_COI],
|
|
1147
1308
|
[[() => ClusterOperationV2$, { [_jN]: _cOI }]]
|
|
1148
1309
|
];
|
|
1149
|
-
export var DescribeClusterRequest$ = [3, n0,
|
|
1310
|
+
export var DescribeClusterRequest$ = [3, n0, _DCRescr,
|
|
1150
1311
|
0,
|
|
1151
1312
|
[_CA],
|
|
1152
1313
|
[[0, 1]], 1
|
|
1153
1314
|
];
|
|
1154
|
-
export var DescribeClusterResponse$ = [3, n0,
|
|
1315
|
+
export var DescribeClusterResponse$ = [3, n0, _DCRescri,
|
|
1155
1316
|
0,
|
|
1156
1317
|
[_CIl],
|
|
1157
1318
|
[[() => ClusterInfo$, { [_jN]: _cIl }]]
|
|
@@ -1166,15 +1327,15 @@ export var DescribeClusterV2Response$ = [3, n0, _DCVRe,
|
|
|
1166
1327
|
[_CIl],
|
|
1167
1328
|
[[() => Cluster$, { [_jN]: _cIl }]]
|
|
1168
1329
|
];
|
|
1169
|
-
export var DescribeConfigurationRequest$ = [3, n0,
|
|
1330
|
+
export var DescribeConfigurationRequest$ = [3, n0, _DCRescrib,
|
|
1170
1331
|
0,
|
|
1171
1332
|
[_Ar],
|
|
1172
1333
|
[[0, 1]], 1
|
|
1173
1334
|
];
|
|
1174
|
-
export var DescribeConfigurationResponse$ = [3, n0,
|
|
1335
|
+
export var DescribeConfigurationResponse$ = [3, n0, _DCRescribe,
|
|
1175
1336
|
0,
|
|
1176
|
-
[_Ar, _CT, _D, _KVa, _LR, _N,
|
|
1177
|
-
[[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]:
|
|
1337
|
+
[_Ar, _CT, _D, _KVa, _LR, _N, _Sta],
|
|
1338
|
+
[[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _sta }]]
|
|
1178
1339
|
];
|
|
1179
1340
|
export var DescribeConfigurationRevisionRequest$ = [3, n0, _DCRR,
|
|
1180
1341
|
0,
|
|
@@ -1213,8 +1374,8 @@ export var DescribeTopicRequest$ = [3, n0, _DTRes,
|
|
|
1213
1374
|
];
|
|
1214
1375
|
export var DescribeTopicResponse$ = [3, n0, _DTResc,
|
|
1215
1376
|
0,
|
|
1216
|
-
[_TA, _TN, _RF, _PC,
|
|
1217
|
-
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [1, { [_jN]: _rF }], [1, { [_jN]: _pC }], [0, { [_jN]:
|
|
1377
|
+
[_TA, _TN, _RF, _PC, _Conf, _St],
|
|
1378
|
+
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [1, { [_jN]: _rF }], [1, { [_jN]: _pC }], [0, { [_jN]: _con }], [0, { [_jN]: _st }]]
|
|
1218
1379
|
];
|
|
1219
1380
|
export var DescribeVpcConnectionRequest$ = [3, n0, _DVCRes,
|
|
1220
1381
|
0,
|
|
@@ -1223,8 +1384,13 @@ export var DescribeVpcConnectionRequest$ = [3, n0, _DVCRes,
|
|
|
1223
1384
|
];
|
|
1224
1385
|
export var DescribeVpcConnectionResponse$ = [3, n0, _DVCResc,
|
|
1225
1386
|
0,
|
|
1226
|
-
[_VCA, _TCA,
|
|
1227
|
-
[[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [0, { [_jN]:
|
|
1387
|
+
[_VCA, _TCA, _Sta, _A, _VI, _Su, _SG, _CT, _Ta],
|
|
1388
|
+
[[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [0, { [_jN]: _sta }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [64 | 0, { [_jN]: _su }], [64 | 0, { [_jN]: _sG }], [5, { [_jN]: _cT }], [128 | 0, { [_jN]: _ta }]]
|
|
1389
|
+
];
|
|
1390
|
+
export var DestinationTable$ = [3, n0, _DTe,
|
|
1391
|
+
0,
|
|
1392
|
+
[_DDN, _DTN, _PS],
|
|
1393
|
+
[[0, { [_jN]: _dDN }], [0, { [_jN]: _dTN }], [() => PartitionSpec$, { [_jN]: _pS }]]
|
|
1228
1394
|
];
|
|
1229
1395
|
export var EBSStorageInfo$ = [3, n0, _EBSSI,
|
|
1230
1396
|
0,
|
|
@@ -1236,6 +1402,11 @@ export var EncryptionAtRest$ = [3, n0, _EAR,
|
|
|
1236
1402
|
[_DVKMSKI],
|
|
1237
1403
|
[[0, { [_jN]: _dVKMSKI }]], 1
|
|
1238
1404
|
];
|
|
1405
|
+
export var EncryptionConfiguration$ = [3, n0, _EC,
|
|
1406
|
+
0,
|
|
1407
|
+
[_KKA],
|
|
1408
|
+
[[0, { [_jN]: _kKA }]], 1
|
|
1409
|
+
];
|
|
1239
1410
|
export var EncryptionInfo$ = [3, n0, _EI,
|
|
1240
1411
|
0,
|
|
1241
1412
|
[_EAR, _EIT],
|
|
@@ -1248,8 +1419,8 @@ export var EncryptionInTransit$ = [3, n0, _EIT,
|
|
|
1248
1419
|
];
|
|
1249
1420
|
export var ErrorInfo$ = [3, n0, _EIr,
|
|
1250
1421
|
0,
|
|
1251
|
-
[
|
|
1252
|
-
[[0, { [_jN]:
|
|
1422
|
+
[_ECr, _ES],
|
|
1423
|
+
[[0, { [_jN]: _eCr }], [0, { [_jN]: _eS }]]
|
|
1253
1424
|
];
|
|
1254
1425
|
export var Firehose$ = [3, n0, _F,
|
|
1255
1426
|
0,
|
|
@@ -1291,6 +1462,16 @@ export var Iam$ = [3, n0, _I,
|
|
|
1291
1462
|
[_En],
|
|
1292
1463
|
[[2, { [_jN]: _ena }]]
|
|
1293
1464
|
];
|
|
1465
|
+
export var IcebergDestinationConfiguration$ = [3, n0, _IDC,
|
|
1466
|
+
0,
|
|
1467
|
+
[_AO, _DLQS, _DTL, _SE, _SERA, _TC, _C, _DFIS, _CTo],
|
|
1468
|
+
[[2, { [_jN]: _aO }], [() => DeadLetterQueueS3$, { [_jN]: _dLQS }], [() => __listOfDestinationTable, { [_jN]: _dTL }], [() => SchemaEvolution$, { [_jN]: _sE }], [0, { [_jN]: _sERA }], [() => TableCreation$, { [_jN]: _tC }], [() => Catalog$, { [_jN]: _ca }], [1, { [_jN]: _dFIS }], [0, { [_jN]: _cTo }]], 6
|
|
1469
|
+
];
|
|
1470
|
+
export var IcebergDestinationUpdate$ = [3, n0, _IDU,
|
|
1471
|
+
0,
|
|
1472
|
+
[_DFIS],
|
|
1473
|
+
[[1, { [_jN]: _dFIS }]], 1
|
|
1474
|
+
];
|
|
1294
1475
|
export var JmxExporter$ = [3, n0, _JE,
|
|
1295
1476
|
0,
|
|
1296
1477
|
[_EIB],
|
|
@@ -1343,8 +1524,18 @@ export var KafkaClusterSummary$ = [3, n0, _KCS,
|
|
|
1343
1524
|
];
|
|
1344
1525
|
export var KafkaVersion$ = [3, n0, _KV,
|
|
1345
1526
|
0,
|
|
1346
|
-
[_V,
|
|
1347
|
-
[[0, { [_jN]: _v }], [0, { [_jN]:
|
|
1527
|
+
[_V, _St],
|
|
1528
|
+
[[0, { [_jN]: _v }], [0, { [_jN]: _st }]]
|
|
1529
|
+
];
|
|
1530
|
+
export var ListChannelsRequest$ = [3, n0, _LCR,
|
|
1531
|
+
0,
|
|
1532
|
+
[_CA, _MR, _NTe, _TNF],
|
|
1533
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _tNF }]], 1
|
|
1534
|
+
];
|
|
1535
|
+
export var ListChannelsResponse$ = [3, n0, _LCRi,
|
|
1536
|
+
0,
|
|
1537
|
+
[_Ch, _NTe],
|
|
1538
|
+
[[() => __listOfChannelInfo, { [_jN]: _ch }], [0, { [_jN]: _nTe }]]
|
|
1348
1539
|
];
|
|
1349
1540
|
export var ListClientVpcConnectionsRequest$ = [3, n0, _LCVCR,
|
|
1350
1541
|
0,
|
|
@@ -1376,12 +1567,12 @@ export var ListClusterOperationsV2Response$ = [3, n0, _LCOVRi,
|
|
|
1376
1567
|
[_COIL, _NTe],
|
|
1377
1568
|
[[() => __listOfClusterOperationV2Summary, { [_jN]: _cOIL }], [0, { [_jN]: _nTe }]]
|
|
1378
1569
|
];
|
|
1379
|
-
export var ListClustersRequest$ = [3, n0,
|
|
1570
|
+
export var ListClustersRequest$ = [3, n0, _LCRis,
|
|
1380
1571
|
0,
|
|
1381
1572
|
[_CNF, _MR, _NTe],
|
|
1382
1573
|
[[0, { [_hQ]: _cNF }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1383
1574
|
];
|
|
1384
|
-
export var ListClustersResponse$ = [3, n0,
|
|
1575
|
+
export var ListClustersResponse$ = [3, n0, _LCRist,
|
|
1385
1576
|
0,
|
|
1386
1577
|
[_CIL, _NTe],
|
|
1387
1578
|
[[() => __listOfClusterInfo, { [_jN]: _cIL }], [0, { [_jN]: _nTe }]]
|
|
@@ -1406,15 +1597,15 @@ export var ListConfigurationRevisionsResponse$ = [3, n0, _LCRRi,
|
|
|
1406
1597
|
[_NTe, _Rev],
|
|
1407
1598
|
[[0, { [_jN]: _nTe }], [() => __listOfConfigurationRevision, { [_jN]: _rev }]]
|
|
1408
1599
|
];
|
|
1409
|
-
export var ListConfigurationsRequest$ = [3, n0,
|
|
1600
|
+
export var ListConfigurationsRequest$ = [3, n0, _LCRisto,
|
|
1410
1601
|
0,
|
|
1411
1602
|
[_MR, _NTe],
|
|
1412
1603
|
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
1413
1604
|
];
|
|
1414
|
-
export var ListConfigurationsResponse$ = [3, n0,
|
|
1605
|
+
export var ListConfigurationsResponse$ = [3, n0, _LCRiston,
|
|
1415
1606
|
0,
|
|
1416
|
-
[
|
|
1417
|
-
[[() => __listOfConfiguration, { [_jN]:
|
|
1607
|
+
[_Confi, _NTe],
|
|
1608
|
+
[[() => __listOfConfiguration, { [_jN]: _conf }], [0, { [_jN]: _nTe }]]
|
|
1418
1609
|
];
|
|
1419
1610
|
export var ListKafkaVersionsRequest$ = [3, n0, _LKVR,
|
|
1420
1611
|
0,
|
|
@@ -1526,6 +1717,16 @@ export var OpenMonitoringInfo$ = [3, n0, _OMI,
|
|
|
1526
1717
|
[_Pr],
|
|
1527
1718
|
[[() => PrometheusInfo$, { [_jN]: _pr }]], 1
|
|
1528
1719
|
];
|
|
1720
|
+
export var PartitionSource$ = [3, n0, _PSa,
|
|
1721
|
+
0,
|
|
1722
|
+
[_SNo],
|
|
1723
|
+
[[0, { [_jN]: _sNo }]]
|
|
1724
|
+
];
|
|
1725
|
+
export var PartitionSpec$ = [3, n0, _PS,
|
|
1726
|
+
0,
|
|
1727
|
+
[_PSar, _SL],
|
|
1728
|
+
[[0, { [_jN]: _pSa }], [() => __listOfPartitionSource, { [_jN]: _sL }]], 1
|
|
1729
|
+
];
|
|
1529
1730
|
export var Prometheus$ = [3, n0, _Pr,
|
|
1530
1731
|
0,
|
|
1531
1732
|
[_JE, _NE],
|
|
@@ -1568,8 +1769,8 @@ export var PutClusterPolicyResponse$ = [3, n0, _PCPRu,
|
|
|
1568
1769
|
];
|
|
1569
1770
|
export var Rebalancing$ = [3, n0, _R,
|
|
1570
1771
|
0,
|
|
1571
|
-
[
|
|
1572
|
-
[[0, { [_jN]:
|
|
1772
|
+
[_St],
|
|
1773
|
+
[[0, { [_jN]: _st }]]
|
|
1573
1774
|
];
|
|
1574
1775
|
export var RebootBrokerRequest$ = [3, n0, _RBR,
|
|
1575
1776
|
0,
|
|
@@ -1581,6 +1782,16 @@ export var RebootBrokerResponse$ = [3, n0, _RBRe,
|
|
|
1581
1782
|
[_CA, _COA],
|
|
1582
1783
|
[[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
|
|
1583
1784
|
];
|
|
1785
|
+
export var RecordConverter$ = [3, n0, _RC,
|
|
1786
|
+
0,
|
|
1787
|
+
[_VCa],
|
|
1788
|
+
[[0, { [_jN]: _vCa }]], 1
|
|
1789
|
+
];
|
|
1790
|
+
export var RecordSchema$ = [3, n0, _RSe,
|
|
1791
|
+
0,
|
|
1792
|
+
[_GA],
|
|
1793
|
+
[[0, { [_jN]: _gA }]], 1
|
|
1794
|
+
];
|
|
1584
1795
|
export var RejectClientVpcConnectionRequest$ = [3, n0, _RCVCR,
|
|
1585
1796
|
0,
|
|
1586
1797
|
[_CA, _VCA],
|
|
@@ -1613,8 +1824,8 @@ export var ReplicationStartingPosition$ = [3, n0, _RSP,
|
|
|
1613
1824
|
];
|
|
1614
1825
|
export var ReplicationStateInfo$ = [3, n0, _RSI,
|
|
1615
1826
|
0,
|
|
1616
|
-
[
|
|
1617
|
-
[[0, { [_jN]:
|
|
1827
|
+
[_Co, _M],
|
|
1828
|
+
[[0, { [_jN]: _co }], [0, { [_jN]: _m }]]
|
|
1618
1829
|
];
|
|
1619
1830
|
export var ReplicationTopicNameConfiguration$ = [3, n0, _RTNC,
|
|
1620
1831
|
0,
|
|
@@ -1636,12 +1847,12 @@ export var ReplicatorLogDelivery$ = [3, n0, _RLD,
|
|
|
1636
1847
|
[_CWL, _F, _S],
|
|
1637
1848
|
[[() => ReplicatorCloudWatchLogs$, { [_jN]: _cWL }], [() => ReplicatorFirehose$, { [_jN]: _f }], [() => ReplicatorS3$, { [_jN]: _s_ }]]
|
|
1638
1849
|
];
|
|
1639
|
-
export var ReplicatorS3$ = [3, n0,
|
|
1850
|
+
export var ReplicatorS3$ = [3, n0, _RSep,
|
|
1640
1851
|
0,
|
|
1641
1852
|
[_En, _B, _Pre],
|
|
1642
1853
|
[[2, { [_jN]: _ena }], [0, { [_jN]: _b }], [0, { [_jN]: _pre }]], 1
|
|
1643
1854
|
];
|
|
1644
|
-
export var ReplicatorSummary$ = [3, n0,
|
|
1855
|
+
export var ReplicatorSummary$ = [3, n0, _RSepl,
|
|
1645
1856
|
0,
|
|
1646
1857
|
[_CT, _CV, _IRR, _KCSa, _RISL, _RA, _RN, _RRA, _RS],
|
|
1647
1858
|
[[5, { [_jN]: _cT }], [0, { [_jN]: _cV }], [2, { [_jN]: _iRR }], [() => __listOfKafkaClusterSummary, { [_jN]: _kCS }], [() => __listOfReplicationInfoSummary, { [_jN]: _rISL }], [0, { [_jN]: _rA }], [0, { [_jN]: _rN }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rS }]]
|
|
@@ -1651,11 +1862,31 @@ export var S3$ = [3, n0, _S,
|
|
|
1651
1862
|
[_En, _B, _Pre],
|
|
1652
1863
|
[[2, { [_jN]: _ena }], [0, { [_jN]: _b }], [0, { [_jN]: _pre }]], 1
|
|
1653
1864
|
];
|
|
1865
|
+
export var S3DestinationConfiguration$ = [3, n0, _SDC,
|
|
1866
|
+
0,
|
|
1867
|
+
[_DLQS, _SERA, _Sto, _DFIS],
|
|
1868
|
+
[[() => DeadLetterQueueS3$, { [_jN]: _dLQS }], [0, { [_jN]: _sERA }], [() => S3Storage$, { [_jN]: _sto }], [1, { [_jN]: _dFIS }]], 3
|
|
1869
|
+
];
|
|
1870
|
+
export var S3DestinationUpdate$ = [3, n0, _SDU,
|
|
1871
|
+
0,
|
|
1872
|
+
[_DFIS],
|
|
1873
|
+
[[1, { [_jN]: _dFIS }]], 1
|
|
1874
|
+
];
|
|
1875
|
+
export var S3Storage$ = [3, n0, _SSt,
|
|
1876
|
+
0,
|
|
1877
|
+
[_BA, _CTo, _SC, _OP, _OKT, _EBO],
|
|
1878
|
+
[[0, { [_jN]: _bA }], [0, { [_jN]: _cTo }], [0, { [_jN]: _sC }], [0, { [_jN]: _oP }], [0, { [_jN]: _oKT }], [0, { [_jN]: _eBO }]], 3
|
|
1879
|
+
];
|
|
1654
1880
|
export var Sasl$ = [3, n0, _Sa,
|
|
1655
1881
|
0,
|
|
1656
1882
|
[_Sc, _I],
|
|
1657
1883
|
[[() => Scram$, { [_jN]: _sc }], [() => Iam$, { [_jN]: _i }]]
|
|
1658
1884
|
];
|
|
1885
|
+
export var SchemaEvolution$ = [3, n0, _SE,
|
|
1886
|
+
0,
|
|
1887
|
+
[_ESE],
|
|
1888
|
+
[[2, { [_jN]: _eSE }]]
|
|
1889
|
+
];
|
|
1659
1890
|
export var Scram$ = [3, n0, _Sc,
|
|
1660
1891
|
0,
|
|
1661
1892
|
[_En],
|
|
@@ -1688,14 +1919,19 @@ export var ServerlessSasl$ = [3, n0, _SSe,
|
|
|
1688
1919
|
];
|
|
1689
1920
|
export var StateInfo$ = [3, n0, _SIt,
|
|
1690
1921
|
0,
|
|
1691
|
-
[
|
|
1692
|
-
[[0, { [_jN]:
|
|
1922
|
+
[_Co, _M],
|
|
1923
|
+
[[0, { [_jN]: _co }], [0, { [_jN]: _m }]]
|
|
1693
1924
|
];
|
|
1694
1925
|
export var StorageInfo$ = [3, n0, _SI,
|
|
1695
1926
|
0,
|
|
1696
1927
|
[_ESI],
|
|
1697
1928
|
[[() => EBSStorageInfo$, { [_jN]: _eSI }]]
|
|
1698
1929
|
];
|
|
1930
|
+
export var TableCreation$ = [3, n0, _TC,
|
|
1931
|
+
0,
|
|
1932
|
+
[_ETC],
|
|
1933
|
+
[[2, { [_jN]: _eTC }]]
|
|
1934
|
+
];
|
|
1699
1935
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
1700
1936
|
0,
|
|
1701
1937
|
[_RAe, _Ta],
|
|
@@ -1706,6 +1942,11 @@ export var Tls$ = [3, n0, _T,
|
|
|
1706
1942
|
[_CAAL, _En],
|
|
1707
1943
|
[[64 | 0, { [_jN]: _cAAL }], [2, { [_jN]: _ena }]]
|
|
1708
1944
|
];
|
|
1945
|
+
export var TopicConfiguration$ = [3, n0, _TCo,
|
|
1946
|
+
0,
|
|
1947
|
+
[_RC, _TA, _RSe],
|
|
1948
|
+
[[() => RecordConverter$, { [_jN]: _rC }], [0, { [_jN]: _tA }], [() => RecordSchema$, { [_jN]: _rSe }]], 2
|
|
1949
|
+
];
|
|
1709
1950
|
export var TopicInfo$ = [3, n0, _TI,
|
|
1710
1951
|
0,
|
|
1711
1952
|
[_TA, _TN, _RF, _PC, _OOSRC],
|
|
@@ -1733,8 +1974,8 @@ export var Unauthenticated$ = [3, n0, _U,
|
|
|
1733
1974
|
];
|
|
1734
1975
|
export var UnprocessedScramSecret$ = [3, n0, _USSn,
|
|
1735
1976
|
0,
|
|
1736
|
-
[
|
|
1737
|
-
[[0, { [_jN]:
|
|
1977
|
+
[_ECr, _EMr, _SA],
|
|
1978
|
+
[[0, { [_jN]: _eCr }], [0, { [_jN]: _eMr }], [0, { [_jN]: _sA }]]
|
|
1738
1979
|
];
|
|
1739
1980
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1740
1981
|
0,
|
|
@@ -1771,6 +2012,16 @@ export var UpdateBrokerTypeResponse$ = [3, n0, _UBTRp,
|
|
|
1771
2012
|
[_CA, _COA],
|
|
1772
2013
|
[[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
|
|
1773
2014
|
];
|
|
2015
|
+
export var UpdateChannelRequest$ = [3, n0, _UCR,
|
|
2016
|
+
0,
|
|
2017
|
+
[_CAh, _CA, _IDU, _SDU],
|
|
2018
|
+
[[0, 1], [0, 1], [() => IcebergDestinationUpdate$, { [_jN]: _iDU }], [() => S3DestinationUpdate$, { [_jN]: _sDU }]], 2
|
|
2019
|
+
];
|
|
2020
|
+
export var UpdateChannelResponse$ = [3, n0, _UCRp,
|
|
2021
|
+
0,
|
|
2022
|
+
[_CAh, _COA],
|
|
2023
|
+
[[0, { [_jN]: _cAh }], [0, { [_jN]: _cOA }]], 1
|
|
2024
|
+
];
|
|
1774
2025
|
export var UpdateClusterConfigurationRequest$ = [3, n0, _UCCR,
|
|
1775
2026
|
0,
|
|
1776
2027
|
[_CA, _CIo, _CV],
|
|
@@ -1791,22 +2042,22 @@ export var UpdateClusterKafkaVersionResponse$ = [3, n0, _UCKVRp,
|
|
|
1791
2042
|
[_CA, _COA],
|
|
1792
2043
|
[[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
|
|
1793
2044
|
];
|
|
1794
|
-
export var UpdateConfigurationRequest$ = [3, n0,
|
|
2045
|
+
export var UpdateConfigurationRequest$ = [3, n0, _UCRpd,
|
|
1795
2046
|
0,
|
|
1796
2047
|
[_Ar, _SP, _D],
|
|
1797
2048
|
[[0, 1], [21, { [_jN]: _sP }], [0, { [_jN]: _d }]], 2
|
|
1798
2049
|
];
|
|
1799
|
-
export var UpdateConfigurationResponse$ = [3, n0,
|
|
2050
|
+
export var UpdateConfigurationResponse$ = [3, n0, _UCRpda,
|
|
1800
2051
|
0,
|
|
1801
2052
|
[_Ar, _LR],
|
|
1802
2053
|
[[0, { [_jN]: _ar }], [() => ConfigurationRevision$, { [_jN]: _lR }]]
|
|
1803
2054
|
];
|
|
1804
|
-
export var UpdateConnectivityRequest$ = [3, n0,
|
|
2055
|
+
export var UpdateConnectivityRequest$ = [3, n0, _UCRpdat,
|
|
1805
2056
|
0,
|
|
1806
2057
|
[_CA, _CV, _CI, _ZA],
|
|
1807
2058
|
[[0, 1], [0, { [_jN]: _cV }], [() => ConnectivityInfo$, { [_jN]: _cI }], [() => ZookeeperAccess$, { [_jN]: _zA }]], 2
|
|
1808
2059
|
];
|
|
1809
|
-
export var UpdateConnectivityResponse$ = [3, n0,
|
|
2060
|
+
export var UpdateConnectivityResponse$ = [3, n0, _UCRpdate,
|
|
1810
2061
|
0,
|
|
1811
2062
|
[_CA, _COA],
|
|
1812
2063
|
[[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
|
|
@@ -1863,13 +2114,13 @@ export var UpdateStorageResponse$ = [3, n0, _USRpda,
|
|
|
1863
2114
|
];
|
|
1864
2115
|
export var UpdateTopicRequest$ = [3, n0, _UTR,
|
|
1865
2116
|
0,
|
|
1866
|
-
[_CA, _TN,
|
|
1867
|
-
[[0, 1], [0, 1], [0, { [_jN]:
|
|
2117
|
+
[_CA, _TN, _Conf, _PC],
|
|
2118
|
+
[[0, 1], [0, 1], [0, { [_jN]: _con }], [1, { [_jN]: _pC }]], 2
|
|
1868
2119
|
];
|
|
1869
2120
|
export var UpdateTopicResponse$ = [3, n0, _UTRp,
|
|
1870
2121
|
0,
|
|
1871
|
-
[_TA, _TN,
|
|
1872
|
-
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]:
|
|
2122
|
+
[_TA, _TN, _St],
|
|
2123
|
+
[[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _st }]]
|
|
1873
2124
|
];
|
|
1874
2125
|
export var UserIdentity$ = [3, n0, _UI,
|
|
1875
2126
|
0,
|
|
@@ -1883,8 +2134,8 @@ export var VpcConfig$ = [3, n0, _VCp,
|
|
|
1883
2134
|
];
|
|
1884
2135
|
export var VpcConnection$ = [3, n0, _VCpcon,
|
|
1885
2136
|
0,
|
|
1886
|
-
[_VCA, _TCA, _CT, _A, _VI,
|
|
1887
|
-
[[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [5, { [_jN]: _cT }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [0, { [_jN]:
|
|
2137
|
+
[_VCA, _TCA, _CT, _A, _VI, _Sta],
|
|
2138
|
+
[[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [5, { [_jN]: _cT }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [0, { [_jN]: _sta }]], 2
|
|
1888
2139
|
];
|
|
1889
2140
|
export var VpcConnectionInfo$ = [3, n0, _VCI,
|
|
1890
2141
|
0,
|
|
@@ -1946,6 +2197,10 @@ var __listOfBrokerEBSVolumeInfo = [1, n0, _lOBEBSVI,
|
|
|
1946
2197
|
0, [() => BrokerEBSVolumeInfo$,
|
|
1947
2198
|
0]
|
|
1948
2199
|
];
|
|
2200
|
+
var __listOfChannelInfo = [1, n0, _lOCI,
|
|
2201
|
+
0, [() => ChannelInfo$,
|
|
2202
|
+
0]
|
|
2203
|
+
];
|
|
1949
2204
|
var __listOfClientVpcConnection = [1, n0, _lOCVC,
|
|
1950
2205
|
0, [() => ClientVpcConnection$,
|
|
1951
2206
|
0]
|
|
@@ -1954,7 +2209,7 @@ var __listOfCluster = [1, n0, _lOC,
|
|
|
1954
2209
|
0, [() => Cluster$,
|
|
1955
2210
|
0]
|
|
1956
2211
|
];
|
|
1957
|
-
var __listOfClusterInfo = [1, n0,
|
|
2212
|
+
var __listOfClusterInfo = [1, n0, _lOCIi,
|
|
1958
2213
|
0, [() => ClusterInfo$,
|
|
1959
2214
|
0]
|
|
1960
2215
|
];
|
|
@@ -1982,6 +2237,10 @@ var __listOfConfigurationRevision = [1, n0, _lOCR,
|
|
|
1982
2237
|
0, [() => ConfigurationRevision$,
|
|
1983
2238
|
0]
|
|
1984
2239
|
];
|
|
2240
|
+
var __listOfDestinationTable = [1, n0, _lODT,
|
|
2241
|
+
0, [() => DestinationTable$,
|
|
2242
|
+
0]
|
|
2243
|
+
];
|
|
1985
2244
|
var __listOfKafkaCluster = [1, n0, _lOKC,
|
|
1986
2245
|
0, [() => KafkaCluster$,
|
|
1987
2246
|
0]
|
|
@@ -2002,6 +2261,10 @@ var __listOfNodeInfo = [1, n0, _lONI,
|
|
|
2002
2261
|
0, [() => NodeInfo$,
|
|
2003
2262
|
0]
|
|
2004
2263
|
];
|
|
2264
|
+
var __listOfPartitionSource = [1, n0, _lOPS,
|
|
2265
|
+
0, [() => PartitionSource$,
|
|
2266
|
+
0]
|
|
2267
|
+
];
|
|
2005
2268
|
var __listOfReplicationInfo = [1, n0, _lORI,
|
|
2006
2269
|
0, [() => ReplicationInfo$,
|
|
2007
2270
|
0]
|
|
@@ -2018,6 +2281,10 @@ var __listOfReplicatorSummary = [1, n0, _lORS,
|
|
|
2018
2281
|
0, [() => ReplicatorSummary$,
|
|
2019
2282
|
0]
|
|
2020
2283
|
];
|
|
2284
|
+
var __listOfTopicConfiguration = [1, n0, _lOTC,
|
|
2285
|
+
0, [() => TopicConfiguration$,
|
|
2286
|
+
0]
|
|
2287
|
+
];
|
|
2021
2288
|
var __listOfTopicInfo = [1, n0, _lOTI,
|
|
2022
2289
|
0, [() => TopicInfo$,
|
|
2023
2290
|
0]
|
|
@@ -2045,13 +2312,16 @@ export var BatchAssociateScramSecret$ = [9, n0, _BASS,
|
|
|
2045
2312
|
export var BatchDisassociateScramSecret$ = [9, n0, _BDSS,
|
|
2046
2313
|
{ [_h]: ["PATCH", "/v1/clusters/{ClusterArn}/scram-secrets", 200] }, () => BatchDisassociateScramSecretRequest$, () => BatchDisassociateScramSecretResponse$
|
|
2047
2314
|
];
|
|
2048
|
-
export var
|
|
2315
|
+
export var CreateChannel$ = [9, n0, _CC,
|
|
2316
|
+
{ [_h]: ["POST", "/v1/clusters/{ClusterArn}/channels", 200] }, () => CreateChannelRequest$, () => CreateChannelResponse$
|
|
2317
|
+
];
|
|
2318
|
+
export var CreateCluster$ = [9, n0, _CCr,
|
|
2049
2319
|
{ [_h]: ["POST", "/v1/clusters", 200] }, () => CreateClusterRequest$, () => CreateClusterResponse$
|
|
2050
2320
|
];
|
|
2051
2321
|
export var CreateClusterV2$ = [9, n0, _CCV,
|
|
2052
2322
|
{ [_h]: ["POST", "/api/v2/clusters", 200] }, () => CreateClusterV2Request$, () => CreateClusterV2Response$
|
|
2053
2323
|
];
|
|
2054
|
-
export var CreateConfiguration$ = [9, n0,
|
|
2324
|
+
export var CreateConfiguration$ = [9, n0, _CCre,
|
|
2055
2325
|
{ [_h]: ["POST", "/v1/configurations", 200] }, () => CreateConfigurationRequest$, () => CreateConfigurationResponse$
|
|
2056
2326
|
];
|
|
2057
2327
|
export var CreateReplicator$ = [9, n0, _CRr,
|
|
@@ -2063,25 +2333,31 @@ export var CreateTopic$ = [9, n0, _CTr,
|
|
|
2063
2333
|
export var CreateVpcConnection$ = [9, n0, _CVCr,
|
|
2064
2334
|
{ [_h]: ["POST", "/v1/vpc-connection", 200] }, () => CreateVpcConnectionRequest$, () => CreateVpcConnectionResponse$
|
|
2065
2335
|
];
|
|
2066
|
-
export var
|
|
2336
|
+
export var DeleteChannel$ = [9, n0, _DC,
|
|
2337
|
+
{ [_h]: ["DELETE", "/v1/clusters/{ClusterArn}/channels/{ChannelArn}", 200] }, () => DeleteChannelRequest$, () => DeleteChannelResponse$
|
|
2338
|
+
];
|
|
2339
|
+
export var DeleteCluster$ = [9, n0, _DCe,
|
|
2067
2340
|
{ [_h]: ["DELETE", "/v1/clusters/{ClusterArn}", 200] }, () => DeleteClusterRequest$, () => DeleteClusterResponse$
|
|
2068
2341
|
];
|
|
2069
2342
|
export var DeleteClusterPolicy$ = [9, n0, _DCP,
|
|
2070
2343
|
{ [_h]: ["DELETE", "/v1/clusters/{ClusterArn}/policy", 200] }, () => DeleteClusterPolicyRequest$, () => DeleteClusterPolicyResponse$
|
|
2071
2344
|
];
|
|
2072
|
-
export var DeleteConfiguration$ = [9, n0,
|
|
2345
|
+
export var DeleteConfiguration$ = [9, n0, _DCel,
|
|
2073
2346
|
{ [_h]: ["DELETE", "/v1/configurations/{Arn}", 200] }, () => DeleteConfigurationRequest$, () => DeleteConfigurationResponse$
|
|
2074
2347
|
];
|
|
2075
2348
|
export var DeleteReplicator$ = [9, n0, _DR,
|
|
2076
2349
|
{ [_h]: ["DELETE", "/replication/v1/replicators/{ReplicatorArn}", 200] }, () => DeleteReplicatorRequest$, () => DeleteReplicatorResponse$
|
|
2077
2350
|
];
|
|
2078
|
-
export var DeleteTopic$ = [9, n0,
|
|
2351
|
+
export var DeleteTopic$ = [9, n0, _DTel,
|
|
2079
2352
|
{ [_h]: ["DELETE", "/v1/clusters/{ClusterArn}/topics/{TopicName}", 200] }, () => DeleteTopicRequest$, () => DeleteTopicResponse$
|
|
2080
2353
|
];
|
|
2081
2354
|
export var DeleteVpcConnection$ = [9, n0, _DVC,
|
|
2082
2355
|
{ [_h]: ["DELETE", "/v1/vpc-connection/{Arn}", 200] }, () => DeleteVpcConnectionRequest$, () => DeleteVpcConnectionResponse$
|
|
2083
2356
|
];
|
|
2084
|
-
export var
|
|
2357
|
+
export var DescribeChannel$ = [9, n0, _DCes,
|
|
2358
|
+
{ [_h]: ["GET", "/v1/clusters/{ClusterArn}/channels/{ChannelArn}", 200] }, () => DescribeChannelRequest$, () => DescribeChannelResponse$
|
|
2359
|
+
];
|
|
2360
|
+
export var DescribeCluster$ = [9, n0, _DCesc,
|
|
2085
2361
|
{ [_h]: ["GET", "/v1/clusters/{ClusterArn}", 200] }, () => DescribeClusterRequest$, () => DescribeClusterResponse$
|
|
2086
2362
|
];
|
|
2087
2363
|
export var DescribeClusterOperation$ = [9, n0, _DCO,
|
|
@@ -2093,16 +2369,16 @@ export var DescribeClusterOperationV2$ = [9, n0, _DCOV,
|
|
|
2093
2369
|
export var DescribeClusterV2$ = [9, n0, _DCV,
|
|
2094
2370
|
{ [_h]: ["GET", "/api/v2/clusters/{ClusterArn}", 200] }, () => DescribeClusterV2Request$, () => DescribeClusterV2Response$
|
|
2095
2371
|
];
|
|
2096
|
-
export var DescribeConfiguration$ = [9, n0,
|
|
2372
|
+
export var DescribeConfiguration$ = [9, n0, _DCescr,
|
|
2097
2373
|
{ [_h]: ["GET", "/v1/configurations/{Arn}", 200] }, () => DescribeConfigurationRequest$, () => DescribeConfigurationResponse$
|
|
2098
2374
|
];
|
|
2099
|
-
export var DescribeConfigurationRevision$ = [9, n0,
|
|
2375
|
+
export var DescribeConfigurationRevision$ = [9, n0, _DCRescribeo,
|
|
2100
2376
|
{ [_h]: ["GET", "/v1/configurations/{Arn}/revisions/{Revision}", 200] }, () => DescribeConfigurationRevisionRequest$, () => DescribeConfigurationRevisionResponse$
|
|
2101
2377
|
];
|
|
2102
2378
|
export var DescribeReplicator$ = [9, n0, _DRe,
|
|
2103
2379
|
{ [_h]: ["GET", "/replication/v1/replicators/{ReplicatorArn}", 200] }, () => DescribeReplicatorRequest$, () => DescribeReplicatorResponse$
|
|
2104
2380
|
];
|
|
2105
|
-
export var DescribeTopic$ = [9, n0,
|
|
2381
|
+
export var DescribeTopic$ = [9, n0, _DTes,
|
|
2106
2382
|
{ [_h]: ["GET", "/v1/clusters/{ClusterArn}/topics/{TopicName}", 200] }, () => DescribeTopicRequest$, () => DescribeTopicResponse$
|
|
2107
2383
|
];
|
|
2108
2384
|
export var DescribeTopicPartitions$ = [9, n0, _DTP,
|
|
@@ -2120,6 +2396,9 @@ export var GetClusterPolicy$ = [9, n0, _GCP,
|
|
|
2120
2396
|
export var GetCompatibleKafkaVersions$ = [9, n0, _GCKV,
|
|
2121
2397
|
{ [_h]: ["GET", "/v1/compatible-kafka-versions", 200] }, () => GetCompatibleKafkaVersionsRequest$, () => GetCompatibleKafkaVersionsResponse$
|
|
2122
2398
|
];
|
|
2399
|
+
export var ListChannels$ = [9, n0, _LC,
|
|
2400
|
+
{ [_h]: ["GET", "/v1/clusters/{ClusterArn}/channels", 200] }, () => ListChannelsRequest$, () => ListChannelsResponse$
|
|
2401
|
+
];
|
|
2123
2402
|
export var ListClientVpcConnections$ = [9, n0, _LCVC,
|
|
2124
2403
|
{ [_h]: ["GET", "/v1/clusters/{ClusterArn}/client-vpc-connections", 200] }, () => ListClientVpcConnectionsRequest$, () => ListClientVpcConnectionsResponse$
|
|
2125
2404
|
];
|
|
@@ -2129,16 +2408,16 @@ export var ListClusterOperations$ = [9, n0, _LCO,
|
|
|
2129
2408
|
export var ListClusterOperationsV2$ = [9, n0, _LCOV,
|
|
2130
2409
|
{ [_h]: ["GET", "/api/v2/clusters/{ClusterArn}/operations", 200] }, () => ListClusterOperationsV2Request$, () => ListClusterOperationsV2Response$
|
|
2131
2410
|
];
|
|
2132
|
-
export var ListClusters$ = [9, n0,
|
|
2411
|
+
export var ListClusters$ = [9, n0, _LCi,
|
|
2133
2412
|
{ [_h]: ["GET", "/v1/clusters", 200] }, () => ListClustersRequest$, () => ListClustersResponse$
|
|
2134
2413
|
];
|
|
2135
2414
|
export var ListClustersV2$ = [9, n0, _LCV,
|
|
2136
2415
|
{ [_h]: ["GET", "/api/v2/clusters", 200] }, () => ListClustersV2Request$, () => ListClustersV2Response$
|
|
2137
2416
|
];
|
|
2138
|
-
export var ListConfigurationRevisions$ = [9, n0,
|
|
2417
|
+
export var ListConfigurationRevisions$ = [9, n0, _LCRistonf,
|
|
2139
2418
|
{ [_h]: ["GET", "/v1/configurations/{Arn}/revisions", 200] }, () => ListConfigurationRevisionsRequest$, () => ListConfigurationRevisionsResponse$
|
|
2140
2419
|
];
|
|
2141
|
-
export var ListConfigurations$ = [9, n0,
|
|
2420
|
+
export var ListConfigurations$ = [9, n0, _LCis,
|
|
2142
2421
|
{ [_h]: ["GET", "/v1/configurations", 200] }, () => ListConfigurationsRequest$, () => ListConfigurationsResponse$
|
|
2143
2422
|
];
|
|
2144
2423
|
export var ListKafkaVersions$ = [9, n0, _LKV,
|
|
@@ -2186,16 +2465,19 @@ export var UpdateBrokerStorage$ = [9, n0, _UBS,
|
|
|
2186
2465
|
export var UpdateBrokerType$ = [9, n0, _UBT,
|
|
2187
2466
|
{ [_h]: ["PUT", "/v1/clusters/{ClusterArn}/nodes/type", 200] }, () => UpdateBrokerTypeRequest$, () => UpdateBrokerTypeResponse$
|
|
2188
2467
|
];
|
|
2468
|
+
export var UpdateChannel$ = [9, n0, _UC,
|
|
2469
|
+
{ [_h]: ["PUT", "/v1/clusters/{ClusterArn}/channels/{ChannelArn}", 200] }, () => UpdateChannelRequest$, () => UpdateChannelResponse$
|
|
2470
|
+
];
|
|
2189
2471
|
export var UpdateClusterConfiguration$ = [9, n0, _UCC,
|
|
2190
2472
|
{ [_h]: ["PUT", "/v1/clusters/{ClusterArn}/configuration", 200] }, () => UpdateClusterConfigurationRequest$, () => UpdateClusterConfigurationResponse$
|
|
2191
2473
|
];
|
|
2192
2474
|
export var UpdateClusterKafkaVersion$ = [9, n0, _UCKV,
|
|
2193
2475
|
{ [_h]: ["PUT", "/v1/clusters/{ClusterArn}/version", 200] }, () => UpdateClusterKafkaVersionRequest$, () => UpdateClusterKafkaVersionResponse$
|
|
2194
2476
|
];
|
|
2195
|
-
export var UpdateConfiguration$ = [9, n0,
|
|
2477
|
+
export var UpdateConfiguration$ = [9, n0, _UCp,
|
|
2196
2478
|
{ [_h]: ["PUT", "/v1/configurations/{Arn}", 200] }, () => UpdateConfigurationRequest$, () => UpdateConfigurationResponse$
|
|
2197
2479
|
];
|
|
2198
|
-
export var UpdateConnectivity$ = [9, n0,
|
|
2480
|
+
export var UpdateConnectivity$ = [9, n0, _UCpd,
|
|
2199
2481
|
{ [_h]: ["PUT", "/v1/clusters/{ClusterArn}/connectivity", 200] }, () => UpdateConnectivityRequest$, () => UpdateConnectivityResponse$
|
|
2200
2482
|
];
|
|
2201
2483
|
export var UpdateMonitoring$ = [9, n0, _UM,
|