@aws-sdk/client-iotsecuretunneling 3.310.0 → 3.312.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.
|
@@ -6,80 +6,56 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
6
6
|
const IoTSecureTunnelingServiceException_1 = require("../models/IoTSecureTunnelingServiceException");
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const se_CloseTunnelCommand = async (input, context) => {
|
|
9
|
-
const headers =
|
|
10
|
-
"content-type": "application/x-amz-json-1.1",
|
|
11
|
-
"x-amz-target": "IoTSecuredTunneling.CloseTunnel",
|
|
12
|
-
};
|
|
9
|
+
const headers = sharedHeaders("CloseTunnel");
|
|
13
10
|
let body;
|
|
14
11
|
body = JSON.stringify(se_CloseTunnelRequest(input, context));
|
|
15
12
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
16
13
|
};
|
|
17
14
|
exports.se_CloseTunnelCommand = se_CloseTunnelCommand;
|
|
18
15
|
const se_DescribeTunnelCommand = async (input, context) => {
|
|
19
|
-
const headers =
|
|
20
|
-
"content-type": "application/x-amz-json-1.1",
|
|
21
|
-
"x-amz-target": "IoTSecuredTunneling.DescribeTunnel",
|
|
22
|
-
};
|
|
16
|
+
const headers = sharedHeaders("DescribeTunnel");
|
|
23
17
|
let body;
|
|
24
18
|
body = JSON.stringify(se_DescribeTunnelRequest(input, context));
|
|
25
19
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
26
20
|
};
|
|
27
21
|
exports.se_DescribeTunnelCommand = se_DescribeTunnelCommand;
|
|
28
22
|
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
29
|
-
const headers =
|
|
30
|
-
"content-type": "application/x-amz-json-1.1",
|
|
31
|
-
"x-amz-target": "IoTSecuredTunneling.ListTagsForResource",
|
|
32
|
-
};
|
|
23
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
33
24
|
let body;
|
|
34
25
|
body = JSON.stringify(se_ListTagsForResourceRequest(input, context));
|
|
35
26
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
36
27
|
};
|
|
37
28
|
exports.se_ListTagsForResourceCommand = se_ListTagsForResourceCommand;
|
|
38
29
|
const se_ListTunnelsCommand = async (input, context) => {
|
|
39
|
-
const headers =
|
|
40
|
-
"content-type": "application/x-amz-json-1.1",
|
|
41
|
-
"x-amz-target": "IoTSecuredTunneling.ListTunnels",
|
|
42
|
-
};
|
|
30
|
+
const headers = sharedHeaders("ListTunnels");
|
|
43
31
|
let body;
|
|
44
32
|
body = JSON.stringify(se_ListTunnelsRequest(input, context));
|
|
45
33
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
46
34
|
};
|
|
47
35
|
exports.se_ListTunnelsCommand = se_ListTunnelsCommand;
|
|
48
36
|
const se_OpenTunnelCommand = async (input, context) => {
|
|
49
|
-
const headers =
|
|
50
|
-
"content-type": "application/x-amz-json-1.1",
|
|
51
|
-
"x-amz-target": "IoTSecuredTunneling.OpenTunnel",
|
|
52
|
-
};
|
|
37
|
+
const headers = sharedHeaders("OpenTunnel");
|
|
53
38
|
let body;
|
|
54
39
|
body = JSON.stringify(se_OpenTunnelRequest(input, context));
|
|
55
40
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
56
41
|
};
|
|
57
42
|
exports.se_OpenTunnelCommand = se_OpenTunnelCommand;
|
|
58
43
|
const se_RotateTunnelAccessTokenCommand = async (input, context) => {
|
|
59
|
-
const headers =
|
|
60
|
-
"content-type": "application/x-amz-json-1.1",
|
|
61
|
-
"x-amz-target": "IoTSecuredTunneling.RotateTunnelAccessToken",
|
|
62
|
-
};
|
|
44
|
+
const headers = sharedHeaders("RotateTunnelAccessToken");
|
|
63
45
|
let body;
|
|
64
46
|
body = JSON.stringify(se_RotateTunnelAccessTokenRequest(input, context));
|
|
65
47
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
66
48
|
};
|
|
67
49
|
exports.se_RotateTunnelAccessTokenCommand = se_RotateTunnelAccessTokenCommand;
|
|
68
50
|
const se_TagResourceCommand = async (input, context) => {
|
|
69
|
-
const headers =
|
|
70
|
-
"content-type": "application/x-amz-json-1.1",
|
|
71
|
-
"x-amz-target": "IoTSecuredTunneling.TagResource",
|
|
72
|
-
};
|
|
51
|
+
const headers = sharedHeaders("TagResource");
|
|
73
52
|
let body;
|
|
74
53
|
body = JSON.stringify(se_TagResourceRequest(input, context));
|
|
75
54
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
76
55
|
};
|
|
77
56
|
exports.se_TagResourceCommand = se_TagResourceCommand;
|
|
78
57
|
const se_UntagResourceCommand = async (input, context) => {
|
|
79
|
-
const headers =
|
|
80
|
-
"content-type": "application/x-amz-json-1.1",
|
|
81
|
-
"x-amz-target": "IoTSecuredTunneling.UntagResource",
|
|
82
|
-
};
|
|
58
|
+
const headers = sharedHeaders("UntagResource");
|
|
83
59
|
let body;
|
|
84
60
|
body = JSON.stringify(se_UntagResourceRequest(input, context));
|
|
85
61
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -631,6 +607,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
631
607
|
}
|
|
632
608
|
return new protocol_http_1.HttpRequest(contents);
|
|
633
609
|
};
|
|
610
|
+
function sharedHeaders(operation) {
|
|
611
|
+
return {
|
|
612
|
+
"content-type": "application/x-amz-json-1.1",
|
|
613
|
+
"x-amz-target": `IoTSecuredTunneling.${operation}`,
|
|
614
|
+
};
|
|
615
|
+
}
|
|
634
616
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
635
617
|
if (encoded.length) {
|
|
636
618
|
return JSON.parse(encoded);
|
|
@@ -3,73 +3,49 @@ import { decorateServiceException as __decorateServiceException, expectInt32 as
|
|
|
3
3
|
import { IoTSecureTunnelingServiceException as __BaseException } from "../models/IoTSecureTunnelingServiceException";
|
|
4
4
|
import { LimitExceededException, ResourceNotFoundException, } from "../models/models_0";
|
|
5
5
|
export const se_CloseTunnelCommand = async (input, context) => {
|
|
6
|
-
const headers =
|
|
7
|
-
"content-type": "application/x-amz-json-1.1",
|
|
8
|
-
"x-amz-target": "IoTSecuredTunneling.CloseTunnel",
|
|
9
|
-
};
|
|
6
|
+
const headers = sharedHeaders("CloseTunnel");
|
|
10
7
|
let body;
|
|
11
8
|
body = JSON.stringify(se_CloseTunnelRequest(input, context));
|
|
12
9
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
13
10
|
};
|
|
14
11
|
export const se_DescribeTunnelCommand = async (input, context) => {
|
|
15
|
-
const headers =
|
|
16
|
-
"content-type": "application/x-amz-json-1.1",
|
|
17
|
-
"x-amz-target": "IoTSecuredTunneling.DescribeTunnel",
|
|
18
|
-
};
|
|
12
|
+
const headers = sharedHeaders("DescribeTunnel");
|
|
19
13
|
let body;
|
|
20
14
|
body = JSON.stringify(se_DescribeTunnelRequest(input, context));
|
|
21
15
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
22
16
|
};
|
|
23
17
|
export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
24
|
-
const headers =
|
|
25
|
-
"content-type": "application/x-amz-json-1.1",
|
|
26
|
-
"x-amz-target": "IoTSecuredTunneling.ListTagsForResource",
|
|
27
|
-
};
|
|
18
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
28
19
|
let body;
|
|
29
20
|
body = JSON.stringify(se_ListTagsForResourceRequest(input, context));
|
|
30
21
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
31
22
|
};
|
|
32
23
|
export const se_ListTunnelsCommand = async (input, context) => {
|
|
33
|
-
const headers =
|
|
34
|
-
"content-type": "application/x-amz-json-1.1",
|
|
35
|
-
"x-amz-target": "IoTSecuredTunneling.ListTunnels",
|
|
36
|
-
};
|
|
24
|
+
const headers = sharedHeaders("ListTunnels");
|
|
37
25
|
let body;
|
|
38
26
|
body = JSON.stringify(se_ListTunnelsRequest(input, context));
|
|
39
27
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
40
28
|
};
|
|
41
29
|
export const se_OpenTunnelCommand = async (input, context) => {
|
|
42
|
-
const headers =
|
|
43
|
-
"content-type": "application/x-amz-json-1.1",
|
|
44
|
-
"x-amz-target": "IoTSecuredTunneling.OpenTunnel",
|
|
45
|
-
};
|
|
30
|
+
const headers = sharedHeaders("OpenTunnel");
|
|
46
31
|
let body;
|
|
47
32
|
body = JSON.stringify(se_OpenTunnelRequest(input, context));
|
|
48
33
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
49
34
|
};
|
|
50
35
|
export const se_RotateTunnelAccessTokenCommand = async (input, context) => {
|
|
51
|
-
const headers =
|
|
52
|
-
"content-type": "application/x-amz-json-1.1",
|
|
53
|
-
"x-amz-target": "IoTSecuredTunneling.RotateTunnelAccessToken",
|
|
54
|
-
};
|
|
36
|
+
const headers = sharedHeaders("RotateTunnelAccessToken");
|
|
55
37
|
let body;
|
|
56
38
|
body = JSON.stringify(se_RotateTunnelAccessTokenRequest(input, context));
|
|
57
39
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
58
40
|
};
|
|
59
41
|
export const se_TagResourceCommand = async (input, context) => {
|
|
60
|
-
const headers =
|
|
61
|
-
"content-type": "application/x-amz-json-1.1",
|
|
62
|
-
"x-amz-target": "IoTSecuredTunneling.TagResource",
|
|
63
|
-
};
|
|
42
|
+
const headers = sharedHeaders("TagResource");
|
|
64
43
|
let body;
|
|
65
44
|
body = JSON.stringify(se_TagResourceRequest(input, context));
|
|
66
45
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
67
46
|
};
|
|
68
47
|
export const se_UntagResourceCommand = async (input, context) => {
|
|
69
|
-
const headers =
|
|
70
|
-
"content-type": "application/x-amz-json-1.1",
|
|
71
|
-
"x-amz-target": "IoTSecuredTunneling.UntagResource",
|
|
72
|
-
};
|
|
48
|
+
const headers = sharedHeaders("UntagResource");
|
|
73
49
|
let body;
|
|
74
50
|
body = JSON.stringify(se_UntagResourceRequest(input, context));
|
|
75
51
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -612,6 +588,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
612
588
|
}
|
|
613
589
|
return new __HttpRequest(contents);
|
|
614
590
|
};
|
|
591
|
+
function sharedHeaders(operation) {
|
|
592
|
+
return {
|
|
593
|
+
"content-type": "application/x-amz-json-1.1",
|
|
594
|
+
"x-amz-target": `IoTSecuredTunneling.${operation}`,
|
|
595
|
+
};
|
|
596
|
+
}
|
|
615
597
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
616
598
|
if (encoded.length) {
|
|
617
599
|
return JSON.parse(encoded);
|
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.312.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.312.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|