@aws-sdk/client-iotsecuretunneling 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.
- package/dist-cjs/index.js +13 -12
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -813,25 +813,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
813
813
|
// Annotate the CommonJS export names for ESM import in node:
|
|
814
814
|
|
|
815
815
|
0 && (module.exports = {
|
|
816
|
-
|
|
816
|
+
IoTSecureTunnelingServiceException,
|
|
817
|
+
__Client,
|
|
818
|
+
IoTSecureTunnelingClient,
|
|
819
|
+
IoTSecureTunneling,
|
|
820
|
+
$Command,
|
|
817
821
|
CloseTunnelCommand,
|
|
818
|
-
ConnectionStatus,
|
|
819
822
|
DescribeTunnelCommand,
|
|
820
|
-
IoTSecureTunneling,
|
|
821
|
-
IoTSecureTunnelingClient,
|
|
822
|
-
IoTSecureTunnelingServiceException,
|
|
823
|
-
LimitExceededException,
|
|
824
823
|
ListTagsForResourceCommand,
|
|
825
824
|
ListTunnelsCommand,
|
|
826
825
|
OpenTunnelCommand,
|
|
827
|
-
OpenTunnelResponseFilterSensitiveLog,
|
|
828
|
-
ResourceNotFoundException,
|
|
829
826
|
RotateTunnelAccessTokenCommand,
|
|
830
|
-
RotateTunnelAccessTokenResponseFilterSensitiveLog,
|
|
831
827
|
TagResourceCommand,
|
|
832
|
-
TunnelStatus,
|
|
833
828
|
UntagResourceCommand,
|
|
834
|
-
|
|
835
|
-
|
|
829
|
+
paginateListTunnels,
|
|
830
|
+
ClientMode,
|
|
831
|
+
ResourceNotFoundException,
|
|
832
|
+
ConnectionStatus,
|
|
833
|
+
TunnelStatus,
|
|
834
|
+
LimitExceededException,
|
|
835
|
+
OpenTunnelResponseFilterSensitiveLog,
|
|
836
|
+
RotateTunnelAccessTokenResponseFilterSensitiveLog
|
|
836
837
|
});
|
|
837
838
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsecuretunneling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsecuretunneling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-iotsecuretunneling",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|