@cdklabs/cdk-ecs-codedeploy 0.0.422 → 0.0.424

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.
Files changed (118) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +1 -1
  8. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +1 -1
  9. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +3 -4
  10. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +38 -38
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +38 -38
  13. package/node_modules/@aws-sdk/client-codedeploy/package.json +38 -38
  14. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -6
  15. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  16. package/node_modules/@aws-sdk/client-sso/package.json +36 -36
  17. package/node_modules/@aws-sdk/core/dist-cjs/index.js +54 -11
  18. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  19. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +45 -10
  20. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  21. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -5
  22. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -5
  23. package/node_modules/@aws-sdk/core/package.json +14 -14
  24. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  25. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  26. package/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
  27. package/node_modules/@aws-sdk/credential-provider-login/package.json +11 -11
  28. package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
  29. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  30. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  31. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  32. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  33. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  34. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  35. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  36. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  37. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  38. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  39. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  40. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  41. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  42. package/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  43. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  44. package/node_modules/@aws-sdk/token-providers/package.json +10 -10
  45. package/node_modules/@aws-sdk/types/package.json +4 -4
  46. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  47. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  48. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  49. package/node_modules/@aws-sdk/util-endpoints/package.json +7 -7
  50. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  51. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  52. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  53. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  54. package/node_modules/@smithy/abort-controller/package.json +3 -3
  55. package/node_modules/@smithy/config-resolver/package.json +6 -6
  56. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +20 -0
  57. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  58. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +21 -0
  59. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -0
  60. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
  61. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  62. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  63. package/node_modules/@smithy/core/package.json +11 -11
  64. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  65. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  66. package/node_modules/@smithy/hash-node/package.json +3 -3
  67. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  68. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  69. package/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  70. package/node_modules/@smithy/middleware-retry/package.json +12 -12
  71. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  72. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  73. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  74. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  75. package/node_modules/@smithy/property-provider/package.json +3 -3
  76. package/node_modules/@smithy/protocol-http/package.json +3 -3
  77. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  78. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  79. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  80. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  81. package/node_modules/@smithy/signature-v4/package.json +5 -5
  82. package/node_modules/@smithy/smithy-client/package.json +11 -11
  83. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  84. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  85. package/node_modules/@smithy/types/package.json +2 -2
  86. package/node_modules/@smithy/url-parser/package.json +4 -4
  87. package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  88. package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  89. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  90. package/node_modules/@smithy/util-middleware/package.json +3 -3
  91. package/node_modules/@smithy/util-retry/package.json +4 -4
  92. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  93. package/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  94. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  95. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  96. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  97. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  98. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  99. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  100. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  101. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  102. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  103. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  104. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  105. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  106. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  107. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  108. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  109. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  110. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  111. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  112. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  113. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  114. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  115. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  116. package/node_modules/@smithy/util-stream/package.json +5 -5
  117. package/node_modules/@smithy/util-waiter/package.json +4 -4
  118. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.958.0",
3
+ "version": "3.971.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,25 +29,25 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "3.957.0",
33
- "@aws-sdk/nested-clients": "3.958.0",
34
- "@aws-sdk/types": "3.957.0",
35
- "@smithy/property-provider": "^4.2.7",
36
- "@smithy/shared-ini-file-loader": "^4.4.2",
37
- "@smithy/types": "^4.11.0",
32
+ "@aws-sdk/core": "3.970.0",
33
+ "@aws-sdk/nested-clients": "3.971.0",
34
+ "@aws-sdk/types": "3.969.0",
35
+ "@smithy/property-provider": "^4.2.8",
36
+ "@smithy/shared-ini-file-loader": "^4.4.3",
37
+ "@smithy/types": "^4.12.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@tsconfig/recommended": "1.0.1",
42
- "@types/node": "^18.19.69",
42
+ "@types/node": "^20.14.8",
43
43
  "concurrently": "7.0.0",
44
44
  "downlevel-dts": "0.10.1",
