@cdk8s/awscdk-resolver 0.0.405 → 0.0.407

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 (78) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -2
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +90 -30
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +29 -18
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +7 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +43 -18
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +15 -8
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -9
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +104 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +7 -7
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +319 -434
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +328 -27
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +6 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +65 -58
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +54 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  37. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  38. package/node_modules/@aws-sdk/core/dist-cjs/index.js +44 -17
  39. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
  40. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
  41. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
  42. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
  45. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  46. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
  47. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  48. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  49. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  50. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
  51. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  53. package/node_modules/@aws-sdk/core/package.json +1 -1
  54. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  55. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  56. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  57. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  58. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  59. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  60. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  61. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  62. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  63. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  64. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  65. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
  66. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  67. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  68. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  69. package/node_modules/@smithy/core/package.json +2 -2
  70. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  71. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  72. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  73. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  74. package/node_modules/@smithy/middleware-serde/package.json +1 -1
  75. package/node_modules/@smithy/smithy-client/package.json +3 -3
  76. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  77. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  78. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "4.4.10",
3
+ "version": "4.4.11",
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 middleware-retry",
@@ -37,7 +37,7 @@
37
37
  "@smithy/node-config-provider": "^4.3.5",
38
38
  "@smithy/protocol-http": "^5.3.5",
39
39
  "@smithy/service-error-classification": "^4.2.5",
40
- "@smithy/smithy-client": "^4.9.6",
40
+ "@smithy/smithy-client": "^4.9.7",
41
41
  "@smithy/types": "^4.9.0",
42
42
  "@smithy/util-middleware": "^4.2.5",
43
43
  "@smithy/util-retry": "^4.2.5",
@@ -14,6 +14,9 @@ const deserializerMiddleware = (options, deserializer) => (next, context) => asy
14
14
  catch (error) {
15
15
  Object.defineProperty(error, "$response", {
16
16
  value: response,
17
+ enumerable: false,
18
+ writable: false,
19
+ configurable: false,
17
20
  });
18
21
  if (!("$metadata" in error)) {
19
22
  const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
@@ -11,6 +11,9 @@ export const deserializerMiddleware = (options, deserializer) => (next, context)
11
11
  catch (error) {
12
12
  Object.defineProperty(error, "$response", {
13
13
  value: response,
14
+ enumerable: false,
15
+ writable: false,
16
+ configurable: false,
14
17
  });
15
18
  if (!("$metadata" in error)) {
16
19
  const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-serde",
3
- "version": "4.2.5",
3
+ "version": "4.2.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 middleware-serde",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.9.6",
3
+ "version": "4.9.7",
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 smithy-client",
@@ -25,8 +25,8 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.18.3",
29
- "@smithy/middleware-endpoint": "^4.3.10",
28
+ "@smithy/core": "^3.18.4",
29
+ "@smithy/middleware-endpoint": "^4.3.11",
30
30
  "@smithy/middleware-stack": "^4.2.5",
31
31
  "@smithy/protocol-http": "^5.3.5",
32
32
  "@smithy/types": "^4.9.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.3.9",
3
+ "version": "4.3.10",
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 util-defaults-mode-browser",
@@ -25,7 +25,7 @@
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
27
  "@smithy/property-provider": "^4.2.5",
28
- "@smithy/smithy-client": "^4.9.6",
28
+ "@smithy/smithy-client": "^4.9.7",
29
29
  "@smithy/types": "^4.9.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.2.12",
3
+ "version": "4.2.13",
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 util-defaults-mode-node",
@@ -28,7 +28,7 @@
28
28
  "@smithy/credential-provider-imds": "^4.2.5",
29
29
  "@smithy/node-config-provider": "^4.3.5",
30
30
  "@smithy/property-provider": "^4.2.5",
31
- "@smithy/smithy-client": "^4.9.6",
31
+ "@smithy/smithy-client": "^4.9.7",
32
32
  "@smithy/types": "^4.9.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
package/package.json CHANGED
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.930.0"
80
+ "@aws-sdk/client-cloudformation": "^3.932.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.405",
96
+ "version": "0.0.407",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [