@aws-sdk/client-kafka 3.1073.0 → 3.1075.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/schemas/schemas_0.js +11 -2
- package/dist-es/schemas/schemas_0.js +10 -2
- package/dist-types/commands/CreateReplicatorCommand.d.ts +3 -0
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +17 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +3 -3
|
@@ -205,6 +205,7 @@ const _KCCA = "KafkaClusterClientAuthentication";
|
|
|
205
205
|
const _KCCVC = "KafkaClusterClientVpcConfig";
|
|
206
206
|
const _KCD = "KafkaClusterDescription";
|
|
207
207
|
const _KCEIT = "KafkaClusterEncryptionInTransit";
|
|
208
|
+
const _KCMTLSA = "KafkaClusterMTLSAuthentication";
|
|
208
209
|
const _KCS = "KafkaClusterSummary";
|
|
209
210
|
const _KCSSA = "KafkaClusterSaslScramAuthentication";
|
|
210
211
|
const _KCSa = "KafkaClustersSummary";
|
|
@@ -264,6 +265,7 @@ const _M = "Message";
|
|
|
264
265
|
const _MCA = "MskClusterArn";
|
|
265
266
|
const _MCI = "MutableClusterInfo";
|
|
266
267
|
const _MR = "MaxResults";
|
|
268
|
+
const _MTLS = "MTLS";
|
|
267
269
|
const _Me = "Mechanism";
|
|
268
270
|
const _N = "Name";
|
|
269
271
|
const _NARN = "NodeARN";
|
|
@@ -612,6 +614,7 @@ const _lR = "latestRevision";
|
|
|
612
614
|
const _m = "message";
|
|
613
615
|
const _mCA = "mskClusterArn";
|
|
614
616
|
const _mR = "maxResults";
|
|
617
|
+
const _mTLS = "mTLS";
|
|
615
618
|
const _me = "mechanism";
|
|
616
619
|
const _n = "name";
|
|
617
620
|
const _nARN = "nodeARN";
|
|
@@ -1415,8 +1418,8 @@ const KafkaCluster$ = [3, n0, _KCa,
|
|
|
1415
1418
|
exports.KafkaCluster$ = KafkaCluster$;
|
|
1416
1419
|
const KafkaClusterClientAuthentication$ = [3, n0, _KCCA,
|
|
1417
1420
|
0,
|
|
1418
|
-
[_SSa],
|
|
1419
|
-
[[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }]
|
|
1421
|
+
[_SSa, _MTLS],
|
|
1422
|
+
[[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }], [() => KafkaClusterMTLSAuthentication$, { [_jN]: _mTLS }]]
|
|
1420
1423
|
];
|
|
1421
1424
|
exports.KafkaClusterClientAuthentication$ = KafkaClusterClientAuthentication$;
|
|
1422
1425
|
const KafkaClusterClientVpcConfig$ = [3, n0, _KCCVC,
|
|
@@ -1437,6 +1440,12 @@ const KafkaClusterEncryptionInTransit$ = [3, n0, _KCEIT,
|
|
|
1437
1440
|
[[0, { [_jN]: _eTn }], [0, { [_jN]: _rCC }]], 1
|
|
1438
1441
|
];
|
|
1439
1442
|
exports.KafkaClusterEncryptionInTransit$ = KafkaClusterEncryptionInTransit$;
|
|
1443
|
+
const KafkaClusterMTLSAuthentication$ = [3, n0, _KCMTLSA,
|
|
1444
|
+
0,
|
|
1445
|
+
[_SA],
|
|
1446
|
+
[[0, { [_jN]: _sA }]], 1
|
|
1447
|
+
];
|
|
1448
|
+
exports.KafkaClusterMTLSAuthentication$ = KafkaClusterMTLSAuthentication$;
|
|
1440
1449
|
const KafkaClusterSaslScramAuthentication$ = [3, n0, _KCSSA,
|
|
1441
1450
|
0,
|
|
1442
1451
|
[_Me, _SA],
|
|
@@ -205,6 +205,7 @@ const _KCCA = "KafkaClusterClientAuthentication";
|
|
|
205
205
|
const _KCCVC = "KafkaClusterClientVpcConfig";
|
|
206
206
|
const _KCD = "KafkaClusterDescription";
|
|
207
207
|
const _KCEIT = "KafkaClusterEncryptionInTransit";
|
|
208
|
+
const _KCMTLSA = "KafkaClusterMTLSAuthentication";
|
|
208
209
|
const _KCS = "KafkaClusterSummary";
|
|
209
210
|
const _KCSSA = "KafkaClusterSaslScramAuthentication";
|
|
210
211
|
const _KCSa = "KafkaClustersSummary";
|
|
@@ -264,6 +265,7 @@ const _M = "Message";
|
|
|
264
265
|
const _MCA = "MskClusterArn";
|
|
265
266
|
const _MCI = "MutableClusterInfo";
|
|
266
267
|
const _MR = "MaxResults";
|
|
268
|
+
const _MTLS = "MTLS";
|
|
267
269
|
const _Me = "Mechanism";
|
|
268
270
|
const _N = "Name";
|
|
269
271
|
const _NARN = "NodeARN";
|
|
@@ -612,6 +614,7 @@ const _lR = "latestRevision";
|
|
|
612
614
|
const _m = "message";
|
|
613
615
|
const _mCA = "mskClusterArn";
|
|
614
616
|
const _mR = "maxResults";
|
|
617
|
+
const _mTLS = "mTLS";
|
|
615
618
|
const _me = "mechanism";
|
|
616
619
|
const _n = "name";
|
|
617
620
|
const _nARN = "nodeARN";
|
|
@@ -1305,8 +1308,8 @@ export var KafkaCluster$ = [3, n0, _KCa,
|
|
|
1305
1308
|
];
|
|
1306
1309
|
export var KafkaClusterClientAuthentication$ = [3, n0, _KCCA,
|
|
1307
1310
|
0,
|
|
1308
|
-
[_SSa],
|
|
1309
|
-
[[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }]
|
|
1311
|
+
[_SSa, _MTLS],
|
|
1312
|
+
[[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }], [() => KafkaClusterMTLSAuthentication$, { [_jN]: _mTLS }]]
|
|
1310
1313
|
];
|
|
1311
1314
|
export var KafkaClusterClientVpcConfig$ = [3, n0, _KCCVC,
|
|
1312
1315
|
0,
|
|
@@ -1323,6 +1326,11 @@ export var KafkaClusterEncryptionInTransit$ = [3, n0, _KCEIT,
|
|
|
1323
1326
|
[_ETn, _RCC],
|
|
1324
1327
|
[[0, { [_jN]: _eTn }], [0, { [_jN]: _rCC }]], 1
|
|
1325
1328
|
];
|
|
1329
|
+
export var KafkaClusterMTLSAuthentication$ = [3, n0, _KCMTLSA,
|
|
1330
|
+
0,
|
|
1331
|
+
[_SA],
|
|
1332
|
+
[[0, { [_jN]: _sA }]], 1
|
|
1333
|
+
];
|
|
1326
1334
|
export var KafkaClusterSaslScramAuthentication$ = [3, n0, _KCSSA,
|
|
1327
1335
|
0,
|
|
1328
1336
|
[_Me, _SA],
|
|
@@ -62,6 +62,9 @@ declare const CreateReplicatorCommand_base: {
|
|
|
62
62
|
* Mechanism: "SHA256" || "SHA512", // required
|
|
63
63
|
* SecretArn: "STRING_VALUE", // required
|
|
64
64
|
* },
|
|
65
|
+
* MTLS: { // KafkaClusterMTLSAuthentication
|
|
66
|
+
* SecretArn: "STRING_VALUE", // required
|
|
67
|
+
* },
|
|
65
68
|
* },
|
|
66
69
|
* EncryptionInTransit: { // KafkaClusterEncryptionInTransit
|
|
67
70
|
* EncryptionType: "TLS", // required
|
|
@@ -70,6 +70,9 @@ declare const DescribeReplicatorCommand_base: {
|
|
|
70
70
|
* // Mechanism: "SHA256" || "SHA512", // required
|
|
71
71
|
* // SecretArn: "STRING_VALUE", // required
|
|
72
72
|
* // },
|
|
73
|
+
* // MTLS: { // KafkaClusterMTLSAuthentication
|
|
74
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
73
76
|
* // },
|
|
74
77
|
* // EncryptionInTransit: { // KafkaClusterEncryptionInTransit
|
|
75
78
|
* // EncryptionType: "TLS", // required
|
|
@@ -1280,6 +1280,17 @@ export interface ApacheKafkaCluster {
|
|
|
1280
1280
|
*/
|
|
1281
1281
|
BootstrapBrokerString: string | undefined;
|
|
1282
1282
|
}
|
|
1283
|
+
/**
|
|
1284
|
+
* <p>Details for mTLS client authentication.</p>
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
1287
|
+
export interface KafkaClusterMTLSAuthentication {
|
|
1288
|
+
/**
|
|
1289
|
+
* <p>The Amazon Resource Name (ARN) of the Secrets Manager secret.</p>
|
|
1290
|
+
* @public
|
|
1291
|
+
*/
|
|
1292
|
+
SecretArn: string | undefined;
|
|
1293
|
+
}
|
|
1283
1294
|
/**
|
|
1284
1295
|
* <p>Details for SASL/SCRAM client authentication.</p>
|
|
1285
1296
|
* @public
|
|
@@ -1305,7 +1316,12 @@ export interface KafkaClusterClientAuthentication {
|
|
|
1305
1316
|
* <p>Details for SASL/SCRAM client authentication.</p>
|
|
1306
1317
|
* @public
|
|
1307
1318
|
*/
|
|
1308
|
-
SaslScram
|
|
1319
|
+
SaslScram?: KafkaClusterSaslScramAuthentication | undefined;
|
|
1320
|
+
/**
|
|
1321
|
+
* <p>Details for mTLS client authentication.</p>
|
|
1322
|
+
* @public
|
|
1323
|
+
*/
|
|
1324
|
+
MTLS?: KafkaClusterMTLSAuthentication | undefined;
|
|
1309
1325
|
}
|
|
1310
1326
|
/**
|
|
1311
1327
|
* <p>Details of encryption in transit to the Apache Kafka cluster.</p>
|
|
@@ -120,6 +120,7 @@ export declare var KafkaClusterClientAuthentication$: StaticStructureSchema;
|
|
|
120
120
|
export declare var KafkaClusterClientVpcConfig$: StaticStructureSchema;
|
|
121
121
|
export declare var KafkaClusterDescription$: StaticStructureSchema;
|
|
122
122
|
export declare var KafkaClusterEncryptionInTransit$: StaticStructureSchema;
|
|
123
|
+
export declare var KafkaClusterMTLSAuthentication$: StaticStructureSchema;
|
|
123
124
|
export declare var KafkaClusterSaslScramAuthentication$: StaticStructureSchema;
|
|
124
125
|
export declare var KafkaClusterSummary$: StaticStructureSchema;
|
|
125
126
|
export declare var KafkaVersion$: StaticStructureSchema;
|
|
@@ -340,12 +340,16 @@ export interface ApacheKafkaCluster {
|
|
|
340
340
|
ApacheKafkaClusterId: string | undefined;
|
|
341
341
|
BootstrapBrokerString: string | undefined;
|
|
342
342
|
}
|
|
343
|
+
export interface KafkaClusterMTLSAuthentication {
|
|
344
|
+
SecretArn: string | undefined;
|
|
345
|
+
}
|
|
343
346
|
export interface KafkaClusterSaslScramAuthentication {
|
|
344
347
|
Mechanism: KafkaClusterSaslScramMechanism | undefined;
|
|
345
348
|
SecretArn: string | undefined;
|
|
346
349
|
}
|
|
347
350
|
export interface KafkaClusterClientAuthentication {
|
|
348
|
-
SaslScram
|
|
351
|
+
SaslScram?: KafkaClusterSaslScramAuthentication | undefined;
|
|
352
|
+
MTLS?: KafkaClusterMTLSAuthentication | undefined;
|
|
349
353
|
}
|
|
350
354
|
export interface KafkaClusterEncryptionInTransit {
|
|
351
355
|
EncryptionType: KafkaClusterEncryptionInTransitType | undefined;
|
|
@@ -119,6 +119,7 @@ export declare var KafkaClusterClientAuthentication$: StaticStructureSchema;
|
|
|
119
119
|
export declare var KafkaClusterClientVpcConfig$: StaticStructureSchema;
|
|
120
120
|
export declare var KafkaClusterDescription$: StaticStructureSchema;
|
|
121
121
|
export declare var KafkaClusterEncryptionInTransit$: StaticStructureSchema;
|
|
122
|
+
export declare var KafkaClusterMTLSAuthentication$: StaticStructureSchema;
|
|
122
123
|
export declare var KafkaClusterSaslScramAuthentication$: StaticStructureSchema;
|
|
123
124
|
export declare var KafkaClusterSummary$: StaticStructureSchema;
|
|
124
125
|
export declare var KafkaVersion$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafka",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1075.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.23",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.58",
|
|
26
26
|
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|