@aws-sdk/client-iotsecuretunneling 3.775.0 → 3.782.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-types/commands/CloseTunnelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTunnelCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTunnelsCommand.d.ts +1 -0
- package/dist-types/commands/OpenTunnelCommand.d.ts +1 -0
- package/dist-types/commands/RotateTunnelAccessTokenCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -59,6 +59,7 @@ declare const CloseTunnelCommand_base: {
|
|
|
59
59
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class CloseTunnelCommand extends CloseTunnelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DescribeTunnelCommand_base: {
|
|
|
88
88
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeTunnelCommand extends DescribeTunnelCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
62
62
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListTunnelsCommand_base: {
|
|
|
68
68
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListTunnelsCommand extends ListTunnelsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const OpenTunnelCommand_base: {
|
|
|
77
77
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class OpenTunnelCommand extends OpenTunnelCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const RotateTunnelAccessTokenCommand_base: {
|
|
|
74
74
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class RotateTunnelAccessTokenCommand extends RotateTunnelAccessTokenCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const TagResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const UntagResourceCommand_base: {
|
|
|
58
58
|
* @throws {@link IoTSecureTunnelingServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from IoTSecureTunneling service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|