@aws-sdk/client-codecatalyst 3.598.0 → 3.609.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 +1 -4
- package/dist-es/protocols/Aws_restJson1.js +1 -4
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -1011,12 +1011,9 @@ var se_UpdateSpaceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1011
1011
|
}, "se_UpdateSpaceCommand");
|
|
1012
1012
|
var se_VerifySessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1013
1013
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1014
|
-
const headers = {
|
|
1015
|
-
"content-type": "application/json"
|
|
1016
|
-
};
|
|
1014
|
+
const headers = {};
|
|
1017
1015
|
b.bp("/session");
|
|
1018
1016
|
let body;
|
|
1019
|
-
body = "";
|
|
1020
1017
|
b.m("GET").h(headers).b(body);
|
|
1021
1018
|
return b.build();
|
|
1022
1019
|
}, "se_VerifySessionCommand");
|
|
@@ -526,12 +526,9 @@ export const se_UpdateSpaceCommand = async (input, context) => {
|
|
|
526
526
|
};
|
|
527
527
|
export const se_VerifySessionCommand = async (input, context) => {
|
|
528
528
|
const b = rb(input, context);
|
|
529
|
-
const headers = {
|
|
530
|
-
"content-type": "application/json",
|
|
531
|
-
};
|
|
529
|
+
const headers = {};
|
|
532
530
|
b.bp("/session");
|
|
533
531
|
let body;
|
|
534
|
-
body = "";
|
|
535
532
|
b.m("GET").h(headers).b(body);
|
|
536
533
|
return b.build();
|
|
537
534
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.609.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-codecatalyst",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/token-providers": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^3.0.
|
|
35
|
-
"@smithy/core": "^2.2.
|
|
36
|
-
"@smithy/fetch-http-handler": "^3.0
|
|
37
|
-
"@smithy/hash-node": "^3.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
41
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
-
"@smithy/middleware-serde": "^3.0.
|
|
43
|
-
"@smithy/middleware-stack": "^3.0.
|
|
44
|
-
"@smithy/node-config-provider": "^3.1.
|
|
45
|
-
"@smithy/node-http-handler": "^3.
|
|
46
|
-
"@smithy/protocol-http": "^4.0.
|
|
47
|
-
"@smithy/smithy-client": "^3.1.
|
|
48
|
-
"@smithy/types": "^3.
|
|
49
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/core": "3.609.0",
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.609.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.609.0",
|
|
28
|
+
"@aws-sdk/region-config-resolver": "3.609.0",
|
|
29
|
+
"@aws-sdk/token-providers": "3.609.0",
|
|
30
|
+
"@aws-sdk/types": "3.609.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.609.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.609.0",
|
|
34
|
+
"@smithy/config-resolver": "^3.0.4",
|
|
35
|
+
"@smithy/core": "^2.2.4",
|
|
36
|
+
"@smithy/fetch-http-handler": "^3.2.0",
|
|
37
|
+
"@smithy/hash-node": "^3.0.3",
|
|
38
|
+
"@smithy/invalid-dependency": "^3.0.3",
|
|
39
|
+
"@smithy/middleware-content-length": "^3.0.3",
|
|
40
|
+
"@smithy/middleware-endpoint": "^3.0.4",
|
|
41
|
+
"@smithy/middleware-retry": "^3.0.7",
|
|
42
|
+
"@smithy/middleware-serde": "^3.0.3",
|
|
43
|
+
"@smithy/middleware-stack": "^3.0.3",
|
|
44
|
+
"@smithy/node-config-provider": "^3.1.3",
|
|
45
|
+
"@smithy/node-http-handler": "^3.1.1",
|
|
46
|
+
"@smithy/protocol-http": "^4.0.3",
|
|
47
|
+
"@smithy/smithy-client": "^3.1.5",
|
|
48
|
+
"@smithy/types": "^3.3.0",
|
|
49
|
+
"@smithy/url-parser": "^3.0.3",
|
|
50
50
|
"@smithy/util-base64": "^3.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
-
"@smithy/util-endpoints": "^2.0.
|
|
56
|
-
"@smithy/util-middleware": "^3.0.
|
|
57
|
-
"@smithy/util-retry": "^3.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^3.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^3.0.7",
|
|
55
|
+
"@smithy/util-endpoints": "^2.0.4",
|
|
56
|
+
"@smithy/util-middleware": "^3.0.3",
|
|
57
|
+
"@smithy/util-retry": "^3.0.3",
|
|
58
58
|
"@smithy/util-utf8": "^3.0.0",
|
|
59
59
|
"tslib": "^2.6.2",
|
|
60
60
|
"uuid": "^9.0.1"
|