@aws-sdk/client-codecatalyst 3.592.0 → 3.608.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 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.592.0",
4
+ "version": "3.608.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",
@@ -18,43 +18,43 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@aws-crypto/sha256-browser": "3.0.0",
22
- "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.592.0",
24
- "@aws-sdk/middleware-host-header": "3.577.0",
25
- "@aws-sdk/middleware-logger": "3.577.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.577.0",
27
- "@aws-sdk/middleware-user-agent": "3.587.0",
28
- "@aws-sdk/region-config-resolver": "3.587.0",
29
- "@aws-sdk/token-providers": "3.587.0",
30
- "@aws-sdk/types": "3.577.0",
31
- "@aws-sdk/util-endpoints": "3.587.0",
32
- "@aws-sdk/util-user-agent-browser": "3.577.0",
33
- "@aws-sdk/util-user-agent-node": "3.587.0",
34
- "@smithy/config-resolver": "^3.0.1",
35
- "@smithy/core": "^2.2.0",
36
- "@smithy/fetch-http-handler": "^3.0.1",
37
- "@smithy/hash-node": "^3.0.0",
38
- "@smithy/invalid-dependency": "^3.0.0",
39
- "@smithy/middleware-content-length": "^3.0.0",
40
- "@smithy/middleware-endpoint": "^3.0.1",
41
- "@smithy/middleware-retry": "^3.0.3",
42
- "@smithy/middleware-serde": "^3.0.0",
43
- "@smithy/middleware-stack": "^3.0.0",
44
- "@smithy/node-config-provider": "^3.1.0",
45
- "@smithy/node-http-handler": "^3.0.0",
46
- "@smithy/protocol-http": "^4.0.0",
47
- "@smithy/smithy-client": "^3.1.1",
48
- "@smithy/types": "^3.0.0",
49
- "@smithy/url-parser": "^3.0.0",
21
+ "@aws-crypto/sha256-browser": "5.2.0",
22
+ "@aws-crypto/sha256-js": "5.2.0",
23
+ "@aws-sdk/core": "3.598.0",
24
+ "@aws-sdk/middleware-host-header": "3.598.0",
25
+ "@aws-sdk/middleware-logger": "3.598.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.598.0",
27
+ "@aws-sdk/middleware-user-agent": "3.598.0",
28
+ "@aws-sdk/region-config-resolver": "3.598.0",
29
+ "@aws-sdk/token-providers": "3.598.0",
30
+ "@aws-sdk/types": "3.598.0",
31
+ "@aws-sdk/util-endpoints": "3.598.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.598.0",
33
+ "@aws-sdk/util-user-agent-node": "3.598.0",
34
+ "@smithy/config-resolver": "^3.0.2",
35
+ "@smithy/core": "^2.2.1",
36
+ "@smithy/fetch-http-handler": "^3.0.2",
37
+ "@smithy/hash-node": "^3.0.1",
38
+ "@smithy/invalid-dependency": "^3.0.1",
39
+ "@smithy/middleware-content-length": "^3.0.1",
40
+ "@smithy/middleware-endpoint": "^3.0.2",
41
+ "@smithy/middleware-retry": "^3.0.4",
42
+ "@smithy/middleware-serde": "^3.0.1",
43
+ "@smithy/middleware-stack": "^3.0.1",
44
+ "@smithy/node-config-provider": "^3.1.1",
45
+ "@smithy/node-http-handler": "^3.0.1",
46
+ "@smithy/protocol-http": "^4.0.1",
47
+ "@smithy/smithy-client": "^3.1.2",
48
+ "@smithy/types": "^3.1.0",
49
+ "@smithy/url-parser": "^3.0.1",
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.3",
54
- "@smithy/util-defaults-mode-node": "^3.0.3",
55
- "@smithy/util-endpoints": "^2.0.1",
56
- "@smithy/util-middleware": "^3.0.0",
57
- "@smithy/util-retry": "^3.0.0",
53
+ "@smithy/util-defaults-mode-browser": "^3.0.4",
54
+ "@smithy/util-defaults-mode-node": "^3.0.4",
55
+ "@smithy/util-endpoints": "^2.0.2",
56
+ "@smithy/util-middleware": "^3.0.1",
57
+ "@smithy/util-retry": "^3.0.1",
58
58
  "@smithy/util-utf8": "^3.0.0",
59
59
  "tslib": "^2.6.2",
60
60
  "uuid": "^9.0.1"