45
- "rimraf": "3.0.2",
45
+ "rimraf": "5.0.10",
46
46
  "typescript": "~5.8.3"
47
47
  },
48
48
  "types": "./dist-types/index.d.ts",
49
49
  "engines": {
50
- "node": ">=18.0.0"
50
+ "node": ">=20.0.0"
51
51
  },
52
52
  "typesVersions": {
53
53
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.957.0",
3
+ "version": "3.969.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "engines": {
26
- "node": ">=18.0.0"
26
+ "node": ">=20.0.0"
27
27
  },
28
28
  "typesVersions": {
29
29
  "<4.0": {
@@ -42,14 +42,14 @@
42
42
  "directory": "packages/types"
43
43
  },
44
44
  "dependencies": {
45
- "@smithy/types": "^4.11.0",
45
+ "@smithy/types": "^4.12.0",
46
46
  "tslib": "^2.6.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@tsconfig/recommended": "1.0.1",
50
50
  "concurrently": "7.0.0",
51
51
  "downlevel-dts": "0.10.1",
52
- "rimraf": "3.0.2",
52
+ "rimraf": "5.0.10",
53
53
  "typescript": "~5.8.3"
54
54
  },
55
55
  "browser": {},
@@ -202,7 +202,7 @@ var partitions = [
202
202
  regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
203
203
  regions: {
204
204
  "eusc-de-east-1": {
205
- description: "EU (Germany)"
205
+ description: "AWS European Sovereign Cloud (Germany)"
206
206
  }
207
207
  }
208
208
  },
@@ -152,7 +152,7 @@
152
152
  "regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
153
153
  "regions": {
154
154
  "eusc-de-east-1": {
155
- "description": "EU (Germany)"
155
+ "description": "AWS European Sovereign Cloud (Germany)"
156
156
  }
157
157
  }
158
158
  }, {
@@ -152,7 +152,7 @@
152
152
  "regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
153
153
  "regions": {
154
154
  "eusc-de-east-1": {
155
- "description": "EU (Germany)"
155
+ "description": "AWS European Sovereign Cloud (Germany)"
156
156
  }
157
157
  }
158
158
  }, {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.957.0",
3
+ "version": "3.970.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.957.0",
29
- "@smithy/types": "^4.11.0",
30
- "@smithy/url-parser": "^4.2.7",
31
- "@smithy/util-endpoints": "^3.2.7",
28
+ "@aws-sdk/types": "3.969.0",
29
+ "@smithy/types": "^4.12.0",
30
+ "@smithy/url-parser": "^4.2.8",
31
+ "@smithy/util-endpoints": "^3.2.8",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {
35
- "node": ">=18.0.0"
35
+ "node": ">=20.0.0"
36
36
  },
37
37
  "typesVersions": {
38
38
  "<4.0": {
@@ -54,7 +54,7 @@
54
54
  "@tsconfig/recommended": "1.0.1",
55
55
  "concurrently": "7.0.0",
56
56
  "downlevel-dts": "0.10.1",
57
- "rimraf": "3.0.2",
57
+ "rimraf": "5.0.10",
58
58
  "typescript": "~5.8.3"
59
59
  }
60
60
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-locate-window",
3
- "version": "3.957.0",
3
+ "version": "3.965.2",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-locate-window",
@@ -23,17 +23,17 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@tsconfig/recommended": "1.0.1",
26
- "@types/node": "^18.19.69",
26
+ "@types/node": "^20.14.8",
27
27
  "concurrently": "7.0.0",
28
28
  "downlevel-dts": "0.10.1",
29
- "rimraf": "3.0.2",
29
+ "rimraf": "5.0.10",
30
30
  "typescript": "~5.8.3"
31
31
  },
32
32
  "main": "./dist-cjs/index.js",
33
33
  "module": "./dist-es/index.js",
34
34
  "types": "./dist-types/index.d.ts",
35
35
  "engines": {
36
- "node": ">=18.0.0"
36
+ "node": ">=20.0.0"
37
37
  },
38
38
  "typesVersions": {
39
39
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.957.0",
3
+ "version": "3.969.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "react-native": "dist-es/index.native.js",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.957.0",
28
- "@smithy/types": "^4.11.0",
27
+ "@aws-sdk/types": "3.969.0",
28
+ "@smithy/types": "^4.12.0",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -33,7 +33,7 @@
33
33
  "@tsconfig/recommended": "1.0.1",
34
34
  "concurrently": "7.0.0",
35
35
  "downlevel-dts": "0.10.1",
36
- "rimraf": "3.0.2",
36
+ "rimraf": "5.0.10",
37
37
  "typescript": "~5.8.3"
38
38
  },
39
39
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.957.0",
3
+ "version": "3.971.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -22,18 +22,18 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/middleware-user-agent": "3.957.0",
26
- "@aws-sdk/types": "3.957.0",
27
- "@smithy/node-config-provider": "^4.3.7",
28
- "@smithy/types": "^4.11.0",
25
+ "@aws-sdk/middleware-user-agent": "3.970.0",
26
+ "@aws-sdk/types": "3.969.0",
27
+ "@smithy/node-config-provider": "^4.3.8",
28
+ "@smithy/types": "^4.12.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@tsconfig/recommended": "1.0.1",
33
- "@types/node": "^18.19.69",
33
+ "@types/node": "^20.14.8",
34
34
  "concurrently": "7.0.0",
35
35
  "downlevel-dts": "0.10.1",
36
- "rimraf": "3.0.2",
36
+ "rimraf": "5.0.10",
37
37
  "typescript": "~5.8.3"
38
38
  },
