@aws-sdk/client-codecatalyst 3.658.0 → 3.658.1

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.
@@ -1448,11 +1448,6 @@ const deserializeMetadata = (output) => ({
1448
1448
  cfId: output.headers["x-amz-cf-id"],
1449
1449
  });
1450
1450
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
1451
- const isSerializableHeaderValue = (value) => value !== undefined &&
1452
- value !== null &&
1453
- value !== "" &&
1454
- (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
1455
- (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
1456
1451
  const _i = "id";
1457
1452
  const _mR = "maxResults";
1458
1453
  const _nT = "nextToken";
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.658.0",
4
+ "version": "3.658.1",
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,7 +20,7 @@
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.658.0",
23
+ "@aws-sdk/core": "3.658.1",
24
24
  "@aws-sdk/middleware-host-header": "3.654.0",
25
25
  "@aws-sdk/middleware-logger": "3.654.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.654.0",
@@ -32,26 +32,26 @@
32
32
  "@aws-sdk/util-user-agent-browser": "3.654.0",
33
33
  "@aws-sdk/util-user-agent-node": "3.654.0",
34
34
  "@smithy/config-resolver": "^3.0.8",
35
- "@smithy/core": "^2.4.3",
36
- "@smithy/fetch-http-handler": "^3.2.7",
35
+ "@smithy/core": "^2.4.6",
36
+ "@smithy/fetch-http-handler": "^3.2.8",
37
37
  "@smithy/hash-node": "^3.0.6",
38
38
  "@smithy/invalid-dependency": "^3.0.6",
39
39
  "@smithy/middleware-content-length": "^3.0.8",
40
40
  "@smithy/middleware-endpoint": "^3.1.3",
41
- "@smithy/middleware-retry": "^3.0.18",
41
+ "@smithy/middleware-retry": "^3.0.21",
42
42
  "@smithy/middleware-serde": "^3.0.6",
43
43
  "@smithy/middleware-stack": "^3.0.6",
44
44
  "@smithy/node-config-provider": "^3.1.7",
45
- "@smithy/node-http-handler": "^3.2.2",
45
+ "@smithy/node-http-handler": "^3.2.3",
46
46
  "@smithy/protocol-http": "^4.1.3",
47
- "@smithy/smithy-client": "^3.3.2",
47
+ "@smithy/smithy-client": "^3.3.5",
48
48
  "@smithy/types": "^3.4.2",
49
49
  "@smithy/url-parser": "^3.0.6",
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.18",
54
- "@smithy/util-defaults-mode-node": "^3.0.18",
53
+ "@smithy/util-defaults-mode-browser": "^3.0.21",
54
+ "@smithy/util-defaults-mode-node": "^3.0.21",
55
55
  "@smithy/util-endpoints": "^2.1.2",
56
56
  "@smithy/util-middleware": "^3.0.6",
57
57
  "@smithy/util-retry": "^3.0.6",