@aws-sdk/client-kafka 3.1074.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.
@@ -1419,7 +1419,7 @@ exports.KafkaCluster$ = KafkaCluster$;
1419
1419
  const KafkaClusterClientAuthentication$ = [3, n0, _KCCA,
1420
1420
  0,
1421
1421
  [_SSa, _MTLS],
1422
- [[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }], [() => KafkaClusterMTLSAuthentication$, { [_jN]: _mTLS }]], 1
1422
+ [[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }], [() => KafkaClusterMTLSAuthentication$, { [_jN]: _mTLS }]]
1423
1423
  ];
1424
1424
  exports.KafkaClusterClientAuthentication$ = KafkaClusterClientAuthentication$;
1425
1425
  const KafkaClusterClientVpcConfig$ = [3, n0, _KCCVC,
@@ -1309,7 +1309,7 @@ export var KafkaCluster$ = [3, n0, _KCa,
1309
1309
  export var KafkaClusterClientAuthentication$ = [3, n0, _KCCA,
1310
1310
  0,
1311
1311
  [_SSa, _MTLS],
1312
- [[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }], [() => KafkaClusterMTLSAuthentication$, { [_jN]: _mTLS }]], 1
1312
+ [[() => KafkaClusterSaslScramAuthentication$, { [_jN]: _sSa }], [() => KafkaClusterMTLSAuthentication$, { [_jN]: _mTLS }]]
1313
1313
  ];
1314
1314
  export var KafkaClusterClientVpcConfig$ = [3, n0, _KCCVC,
1315
1315
  0,
@@ -1316,7 +1316,7 @@ export interface KafkaClusterClientAuthentication {
1316
1316
  * <p>Details for SASL/SCRAM client authentication.</p>
1317
1317
  * @public
1318
1318
  */
1319
- SaslScram: KafkaClusterSaslScramAuthentication | undefined;
1319
+ SaslScram?: KafkaClusterSaslScramAuthentication | undefined;
1320
1320
  /**
1321
1321
  * <p>Details for mTLS client authentication.</p>
1322
1322
  * @public
@@ -348,7 +348,7 @@ export interface KafkaClusterSaslScramAuthentication {
348
348
  SecretArn: string | undefined;
349
349
  }
350
350
  export interface KafkaClusterClientAuthentication {
351
- SaslScram: KafkaClusterSaslScramAuthentication | undefined;
351
+ SaslScram?: KafkaClusterSaslScramAuthentication | undefined;
352
352
  MTLS?: KafkaClusterMTLSAuthentication | undefined;
353
353
  }
354
354
  export interface KafkaClusterEncryptionInTransit {
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.1074.0",
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",