39
39
  "peerDependencies": {
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "engines": {
48
- "node": ">=18.0.0"
48
+ "node": ">=20.0.0"
49
49
  },
50
50
  "typesVersions": {
51
51
  "<4.0": {
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.957.0",
3
+ "version": "3.969.0",
4
4
  "description": "XML builder for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^4.11.0",
6
+ "@smithy/types": "^4.12.0",
7
7
  "fast-xml-parser": "5.2.5",
8
8
  "tslib": "^2.6.2"
9
9
  },
@@ -28,7 +28,7 @@
28
28
  "module": "./dist-es/index.js",
29
29
  "types": "./dist-types/index.d.ts",
30
30
  "engines": {
31
- "node": ">=18.0.0"
31
+ "node": ">=20.0.0"
32
32
  },
33
33
  "typesVersions": {
34
34
  "<4.0": {
@@ -57,7 +57,7 @@
57
57
  "@tsconfig/recommended": "1.0.1",
58
58
  "concurrently": "7.0.0",
59
59
  "downlevel-dts": "0.10.1",
60
- "rimraf": "3.0.2",
60
+ "rimraf": "5.0.10",
61
61
  "typescript": "~5.8.3"
62
62
  }
63
63
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/abort-controller",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "description": "A simple abort controller library",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  "license": "Apache-2.0",
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@smithy/types": "^4.11.0",
29
+ "@smithy/types": "^4.12.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "concurrently": "7.0.0",
53
53
  "downlevel-dts": "0.10.1",
54
- "rimraf": "3.0.2",
54
+ "rimraf": "5.0.10",
55
55
  "typedoc": "0.23.23"
56
56
  },
57
57
  "typedoc": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/config-resolver",
3
- "version": "4.4.5",
3
+ "version": "4.4.6",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline config-resolver",
@@ -25,17 +25,17 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/node-config-provider": "^4.3.7",
29
- "@smithy/types": "^4.11.0",
28
+ "@smithy/node-config-provider": "^4.3.8",
29
+ "@smithy/types": "^4.12.0",
30
30
  "@smithy/util-config-provider": "^4.2.0",
31
- "@smithy/util-endpoints": "^3.2.7",
32
- "@smithy/util-middleware": "^4.2.7",
31
+ "@smithy/util-endpoints": "^3.2.8",
32
+ "@smithy/util-middleware": "^4.2.8",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "concurrently": "7.0.0",
37
37
  "downlevel-dts": "0.10.1",
38
- "rimraf": "3.0.2",
38
+ "rimraf": "5.0.10",
39
39
  "typedoc": "0.23.23"
40
40
  },
41
41
  "engines": {
@@ -856,12 +856,22 @@ class CborShapeSerializer extends protocols.SerdeContext {
856
856
  const [k, v] = sourceObject.$unknown;
857
857
  newObject[k] = v;
858
858
  }
859
+ else if (typeof sourceObject.__type === "string") {
860
+ for (const [k, v] of Object.entries(sourceObject)) {
861
+ if (!(k in newObject)) {
862
+ newObject[k] = this.serialize(15, v);
863
+ }
864
+ }
865
+ }
859
866
  }
860
867
  else if (ns.isDocumentSchema()) {
861
868
  for (const key of Object.keys(sourceObject)) {
862
869
  newObject[key] = this.serialize(ns.getValueSchema(), sourceObject[key]);
863
870
  }
864
871
  }
872
+ else if (ns.isBigDecimalSchema()) {
873
+ return sourceObject;
874
+ }
865
875
  return newObject;
866
876
  }
