@aws-sdk/client-kafkaconnect 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 +22 -21
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1664,42 +1664,43 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1664
1664
  // Annotate the CommonJS export names for ESM import in node:
1665
1665
 
1666
1666
  0 && (module.exports = {
1667
- BadRequestException,
1668
- ConflictException,
1669
- ConnectorState,
1667
+ KafkaConnectServiceException,
1668
+ __Client,
1669
+ KafkaConnectClient,
1670
+ KafkaConnect,
1671
+ $Command,
1670
1672
  CreateConnectorCommand,
1671
- CreateConnectorRequestFilterSensitiveLog,
1672
1673
  CreateCustomPluginCommand,
1673
1674
  CreateWorkerConfigurationCommand,
1674
- CreateWorkerConfigurationRequestFilterSensitiveLog,
1675
- CustomPluginContentType,
1676
- CustomPluginState,
1677
1675
  DeleteConnectorCommand,
1678
1676
  DeleteCustomPluginCommand,
1679
1677
  DescribeConnectorCommand,
1680
- DescribeConnectorResponseFilterSensitiveLog,
1681
1678
  DescribeCustomPluginCommand,
1682
1679
  DescribeWorkerConfigurationCommand,
1683
- DescribeWorkerConfigurationResponseFilterSensitiveLog,
1684
- ForbiddenException,
1685
- InternalServerErrorException,
1686
- KafkaClusterClientAuthenticationType,
1687
- KafkaClusterEncryptionInTransitType,
1688
- KafkaConnect,
1689
- KafkaConnectClient,
1690
- KafkaConnectServiceException,
1691
1680
  ListConnectorsCommand,
1692
1681
  ListCustomPluginsCommand,
1693
1682
  ListWorkerConfigurationsCommand,
1683
+ UpdateConnectorCommand,
1684
+ paginateListConnectors,
1685
+ paginateListCustomPlugins,
1686
+ paginateListWorkerConfigurations,
1687
+ ConnectorState,
1688
+ KafkaClusterClientAuthenticationType,
1689
+ KafkaClusterEncryptionInTransitType,
1690
+ CustomPluginState,
1691
+ CustomPluginContentType,
1692
+ BadRequestException,
1693
+ ConflictException,
1694
+ ForbiddenException,
1695
+ InternalServerErrorException,
1694
1696
  NotFoundException,
1695
1697
  ServiceUnavailableException,
1696
1698
  TooManyRequestsException,
1697
1699
  UnauthorizedException,
1698
- UpdateConnectorCommand,
1700
+ CreateConnectorRequestFilterSensitiveLog,
1701
+ CreateWorkerConfigurationRequestFilterSensitiveLog,
1702
+ DescribeConnectorResponseFilterSensitiveLog,
1699
1703
  WorkerConfigurationRevisionDescriptionFilterSensitiveLog,
1700
- __Client,
1701
- paginateListConnectors,
1702
- paginateListCustomPlugins,
1703
- paginateListWorkerConfigurations
1704
+ DescribeWorkerConfigurationResponseFilterSensitiveLog
1704
1705
  });
1705
1706
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafkaconnect",
3
3
  "description": "AWS SDK for JavaScript Kafkaconnect 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-kafkaconnect",
@@ -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",