@cdk8s/awscdk-resolver 0.0.536 → 0.0.537

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 (77) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  4. package/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -6
  5. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +6 -6
  6. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +6 -6
  7. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
  8. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  9. package/node_modules/@aws-sdk/core/package.json +11 -11
  10. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  11. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  12. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  13. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  14. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  15. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  16. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  17. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  18. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  19. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  20. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  21. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  22. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  23. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  24. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  25. package/node_modules/@aws-sdk/types/package.json +2 -2
  26. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  27. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  28. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  29. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  30. package/node_modules/@smithy/config-resolver/package.json +5 -5
  31. package/node_modules/@smithy/core/package.json +7 -7
  32. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  33. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  34. package/node_modules/@smithy/hash-node/package.json +2 -2
  35. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  36. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  37. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  38. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  39. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  40. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  41. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  42. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -6
  43. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  44. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +5 -5
  45. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -1
  46. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  47. package/node_modules/@smithy/property-provider/package.json +2 -2
  48. package/node_modules/@smithy/protocol-http/package.json +2 -2
  49. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  50. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  51. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  52. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  53. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +11 -5
  54. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
  55. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
  56. package/node_modules/@smithy/signature-v4/package.json +4 -4
  57. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +8 -1
  58. package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
  59. package/node_modules/@smithy/smithy-client/package.json +7 -7
  60. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  61. package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
  62. package/node_modules/@smithy/types/package.json +1 -1
  63. package/node_modules/@smithy/url-parser/package.json +3 -3
  64. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  65. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  66. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +15 -19
  67. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +4 -3
  68. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  69. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  70. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +1 -1
  71. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +2 -2
  72. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  73. package/node_modules/@smithy/util-middleware/package.json +2 -2
  74. package/node_modules/@smithy/util-retry/package.json +3 -3
  75. package/node_modules/@smithy/util-stream/package.json +4 -4
  76. package/node_modules/@smithy/util-waiter/package.json +3 -3
  77. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import type { EndpointObjectHeaders, ParameterObject } from "@smithy/types";
2
- import type { FunctionArgv } from "../types/shared";
2
+ import type { Expression, FunctionArgv } from "../types/shared";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -7,7 +7,7 @@ type BddCondition = [string, FunctionArgv] | [string, FunctionArgv, string];
7
7
  /**
8
8
  * @internal
9
9
  */
10
- type BddResult = [-1] | [-1, string] | [string, Record<string, ParameterObject>, EndpointObjectHeaders];
10
+ type BddResult = [-1] | [-1, Expression] | [string, Record<string, ParameterObject>, EndpointObjectHeaders] | [string, Record<string, ParameterObject>];
11
11
  /**
12
12
  * @internal
13
13
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/node-config-provider": "^4.3.13",
32
- "@smithy/types": "^4.14.0",
31
+ "@smithy/node-config-provider": "^4.3.14",
32
+ "@smithy/types": "^4.14.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "4.2.13",
3
+ "version": "4.2.14",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "license": "Apache-2.0",
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
- "@smithy/types": "^4.14.0",
30
+ "@smithy/types": "^4.14.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -30,8 +30,8 @@
30
30
  "license": "Apache-2.0",
31
31
  "sideEffects": false,
32
32
  "dependencies": {
33
- "@smithy/service-error-classification": "^4.2.13",
34
- "@smithy/types": "^4.14.0",
33
+ "@smithy/service-error-classification": "^4.2.14",
34
+ "@smithy/types": "^4.14.1",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.5.22",
3
+ "version": "4.5.23",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
6
  "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline util-stream",
@@ -28,9 +28,9 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/fetch-http-handler": "^5.3.16",
32
- "@smithy/node-http-handler": "^4.5.2",
33
- "@smithy/types": "^4.14.0",
31
+ "@smithy/fetch-http-handler": "^5.3.17",
32
+ "@smithy/node-http-handler": "^4.5.3",
33
+ "@smithy/types": "^4.14.1",
34
34
  "@smithy/util-base64": "^4.3.2",
35
35
  "@smithy/util-buffer-from": "^4.2.2",
36
36
  "@smithy/util-hex-encoding": "^4.2.2",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.2.15",
3
+ "version": "4.2.16",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^4.14.0",
6
+ "@smithy/types": "^4.14.1",
7
7
  "tslib": "^2.6.2"
8
8
  },
9
9
  "scripts": {
@@ -47,7 +47,7 @@
47
47
  "directory": "packages/util-waiter"
48
48
  },
49
49
  "devDependencies": {
50
- "@smithy/abort-controller": "^4.2.13",
50
+ "@smithy/abort-controller": "^4.2.14",
51
51
  "concurrently": "7.0.0",
52
52
  "downlevel-dts": "0.10.1",
53
53
  "premove": "4.0.0",
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.682",
45
+ "@cdk8s/projen-common": "0.0.684",
46
46
  "@stylistic/eslint-plugin": "^2",
47
47
  "@types/fs-extra": "^11.0.4",
48
48
  "@types/jest": "^27",
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.1030.0"
80
+ "@aws-sdk/client-cloudformation": "^3.1031.0"
81
81
  },
82
82
  "bundledDependencies": [
83
83
  "@aws-sdk/client-cloudformation"
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "0.0.536",
96
+ "version": "0.0.537",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [