@aws-sdk/client-kafka 3.496.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +28 -27
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5848,21 +5848,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5848
5848
  // Annotate the CommonJS export names for ESM import in node:
5849
5849
 
5850
5850
  0 && (module.exports = {
5851
- BadRequestException,
5851
+ KafkaServiceException,
5852
+ __Client,
5853
+ KafkaClient,
5854
+ Kafka,
5855
+ $Command,
5852
5856
  BatchAssociateScramSecretCommand,
5853
5857
  BatchDisassociateScramSecretCommand,
5854
- BrokerAZDistribution,
5855
- ClientBroker,
5856
- ClusterState,
5857
- ClusterType,
5858
- ConfigurationState,
5859
- ConflictException,
5860
5858
  CreateClusterCommand,
5861
5859
  CreateClusterV2Command,
5862
5860
  CreateConfigurationCommand,
5863
5861
  CreateReplicatorCommand,
5864
5862
  CreateVpcConnectionCommand,
5865
- CustomerActionStatus,
5866
5863
  DeleteClusterCommand,
5867
5864
  DeleteClusterPolicyCommand,
5868
5865
  DeleteConfigurationCommand,
@@ -5876,16 +5873,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5876
5873
  DescribeConfigurationRevisionCommand,
5877
5874
  DescribeReplicatorCommand,
5878
5875
  DescribeVpcConnectionCommand,
5879
- EnhancedMonitoring,
5880
- ForbiddenException,
5881
5876
  GetBootstrapBrokersCommand,
5882
5877
  GetClusterPolicyCommand,
5883
5878
  GetCompatibleKafkaVersionsCommand,
5884
- InternalServerErrorException,
5885
- Kafka,
5886
- KafkaClient,
5887
- KafkaServiceException,
5888
- KafkaVersionStatus,
5889
5879
  ListClientVpcConnectionsCommand,
5890
5880
  ListClusterOperationsCommand,
5891
5881
  ListClusterOperationsV2Command,
@@ -5899,18 +5889,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5899
5889
  ListScramSecretsCommand,
5900
5890
  ListTagsForResourceCommand,
5901
5891
  ListVpcConnectionsCommand,
5902
- NodeType,
5903
- NotFoundException,
5904
5892
  PutClusterPolicyCommand,
5905
5893
  RebootBrokerCommand,
5906
5894
  RejectClientVpcConnectionCommand,
5907
- ReplicatorState,
5908
- ServiceUnavailableException,
5909
- StorageMode,
5910
5895
  TagResourceCommand,
5911
- TargetCompressionType,
5912
- TooManyRequestsException,
5913
- UnauthorizedException,
5914
5896
  UntagResourceCommand,
5915
5897
  UpdateBrokerCountCommand,
5916
5898
  UpdateBrokerStorageCommand,
@@ -5923,9 +5905,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5923
5905
  UpdateReplicationInfoCommand,
5924
5906
  UpdateSecurityCommand,
5925
5907
  UpdateStorageCommand,
5926
- UserIdentityType,
5927
- VpcConnectionState,
5928
- __Client,
5929
5908
  paginateListClientVpcConnections,
5930
5909
  paginateListClusterOperations,
5931
5910
  paginateListClusterOperationsV2,
@@ -5937,6 +5916,28 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5937
5916
  paginateListNodes,
5938
5917
  paginateListReplicators,
5939
5918
  paginateListScramSecrets,
5940
- paginateListVpcConnections
5919
+ paginateListVpcConnections,
5920
+ VpcConnectionState,
5921
+ ClusterType,
5922
+ BrokerAZDistribution,
5923
+ CustomerActionStatus,
5924
+ ClientBroker,
5925
+ EnhancedMonitoring,
5926
+ StorageMode,
5927
+ ClusterState,
5928
+ UserIdentityType,
5929
+ ConfigurationState,
5930
+ KafkaVersionStatus,
5931
+ NodeType,
5932
+ TargetCompressionType,
5933
+ ReplicatorState,
5934
+ BadRequestException,
5935
+ ForbiddenException,
5936
+ InternalServerErrorException,
5937
+ NotFoundException,
5938
+ ServiceUnavailableException,
5939
+ TooManyRequestsException,
5940
+ UnauthorizedException,
5941
+ ConflictException
5941
5942
  });
5942
5943
 
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.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kafka",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",