867
877
  return source;
@@ -957,6 +967,16 @@ class CborShapeDeserializer extends protocols.SerdeContext {
957
967
  const k = keys.values().next().value;
958
968
  newObject.$unknown = [k, value[k]];
959
969
  }
970
+ else if (typeof value.__type === "string") {
971
+ for (const [k, v] of Object.entries(value)) {
972
+ if (!(k in newObject)) {
973
+ newObject[k] = v;
974
+ }
975
+ }
976
+ }
977
+ }
978
+ else if (value instanceof serde.NumericValue) {
979
+ return value;
960
980
  }
961
981
  return newObject;
962
982
  }
@@ -80,6 +80,9 @@ class HttpProtocol extends SerdeContext {
80
80
  }
81
81
  }
82
82
  setHostPrefix(request, operationSchema, input) {
83
+ if (this.serdeContext?.disableHostPrefix) {
84
+ return;
85
+ }
83
86
  const inputNs = schema.NormalizedSchema.of(operationSchema.input);
84
87
  const opTraits = schema.translateTraits(operationSchema.traits ?? {});
85
88
  if (opTraits.endpoint) {
@@ -190,6 +193,9 @@ class HttpBindingProtocol extends HttpProtocol {
190
193
  const memberTraits = memberNs.getMergedTraits() ?? {};
191
194
  const inputMemberValue = input[memberName];
192
195
  if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
196
+ if (memberTraits.httpLabel) {
197
+ throw new Error(`No value provided for input HTTP label: ${memberName}.`);
198
+ }
193
199
  continue;
194
200
  }
195
201
  if (memberTraits.httpPayload) {
@@ -1,6 +1,7 @@
1
1
  import { SerdeContext } from "@smithy/core/protocols";
2
2
  import { NormalizedSchema } from "@smithy/core/schema";
3
3
  import { _parseEpochTimestamp, generateIdempotencyToken } from "@smithy/core/serde";
4
+ import { NumericValue } from "@smithy/core/serde";
4
5
  import { fromBase64 } from "@smithy/util-base64";
5
6
  import { cbor } from "./cbor";
6
7
  import { dateToTag } from "./parseCborBody";
@@ -80,12 +81,22 @@ export class CborShapeSerializer extends SerdeContext {
80
81
  const [k, v] = sourceObject.$unknown;
81
82
  newObject[k] = v;
82
83
  }
84
+ else if (typeof sourceObject.__type === "string") {
85
+ for (const [k, v] of Object.entries(sourceObject)) {
86
+ if (!(k in newObject)) {
87
+ newObject[k] = this.serialize(15, v);
88
+ }
89
+ }
90
+ }
83
91
  }
84
92
  else if (ns.isDocumentSchema()) {
85
93
  for (const key of Object.keys(sourceObject)) {
86
94
  newObject[key] = this.serialize(ns.getValueSchema(), sourceObject[key]);
87
95
  }
88
96
  }
97
+ else if (ns.isBigDecimalSchema()) {
98
+ return sourceObject;
99
+ }
89
100
  return newObject;
90
101
  }
91
102
  return source;
@@ -181,6 +192,16 @@ export class CborShapeDeserializer extends SerdeContext {
181
192
  const k = keys.values().next().value;
182
193
  newObject.$unknown = [k, value[k]];
183
194
  }
195
+ else if (typeof value.__type === "string") {
196
+ for (const [k, v] of Object.entries(value)) {
197
+ if (!(k in newObject)) {
198
+ newObject[k] = v;
199
+ }
200
+ }
201
+ }
202
+ }
203
+ else if (value instanceof NumericValue) {
204
+ return value;
184
205
  }
185
206
  return newObject;
186
207
  }
@@ -49,6 +49,9 @@ export class HttpBindingProtocol extends HttpProtocol {
49
49
  const memberTraits = memberNs.getMergedTraits() ?? {};
50
50
  const inputMemberValue = input[memberName];
51
51
  if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
52
+ if (memberTraits.httpLabel) {
53
+ throw new Error(`No value provided for input HTTP label: ${memberName}.`);
54
+ }
52
55
  continue;
53
56
  }
54
57
  if (memberTraits.httpPayload) {
@@ -50,6 +50,9 @@ export class HttpProtocol extends SerdeContext {
50
50
  }
51
51
  }
52
52
  setHostPrefix(request, operationSchema, input) {
53
+ if (this.serdeContext?.disableHostPrefix) {
54
+ return;
55
+ }
53
56
  const inputNs = NormalizedSchema.of(operationSchema.input);
54
57
  const opTraits = translateTraits(operationSchema.traits ?? {});
55
58
  if (opTraits.endpoint) {
@@ -1,8 +1,16 @@
1
1
  import type { ConfigurableSerdeContext, SerdeFunctions } from "@smithy/types";
2
+ /**
3
+ * This in practice should be the client config object.
4
+ * @internal
5
+ */
6
+ type SerdeContextType = SerdeFunctions & {
7
+ disableHostPrefix?: boolean;
8
+ };
2
9
  /**
3
10
  * @internal
4
11
  */
5
12
  export declare abstract class SerdeContext implements ConfigurableSerdeContext {
6
- protected serdeContext?: SerdeFunctions;
7
- setSerdeContext(serdeContext: SerdeFunctions): void;
13
+ protected serdeContext?: SerdeContextType;
14
+ setSerdeContext(serdeContext: SerdeContextType): void;
8
15
  }
16
+ export {};
@@ -1,8 +1,16 @@
1
1
  import { ConfigurableSerdeContext, SerdeFunctions } from "@smithy/types";
2
+ /**
3
+ * This in practice should be the client config object.
4
+ * @internal
5
+ */
6
+ type SerdeContextType = SerdeFunctions & {
7
+ disableHostPrefix?: boolean;
8
+ };
2
9
  /**
3
10
  * @internal
4
11
  */
5
12
  export declare abstract class SerdeContext implements ConfigurableSerdeContext {
6
- protected serdeContext?: SerdeFunctions;
7
- setSerdeContext(serdeContext: SerdeFunctions): void;
13
+ protected serdeContext?: SerdeContextType;
14
+ setSerdeContext(serdeContext: SerdeContextType): void;
8
15
  }
16
+ export {};
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.20.0",
3
+ "version": "3.20.7",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
7
7
  "build:es": "yarn g:tsc -p tsconfig.es.json",
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
9
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "lint": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" --fix && node ./scripts/lint",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "extract:docs": "api-extractor run --local",
@@ -79,13 +79,13 @@
79
79
  "license": "Apache-2.0",
80
80
  "sideEffects": false,
81
81
  "dependencies": {
82
- "@smithy/middleware-serde": "^4.2.8",
83
- "@smithy/protocol-http": "^5.3.7",
84
- "@smithy/types": "^4.11.0",
82
+ "@smithy/middleware-serde": "^4.2.9",
83
+ "@smithy/protocol-http": "^5.3.8",
84
+ "@smithy/types": "^4.12.0",
85
85
  "@smithy/util-base64": "^4.3.0",
86
86
  "@smithy/util-body-length-browser": "^4.2.0",
87
- "@smithy/util-middleware": "^4.2.7",
88
- "@smithy/util-stream": "^4.5.8",
87
+ "@smithy/util-middleware": "^4.2.8",
88
+ "@smithy/util-stream": "^4.5.10",
89
89
  "@smithy/util-utf8": "^4.2.0",
90
90
  "@smithy/uuid": "^1.1.0",
91
91
  "tslib": "^2.6.2"
@@ -120,12 +120,12 @@
120
120
  "directory": "packages/core"
121
121
  },
122
122
  "devDependencies": {
123
- "@smithy/eventstream-serde-node": "^4.2.7",
123
+ "@smithy/eventstream-serde-node": "^4.2.8",
124
124
  "@types/node": "^18.11.9",
125
125
  "concurrently": "7.0.0",
126
126
  "downlevel-dts": "0.10.1",
127
127
  "json-bigint": "^1.0.0",
128
- "rimraf": "3.0.2",
128
+ "premove": "4.0.0",
129
129
  "typedoc": "0.23.23"
130
130
  },
131
131
  "typedoc": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,17 +28,17 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/node-config-provider": "^4.3.7",
32
- "@smithy/property-provider": "^4.2.7",
33
- "@smithy/types": "^4.11.0",
34
- "@smithy/url-parser": "^4.2.7",
31
+ "@smithy/node-config-provider": "^4.3.8",
32
+ "@smithy/property-provider": "^4.2.8",
33
+ "@smithy/types": "^4.12.0",
34
+ "@smithy/url-parser": "^4.2.8",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^18.11.9",
39
39
  "concurrently": "7.0.0",
40
40
  "downlevel-dts": "0.10.1",
41
- "rimraf": "3.0.2",
41
+ "rimraf": "5.0.10",
42
42
  "typedoc": "0.23.23"
43
43
  },
44
44
  "types": "./dist-types/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/fetch-http-handler",
3
- "version": "5.3.8",
3
+ "version": "5.3.9",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -28,17 +28,17 @@
28
28
  "module": "./dist-es/index.js",
29
29
  "types": "./dist-types/index.d.ts",
30
30
  "dependencies": {
31
- "@smithy/protocol-http": "^5.3.7",
32
- "@smithy/querystring-builder": "^4.2.7",
33
- "@smithy/types": "^4.11.0",
31
+ "@smithy/protocol-http": "^5.3.8",
32
+ "@smithy/querystring-builder": "^4.2.8",
33
+ "@smithy/types": "^4.12.0",
34
34
  "@smithy/util-base64": "^4.3.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@smithy/abort-controller": "^4.2.7",
38
+ "@smithy/abort-controller": "^4.2.8",
39
39
  "concurrently": "7.0.0",
40
40
  "downlevel-dts": "0.10.1",
41
- "rimraf": "3.0.2",
41
+ "rimraf": "5.0.10",
42
42
  "typedoc": "0.23.23"
43
43
  },
44
44
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-node",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline hash-node",
@@ -28,11 +28,11 @@
28
28
  "concurrently": "7.0.0",
29
29
  "downlevel-dts": "0.10.1",
30
30
  "hash-test-vectors": "^1.3.2",
31
- "rimraf": "3.0.2",
31
+ "rimraf": "5.0.10",
32
32
  "typedoc": "0.23.23"
33
33
  },
34
34
  "dependencies": {
35
- "@smithy/types": "^4.11.0",
35
+ "@smithy/types": "^4.12.0",
36
36
  "@smithy/util-buffer-from": "^4.2.0",
37
37
  "@smithy/util-utf8": "^4.2.0",
38
38
  "tslib": "^2.6.2"